Skip to content

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

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

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

Triggered via push September 24, 2024 13:01
Status Failure
Total duration 6m 56s
Artifacts
Push Docker image to GitHub container repository
6m 45s
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/