add telemetry to citestwheel and fix interpolation #227
Annotations
1 error and 1 warning
Build image
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 libcurl4-openssl-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 \"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: 1
|
|
Loading