Skip to content

Merge pull request #14 from alan-turing-institute/python-migration #41

Merge pull request #14 from alan-turing-institute/python-migration

Merge pull request #14 from alan-turing-institute/python-migration #41

Triggered via push September 24, 2024 11:08
Status Failure
Total duration 7m 2s
Artifacts
Push Docker image to GitHub container repository
6m 53s
Push Docker image to GitHub container repository
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Push Docker image to GitHub container repository
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /root/.local/bin/hatch run pip freeze | grep -v \"^-e\" > requirements.txt && sed -i \"s/psycopg=/psycopg[c]=/g\" requirements.txt && python -m pip wheel --no-cache-dir --no-binary :all: --wheel-dir /app/repairable -r requirements.txt && python -m pip install auditwheel && for WHEEL in /app/repairable/*.whl; do auditwheel repair --wheel-dir /app/wheels --plat manylinux_2_34_aarch64 \"${WHEEL}\" 2> /dev/null || mv \"${WHEEL}\" /app/wheels/; done;" did not complete successfully: exit code: 1
Push Docker image to GitHub container repository
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/