Publish Docker image #41
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 (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 (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 (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 (cuda13, .devops/cuda.Dockerfile, 13.1.1, 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/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 (cuda13, .devops/cuda.Dockerfile, 13.1.1, 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/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 (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\"; 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 (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 (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 (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 (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.1.1, 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 | |
|---|---|---|---|
|
CompleteTech-LLC-AI-Research~llama.cpp~E2PRW5.dockerbuild
|
60.5 KB |
sha256:bb2c729e24a1647ec6203e983abb13fc42dbb2f4fa6078c1f5b7cb6a4daf6144
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~FGM6C4.dockerbuild
|
30.5 KB |
sha256:06dc11322cd603a95fb9595335611108ff6375c803095dd74ac55c1c97fbf91b
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~GNFJ8N.dockerbuild
|
41.9 KB |
sha256:b350f769b01fd2a64d701e92ff7cbea6b7543ea4c33a807ed2588d5def95ff20
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~HR76H8.dockerbuild
|
60.8 KB |
sha256:b72d5baefce3cfeadd6508becec921dfe0de8c6ae05c792c3b9be681ef64e65b
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~K9DI67.dockerbuild
|
44.4 KB |
sha256:c996dc16829a8c2d0926f3c6469836c3fba9e3e4055d336cb3a88e0d2cdda277
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~L8NPS1.dockerbuild
|
551 KB |
sha256:8e5e506ef6a5ae905ace692f81d88bc24d112b8a4b3dc87a48ddb1b9bc7449be
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~LGDQJ0.dockerbuild
|
42.6 KB |
sha256:b588587265f9c51cfac2b970ff47948d66a417eb645a1b0257ca5d2a9f9600b5
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~MZCTBM.dockerbuild
|
48 KB |
sha256:a4431ff1f5a6729790e5976e6bf59b292376c9810697b868a997eaaba40e125c
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~QQ5T2B.dockerbuild
|
45.4 KB |
sha256:c5273ae81cc96d8be8c3e2ed9b057c4facc3a9e90580a36a0256a53e54583f4a
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~QWP6XQ.dockerbuild
|
325 KB |
sha256:1e934262efc0a68a7a7677c4ba3662cbb4ba0fb83d4b3dca9e72cc59c08db8be
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~UBGXKP.dockerbuild
|
44 KB |
sha256:60e32677c52513253d17d5a77a67cf0c972988e3971e57a1652f87b87829ab04
|
|
|
CompleteTech-LLC-AI-Research~llama.cpp~VNWCB8.dockerbuild
|
48 KB |
sha256:f82e14421e6464cb405ba0cf702f1d003d81314cce7cbde080247bd8aa83f556
|
|