Skip to content

Install curl dev package #180

Install curl dev package

Install curl dev package #180

Triggered via push August 15, 2024 19:34
Status Cancelled
Total duration 10m 23s
Artifacts 170

pr.yaml

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

Annotations

170 errors and 656 warnings
build-images / docker (11.8.0, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (11.8.0, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (11.8.0, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (11.8.0, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (11.8.0, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.11, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.0.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (11.8.0, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.12, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.0.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (11.8.0, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8.... / build (11.8.0, 3.9, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.0.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (11.8.0, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8.... / build (11.8.0, 3.9, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.0.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0.... / build (12.0.1, 3.9, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.0.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.0.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0.... / build (12.0.1, 3.9, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.0.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.12, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.0.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.11, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.2.2, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.2.2, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.2.2, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.11, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.2.2, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.2.2, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.2.2, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.12, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.2.2, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2.... / build (12.2.2, 3.9, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.5.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.5.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.5.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.11, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.2.2, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2.... / build (12.2.2, 3.9, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.5.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.11, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (12.5.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.12, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c case \"${LINUX_VER}\" in\n \"ubuntu\"*)\n echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors\n apt update -y\n apt install -y \\\n debianutils build-essential software-properties-common \\\n jq wget gcc zlib1g-dev libbz2-dev \\\n libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev \\\n libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev \\\n protobuf-compiler autoconf automake libtool cmake yasm libopenslide-dev libcurl-dev\n add-apt-repository ppa:git-core/ppa\n add-apt-repository ppa:ubuntu-toolchain-r/test\n apt update -y\n apt install -y git gcc-9 g++-9\n add-apt-repository -r ppa:git-core/ppa\n add-apt-repository -r ppa:ubuntu-toolchain-r/test\n update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9\n rm -rf /var/lib/apt/lists/*\n ;;\n \"centos\"*)\n yum update --exclude=libnccl* -y\n yum install -y epel-release\n yum update --exclude=libnccl* -y\n yum install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel \\\n protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake \\\n yasm openslide-devel\n yum remove -y git\n yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm\n yum install -y git jq devtoolset-11\n yum remove -y endpoint-repo\n yum clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source scl_source enable devtoolset-11\\n \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n \"rockylinux\"*)\n dnf update -y\n dnf install -y epel-release\n dnf update -y\n dnf install -y \\\n which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \\\n sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \\\n numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \\\n protobuf-compiler autoconf automake libtool dnf-plugins-core cmake libcurl-devel\n dnf config-manager --set-enabled powertools\n dnf install -y blas-devel lapack-devel\n dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++\n dnf -y install yasm\n dnf clean all\n echo -e ' \\\n #!/bin/bash\\n \\\n source /opt/rh/gcc-toolset-11/enable \\\n ' > /etc/profile.d/enable_devtools.sh\n pushd tmp\n wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz\n tar -xzvf openssl-1.1.1k.tar.gz\n cd openssl-1.1.1k\n ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic\n make\n make install\n popd\n ;;\n *)\n echo \"Unsupported LINUX_VER: ${LINUX_VER}\"\n exit 1\n ;;\nesac\n" did not complete successfully: exit code: 100
build-images / docker (11.8.0, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8.... / build (11.8.0, 3.9, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (11.8.0, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.10, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.11, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (11.8.0, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.10, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (11.8.0, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8.... / build (11.8.0, 3.9, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5.... / build (12.5.1, 3.9, ubuntu22.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.5.1, 3.9, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5.... / build (12.5.1, 3.9, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (11.8.0, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.11, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (11.8.0, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.11, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (11.8.0, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.12, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.12, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (11.8.0, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / build (11.8.0, 3.12, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.0.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.10, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.0.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.10, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.2.2, 3.9, ubuntu20.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.0.1, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.12, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2.... / build (12.2.2, 3.9, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.0.1, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.11, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.12, ubuntu20.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.0.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0.... / build (12.0.1, 3.9, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.2.2, 3.9, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.2.2, 3.9, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.0.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0.... / build (12.0.1, 3.9, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.11, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.0.1, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.11, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.10, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.12, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.10, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5.... / build (12.5.1, 3.9, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.11, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.11, ubuntu20.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.12, ubuntu22.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.2.2, 3.9, ubuntu22.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.11, ubuntu22.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.11, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.12, ubuntu20.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.12, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.10, ubuntu20.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.12, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.12, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2.... / build (12.2.2, 3.9, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.11, ubuntu22.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5.... / build (12.5.1, 3.9, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5.... / build (12.5.1, 3.9, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5.... / build (12.5.1, 3.9, ubuntu20.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.5.1, 3.9, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.12, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.11, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.10, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5.... / build (12.5.1, 3.9, ubuntu20.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.5.1, 3.9, ubuntu20.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.12, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.12, ubuntu22.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.11, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.11, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.12, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.10, ubuntu22.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.11, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.11, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.12, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.5.1, 3.9, ubuntu22.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.10, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.12, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5.... / build (12.5.1, 3.9, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.10, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5.... / build (12.5.1, 3.9, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.0.1, 3.12, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / build (12.0.1, 3.12, rockylinux8, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / build (12.5.1, 3.10, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.12, ubuntu20.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.12, ubuntu22.04, amd64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5.... / build (12.5.1, 3.9, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.11, ubuntu20.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.5.1, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.5.1, 3.12, ubuntu22.04, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (12.2.2, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / build (12.2.2, 3.10, rockylinux8, arm64)
Canceling since a higher priority waiting request for 'ci-refs/heads/pull-request/168' exists
build-images / docker (11.4.3, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.10, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.11, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.10, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.11, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.12, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.0.1, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.10, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.10, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.10, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.8.0, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.0.1, 3.11, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.11, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.11, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.4.3, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.10, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.8.0, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.10, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.10, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.10, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.10, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.10, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.0.1, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.11, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.12, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.11, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.4.3, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.11, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.0.1, 3.11, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.11, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.10, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.0.1, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.11, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.8.0, 3.11, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.11, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.0.1, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.11, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4.... / build (11.4.3, 3.9, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.11, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.0.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / 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.317.0. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.12, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.12, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.12, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.10, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.10, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.12, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.10, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.4.3, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4.... / build (11.4.3, 3.9, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.0.1, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.10, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.11, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.12, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.0.1, 3.12, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.12, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.0.1, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.12, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.12, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4.... / build (11.4.3, 3.9, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8.... / build (11.8.0, 3.9, 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.12, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.8.0, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.11, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.8.0, 3.9, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8.... / build (11.8.0, 3.9, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.9, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8.... / build (11.8.0, 3.9, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.12, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.12, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.12, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0... / build (12.0.1, 3.12, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0.... / build (12.0.1, 3.9, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8.... / build (11.8.0, 3.9, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8.... / build (11.8.0, 3.9, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda11.8.... / build (11.8.0, 3.9, 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.0.1, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0.... / build (12.0.1, 3.9, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.10, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.8.0, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.11, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.11, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.11, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.0.1, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0.... / build (12.0.1, 3.9, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.4.3, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4.... / build (11.4.3, 3.9, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8.... / build (11.8.0, 3.9, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.8.0, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.12, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0.... / build (12.0.1, 3.9, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.12, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0.... / build (12.0.1, 3.9, 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.0.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.4.3, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.4... / build (11.4.3, 3.10, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.12, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8... / build (11.8.0, 3.12, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0.... / build (12.0.1, 3.9, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.0.... / build (12.0.1, 3.9, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0.... / build (12.0.1, 3.9, 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.0.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.0.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.0... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda11.8.... / build (11.8.0, 3.9, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.10, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.2.2, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.10, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.2.2, 3.10, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.10, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.2.2, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.11, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.2.2, 3.10, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.10, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.10, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.10, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.11, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.2.2, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.2.2, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.11, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.2.2, 3.11, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.11, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.2.2, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.2.2, 3.11, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.11, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.11, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.12, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.12, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.2.2, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.2.2, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.12, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2.... / build (12.2.2, 3.9, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.9, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2.... / build (12.2.2, 3.9, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (11.8.0, 3.9, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.10, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.11, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.11, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
build-images / docker (12.2.2, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2... / 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.317.0. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.12, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.12, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.10, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2.... / build (12.2.2, 3.9, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.9, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2.... / build (12.2.2, 3.9, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.5.1, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.10, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.12, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.12, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.0.1, 3.9, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.10, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.10, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
build-images / docker (12.2.2, 3.12, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2... / build (12.2.2, 3.12, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.9, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2.... / build (12.2.2, 3.9, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (11.8.0, 3.9, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.10, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.10, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.10, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.9, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.2.... / build (12.2.2, 3.9, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2.... / build (12.2.2, 3.9, 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (11.8.0, 3.9, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.11, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.11, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.5.1, 3.10, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.10, rockylinux8, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.12, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.5.1, 3.10, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.10, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.10, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.0.1, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.12, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.10, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.0.1, 3.9, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.0.1, 3.9, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.10, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.10, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (11.8.0, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (11.8.0, 3.9, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.10, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.11, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.12, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.11, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (11.8.0, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.12, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.2.... / build (12.2.2, 3.9, 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.0.1, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.10, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.12, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.11, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.11, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.11, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.10, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.12, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.12, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.12, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.0.1, 3.12, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (11.8.0, 3.11, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (11.8.0, 3.11, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.0.1, 3.9, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cud... / build (12.0.1, 3.9, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.11, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.11, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.11, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.5.1, 3.11, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.11, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.11, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.11, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.11, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / 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.317.0. Please update to the latest version 2.319.1
build-images / docker (12.5.1, 3.12, rockylinux8, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.12, rockylinux8, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-images / docker (12.5.1, 3.11, ubuntu22.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.11, ubuntu22.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.10, ubuntu22.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.10, ubuntu22.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.10, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.12, ubuntu20.04, ci-conda, amd64, arm64, rapidsai/staging:ci-conda-168-cuda12.5... / build (12.5.1, 3.12, ubuntu20.04, arm64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.2.2, 3.10, ubuntu20.04, citestwheel, amd64, arm64, rapidsai/staging:citestwheel-168-cu... / build (12.2.2, 3.10, ubuntu20.04, amd64)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build-images / docker (12.5.1, 3.12, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-168-cuda12.5... / 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.317.0. Please update to the latest version 2.319.1
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: citestwheel.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: citestwheel.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L9
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L7
InvalidDefaultArgInFrom: Default value for ARG mikefarah/yq:${YQ_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: ci-conda.Dockerfile#L9
InvalidDefaultArgInFrom: Default value for ARG amazon/aws-cli:${AWS_CLI_VER} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
The 'as' keyword should match the case of the 'from' keyword: ci-conda.Dockerfile#L7
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Artifacts

Produced during runtime
Name Size
rapidsai~ci-imgs~0VLA50.dockerbuild Expired
16.2 KB
rapidsai~ci-imgs~170WKG.dockerbuild Expired
74.5 KB
rapidsai~ci-imgs~1EEC5O.dockerbuild Expired
64 KB
rapidsai~ci-imgs~1KHRIJ.dockerbuild Expired
84.1 KB
rapidsai~ci-imgs~1PN2ZW.dockerbuild Expired
69 KB
rapidsai~ci-imgs~1S9US2.dockerbuild Expired
86.3 KB
rapidsai~ci-imgs~24YYG0.dockerbuild Expired
70.2 KB
rapidsai~ci-imgs~2D47UM.dockerbuild Expired
86.6 KB
rapidsai~ci-imgs~2NEBZ2.dockerbuild Expired
71.8 KB
rapidsai~ci-imgs~3DNZ3U.dockerbuild Expired
88.9 KB
rapidsai~ci-imgs~45AOWN.dockerbuild Expired
75.1 KB
rapidsai~ci-imgs~49PAUO.dockerbuild Expired
85.6 KB
rapidsai~ci-imgs~4O9U56.dockerbuild Expired
72.8 KB
rapidsai~ci-imgs~4WW6ZD.dockerbuild Expired
73.2 KB
rapidsai~ci-imgs~5457SI.dockerbuild Expired
85.4 KB
rapidsai~ci-imgs~5B5J16.dockerbuild Expired
70.4 KB
rapidsai~ci-imgs~633QXD.dockerbuild Expired
71.1 KB
rapidsai~ci-imgs~633R01.dockerbuild Expired
84.3 KB
rapidsai~ci-imgs~6GGSTB.dockerbuild Expired
16.1 KB
rapidsai~ci-imgs~6XXZVM.dockerbuild Expired
69.4 KB
rapidsai~ci-imgs~775Z2G.dockerbuild Expired
69.9 KB
rapidsai~ci-imgs~7JJ8DZ.dockerbuild Expired
73.3 KB
rapidsai~ci-imgs~8D5HVE.dockerbuild Expired
75.9 KB
rapidsai~ci-imgs~964K3F.dockerbuild Expired
16.2 KB
rapidsai~ci-imgs~9KXOKP.dockerbuild Expired
68.7 KB
rapidsai~ci-imgs~9NREHY.dockerbuild Expired
74.3 KB
rapidsai~ci-imgs~9PCR25.dockerbuild Expired
73 KB
rapidsai~ci-imgs~9PJ3QG.dockerbuild Expired
16.3 KB
rapidsai~ci-imgs~9S4B38.dockerbuild Expired
84.6 KB
rapidsai~ci-imgs~A8SQ5H.dockerbuild Expired
88.2 KB
rapidsai~ci-imgs~AWMK9F.dockerbuild Expired
72.8 KB
rapidsai~ci-imgs~B2UQH7.dockerbuild Expired
84.2 KB
rapidsai~ci-imgs~B51XTP.dockerbuild Expired
82.7 KB
rapidsai~ci-imgs~BT6UOB.dockerbuild Expired
71.9 KB
rapidsai~ci-imgs~BUNBMI.dockerbuild Expired
77.2 KB
rapidsai~ci-imgs~BW1KCW.dockerbuild Expired
16.4 KB
rapidsai~ci-imgs~CIAOEK.dockerbuild Expired
16.3 KB
rapidsai~ci-imgs~CM8H7H.dockerbuild Expired
16.2 KB
rapidsai~ci-imgs~CW94FT.dockerbuild Expired
71.1 KB
rapidsai~ci-imgs~D2CLRJ.dockerbuild Expired
71.4 KB
rapidsai~ci-imgs~D35JYD.dockerbuild Expired
16.4 KB
rapidsai~ci-imgs~D3PHO5.dockerbuild Expired
85.7 KB
rapidsai~ci-imgs~DY9FLJ.dockerbuild Expired
86.3 KB
rapidsai~ci-imgs~ETJ68W.dockerbuild Expired
75 KB
rapidsai~ci-imgs~FVDG3U.dockerbuild Expired
70.9 KB
rapidsai~ci-imgs~GNP55F.dockerbuild Expired
70.8 KB
rapidsai~ci-imgs~HKZ1V9.dockerbuild Expired
74.4 KB
rapidsai~ci-imgs~I0DWCB.dockerbuild Expired
71.5 KB
rapidsai~ci-imgs~I5SQC2.dockerbuild Expired
85.1 KB
rapidsai~ci-imgs~I9P3R3.dockerbuild Expired
16.2 KB
rapidsai~ci-imgs~IBNKEP.dockerbuild Expired
73.9 KB
rapidsai~ci-imgs~J1IB54.dockerbuild Expired
70.9 KB
rapidsai~ci-imgs~J389HQ.dockerbuild Expired
17 KB
rapidsai~ci-imgs~JBXX3Q.dockerbuild Expired
70 KB
rapidsai~ci-imgs~JDFK46.dockerbuild Expired
16.9 KB
rapidsai~ci-imgs~JFJGOW.dockerbuild Expired
69.5 KB
rapidsai~ci-imgs~JHT9ZP.dockerbuild Expired
72 KB
rapidsai~ci-imgs~JND6RT.dockerbuild Expired
73.6 KB
rapidsai~ci-imgs~KBJWBA.dockerbuild Expired
74.1 KB
rapidsai~ci-imgs~KBXH0V.dockerbuild Expired
72.1 KB
rapidsai~ci-imgs~KU57BZ.dockerbuild Expired
16 KB
rapidsai~ci-imgs~KWTE7J.dockerbuild Expired
86.7 KB
rapidsai~ci-imgs~L7SZTE.dockerbuild Expired
74.7 KB
rapidsai~ci-imgs~LFS01G.dockerbuild Expired
69.7 KB
rapidsai~ci-imgs~LGEJE2.dockerbuild Expired
72.8 KB
rapidsai~ci-imgs~LH7A8W.dockerbuild Expired
75.8 KB
rapidsai~ci-imgs~LKFBTJ.dockerbuild Expired
71.2 KB
rapidsai~ci-imgs~LS5L1O.dockerbuild Expired
86.1 KB
rapidsai~ci-imgs~LSPXOP.dockerbuild Expired
69.6 KB
rapidsai~ci-imgs~LSRJRD.dockerbuild Expired
73.9 KB
rapidsai~ci-imgs~LUK308.dockerbuild Expired
73.2 KB
rapidsai~ci-imgs~LXNG6V.dockerbuild Expired
83.4 KB
rapidsai~ci-imgs~LYOT0D.dockerbuild Expired
69.7 KB
rapidsai~ci-imgs~LYZHGV.dockerbuild Expired
76.1 KB
rapidsai~ci-imgs~MBENIU.dockerbuild Expired
87.3 KB
rapidsai~ci-imgs~MCP5Z0.dockerbuild Expired
85.4 KB
rapidsai~ci-imgs~MZM0SC.dockerbuild Expired
16 KB
rapidsai~ci-imgs~N05GNK.dockerbuild Expired
16 KB
rapidsai~ci-imgs~N3DVA0.dockerbuild Expired
76.4 KB
rapidsai~ci-imgs~N4E600.dockerbuild Expired
73.1 KB
rapidsai~ci-imgs~NAY5FL.dockerbuild Expired
71 KB
rapidsai~ci-imgs~NDW2D6.dockerbuild Expired
71.4 KB
rapidsai~ci-imgs~NIJ0DE.dockerbuild Expired
76.7 KB
rapidsai~ci-imgs~NL7OM2.dockerbuild Expired
74 KB
rapidsai~ci-imgs~NM59KY.dockerbuild Expired
16.4 KB
rapidsai~ci-imgs~NMZTY9.dockerbuild Expired
16 KB
rapidsai~ci-imgs~NNBYST.dockerbuild Expired
16 KB
rapidsai~ci-imgs~NNSHLR.dockerbuild Expired
73.2 KB
rapidsai~ci-imgs~NVWLIN.dockerbuild Expired
84.3 KB
rapidsai~ci-imgs~O30HCE.dockerbuild Expired
84.8 KB
rapidsai~ci-imgs~O96HUZ.dockerbuild Expired
84.9 KB
rapidsai~ci-imgs~OGX32N.dockerbuild Expired
85.7 KB
rapidsai~ci-imgs~OHFIL5.dockerbuild Expired
85.2 KB
rapidsai~ci-imgs~OO6MIO.dockerbuild Expired
85 KB
rapidsai~ci-imgs~OW0BFF.dockerbuild Expired
16 KB
rapidsai~ci-imgs~OYGT2X.dockerbuild Expired
74.6 KB
rapidsai~ci-imgs~OZ11V1.dockerbuild Expired
69.8 KB
rapidsai~ci-imgs~OZ1TEQ.dockerbuild Expired
68.7 KB
rapidsai~ci-imgs~P532BX.dockerbuild Expired
74.1 KB
rapidsai~ci-imgs~PD5DBD.dockerbuild Expired
73.7 KB
rapidsai~ci-imgs~PGP42N.dockerbuild Expired
73.4 KB
rapidsai~ci-imgs~PHOXA2.dockerbuild Expired
73.5 KB
rapidsai~ci-imgs~PXIUPU.dockerbuild Expired
66.8 KB
rapidsai~ci-imgs~Q75206.dockerbuild Expired
70.5 KB
rapidsai~ci-imgs~QD7PPO.dockerbuild Expired
16.3 KB
rapidsai~ci-imgs~QEJHWM.dockerbuild Expired
16.4 KB
rapidsai~ci-imgs~QLFVFY.dockerbuild Expired
67.2 KB
rapidsai~ci-imgs~QT0T17.dockerbuild Expired
16 KB
rapidsai~ci-imgs~R2LA6I.dockerbuild Expired
84.3 KB
rapidsai~ci-imgs~R2R23B.dockerbuild Expired
76.7 KB
rapidsai~ci-imgs~R6XNL5.dockerbuild Expired
68.1 KB
rapidsai~ci-imgs~R9968T.dockerbuild Expired
73.3 KB
rapidsai~ci-imgs~REXYG8.dockerbuild Expired
16.2 KB
rapidsai~ci-imgs~RIC1A4.dockerbuild Expired
85.9 KB
rapidsai~ci-imgs~RKQVEQ.dockerbuild Expired
72.9 KB
rapidsai~ci-imgs~RRF6ZN.dockerbuild Expired
74.6 KB
rapidsai~ci-imgs~S7P1V1.dockerbuild Expired
74 KB
rapidsai~ci-imgs~SJVGWG.dockerbuild Expired
72.4 KB
rapidsai~ci-imgs~SJW0YA.dockerbuild Expired
70.2 KB
rapidsai~ci-imgs~SKS6QZ.dockerbuild Expired
77.2 KB
rapidsai~ci-imgs~STGZE7.dockerbuild Expired
17 KB
rapidsai~ci-imgs~SUWQDZ.dockerbuild Expired
68 KB
rapidsai~ci-imgs~SW8GA2.dockerbuild Expired
87.4 KB
rapidsai~ci-imgs~SXWZKH.dockerbuild Expired
84.2 KB
rapidsai~ci-imgs~T45KUD.dockerbuild Expired
74.1 KB
rapidsai~ci-imgs~T4Q2JP.dockerbuild Expired
83.6 KB
rapidsai~ci-imgs~TCI1EJ.dockerbuild Expired
84.9 KB
rapidsai~ci-imgs~TET7Z8.dockerbuild Expired
74.2 KB
rapidsai~ci-imgs~TGB4AT.dockerbuild Expired
74.3 KB
rapidsai~ci-imgs~TIXL0W.dockerbuild Expired
72.7 KB
rapidsai~ci-imgs~U7ZQSC.dockerbuild Expired
16 KB
rapidsai~ci-imgs~UCV692.dockerbuild Expired
73.5 KB
rapidsai~ci-imgs~UEHA2N.dockerbuild Expired
75.7 KB
rapidsai~ci-imgs~UXU3BE.dockerbuild Expired
77.7 KB
rapidsai~ci-imgs~V8RXE4.dockerbuild Expired
16.2 KB
rapidsai~ci-imgs~V975Q7.dockerbuild Expired
83.9 KB
rapidsai~ci-imgs~VPIRA0.dockerbuild Expired
17.1 KB
rapidsai~ci-imgs~VPXH2X.dockerbuild Expired
65.7 KB
rapidsai~ci-imgs~VQKXJO.dockerbuild Expired
78.5 KB
rapidsai~ci-imgs~W5MEYP.dockerbuild Expired
67.9 KB
rapidsai~ci-imgs~WH8NW4.dockerbuild Expired
72.3 KB
rapidsai~ci-imgs~WMNP8Z.dockerbuild Expired
75.9 KB
rapidsai~ci-imgs~WOT0G2.dockerbuild Expired
75.5 KB
rapidsai~ci-imgs~WRC6K0.dockerbuild Expired
71.7 KB
rapidsai~ci-imgs~WSR0UB.dockerbuild Expired
86.4 KB
rapidsai~ci-imgs~WTC1OG.dockerbuild Expired
16.2 KB
rapidsai~ci-imgs~WTNERL.dockerbuild Expired
68 KB
rapidsai~ci-imgs~WV1R63.dockerbuild Expired
70.1 KB
rapidsai~ci-imgs~X745WG.dockerbuild Expired
71.6 KB
rapidsai~ci-imgs~XE8VT6.dockerbuild Expired
71.3 KB
rapidsai~ci-imgs~XEJ9JE.dockerbuild Expired
73.2 KB
rapidsai~ci-imgs~XEXCU9.dockerbuild Expired
76.9 KB
rapidsai~ci-imgs~XK0LQ4.dockerbuild Expired
71.7 KB
rapidsai~ci-imgs~XP7MA9.dockerbuild Expired
70.5 KB
rapidsai~ci-imgs~XROLWG.dockerbuild Expired
84.6 KB
rapidsai~ci-imgs~Y79J4M.dockerbuild Expired
71.7 KB
rapidsai~ci-imgs~YB7MDY.dockerbuild Expired
84.5 KB
rapidsai~ci-imgs~YGT82V.dockerbuild Expired
72.9 KB
rapidsai~ci-imgs~YSQYZQ.dockerbuild Expired
74.9 KB
rapidsai~ci-imgs~YXADDY.dockerbuild Expired
70.8 KB
rapidsai~ci-imgs~Z1O7YH.dockerbuild Expired
74.7 KB
rapidsai~ci-imgs~Z72974.dockerbuild Expired
16.1 KB
rapidsai~ci-imgs~Z866KP.dockerbuild Expired
71.5 KB
rapidsai~ci-imgs~Z8H7SE.dockerbuild Expired
74.8 KB
rapidsai~ci-imgs~Z9DD4S.dockerbuild Expired
68.4 KB
rapidsai~ci-imgs~ZEXU1U.dockerbuild Expired
72.5 KB
rapidsai~ci-imgs~ZFOD6V.dockerbuild Expired
76.4 KB
rapidsai~ci-imgs~ZL2X2S.dockerbuild Expired
17 KB
rapidsai~ci-imgs~ZLNQS3.dockerbuild Expired
71.7 KB
rapidsai~ci-imgs~ZOTXO2.dockerbuild Expired
82.7 KB