Skip to content

PyPANDA versioning #1434

PyPANDA versioning

PyPANDA versioning #1434

Triggered via pull request April 2, 2024 23:25
Status Failure
Total duration 19m 6s
Artifacts

parallel_tests.yml

on: pull_request
build_container
18m 1s
build_container
test_installer
17m 37s
test_installer
build_and_check_fork
0s
build_and_check_fork
Matrix: tests
cleanup
1s
cleanup
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
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 && 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
test_installer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test_installer
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/