Skip to content

Build and Push Docker Image #137

Build and Push Docker Image

Build and Push Docker Image #137

Triggered via schedule October 12, 2025 20:07
Status Failure
Total duration 3h 46m 30s
Artifacts 17

docker_image.yml

on: schedule
Matrix: build-centos-8
Matrix: build-centos-9
Matrix: build-vcpkg-centos-8
Matrix: build-vcpkg-centos-9
build-vcpkg-centos-7
1h 19m
build-vcpkg-centos-7
build-centos-9-jdk8-cudf
3h 46m
build-centos-9-jdk8-cudf
Matrix: merge
Fit to window
Zoom out
Zoom in

Annotations

18 errors
build-centos-9 (ubuntu-22.04-arm, jdk17)
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; 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.1/apache-celeborn-0.6.1-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 https://github.com/apache/incubator-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-12/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: 1
build-centos-9 (ubuntu-22.04-arm, jdk11)
The operation was canceled.
build-centos-9 (ubuntu-22.04-arm, jdk11)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04-arm_jdk17" failed
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_jdk17" 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_jdk17" 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_jdk17" 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_jdk17" failed
build-vcpkg-centos-9 (ubuntu-22.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; dnf install -y --setopt=install_weak_deps=False gcc-toolset-12; echo \"check_certificate = off\" >> ~/.wgetrc; yum install -y java-17-openjdk-devel patch wget git perl; dnf clean all; git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten; 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.\"; if [ \"$(uname -m)\" = \"aarch64\" ]; then export CPU_TARGET=\"aarch64\"; export VCPKG_FORCE_SYSTEM_BINARIES=1; fi; source /opt/rh/gcc-toolset-12/enable; 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; 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-9 (ubuntu-22.04)
The operation was canceled.
build-vcpkg-centos-9 (ubuntu-22.04)
The strategy configuration was canceled because "build-vcpkg-centos-9.ubuntu-22_04-arm" failed
build-vcpkg-centos-8 (ubuntu-24.04-arm)
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-1.8.0-openjdk-devel patch wget git perl; rpm -qa | grep tzdata; dnf clean all; git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten; 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.\"; if [ \"$(uname -m)\" = \"aarch64\" ]; then export CPU_TARGET=\"aarch64\"; export VCPKG_FORCE_SYSTEM_BINARIES=1; fi; source /opt/rh/gcc-toolset-11/enable; 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; 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 (ubuntu-latest)
The operation was canceled.
build-vcpkg-centos-8 (ubuntu-latest)
The strategy configuration was canceled because "build-vcpkg-centos-8.ubuntu-24_04-arm" failed
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 https://github.com/apache/incubator-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; source /opt/rh/rh-git227/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: 1

Artifacts

Produced during runtime
Name Size Digest
apache~incubator-gluten~4U6Y52.dockerbuild Expired
588 KB
sha256:ca15dc82e1a5f4c88e457fbc9e4c21c4e1d6bdf663f31dba3768630dc6a3bdb1
apache~incubator-gluten~5BTAPT.dockerbuild Expired
581 KB
sha256:d09b737aee0222cfb450d3afc61e8e6ebe6c16646f522ec6bf4da530051232d9
apache~incubator-gluten~65AJ03.dockerbuild Expired
389 KB
sha256:972370823fed35b45ee39ccf75c6ca79862f1b4e0bae6a7313f7f09324a2796a
apache~incubator-gluten~6G3GXB.dockerbuild Expired
590 KB
sha256:3c7d0b86a986f01d54ca3f43ab9e393e8d49a19cd41bde14490bf856c8b61e6f
apache~incubator-gluten~9QLRWO.dockerbuild Expired
204 KB
sha256:868042f9713c25e120bfedbec7bc3997c9b5e75914921c567b99d47403bba4e7
apache~incubator-gluten~APNA9F.dockerbuild Expired
284 KB
sha256:8d0f99b182f16936cb0413259b940f27280d62106f2636e4d4aa76c59ba6db26
apache~incubator-gluten~GOHIUC.dockerbuild Expired
548 KB
sha256:c2ac5c15ab74ee98e0acf881f4a4c9f8663caaf054f4d0757da5d28d6e415482
apache~incubator-gluten~HYW88J.dockerbuild Expired
576 KB
sha256:d8b3aec7195849ab0cf1283f1bec387b84b87bf2715be73a2a2e196f5b7caeab
apache~incubator-gluten~K60V7M.dockerbuild Expired
197 KB
sha256:94a2d0a9e8bb4d825b827f558ee9a64b803042e2ddd5fd992b08b56d969b072d
apache~incubator-gluten~KMNRYY.dockerbuild Expired
587 KB
sha256:ee7d51b70d7818b1dfde353aed309371d1630bbffa33ba17bd001d3921c09d69
apache~incubator-gluten~TKIUEC.dockerbuild Expired
580 KB
sha256:3dc042c66967a5346cd26e9df906e27fb2574000563ce7982f0b5e9672d88224
digests-centos-8-jdk11-ubuntu-24.04-arm Expired
244 Bytes
sha256:dfde4a49ba551a52debaf21aee0b47106aef998f3b0f5c2ec1df91ed00a90630
digests-centos-8-jdk11-ubuntu-latest Expired
244 Bytes
sha256:a4e2208e1f32d49b471e66505fc947f7325cc803b4670e9a1f49881b0b0682b1
digests-centos-8-jdk17-ubuntu-24.04-arm Expired
244 Bytes
sha256:8979125262a9b117f35de18827895ca465ff57022c7cbdaf59f6142c2264f6ff
digests-centos-8-jdk17-ubuntu-latest Expired
244 Bytes
sha256:cbd23015d0f48c346f914691f2dd4e2563d8c51c60543867d3426ea1981f65b5
digests-centos-8-jdk8-ubuntu-24.04-arm Expired
244 Bytes
sha256:8b81d3af9439619dd76ee8b06c0392fbf4778b1858f9ad9c37237882e0c2395b
digests-centos-8-jdk8-ubuntu-latest Expired
244 Bytes
sha256:d7a2838877b8d0f7a5cfffa4ea63483e77730a051d5d22d75fa1cdd4baf4a2f9