Skip to content

Build base compilers docker images #6

Build base compilers docker images

Build base compilers docker images #6

Triggered via schedule May 1, 2026 00:28
Status Failure
Total duration 1h 47m 9s
Artifacts 8

docker-bases.yaml

on: schedule
Matrix: deploy-cpu-bases
Matrix: deploy-nvidia-bases
Matrix: cpu-base-manifest
Matrix: nvidia-base-manifest
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 21 warnings
nvidia-bases-arm64
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c arch=\"$(uname -m)\" && case \"$arch\" in x86_64) nvplat=amd64 ;; aarch64|arm64) nvplat=arm64 ;; *) echo \"Unsupported architecture: $arch\" >&2; exit 1 ;; esac && if [ \"$ver\" = \"nvhpc\" ]; then apt-get install -y -q --allow-unauthenticated ${ver}; else year=$(echo $ver | cut -d \"-\" -f 2) && export year && minor=$(echo $ver | cut -d \"-\" -f 3) && export minor && curl -O nvhpc.deb -L \"https://developer.download.nvidia.com/hpc-sdk/ubuntu/${nvplat}/nvhpc_${year}.${minor}_${nvplat}.deb\" || curl -O nvhpc.deb -L \"https://developer.download.nvidia.com/hpc-sdk/ubuntu/${nvplat}/nvhpc_${year}.${minor}-0_${nvplat}.deb\" && apt-get install --allow-unauthenticated -y -q ./nvhpc.deb; fi;" did not complete successfully: exit code: 23
nvidia-bases-amd64
The strategy configuration was canceled because "deploy-nvidia-bases.arm64_12" failed
nvidia-bases-amd64
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c arch=\"$(uname -m)\" && case \"$arch\" in x86_64) nvplat=amd64 ;; aarch64|arm64) nvplat=arm64 ;; *) echo \"Unsupported architecture: $arch\" >&2; exit 1 ;; esac && if [ \"$ver\" = \"nvhpc\" ]; then apt-get install -y -q --allow-unauthenticated ${ver}; else year=$(echo $ver | cut -d \"-\" -f 2) && export year && minor=$(echo $ver | cut -d \"-\" -f 3) && export minor && curl -O nvhpc.deb -L \"https://developer.download.nvidia.com/hpc-sdk/ubuntu/${nvplat}/nvhpc_${year}.${minor}_${nvplat}.deb\" || curl -O nvhpc.deb -L \"https://developer.download.nvidia.com/hpc-sdk/ubuntu/${nvplat}/nvhpc_${year}.${minor}-0_${nvplat}.deb\" && apt-get install --allow-unauthenticated -y -q ./nvhpc.deb; fi;" did not complete successfully: exit code: 23
nvidia-bases-amd64
The strategy configuration was canceled because "deploy-nvidia-bases.arm64_12" failed
nvidia-bases-amd64
buildx failed with: ERROR: failed to receive status: rpc error: code = Unavailable desc = closing transport due to: connection error: desc = "error reading from server: EOF", received prior goaway: code: NO_ERROR, debug data: "graceful_stop"
nvidia-bases-arm64
The strategy configuration was canceled because "deploy-nvidia-bases.arm64_12" failed
nvidia-bases-arm64
The operation was canceled.
The 'as' keyword should match the case of the 'from' keyword: docker/Dockerfile.intel#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Legacy key/value format with whitespace separator should not be used: docker/Dockerfile.intel#L9
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
The 'as' keyword should match the case of the 'from' keyword: docker/Dockerfile.intel#L110
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Legacy key/value format with whitespace separator should not be used: docker/Dockerfile.intel#L9
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
The 'as' keyword should match the case of the 'from' keyword: docker/Dockerfile.intel#L110
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/Dockerfile.intel#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: docker/Dockerfile.intel#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Legacy key/value format with whitespace separator should not be used: docker/Dockerfile.intel#L9
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
The 'as' keyword should match the case of the 'from' keyword: docker/Dockerfile.intel#L110
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$CPATH' (did you mean $PATH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$CPLUS_INCLUDE_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$C_INCLUDE_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L27
UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$PKG_CONFIG_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$INCLUDE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$PKG_CONFIG_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$INCLUDE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$CPATH' (did you mean $PATH?) More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$CPLUS_INCLUDE_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L85
UndefinedVar: Usage of undefined variable '$C_INCLUDE_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: docker/Dockerfile.amd#L27
UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Artifacts

Produced during runtime
Name Size Digest
devitocodes~devito~ES5H2S.dockerbuild
107 KB
sha256:00cc9a84163bb80bd50edf970cc8f6d6afefe8dda5d167918f0c574776cec61a
devitocodes~devito~L2YQZS.dockerbuild
33.4 KB
sha256:49294f06198219f97aa563c1f7dce9befb2507b069c811145273d4d3465c2743
devitocodes~devito~SD10EH.dockerbuild
33.5 KB
sha256:53dc35f3c9e873916a568664cbc4610ab5a90207d81a3cee3212eda8392079fb
devitocodes~devito~UZ44W6.dockerbuild
50.3 KB
sha256:5b4083c24b6af21d514fb4b355617fa6c520840f3c45909b3e707ed96ef06baf
devitocodes~devito~X63R8Y.dockerbuild
615 KB
sha256:f57868393dc430cb472ac1696d41c1f775355230c6494f49b8609a90356f0eb5
devitocodes~devito~YSF2DF.dockerbuild
611 KB
sha256:0c89f9952d6056df392665e1f0de161f38bacccefed9021909514a3f457bc3fe
devitocodes~devito~Z7NKM6.dockerbuild
355 KB
sha256:c0926fb431bc76e940c11db97f02e19d0924a5c4ad060b79de79dfe6b625842e
devitocodes~devito~ZFA6YF.dockerbuild
350 KB
sha256:18859910b32efa3c92d3a589214311af154bbeb35850b9746fcb3ff670391028