Skip to content

add telemetry installs to ci-conda and ci-wheel #222

add telemetry installs to ci-conda and ci-wheel

add telemetry installs to ci-conda and ci-wheel #222

Triggered via push October 10, 2024 14:30
Status Failure
Total duration 25m 23s
Artifacts 270

pr.yaml

on: push
build-images  /  compute-matrix
11s
build-images / compute-matrix
Matrix: build-images / docker
Matrix: build-images / build-multiarch-manifest
Fit to window
Zoom out
Zoom in

Annotations

116 errors and 116 warnings
build-images / miniforge-cuda / build (11.8.0, 3.11, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Ensure new files/dirs have group write permissions\numask 002\n# update everything before other environment changes, to ensure mixing\n# an older conda with newer packages still works well\nconda update --all -y -n base\n# install expected Python version\nconda install -y -n base \"python~=${PYTHON_VERSION}.0=*_cpython\"\nconda update --all -y -n base\nif [[ \"$LINUX_VER\" == \"rockylinux\"* ]]; then\n yum install -y findutils\n yum clean all\nfi\nfind /opt/conda -follow -type f -name '*.a' -delete\nfind /opt/conda -follow -type f -name '*.pyc' -delete\n# recreate missing libstdc++ symlinks\nconda clean -afy\n" did not complete successfully: exit code: 1
build-images / miniforge-cuda / build (11.4.3, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: blob upload unknown
build-images / miniforge-cuda / build (11.8.0, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: blob upload unknown
build-images / ci-conda / build (11.4.3, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.4.3, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.4.3, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.4.3, 3.11, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / miniforge-cuda / build (12.2.2, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: blob upload unknown
build-images / ci-conda / build (11.4.3, 3.12, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.10, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.4.3, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / miniforge-cuda / build (12.5.1, 3.11, ubuntu22.04, arm64)
buildx failed with: ERROR: blob upload unknown
build-images / miniforge-cuda / build (12.0.1, 3.12, ubuntu20.04, amd64)
buildx failed with: ERROR: blob upload unknown
build-images / ci-conda / build (11.8.0, 3.10, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.10, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / miniforge-cuda / build (12.0.1, 3.11, rockylinux8, amd64)
buildx failed with: ERROR: blob upload unknown
build-images / miniforge-cuda / build (12.5.1, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: blob upload unknown
build-images / ci-conda / build (12.0.1, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.11, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / miniforge-cuda / build (12.5.1, 3.10, ubuntu24.04, amd64)
buildx failed with: ERROR: blob upload unknown
build-images / ci-conda / build (11.8.0, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.11, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / miniforge-cuda / build (12.5.1, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: blob upload unknown
build-images / ci-conda / build (11.8.0, 3.10, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.0.1, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.10, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.11, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.11, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / miniforge-cuda / build (12.5.1, 3.11, rockylinux8, amd64)
buildx failed with: ERROR: blob upload unknown
build-images / ci-conda / build (11.8.0, 3.12, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.12, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.11, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.11, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.4.3, 3.10, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (11.8.0, 3.12, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.11, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.2.2, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.12, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.10, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.12, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.10, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.10, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.12, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.5.1, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.10, ubuntu24.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.11, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.12, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.11, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.11, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.11, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.11, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.0.1, 3.12, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.10, ubuntu24.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.11, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.0.1, 3.11, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.2.2, 3.12, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.11, ubuntu24.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.10, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.11, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.12, ubuntu24.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.0.1, 3.10, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.2.2, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.12, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / miniforge-cuda / build (12.2.2, 3.12, rockylinux8, amd64)
buildx failed with: ERROR: blob upload unknown
build-images / ci-conda / build (12.5.1, 3.11, ubuntu24.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.5.1, 3.12, ubuntu22.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.12, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.12, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.5.1, 3.11, ubuntu22.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (11.8.0, 3.12, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.5.1, 3.12, ubuntu24.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 1
build-images / ci-conda / build (12.2.2, 3.12, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / citestwheel / build (12.0.1, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: blob upload unknown
build-images / citestwheel / build (11.8.0, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: blob upload unknown
build-images / ci-wheel / build (11.8.0, 3.12, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.2.2, 3.12, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (11.8.0, 3.11, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.5.1, 3.11, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.2.2, 3.10, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (11.4.3, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (11.4.3, 3.11, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (12.5.1, 3.11, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (12.5.1, 3.12, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (11.8.0, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.5.1, 3.12, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.5.1, 3.11, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.0.1, 3.12, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.0.1, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (12.5.1, 3.10, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (12.5.1, 3.12, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.5.1, 3.10, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (11.8.0, 3.10, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.2.2, 3.11, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (12.5.1, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.5.1, 3.12, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (12.5.1, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (11.8.0, 3.12, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (11.8.0, 3.11, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (11.8.0, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (12.5.1, 3.11, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (11.4.3, 3.11, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (11.4.3, 3.12, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-conda / build (11.4.3, 3.12, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c curl -o /tmp/sccache.tar.gz \\\n -L \"https://github.com/mozilla/sccache/releases/download/v${SCCACHE_VER}/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl.tar.gz\"\ntar -C /tmp -xvf /tmp/sccache.tar.gz\nmv \"/tmp/sccache-v${SCCACHE_VER}-\"${REAL_ARCH}\"-unknown-linux-musl/sccache\" /usr/bin/sccache\nchmod +x /usr/bin/sccache\n\nwget https://github.com/cli/cli/releases/download/v${GH_CLI_VER}/gh_${GH_CLI_VER}_linux_${CPU_ARCH}.tar.gz\ntar -xf gh_*.tar.gz\nmv gh_*/bin/gh /usr/local/bin\nrm -rf gh_*\n\n# Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (11.8.0, 3.11, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / ci-wheel / build (11.8.0, 3.12, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c # Install OpenTelemetry instrumentation\npip install opentelemetry-distro[otlp] opentelemetry-exporter-prometheus\ncurl -L -o otel-cli-${CPU_ARCH}.deb https://github.com/equinix-labs/otel-cli/releases/download/v0.4.5/otel-cli_0.4.5_linux_${CPU_ARCH}.deb\ndpkg -i otel-cli-${CPU_ARCH}.deb\ngit clone -b add-conda-build-instrumentation https://github.com/msarahan/opentelemetry-python-contrib\npip install -e ./opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-conda-build\nopentelemetry-bootstrap -a install\n git clone https://github.com/msarahan/gha-tools.git -b main /tmp/gha-tools\n echo \"/tmp/gha-tools/tools\" >> \"${GITHUB_PATH}\"\n" did not complete successfully: exit code: 127
build-images / miniforge-cuda / build (11.8.0, 3.11, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (11.4.3, 3.11, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (11.8.0, 3.10, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.10, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.11, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.12, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.11, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.10, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (12.2.2, 3.10, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.12, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.10, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.10, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.10, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (12.5.1, 3.11, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (12.0.1, 3.12, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.10, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.10, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (12.0.1, 3.11, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (12.5.1, 3.11, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.10, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.11, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (12.5.1, 3.10, ubuntu24.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.11, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.10, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.11, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (12.5.1, 3.10, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.10, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.11, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.10, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.12, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.11, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.11, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (12.5.1, 3.11, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.12, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.12, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.11, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.11, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.10, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.12, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.11, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.10, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.12, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.10, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.12, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.10, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.10, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.12, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.10, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.10, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.10, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.12, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.11, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.12, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.10, ubuntu24.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.11, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.12, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.11, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.11, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.11, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.11, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.12, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.10, ubuntu24.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.11, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.11, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.12, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.11, ubuntu24.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.10, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.11, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.12, ubuntu24.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.10, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.11, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.12, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / miniforge-cuda / build (12.2.2, 3.12, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.11, ubuntu24.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.12, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.10, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.12, ubuntu22.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.12, ubuntu20.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.12, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.11, ubuntu22.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.12, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.12, ubuntu24.04, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.12, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / citestwheel / build (12.0.1, 3.12, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / citestwheel / build (11.8.0, 3.10, ubuntu20.04, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (11.8.0, 3.12, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.12, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.11, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.11, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.10, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.10, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.11, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (12.5.1, 3.11, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (12.5.1, 3.12, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.10, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.12, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.11, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.12, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.0.1, 3.10, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (12.5.1, 3.10, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (12.5.1, 3.12, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.10, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (11.8.0, 3.10, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.2.2, 3.11, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (12.5.1, 3.10, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.12, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (12.5.1, 3.10, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.8.0, 3.12, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (11.8.0, 3.11, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (11.8.0, 3.10, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (12.5.1, 3.11, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.11, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.12, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-conda / build (11.4.3, 3.12, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (11.8.0, 3.11, rockylinux8, amd64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0
build-images / ci-wheel / build (11.8.0, 3.12, rockylinux8, arm64)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.320.0

Artifacts

Produced during runtime
Name Size
rapidsai~ci-imgs~00AN4O.dockerbuild Expired
64.1 KB
rapidsai~ci-imgs~01LPGB.dockerbuild Expired
83.6 KB
rapidsai~ci-imgs~0A3ZHA.dockerbuild Expired
77.8 KB
rapidsai~ci-imgs~0CO34V.dockerbuild Expired
234 KB
rapidsai~ci-imgs~0F0UJR.dockerbuild Expired
79.2 KB
rapidsai~ci-imgs~0HTN9P.dockerbuild Expired
70.3 KB
rapidsai~ci-imgs~0LXYWM.dockerbuild Expired
47.4 KB
rapidsai~ci-imgs~0O1QLZ.dockerbuild Expired
40 KB
rapidsai~ci-imgs~0PNEMD.dockerbuild Expired
65.8 KB
rapidsai~ci-imgs~0QBBK4.dockerbuild Expired
73.7 KB
rapidsai~ci-imgs~114EF1.dockerbuild Expired
70.7 KB
rapidsai~ci-imgs~14J2B9.dockerbuild Expired
53 KB
rapidsai~ci-imgs~17QIPC.dockerbuild Expired
45.6 KB
rapidsai~ci-imgs~1DR6FD.dockerbuild Expired
45.2 KB
rapidsai~ci-imgs~1EEAZM.dockerbuild Expired
46.1 KB
rapidsai~ci-imgs~1NXSPA.dockerbuild Expired
86.8 KB
rapidsai~ci-imgs~1QYCI5.dockerbuild Expired
39.5 KB
rapidsai~ci-imgs~240PHY.dockerbuild Expired
231 KB
rapidsai~ci-imgs~26KIVG.dockerbuild Expired
42.9 KB
rapidsai~ci-imgs~2779RH.dockerbuild Expired
43.4 KB
rapidsai~ci-imgs~2D74P4.dockerbuild Expired
47.5 KB
rapidsai~ci-imgs~2KBJ0X.dockerbuild Expired
71.5 KB
rapidsai~ci-imgs~2M6LXR.dockerbuild Expired
88 KB
rapidsai~ci-imgs~2Y93ZH.dockerbuild Expired
328 KB
rapidsai~ci-imgs~33IXZA.dockerbuild Expired
60.5 KB
rapidsai~ci-imgs~3FLJ8W.dockerbuild Expired
301 KB
rapidsai~ci-imgs~3J09WD.dockerbuild Expired
42.6 KB
rapidsai~ci-imgs~3XGQ54.dockerbuild Expired
235 KB
rapidsai~ci-imgs~3Z5L8F.dockerbuild Expired
235 KB
rapidsai~ci-imgs~4FR0TZ.dockerbuild Expired
59.3 KB
rapidsai~ci-imgs~4LMF9K.dockerbuild Expired
70.7 KB
rapidsai~ci-imgs~4TYLWA.dockerbuild Expired
287 KB
rapidsai~ci-imgs~57KI2F.dockerbuild Expired
52 KB
rapidsai~ci-imgs~5LPFNH.dockerbuild Expired
40.7 KB
rapidsai~ci-imgs~5T8UIC.dockerbuild Expired
69.6 KB
rapidsai~ci-imgs~66JCGP.dockerbuild Expired
54.6 KB
rapidsai~ci-imgs~6D6K2D.dockerbuild Expired
87.4 KB
rapidsai~ci-imgs~6H8UGL.dockerbuild Expired
233 KB
rapidsai~ci-imgs~70TA44.dockerbuild Expired
69.7 KB
rapidsai~ci-imgs~78IK91.dockerbuild Expired
40.8 KB
rapidsai~ci-imgs~7IE1K2.dockerbuild Expired
68.6 KB
rapidsai~ci-imgs~7ZG82E.dockerbuild Expired
70.6 KB
rapidsai~ci-imgs~80TXBE.dockerbuild Expired
45.6 KB
rapidsai~ci-imgs~84PEED.dockerbuild Expired
85.7 KB
rapidsai~ci-imgs~88TB1J.dockerbuild Expired
236 KB
rapidsai~ci-imgs~8GZW8M.dockerbuild Expired
221 KB
rapidsai~ci-imgs~8RVUXX.dockerbuild Expired
73.8 KB
rapidsai~ci-imgs~8TCVRT.dockerbuild Expired
85.1 KB
rapidsai~ci-imgs~8TIVR5.dockerbuild Expired
70.1 KB
rapidsai~ci-imgs~9K9WM4.dockerbuild Expired
69.1 KB
rapidsai~ci-imgs~9KV238.dockerbuild Expired
52.3 KB
rapidsai~ci-imgs~9OVFC7.dockerbuild Expired
223 KB
rapidsai~ci-imgs~9R44RR.dockerbuild Expired
72.9 KB
rapidsai~ci-imgs~A3ABR2.dockerbuild Expired
44 KB
rapidsai~ci-imgs~ABB9AS.dockerbuild Expired
68.7 KB
rapidsai~ci-imgs~ASY1GK.dockerbuild Expired
68.5 KB
rapidsai~ci-imgs~AUAHWD.dockerbuild Expired
70.1 KB
rapidsai~ci-imgs~AUB9DC.dockerbuild Expired
37.6 KB
rapidsai~ci-imgs~AWS940.dockerbuild Expired
68.3 KB
rapidsai~ci-imgs~B1GVMO.dockerbuild Expired
68.2 KB
rapidsai~ci-imgs~B4CGQV.dockerbuild Expired
84 KB
rapidsai~ci-imgs~B7VFDE.dockerbuild Expired
51.8 KB
rapidsai~ci-imgs~BE6468.dockerbuild Expired
70.8 KB
rapidsai~ci-imgs~BFMWVK.dockerbuild Expired
86.3 KB
rapidsai~ci-imgs~BMIAOU.dockerbuild Expired
81.9 KB
rapidsai~ci-imgs~BMM9GC.dockerbuild Expired
45.4 KB
rapidsai~ci-imgs~BS29LR.dockerbuild Expired
53.5 KB
rapidsai~ci-imgs~BSK5SQ.dockerbuild Expired
81.2 KB
rapidsai~ci-imgs~C1I8G7.dockerbuild Expired
87.6 KB
rapidsai~ci-imgs~CGNPWC.dockerbuild Expired
40.5 KB
rapidsai~ci-imgs~CRRYVV.dockerbuild Expired
43.3 KB
rapidsai~ci-imgs~CZ27CQ.dockerbuild Expired
39.4 KB
rapidsai~ci-imgs~D03HQK.dockerbuild Expired
45.2 KB
rapidsai~ci-imgs~D5GR0N.dockerbuild Expired
71.8 KB
rapidsai~ci-imgs~DFXWI5.dockerbuild Expired
70.5 KB
rapidsai~ci-imgs~DV6KL9.dockerbuild Expired
298 KB
rapidsai~ci-imgs~DZCTQ6.dockerbuild Expired
53.8 KB
rapidsai~ci-imgs~DZRFDC.dockerbuild Expired
235 KB
rapidsai~ci-imgs~E3KULD.dockerbuild Expired
41.7 KB
rapidsai~ci-imgs~EE9FI0.dockerbuild Expired
43.3 KB
rapidsai~ci-imgs~EJ6B4Q.dockerbuild Expired
80.8 KB
rapidsai~ci-imgs~ES7FWQ.dockerbuild Expired
83.7 KB
rapidsai~ci-imgs~EX96QL.dockerbuild Expired
71.8 KB
rapidsai~ci-imgs~F7EINX.dockerbuild Expired
44.7 KB
rapidsai~ci-imgs~FBIB7O.dockerbuild Expired
40 KB
rapidsai~ci-imgs~FGXA12.dockerbuild Expired
323 KB
rapidsai~ci-imgs~FPMH24.dockerbuild Expired
85.5 KB
rapidsai~ci-imgs~FWNKBC.dockerbuild Expired
86.2 KB
rapidsai~ci-imgs~GDDPPB.dockerbuild Expired
69 KB
rapidsai~ci-imgs~GHS89R.dockerbuild Expired
72.1 KB
rapidsai~ci-imgs~GHXMJ5.dockerbuild Expired
235 KB
rapidsai~ci-imgs~GMCBTS.dockerbuild Expired
44.8 KB
rapidsai~ci-imgs~HGQKNE.dockerbuild Expired
84 KB
rapidsai~ci-imgs~HKXI3J.dockerbuild Expired
70.4 KB
rapidsai~ci-imgs~HLZCAV.dockerbuild Expired
231 KB
rapidsai~ci-imgs~HMB0DC.dockerbuild Expired
313 KB
rapidsai~ci-imgs~HQ4F04.dockerbuild Expired
85.2 KB
rapidsai~ci-imgs~HYRJSI.dockerbuild Expired
71.4 KB
rapidsai~ci-imgs~I0ODDL.dockerbuild Expired
58.2 KB
rapidsai~ci-imgs~I419HV.dockerbuild Expired
46.5 KB
rapidsai~ci-imgs~I52I9I.dockerbuild Expired
88.8 KB
rapidsai~ci-imgs~IECM61.dockerbuild Expired
46.7 KB
rapidsai~ci-imgs~IHNVBM.dockerbuild Expired
85.7 KB
rapidsai~ci-imgs~IIFRD0.dockerbuild Expired
70.6 KB
rapidsai~ci-imgs~IIQIEB.dockerbuild Expired
47.2 KB
rapidsai~ci-imgs~IK07QQ.dockerbuild Expired
68.4 KB
rapidsai~ci-imgs~IRUDWJ.dockerbuild Expired
70.6 KB
rapidsai~ci-imgs~ITOTVB.dockerbuild Expired
83.8 KB
rapidsai~ci-imgs~IU2ZDX.dockerbuild Expired
231 KB
rapidsai~ci-imgs~IZHXEV.dockerbuild Expired
68.7 KB
rapidsai~ci-imgs~J07CFD.dockerbuild Expired
46.2 KB
rapidsai~ci-imgs~J1A0HV.dockerbuild Expired
52.1 KB
rapidsai~ci-imgs~J3L92I.dockerbuild Expired
69.3 KB
rapidsai~ci-imgs~J6TVD8.dockerbuild Expired
67.8 KB
rapidsai~ci-imgs~J9B7MX.dockerbuild Expired
44.1 KB
rapidsai~ci-imgs~J9SPPV.dockerbuild Expired
44.6 KB
rapidsai~ci-imgs~JGOKOP.dockerbuild Expired
43.8 KB
rapidsai~ci-imgs~JHMJ7Z.dockerbuild Expired
45.3 KB
rapidsai~ci-imgs~JLK5JL.dockerbuild Expired
53.5 KB
rapidsai~ci-imgs~JRIKX2.dockerbuild Expired
42.3 KB
rapidsai~ci-imgs~JUJWL7.dockerbuild Expired
56.7 KB
rapidsai~ci-imgs~JW37ZA.dockerbuild Expired
53.4 KB
rapidsai~ci-imgs~JWOZCD.dockerbuild Expired
40.1 KB
rapidsai~ci-imgs~K4QL9Z.dockerbuild Expired
234 KB
rapidsai~ci-imgs~K9RJRG.dockerbuild Expired
71.8 KB
rapidsai~ci-imgs~KGZQVH.dockerbuild Expired
44.7 KB
rapidsai~ci-imgs~KH1MF6.dockerbuild Expired
67.2 KB
rapidsai~ci-imgs~KIO0PY.dockerbuild Expired
46.7 KB
rapidsai~ci-imgs~KJO78L.dockerbuild Expired
86.4 KB
rapidsai~ci-imgs~KN8R8K.dockerbuild Expired
87.7 KB
rapidsai~ci-imgs~KO6XY9.dockerbuild Expired
69 KB
rapidsai~ci-imgs~KS812N.dockerbuild Expired
72.1 KB
rapidsai~ci-imgs~KT45SH.dockerbuild Expired
47.5 KB
rapidsai~ci-imgs~KVHY2B.dockerbuild Expired
88.9 KB
rapidsai~ci-imgs~L30BD4.dockerbuild Expired
223 KB
rapidsai~ci-imgs~LJHD4P.dockerbuild Expired
47 KB
rapidsai~ci-imgs~LLCRJG.dockerbuild Expired
63.3 KB
rapidsai~ci-imgs~LNKUUH.dockerbuild Expired
65.3 KB
rapidsai~ci-imgs~LOUJQW.dockerbuild Expired
85.6 KB
rapidsai~ci-imgs~LU8DMP.dockerbuild Expired
234 KB
rapidsai~ci-imgs~LUHN80.dockerbuild Expired
46.1 KB
rapidsai~ci-imgs~M27M07.dockerbuild Expired
71.1 KB
rapidsai~ci-imgs~M29TCQ.dockerbuild Expired
85.6 KB
rapidsai~ci-imgs~M43I1T.dockerbuild Expired
74.5 KB
rapidsai~ci-imgs~M9HA6M.dockerbuild Expired
46.8 KB
rapidsai~ci-imgs~MC724I.dockerbuild Expired
223 KB
rapidsai~ci-imgs~MD3MWR.dockerbuild Expired
70.3 KB
rapidsai~ci-imgs~MINKLA.dockerbuild Expired
68.6 KB
rapidsai~ci-imgs~MMENHT.dockerbuild Expired
71.8 KB
rapidsai~ci-imgs~MO8NGA.dockerbuild Expired
83.9 KB
rapidsai~ci-imgs~MPJE2A.dockerbuild Expired
86 KB
rapidsai~ci-imgs~MRID80.dockerbuild Expired
305 KB
rapidsai~ci-imgs~MXJN1C.dockerbuild Expired
72 KB
rapidsai~ci-imgs~MZHF31.dockerbuild Expired
64.5 KB
rapidsai~ci-imgs~N1DIKB.dockerbuild Expired
67.8 KB
rapidsai~ci-imgs~N2EPBT.dockerbuild Expired
78.1 KB
rapidsai~ci-imgs~NCZORR.dockerbuild Expired
65.7 KB
rapidsai~ci-imgs~OEL3X8.dockerbuild Expired
64 KB
rapidsai~ci-imgs~OJFBE2.dockerbuild Expired
85.5 KB
rapidsai~ci-imgs~OK2TFM.dockerbuild Expired
66.3 KB
rapidsai~ci-imgs~OLEY6J.dockerbuild Expired
64.6 KB
rapidsai~ci-imgs~OLN5QJ.dockerbuild Expired
71.8 KB
rapidsai~ci-imgs~OOO4DR.dockerbuild Expired
69.2 KB
rapidsai~ci-imgs~OPE9PI.dockerbuild Expired
221 KB
rapidsai~ci-imgs~OS4FR5.dockerbuild Expired
46.6 KB
rapidsai~ci-imgs~OTIL52.dockerbuild Expired
69.5 KB
rapidsai~ci-imgs~OWO8MR.dockerbuild Expired
40.6 KB
rapidsai~ci-imgs~P0X7W3.dockerbuild Expired
44.1 KB
rapidsai~ci-imgs~P2VTJW.dockerbuild Expired
47.4 KB
rapidsai~ci-imgs~P7A3UG.dockerbuild Expired
72.7 KB
rapidsai~ci-imgs~P9XV7T.dockerbuild Expired
80.4 KB
rapidsai~ci-imgs~PCH5SF.dockerbuild Expired
69.5 KB
rapidsai~ci-imgs~PKAVFU.dockerbuild Expired
285 KB
rapidsai~ci-imgs~POD4YI.dockerbuild Expired
53.1 KB
rapidsai~ci-imgs~PY2DCX.dockerbuild Expired
79.7 KB
rapidsai~ci-imgs~Q0MK01.dockerbuild Expired
46.8 KB
rapidsai~ci-imgs~Q4JJWY.dockerbuild Expired
45 KB
rapidsai~ci-imgs~QB68FQ.dockerbuild Expired
69.1 KB
rapidsai~ci-imgs~QB8EIO.dockerbuild Expired
65 KB
rapidsai~ci-imgs~QHOXJQ.dockerbuild Expired
77.9 KB
rapidsai~ci-imgs~QKDN4Z.dockerbuild Expired
69 KB
rapidsai~ci-imgs~QMLW4Y.dockerbuild Expired
44.2 KB
rapidsai~ci-imgs~QXEK3T.dockerbuild Expired
88.4 KB
rapidsai~ci-imgs~QZFUKR.dockerbuild Expired
71.8 KB
rapidsai~ci-imgs~QZUALB.dockerbuild Expired
72.6 KB
rapidsai~ci-imgs~R3X2VI.dockerbuild Expired
45 KB
rapidsai~ci-imgs~R4QJES.dockerbuild Expired
86.6 KB
rapidsai~ci-imgs~R53XAR.dockerbuild Expired
38.1 KB
rapidsai~ci-imgs~R6UWZG.dockerbuild Expired
72.1 KB
rapidsai~ci-imgs~R771KP.dockerbuild Expired
83.3 KB
rapidsai~ci-imgs~RBXDXS.dockerbuild Expired
45.8 KB
rapidsai~ci-imgs~RF1UFH.dockerbuild Expired
86.7 KB
rapidsai~ci-imgs~RGO09M.dockerbuild Expired
56.7 KB
rapidsai~ci-imgs~RHPWOP.dockerbuild Expired
69.1 KB
rapidsai~ci-imgs~RL9SUG.dockerbuild Expired
71.7 KB
rapidsai~ci-imgs~RNICI7.dockerbuild Expired
64.3 KB
rapidsai~ci-imgs~RSRN3V.dockerbuild Expired
53 KB
rapidsai~ci-imgs~RVI3Z5.dockerbuild Expired
86.1 KB
rapidsai~ci-imgs~RXIFM9.dockerbuild Expired
69.7 KB
rapidsai~ci-imgs~S0N7TT.dockerbuild Expired
47.3 KB
rapidsai~ci-imgs~SC8AR0.dockerbuild Expired
86.2 KB
rapidsai~ci-imgs~SEF9ID.dockerbuild Expired
45.1 KB
rapidsai~ci-imgs~SJQNJD.dockerbuild Expired
68.4 KB
rapidsai~ci-imgs~SUIY8H.dockerbuild Expired
53.6 KB
rapidsai~ci-imgs~T0UEYN.dockerbuild Expired
73.1 KB
rapidsai~ci-imgs~T1JW2U.dockerbuild Expired
70.9 KB
rapidsai~ci-imgs~T419MB.dockerbuild Expired
41.6 KB
rapidsai~ci-imgs~T42T34.dockerbuild Expired
19.6 KB
rapidsai~ci-imgs~TAV0RS.dockerbuild Expired
44.6 KB
rapidsai~ci-imgs~THBKRW.dockerbuild Expired
85.7 KB
rapidsai~ci-imgs~TMSTEA.dockerbuild Expired
81 KB
rapidsai~ci-imgs~TN0ZEY.dockerbuild Expired
85.1 KB
rapidsai~ci-imgs~TU3IJN.dockerbuild Expired
67.1 KB
rapidsai~ci-imgs~U9C56K.dockerbuild Expired
317 KB
rapidsai~ci-imgs~UBSUMY.dockerbuild Expired
88.7 KB
rapidsai~ci-imgs~UGKL2O.dockerbuild Expired
44.2 KB
rapidsai~ci-imgs~UMUK2O.dockerbuild Expired
70.6 KB
rapidsai~ci-imgs~UQKODQ.dockerbuild Expired
68.6 KB
rapidsai~ci-imgs~UW5MGH.dockerbuild Expired
70.9 KB
rapidsai~ci-imgs~UWP213.dockerbuild Expired
52.2 KB
rapidsai~ci-imgs~UZ61C5.dockerbuild Expired
70.2 KB
rapidsai~ci-imgs~V0FVL3.dockerbuild Expired
234 KB
rapidsai~ci-imgs~V78V92.dockerbuild Expired
39.8 KB
rapidsai~ci-imgs~V7Z7RN.dockerbuild Expired
86.4 KB
rapidsai~ci-imgs~VCTR6A.dockerbuild Expired
233 KB
rapidsai~ci-imgs~VDH87E.dockerbuild Expired
44.7 KB
rapidsai~ci-imgs~VFIJGG.dockerbuild Expired
85.9 KB
rapidsai~ci-imgs~VGN5OV.dockerbuild Expired
58.8 KB
rapidsai~ci-imgs~VH1I11.dockerbuild Expired
44 KB
rapidsai~ci-imgs~VP0HLI.dockerbuild Expired
86 KB
rapidsai~ci-imgs~VUQVAE.dockerbuild Expired
62 KB
rapidsai~ci-imgs~W6ATP8.dockerbuild Expired
52.9 KB
rapidsai~ci-imgs~WGWRYS.dockerbuild Expired
70.4 KB
rapidsai~ci-imgs~WHQSBD.dockerbuild Expired
44.8 KB
rapidsai~ci-imgs~WK9UU0.dockerbuild Expired
52.8 KB
rapidsai~ci-imgs~WZXNOU.dockerbuild Expired
232 KB
rapidsai~ci-imgs~WZYC6Q.dockerbuild Expired
79.7 KB
rapidsai~ci-imgs~X774VJ.dockerbuild Expired
228 KB
rapidsai~ci-imgs~XAGN60.dockerbuild Expired
80.9 KB
rapidsai~ci-imgs~XCQICC.dockerbuild Expired
53.3 KB
rapidsai~ci-imgs~XEL71O.dockerbuild Expired
68.2 KB
rapidsai~ci-imgs~XFCYZG.dockerbuild Expired
88.4 KB
rapidsai~ci-imgs~XJGH8X.dockerbuild Expired
71.2 KB
rapidsai~ci-imgs~XLY9XP.dockerbuild Expired
86.7 KB
rapidsai~ci-imgs~XOU2GC.dockerbuild Expired
223 KB
rapidsai~ci-imgs~XQAICM.dockerbuild Expired
85.8 KB
rapidsai~ci-imgs~XRB0HU.dockerbuild Expired
42.9 KB
rapidsai~ci-imgs~XUBFUY.dockerbuild Expired
50.7 KB
rapidsai~ci-imgs~XV7DRB.dockerbuild Expired
52.4 KB
rapidsai~ci-imgs~XYY80A.dockerbuild Expired
52.8 KB
rapidsai~ci-imgs~Y15ZU4.dockerbuild Expired
73.7 KB
rapidsai~ci-imgs~YCUV0L.dockerbuild Expired
71.3 KB
rapidsai~ci-imgs~YD9ISG.dockerbuild Expired
44.3 KB
rapidsai~ci-imgs~YFKEAT.dockerbuild Expired
318 KB
rapidsai~ci-imgs~YGZOMT.dockerbuild Expired
67.9 KB
rapidsai~ci-imgs~YH3GGE.dockerbuild Expired
40.6 KB
rapidsai~ci-imgs~YIN0BN.dockerbuild Expired
52.6 KB
rapidsai~ci-imgs~YNPDDE.dockerbuild Expired
46.6 KB
rapidsai~ci-imgs~YO6AQL.dockerbuild Expired
315 KB
rapidsai~ci-imgs~YSPT2F.dockerbuild Expired
51.8 KB
rapidsai~ci-imgs~YWGUPR.dockerbuild Expired
232 KB
rapidsai~ci-imgs~YXHU0L.dockerbuild Expired
234 KB
rapidsai~ci-imgs~Z1187Y.dockerbuild Expired
72.8 KB
rapidsai~ci-imgs~Z2Z5KF.dockerbuild Expired
73.6 KB
rapidsai~ci-imgs~Z6X2TT.dockerbuild Expired
43.2 KB
rapidsai~ci-imgs~Z7R76M.dockerbuild Expired
304 KB
rapidsai~ci-imgs~ZDH639.dockerbuild Expired
51.8 KB
rapidsai~ci-imgs~ZFKLT6.dockerbuild Expired
85.8 KB
rapidsai~ci-imgs~ZKV34Y.dockerbuild Expired
87.7 KB
rapidsai~ci-imgs~ZTNWCQ.dockerbuild Expired
52.5 KB