Skip to content

wip 15

wip 15 #165

Triggered via push January 15, 2025 19:18
Status Failure
Total duration 2m 14s
Artifacts
Build container image
2m 3s
Build container image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Build container image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; \tapk add curl; \tapk add --no-cache --virtual .build-deps \t\tg++ \t\tgit \t\tgcc \t\tlibxml2-dev \t\tlibxslt-dev \t\tmake \t\tmusl-dev \t\tpatch \t\tpostgresql-dev \t\tbuild-base \t; \t bundle config set --local with development \tgem install -v 2.5.20 bundler; \tbundle install --jobs=$(nproc); \trm -r ~/.bundle; \t\trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local/bundle/gems \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --virtual .voctoweb-rundeps $runDeps; \tapk del .build-deps" did not complete successfully: exit code: 5
Build container image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636