Remove Duplicate pip installs #1581
Triggered via pull request
December 10, 2024 19:55
Status
Failure
Total duration
15m 54s
Artifacts
–
parallel_tests.yml
on: pull_request
build_container
14m 36s
test_installer
6m 3s
build_and_check_fork
0s
Matrix: tests
cleanup
0s
Annotations
4 errors
test_installer
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
|
test_installer
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
|
test_installer
Process completed with exit code 1.
|
build_container
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /panda/panda/python/core && PRETEND_VERSION=$(cat /tmp/savedversion) python3 setup.py develop && ldconfig && update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && cd /panda && ( git config --get-regexp http > /dev/null && git config --remove-section http.https://github.com/ || true ) && git remote set-url origin https://github.com/panda-re/panda" did not complete successfully: exit code: 1
|