Skip to content

deps(torch): support PyTorch 2.0+ only #832

deps(torch): support PyTorch 2.0+ only

deps(torch): support PyTorch 2.0+ only #832

Triggered via pull request May 9, 2024 19:59
Status Failure
Total duration 58m 14s
Artifacts 1

build.yml

on: pull_request
Build sdist and pure-Python wheel
19m 24s
Build sdist and pure-Python wheel
Matrix: build-wheels-py38
Matrix: build-wheels
List artifacts
0s
List artifacts
publish
0s
publish
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Build wheels for Python 3.8 on ubuntu-latest
Command ['sh', '-c', ' SITE_PACKAGES="$(python -c \'print(__import__("sysconfig").get_path("purelib"))\')"\n TORCH_LIB_PATH="${SITE_PACKAGES}/torch/lib"\n echo "LD_LIBRARY_PATH=\'${LD_LIBRARY_PATH}\'"\n echo "ls ${TORCH_LIB_PATH}"; ls -lh "${TORCH_LIB_PATH}"\n find "${SITE_PACKAGES}/torchopt" -name "*.so" -print0 |\n xargs -0 -I \'{}\' bash -c "echo \'ldd {}\'; ldd \'{}\'; echo \'patchelf --print-rpath {}\'; patchelf --print-rpath \'{}\'"\n make -C "/project" test || exit 1\n TORCH_VERSION="$(python -c \'print(__import__("torch").__version__.partition("+")[0])\')"\n if [[ -f .first-python ]]; then\n TEST_TORCH_SPECS="${TEST_TORCH_SPECS:-"${DEFAULT_TEST_TORCH_SPECS}"}"\n for spec in ${TEST_TORCH_SPECS}; do\n python -m pip uninstall -y torch\n export PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/${spec}"\n echo "PIP_EXTRA_INDEX_URL=\'${PIP_EXTRA_INDEX_URL}\'"\n python -m pip install "torch==${TORCH_VERSION}"\n echo "ls ${TORCH_LIB_PATH}"; ls -lh "${TORCH_LIB_PATH}"\n find "${SITE_PACKAGES}/torchopt" -name "*.so" -print0 |\n xargs -0 -I \'{}\' bash -c "echo \'ldd {}\'; ldd \'{}\'; echo \'patchelf --print-rpath {}\'; patchelf --print-rpath \'{}\'"\n make -C "/project" test || exit 1\n done\n rm -f .first-python\n fi\n rm -rf ~/.pip/cache ~/.cache/pip\n'] failed with code 1.
Build wheels for Python 3.8 on ubuntu-latest
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
build Expired
273 KB