Skip to content

Publish Docker image #190

Publish Docker image

Publish Docker image #190

Triggered via schedule August 12, 2026 05:43
Status Failure
Total duration 1d 0h 3m 4s
Artifacts 12

docker.yml

on: schedule
Create and push git tag
36s
Create and push git tag
Prepare Docker matrices
3s
Prepare Docker matrices
Matrix: Push Docker image to Docker Registry
Matrix: Create shared tags from digests
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 2 warnings
Push Docker image to Docker Registry (cpu, .devops/cpu.Dockerfile, linux/amd64, true, true, true,...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"amd64\" ] || [ \"$TARGETARCH\" = \"arm64\" ]; then cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON; else echo \"Unsupported architecture\"; exit 1; fi && cmake --build build -j $(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (vulkan, .devops/vulkan.Dockerfile, linux/arm64, true, true,...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c cmake -B build -DGGML_NATIVE=OFF -DGGML_VULKAN=ON -DLLAMA_BUILD_TESTS=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON && cmake --build build --config Release -j$(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (cpu, .devops/cpu.Dockerfile, linux/arm64, true, true, true,...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"amd64\" ] || [ \"$TARGETARCH\" = \"arm64\" ]; then cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON; else echo \"Unsupported architecture\"; exit 1; fi && cmake --build build -j $(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (intel, .devops/intel.Dockerfile, linux/amd64, true, true, t...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"${GGML_SYCL_F16}\" = \"ON\" ]; then echo \"GGML_SYCL_F16 is set\" && export OPT_SYCL_F16=\"-DGGML_SYCL_F16=ON\" && export SYCL_PROGRAM_COMPILE_OPTIONS=\"-cl-fp32-correctly-rounded-divide-sqrt\"; fi && echo \"Building with dynamic libs\" && cmake -B build -DGGML_NATIVE=OFF -DGGML_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DLLAMA_BUILD_TESTS=OFF ${OPT_SYCL_F16} && cmake --build build --config Release -j$(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (rocm, .devops/rocm.Dockerfile, linux/amd64, true, true, tru...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c HIPCXX=\"$(hipconfig -l)/clang\" HIP_PATH=\"$(hipconfig -R)\" cmake -S . -B build -DGGML_HIP=ON -DGGML_HIP_ROCWMMA_FATTN=ON -DAMDGPU_TARGETS=\"$ROCM_DOCKER_ARCH\" -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DCMAKE_BUILD_TYPE=Release -DLLAMA_BUILD_TESTS=OFF && cmake --build build --config Release -j$(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (vulkan, .devops/vulkan.Dockerfile, linux/amd64, true, true,...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c cmake -B build -DGGML_NATIVE=OFF -DGGML_VULKAN=ON -DLLAMA_BUILD_TESTS=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON && cmake --build build --config Release -j$(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (openvino, .devops/openvino.Dockerfile, linux/amd64, true, t...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c bash -c \"source ${OpenVINO_DIR}/setupvars.sh && cmake -B build/ReleaseOV -G Ninja -DCMAKE_BUILD_TYPE=Release -DGGML_OPENVINO=ON && cmake --build build/ReleaseOV -j$(nproc)\"" did not complete successfully: exit code: 1
Push Docker image to Docker Registry (musa, .devops/musa.Dockerfile, linux/amd64, true, true, tru...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"${MUSA_DOCKER_ARCH}\" != \"default\" ]; then export CMAKE_ARGS=\"-DMUSA_ARCHITECTURES=${MUSA_DOCKER_ARCH}\"; fi && cmake -B build -DGGML_NATIVE=OFF -DGGML_MUSA=ON -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DLLAMA_BUILD_TESTS=OFF ${CMAKE_ARGS} -DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined . && cmake --build build --config Release -j$(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (cuda13, .devops/cuda.Dockerfile, 13.3.0, linux/arm64, true,...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"${CUDA_DOCKER_ARCH}\" != \"default\" ]; then export CMAKE_ARGS=\"-DCMAKE_CUDA_ARCHITECTURES=${CUDA_DOCKER_ARCH}\"; fi && cmake -B build -DGGML_NATIVE=OFF -DGGML_CUDA=ON -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DLLAMA_BUILD_TESTS=OFF ${CMAKE_ARGS} -DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined . && cmake --build build --config Release -j$(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (cuda cuda12, .devops/cuda.Dockerfile, 12.8.1, linux/arm64, ...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"${CUDA_DOCKER_ARCH}\" != \"default\" ]; then export CMAKE_ARGS=\"-DCMAKE_CUDA_ARCHITECTURES=${CUDA_DOCKER_ARCH}\"; fi && cmake -B build -DGGML_NATIVE=OFF -DGGML_CUDA=ON -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DLLAMA_BUILD_TESTS=OFF ${CMAKE_ARGS} -DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined . && cmake --build build --config Release -j$(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (cuda13, .devops/cuda.Dockerfile, 13.3.0, linux/amd64, true,...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"${CUDA_DOCKER_ARCH}\" != \"default\" ]; then export CMAKE_ARGS=\"-DCMAKE_CUDA_ARCHITECTURES=${CUDA_DOCKER_ARCH}\"; fi && cmake -B build -DGGML_NATIVE=OFF -DGGML_CUDA=ON -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DLLAMA_BUILD_TESTS=OFF ${CMAKE_ARGS} -DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined . && cmake --build build --config Release -j$(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (cuda cuda12, .devops/cuda.Dockerfile, 12.8.1, linux/amd64, ...
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"${CUDA_DOCKER_ARCH}\" != \"default\" ]; then export CMAKE_ARGS=\"-DCMAKE_CUDA_ARCHITECTURES=${CUDA_DOCKER_ARCH}\"; fi && cmake -B build -DGGML_NATIVE=OFF -DGGML_CUDA=ON -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DLLAMA_BUILD_TESTS=OFF ${CMAKE_ARGS} -DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined . && cmake --build build --config Release -j$(nproc)" did not complete successfully: exit code: 2
Push Docker image to Docker Registry (cpu, .devops/s390x.Dockerfile, linux/s390x, true, true, tru...
The job has exceeded the maximum execution time while awaiting a runner for 24h0m0s
Push Docker image to Docker Registry (cuda13, .devops/cuda.Dockerfile, 13.3.0, linux/arm64, true,...
The command [sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri --fix-missing] failed to complete successfully. Proceeding...
Push Docker image to Docker Registry (cuda cuda12, .devops/cuda.Dockerfile, 12.8.1, linux/arm64, ...
The command [sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri --fix-missing] failed to complete successfully. Proceeding...

Artifacts

Produced during runtime
Name Size Digest
Anico2~llama.cpp~0TJA5N.dockerbuild
707 KB
sha256:ba5bc9dd9b55c49881b7a1d49f3106f2e73a6ef3cc5f3f4a13839314401b1128
Anico2~llama.cpp~1Q384M.dockerbuild
89.4 KB
sha256:89a56f2859e46d9f590f12c2452ef624bf5c6895d40a6a366d3c404aeceedb38
Anico2~llama.cpp~6JIYVE.dockerbuild
89.6 KB
sha256:84c01e21598b09a22a9778597872f390a5938991708f7095d07240a4dfbc0edd
Anico2~llama.cpp~9FRAUS.dockerbuild
86.8 KB
sha256:047de9b47bcf9da3b15bf548f85ca0d2f50f7ec21c49bf03e09921b572add359
Anico2~llama.cpp~JS5XME.dockerbuild
95.2 KB
sha256:1fe807d763bb199ed0a1597dea0c8c24024d3d7d4f2a3f0fe730fda4e3fc0896
Anico2~llama.cpp~K60TSI.dockerbuild
93.8 KB
sha256:3ccb76627d32c45daabc76cfe4757b4072e22353e6c58acfec45275e0f687538
Anico2~llama.cpp~MT905R.dockerbuild
86.3 KB
sha256:14f1b3aff823dc1f3f31df42c515f26df0334c7fb4075fef99f483c394929969
Anico2~llama.cpp~SJZQQF.dockerbuild
1000 KB
sha256:420aa03a0a9582619aaf2446caf842aff29354cf172fdef6116c39c7407ffadf
Anico2~llama.cpp~T1KN54.dockerbuild
66.3 KB
sha256:d800dc19f5fd87556c5e511ed26a2ac59163c08fc24b61665b83485dac80a739
Anico2~llama.cpp~UGYRDB.dockerbuild
85.7 KB
sha256:fde691fc6bdf327d17aa1255826cb6605cf3b7e052253d1a1fe0f050c2a79349
Anico2~llama.cpp~VF3211.dockerbuild
89.6 KB
sha256:ed5a6b8efe1a34012d7a4c59743ac8a7ee0d10e949eb82359ae01c1f7ae96339
Anico2~llama.cpp~W44XTM.dockerbuild
325 KB
sha256:b242145d174e4f2e941e160946ebf3ba067e0d878427ea8f34053627afe0e7a8