[GLUTEN-10599][VL] Fix Centos dev docker image build #128
docker_image.yml
on: pull_request
Matrix: build-centos-8
Matrix: build-centos-9
Matrix: build-vcpkg-centos-8
Matrix: build-vcpkg-centos-9
build-vcpkg-centos-7
3m 6s
build-centos-9-jdk8-cudf
2m 28s
Matrix: merge
Annotations
30 errors
build-vcpkg-centos-9 (ubuntu-22.04)
Username and password required
|
build-vcpkg-centos-9 (ubuntu-22.04-arm)
The operation was canceled.
|
build-vcpkg-centos-9 (ubuntu-22.04-arm)
The strategy configuration was canceled because "build-vcpkg-centos-9.ubuntu-22_04" failed
|
build-vcpkg-centos-8 (ubuntu-latest)
Username and password required
|
build-vcpkg-centos-8 (ubuntu-24.04-arm)
Username and password required
|
build-vcpkg-centos-8 (ubuntu-24.04-arm)
The strategy configuration was canceled because "build-vcpkg-centos-8.ubuntu-latest" failed
|
build-centos-9-jdk8-cudf
Username and password required
|
build-vcpkg-centos-7
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -ex; sed -i -e \"s|mirrorlist=|#mirrorlist=|g\" /etc/yum.repos.d/CentOS-* || true; sed -i -e \"s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g\" /etc/yum.repos.d/CentOS-* || true; yum install -y epel-release centos-release-scl; rm /etc/yum.repos.d/CentOS-SCLo-scl.repo -f; sed -i -e 's/^mirrorlist/#mirrorlist/' -e 's/^#baseurl/baseurl/' -e 's/mirror\\.centos\\.org/vault.centos.org/' /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo; yum install -y git patch wget sudo java-1.8.0-openjdk-devel ccache; git clone --depth=1 -b wip_fix_centos7_docker_build https://github.com/zhouyuan/gluten /opt/gluten; echo \"check_certificate = off\" >> ~/.wgetrc; cd /opt/gluten && bash ./dev/vcpkg/setup-build-depends.sh; mkdir -p ${VCPKG_PATH}; echo \"Build arrow, then install the native libs to system paths and jar package to .m2/ directory.\"; cd /opt/gluten; source /opt/rh/devtoolset-11/enable; bash ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_tests=ON --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON --enable_abfs=ON build_arrow; mvn dependency:go-offline -Pbackends-velox -Piceberg -Pdelta -Pspark-3.5 -DskipTests; dnf clean all; rm -rf /opt/gluten; rm -rf /root/.cache/ccache;" did not complete successfully: exit code: 128
|
build-centos-8 (ubuntu-24.04-arm, jdk17)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -ex; sed -i -e \"s|mirrorlist=|#mirrorlist=|g\" /etc/yum.repos.d/CentOS-* || true; sed -i -e \"s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g\" /etc/yum.repos.d/CentOS-* || true; yum update -y && yum install -y epel-release sudo dnf && yum install -y ccache; dnf install -y --setopt=install_weak_deps=False gcc-toolset-11; echo \"check_certificate = off\" >> ~/.wgetrc; yum install -y java-${JAVA_VERSION}-openjdk-devel patch wget git perl; maven_version=3.9.2; local_binary=\"apache-maven-${maven_version}-bin.tar.gz\"; mirror_host=\"https://www.apache.org/dyn/closer.lua\"; url=\"${mirror_host}/maven/maven-3/${maven_version}/binaries/${local_binary}?action=download\"; wget -nv -O ${local_binary} ${url}; tar -xvf ${local_binary}; mv apache-maven-${maven_version} /usr/lib/maven; rm -rf ${local_binary}; wget -nv https://archive.apache.org/dist/celeborn/celeborn-0.4.3/apache-celeborn-0.4.3-bin.tgz -P /opt/; wget -nv https://archive.apache.org/dist/celeborn/celeborn-0.5.4/apache-celeborn-0.5.4-bin.tgz -P /opt/; wget -nv https://archive.apache.org/dist/celeborn/celeborn-0.6.0/apache-celeborn-0.6.0-bin.tgz -P /opt/; wget -nv https://archive.apache.org/dist/incubator/uniffle/0.9.2/apache-uniffle-0.9.2-incubating-bin.tar.gz -P /opt/; wget -nv https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz -P /opt/; git clone --depth=1 -b wip_fix_centos7_docker_build https://github.com/zhouyuan/gluten /opt/gluten; cd /opt/gluten/.github/workflows/util/; ./install_spark_resources.sh 3.2; ./install_spark_resources.sh 3.3; ./install_spark_resources.sh 3.4; ./install_spark_resources.sh 3.5; ./install_spark_resources.sh 3.5-scala2.13; if [ \"$(uname -m)\" = \"aarch64\" ]; then export CPU_TARGET=\"aarch64\"; fi; cd /opt/gluten; source /opt/rh/gcc-toolset-11/enable; ./dev/builddeps-veloxbe.sh --run_setup_script=ON build_arrow; mvn dependency:go-offline -Pbackends-velox -Piceberg -Pdelta -Pspark-3.5 -DskipTests; dnf clean all; rm -rf /opt/gluten; rm -rf /root/.cache/ccache;" did not complete successfully: exit code: 2
|
build-centos-8 (ubuntu-latest, jdk17)
The operation was canceled.
|
build-centos-8 (ubuntu-latest, jdk17)
The strategy configuration was canceled because "build-centos-8.ubuntu-24_04-arm_jdk17" failed
|
build-centos-8 (ubuntu-24.04-arm, jdk8)
The operation was canceled.
|
build-centos-8 (ubuntu-24.04-arm, jdk8)
The strategy configuration was canceled because "build-centos-8.ubuntu-24_04-arm_jdk17" failed
|
build-centos-8 (ubuntu-latest, jdk11)
The operation was canceled.
|
build-centos-8 (ubuntu-latest, jdk11)
The strategy configuration was canceled because "build-centos-8.ubuntu-24_04-arm_jdk17" failed
|
build-centos-8 (ubuntu-24.04-arm, jdk11)
The operation was canceled.
|
build-centos-8 (ubuntu-24.04-arm, jdk11)
The strategy configuration was canceled because "build-centos-8.ubuntu-24_04-arm_jdk17" failed
|
build-centos-8 (ubuntu-latest, jdk8)
The operation was canceled.
|
build-centos-8 (ubuntu-latest, jdk8)
The strategy configuration was canceled because "build-centos-8.ubuntu-24_04-arm_jdk17" failed
|
build-centos-9 (ubuntu-22.04-arm, jdk11)
buildx failed with: ERROR: failed to build: failed to solve: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Aapache%2Fgluten%3Apull%2Cpush&service=registry.docker.io: 401 Unauthorized
|
build-centos-9 (ubuntu-22.04-arm, jdk8)
The operation was canceled.
|
build-centos-9 (ubuntu-22.04-arm, jdk8)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04-arm_jdk11" failed
|
build-centos-9 (ubuntu-22.04, jdk17)
The operation was canceled.
|
build-centos-9 (ubuntu-22.04, jdk17)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04-arm_jdk11" failed
|
build-centos-9 (ubuntu-22.04-arm, jdk17)
The operation was canceled.
|
build-centos-9 (ubuntu-22.04-arm, jdk17)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04-arm_jdk11" failed
|
build-centos-9 (ubuntu-22.04, jdk11)
The operation was canceled.
|
build-centos-9 (ubuntu-22.04, jdk11)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04-arm_jdk11" failed
|
build-centos-9 (ubuntu-22.04, jdk8)
The operation was canceled.
|
build-centos-9 (ubuntu-22.04, jdk8)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04-arm_jdk11" failed
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
apache~incubator-gluten~9QOF4O.dockerbuild
Expired
|
528 KB |
sha256:3a411c94929f3d44760876081ee6a9fe96c6a79cf9d26d88da9a198db4fce2df
|
|
apache~incubator-gluten~CFK35Q.dockerbuild
Expired
|
78.5 KB |
sha256:56de430a0d2b35efbe94618c1bc171cbe909800c2c56a2c71540bfb0c21ba533
|
|
apache~incubator-gluten~H2MIAN.dockerbuild
Expired
|
108 KB |
sha256:310c8143207cb44faf932bfe14a5d7278e006702d179fdf942fcf7e703fdbd28
|
|