Skip to content

Upgrade actions/checkout from v2/v3 to v4 (#11627) #185

Upgrade actions/checkout from v2/v3 to v4 (#11627)

Upgrade actions/checkout from v2/v3 to v4 (#11627) #185

Triggered via push February 24, 2026 15:15
Status Failure
Total duration 5h 5m 9s
Artifacts 14

docker_image.yml

on: push
Matrix: build-centos-8
Matrix: build-centos-9
Matrix: build-vcpkg-centos-8-gcc13
Matrix: build-vcpkg-centos-8
Matrix: build-vcpkg-centos-9
build-vcpkg-centos-7
1h 20m
build-vcpkg-centos-7
build-vcpkg-centos-7-gcc13
1h 36m
build-vcpkg-centos-7-gcc13
build-centos-9-jdk8-cudf
5h 4m
build-centos-9-jdk8-cudf
Matrix: merge-dynamic
Matrix: merge-gcc13
Matrix: merge
Fit to window
Zoom out
Zoom in

Annotations

25 errors
build-centos-9 (ubuntu-22.04-arm, jdk11)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -ex; yum update -y && yum install -y epel-release sudo dnf && yum install -y ccache; dnf install -y --setopt=install_weak_deps=False gcc-toolset-12 gcc-toolset-13; echo \"check_certificate = off\" >> ~/.wgetrc; yum install -y java-${JAVA_VERSION}-openjdk-devel patch wget git perl; mirror_host=\"https://www.apache.org/dyn/closer.lua\"; wget -nv ${mirror_host}/celeborn/celeborn-0.5.4/apache-celeborn-0.5.4-bin.tgz?action=download -O /opt/apache-celeborn-0.5.4-bin.tgz; wget -nv ${mirror_host}/celeborn/celeborn-0.6.1/apache-celeborn-0.6.1-bin.tgz?action=download -O /opt/apache-celeborn-0.6.1-bin.tgz; wget -nv ${mirror_host}/uniffle/0.10.0/apache-uniffle-0.10.0-bin.tar.gz?action=download -O /opt/apache-uniffle-0.10.0-bin.tar.gz; wget -nv ${mirror_host}/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz?action=download -O /opt/hadoop-2.8.5.tar.gz; git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten; cd /opt/gluten/.github/workflows/util/; ./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; ./install-spark-resources.sh 4.0; if [ \"$(uname -m)\" = \"aarch64\" ]; then export CPU_TARGET=\"aarch64\"; fi; cd /opt/gluten; source /opt/rh/gcc-toolset-12/enable; ./dev/builddeps-veloxbe.sh --run_setup_script=ON build_arrow; ./build/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: 127
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-arm, jdk17)
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-arm, 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
build-centos-9 (ubuntu-22.04, jdk8)
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, jdk11)
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, jdk17)
The operation was canceled.
build-centos-8 (ubuntu-latest, 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; mirror_host=\"https://www.apache.org/dyn/closer.lua\"; wget -nv ${mirror_host}/celeborn/celeborn-0.5.4/apache-celeborn-0.5.4-bin.tgz?action=download -O /opt/apache-celeborn-0.5.4-bin.tgz; wget -nv ${mirror_host}/celeborn/celeborn-0.6.1/apache-celeborn-0.6.1-bin.tgz?action=download -O /opt/apache-celeborn-0.6.1-bin.tgz; wget -nv ${mirror_host}/uniffle/0.10.0/apache-uniffle-0.10.0-bin.tar.gz?action=download -O /opt/apache-uniffle-0.10.0-bin.tar.gz; wget -nv ${mirror_host}/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz?action=download -O /opt/hadoop-2.8.5.tar.gz; git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten; cd /opt/gluten/.github/workflows/util/; ./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; ./install-spark-resources.sh 4.0; 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; ./build/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: 127
build-centos-8 (ubuntu-24.04-arm, jdk17)
The strategy configuration was canceled because "build-centos-8.ubuntu-latest_jdk17" failed
build-centos-8 (ubuntu-24.04-arm, jdk17)
The operation was canceled.
build-centos-8 (ubuntu-latest, jdk11)
The strategy configuration was canceled because "build-centos-8.ubuntu-latest_jdk17" failed
build-centos-8 (ubuntu-latest, jdk11)
The operation was canceled.
build-centos-8 (ubuntu-24.04-arm, jdk8)
The strategy configuration was canceled because "build-centos-8.ubuntu-latest_jdk17" failed
build-centos-8 (ubuntu-24.04-arm, jdk8)
The operation was canceled.
build-centos-8 (ubuntu-latest, jdk8)
The strategy configuration was canceled because "build-centos-8.ubuntu-latest_jdk17" failed
build-centos-8 (ubuntu-latest, jdk8)
The operation was canceled.
build-centos-8 (ubuntu-24.04-arm, jdk11)
The strategy configuration was canceled because "build-centos-8.ubuntu-latest_jdk17" failed
build-centos-8 (ubuntu-24.04-arm, jdk11)
The operation was canceled.
build-vcpkg-centos-8-gcc13 (ubuntu-24.04-arm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -ex; yum update -y && yum install -y epel-release sudo dnf && yum install -y ccache; echo \"check_certificate = off\" >> ~/.wgetrc; yum install -y java-1.8.0-openjdk-devel patch git perl python3 automake libtool flex; dnf -y --enablerepo=powertools install autoconf-archive ninja-build; pip3 install --upgrade pip; pip3 install cmake; rpm -qa | grep tzdata; dnf clean all; git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten; mkdir -p ${VCPKG_PATH}; echo \"Build arrow, then install the native libs to system paths and jar package to .m2/ directory.\"; if [ \"$(uname -m)\" = \"aarch64\" ]; then export CPU_TARGET=\"aarch64\"; export VCPKG_FORCE_SYSTEM_BINARIES=1; fi; cd /opt/gluten; 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; ./build/mvn dependency:go-offline -Pbackends-velox -Piceberg -Pdelta -Pspark-3.5 -DskipTests; rm -rf /opt/gluten; rm -rf /root/.cache/ccache;" did not complete successfully: exit code: 1
build-vcpkg-centos-8-gcc13 (ubuntu-latest)
The strategy configuration was canceled because "build-vcpkg-centos-8-gcc13.ubuntu-24_04-arm" failed
build-vcpkg-centos-8-gcc13 (ubuntu-latest)
The operation was canceled.

Artifacts

Produced during runtime
Name Size Digest
apache~incubator-gluten~AXGVCV.dockerbuild
535 KB
sha256:a6826dbcbd7754c829e992eaf0cb7f97dbd02a271a1c019f92c92276ea39c008
apache~incubator-gluten~H0VV9M.dockerbuild
522 KB
sha256:e3d8ce80e707b3ff179d23b856f2e51fe38f6102df9c36e3a7a38b9c8657298b
apache~incubator-gluten~H6E1SG.dockerbuild
539 KB
sha256:22a6ea15c825c7bf5767415b07968f962ae058bcc956469d1b0a0ae13ce8b6f0
apache~incubator-gluten~LTEOC7.dockerbuild
516 KB
sha256:7732612b9bf303374da359d67ed7129ff6c649725eb28b964ee9470da4a65901
apache~incubator-gluten~PI83H0.dockerbuild
540 KB
sha256:db3e8b6567c07ac9bd07070828ab78bc51100d755da575838676edbe316039c7
apache~incubator-gluten~QY4475.dockerbuild
533 KB
sha256:0efcbe857ac24b5272cad69697cefe17153ea469de4c8337b869d892c521da27
apache~incubator-gluten~QYUK0M.dockerbuild
68.8 KB
sha256:f520ee37889e1f4a2a1cd9176b1006eec2438d99cfebf189e974a59f111c44cc
apache~incubator-gluten~RREBW8.dockerbuild
105 KB
sha256:4cb9a0d8a85d4f2d4718e5bb98b6998162f5f5289186d652acf34f8466cb68bd
apache~incubator-gluten~STYA3Y.dockerbuild
528 KB
sha256:09d4856675877e100d87967be452fea559434e3f0e5c6f3f7dce0621230c0674
apache~incubator-gluten~SWJZI8.dockerbuild
73.9 KB
sha256:ceb8ec21712f8c4253d73e367ccac9821a06d397292addd6df18e388f3b83b1b
digests-vcpkg-centos-8-ubuntu-24.04-arm Expired
244 Bytes
sha256:ce11d8177ebe8522e98500dee9992a2a3666d39cd7f76b5401443d8a8a869755
digests-vcpkg-centos-8-ubuntu-latest Expired
244 Bytes
sha256:611bb11d858582b3d80370bd05dacf45377492f67f4b5849a2b288ced1366e3a
digests-vcpkg-centos-9-ubuntu-22.04 Expired
244 Bytes
sha256:67a046f7448080c35ed070367df37032ce0f0647b3e2f8612961e44018d446bd
digests-vcpkg-centos-9-ubuntu-22.04-arm Expired
244 Bytes
sha256:59d4810d585c8b36ce8c901f87da68ab813f99193c30f519f261bfd93917012a