Skip to content

Prepare for merging release/v5.3 into master #121

Prepare for merging release/v5.3 into master

Prepare for merging release/v5.3 into master #121

Triggered via push December 18, 2024 13:56
Status Failure
Total duration 49s
Artifacts

docker.yml

on: push
Build docker image and push if needed
33s
Build docker image and push if needed
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Build docker image and push if needed
buildx failed with: ERROR: failed to solve: process "/bin/bash -c echo LIBBUILDER_CHECKOUT_REF=$LIBBUILDER_CHECKOUT_REF LIBBUILDER_CLONE_BRANCH_OR_TAG=$LIBBUILDER_CLONE_BRANCH_OR_TAG && git clone --recursive ${LIBBUILDER_CLONE_SHALLOW:+--depth=${LIBBUILDER_CLONE_SHALLOW_DEPTH} --shallow-submodules} ${LIBBUILDER_CLONE_BRANCH_OR_TAG:+-b $LIBBUILDER_CLONE_BRANCH_OR_TAG} $LIBBUILDER_CLONE_URL $LIBBUILDER_PATH && git config --system --add safe.directory $LIBBUILDER_PATH && if [ -n \"$LIBBUILDER_CHECKOUT_REF\" ]; then cd $LIBBUILDER_PATH && if [ -n \"$LIBBUILDER_CLONE_SHALLOW\" ]; then git fetch origin --depth=${LIBBUILDER_CLONE_SHALLOW_DEPTH} --recurse-submodules ${LIBBUILDER_CHECKOUT_REF}; fi && git checkout $LIBBUILDER_CHECKOUT_REF && git submodule update --init --recursive; fi && pip3 install --upgrade -r $LIBBUILDER_PATH/tools/config_editor/requirements.txt" did not complete successfully: exit code: 128
Build docker image and push if needed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636