I just opened this issue:
Can't build configbaker imageย #12039
Error: DOCKER> Unable to build image [gdcc/configbaker:unstable] : "The command '/bin/bash -eu -c true && ARCH=\"${TARGETARCH:-$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\\(arm\\)\\(64\\)\\?.*/\\1\\2/' -e 's/aarch64$/arm64/')}\" && curl -sSfL -o /usr/bin/wait4x.tar.gz \"[https://github.com/wait4x/wait4x/releases/download/${WAIT4X_VERSION}/wait4x-linux-${ARCH}.tar.gz\](https://github.com/wait4x/wait4x/releases/download/$%7BWAIT4X_VERSION%7D/wait4x-linux-$%7BARCH%7D.tar.gz/)" && curl -sSfL -o /tmp/w4x-checksum \"[https://github.com/wait4x/wait4x/releases/download/${WAIT4X_VERSION}/wait4x-linux-${ARCH}.tar.gz.sha256sum\](https://github.com/wait4x/wait4x/releases/download/$%7BWAIT4X_VERSION%7D/wait4x-linux-$%7BARCH%7D.tar.gz.sha256sum/)" && echo \"$(cat /tmp/w4x-checksum | cut -f1 -d\" \") /usr/bin/wait4x.tar.gz\" | sha256sum -c - && tar -xzf /usr/bin/wait4x.tar.gz -C /usr/bin && chmod +x /usr/bin/wait4x && curl -sSfL -o /usr/bin/yq \"[https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH}\](https://github.com/mikefarah/yq/releases/download/$%7BYQ_VERSION%7D/yq_linux_$%7BARCH%7D/)" && chmod +x /usr/bin/yq && pipx install --global ${PYTHON_PKGS}' returned a non-zero code: 22" ["The command '/bin/bash -eu -c true && ARCH=\"${TARGETARCH:-$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\\(arm\\)\\(64\\)\\?.*/\\1\\2/' -e 's/aarch64$/arm64/')}\" && curl -sSfL -o /usr/bin/wait4x.tar.gz \"[https://github.com/wait4x/wait4x/releases/download/${WAIT4X_VERSION}/wait4x-linux-${ARCH}.tar.gz\](https://github.com/wait4x/wait4x/releases/download/$%7BWAIT4X_VERSION%7D/wait4x-linux-$%7BARCH%7D.tar.gz/)" && curl -sSfL -o /tmp/w4x-checksum \"[https://github.com/wait4x/wait4x/releases/download/${WAIT4X_VERSION}/wait4x-linux-${ARCH}.tar.gz.sha256sum\](https://github.com/wait4x/wait4x/releases/download/$%7BWAIT4X_VERSION%7D/wait4x-linux-$%7BARCH%7D.tar.gz.sha256sum/)" && echo \"$(cat /tmp/w4x-checksum | cut -f1 -d\" \") /usr/bin/wait4x.tar.gz\" | sha256sum -c - && tar -xzf /usr/bin/wait4x.tar.gz -C /usr/bin && chmod +x /usr/bin/wait4x && curl -sSfL -o /usr/bin/yq \"[https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH}\](https://github.com/mikefarah/yq/releases/download/$%7BYQ_VERSION%7D/yq_linux_$%7BARCH%7D/)" && chmod +x /usr/bin/yq && pipx install --global ${PYTHON_PKGS}' returned a non-zero code: 22" ]
@Oliver Bertuch any ideas?
I changed the Github Workflows to make DMP log verbose, trying to identify any issues.
Looks like the problem went away... ![]()
It did make me recognize the ridiculous amount of time spent to build the ARM64 configbaker image. I suppose we should look into splitting jobs to multiple runners, so we can make use of different architectures.
I'm glad it went away! Thanks for hacking on this!
With the release coming soon I didn't want this to be a blocker. :sweat_smile:
Last updated: Jan 09 2026 at 14:18 UTC