On 1/26/26 1:53 PM, Richard Henderson wrote:
Hiya,
I noticed this today, wondering why the daily scheduled builds are failing:
https://gitlab.com/qemu-project/qemu/-/jobs/12868286187
time="2026-01-26T17:34:06Z" level=fatal msg="Error parsing image name
\"docker://registry.gitlab.com/qemu-project/qemu/qemu/emsdk-wasm-cross\":
reading manifest
latest in registry.gitlab.com/qemu-project/qemu/qemu/emsdk-wasm-cross: manifest
unknown"
make: *** [tests/docker/Makefile.include:54: docker-verify-emsdk-wasm-cross]
Error 2
I'm not really sure what the error message means. Do we need to push a built
version of
emsdk-wasm-cross to gitlab, so that a manifest is present? Which doesn't make
much sense,
since the job is all about a weekly rebuild of the containers.
r~
Not sure how the mechanic for creating those containers was added, but
it just seems like this containers does not exist in the registry, and
`skopeo inspect ...
docker://registry.gitlab.com/qemu-project/qemu/qemu/emsdk-wasm-cross`
fails accordingly.
So maybe we should find why this container image was not built and
pushed in the first place.