Skip to content

Add yasm & openslide for wheel builds #16

Add yasm & openslide for wheel builds

Add yasm & openslide for wheel builds #16

Triggered via push November 3, 2023 20:28
Status Failure
Total duration 15m 49s
Artifacts

pr.yaml

on: push
build-images  /  compute-matrix
6s
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

16 errors
build-images / docker (11.8.0, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda11.8.0... / build (11.8.0, 3.9, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" 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-90-cuda11.8.... / build (11.8.0, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" 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-90-cuda11.8.... / build (11.8.0, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" 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-90-cuda12.0.... / build (12.0.1, 3.10, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" 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-90-cuda11.8.0... / build (11.8.0, 3.9, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" 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-90-cuda12.0.... / build (12.0.1, 3.10, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" 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-90-cuda12.0.1... / build (12.0.1, 3.9, ubuntu20.04, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 100
build-images / docker (11.8.0, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda11.8.... / build (11.8.0, 3.10, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 1
build-images / docker (11.8.0, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda11.8.0... / build (11.8.0, 3.9, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 1
build-images / docker (12.0.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda12.0.... / build (12.0.1, 3.10, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 1
build-images / docker (11.8.0, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda11.8.... / build (11.8.0, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 1
build-images / docker (11.8.0, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda11.8.0... / build (11.8.0, 3.9, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 1
build-images / docker (12.0.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda12.0.1... / build (12.0.1, 3.9, rockylinux8, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 1
build-images / docker (12.0.1, 3.9, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda12.0.1... / build (12.0.1, 3.9, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 1
build-images / docker (12.0.1, 3.10, rockylinux8, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda12.0.... / build (12.0.1, 3.10, rockylinux8, amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 1
build-images / docker (12.0.1, 3.9, ubuntu20.04, ci-wheel, amd64, arm64, rapidsai/staging:ci-wheel-90-cuda12.0.1... / build (12.0.1, 3.9, ubuntu20.04, arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${LINUX_VER}\" in \"ubuntu\"*) echo 'APT::Update::Error-Mode \"any\";' > /etc/apt/apt.conf.d/warnings-as-errors && apt update -y && apt install -y debianutils build-essential software-properties-common jq wget gcc zlib1g-dev libbz2-dev libssl-dev libreadline-dev libsqlite3-dev libffi-dev curl git libncurses5-dev libnuma-dev openssh-client libcudnn8-dev zip libopenblas-dev liblapack-dev protobuf-compiler autoconf automake libtool cmake yasm openslide-dev && add-apt-repository ppa:git-core/ppa && add-apt-repository ppa:ubuntu-toolchain-r/test && apt update -y && apt install -y git gcc-9 g++-9 && add-apt-repository -r ppa:git-core/ppa && add-apt-repository -r ppa:ubuntu-toolchain-r/test && 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 && rm -rf /var/lib/apt/lists/* ;; \"centos\"*) yum update --exclude=libnccl* -y && yum install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip blas-devel lapack-devel protobuf-compiler autoconf automake libtool centos-release-scl scl-utils cmake yasm openslide-devel && yum remove -y git && yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm && yum install -y git jq devtoolset-11 && yum remove -y endpoint-repo && yum clean all && echo -e ' source scl_source enable devtoolset-11\\n ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; \"rockylinux\"*) dnf update -y && dnf install -y epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel protobuf-compiler autoconf automake libtool dnf-plugins-core cmake && dnf config-manager --set-enabled powertools && dnf install -y blas-devel lapack-devel && dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ && dnf clean all && echo -e ' source /opt/rh/gcc-toolset-11/enable ' > /etc/profile.d/enable_devtools.sh && pushd tmp && wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz && tar -xzvf openssl-1.1.1k.tar.gz && cd openssl-1.1.1k && ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib no-shared zlib-dynamic && make && make install && popd ;; *) echo \"Unsupported LINUX_VER: ${LINUX_VER}\" && exit 1; ;; esac" did not complete successfully: exit code: 100