Build and Push Docker Image #122
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
3m 6s
build-centos-9-jdk8-cudf
3h 36m
Matrix: merge
Annotations
23 errors
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; 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
|
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.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 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: 127
|
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-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, 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-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 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-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: 127
|
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, 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-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-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
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
apache~incubator-gluten~0BOG33.dockerbuild
Expired
|
78.8 KB |
sha256:9a9c6be5f1a01db316ca6d6509a1da72d1580dfeb295ad047446da63ba61ec31
|
|
apache~incubator-gluten~CFKAS2.dockerbuild
Expired
|
492 KB |
sha256:71fd8355dcff866a723449577a1e157f66501b1aafc38a033b20f3733a251540
|
|
apache~incubator-gluten~KGIIDE.dockerbuild
Expired
|
498 KB |
sha256:6cb120d8243aa714ba97c2849176b439a11dbdc8a6ad13e723386dc144f14c96
|
|
apache~incubator-gluten~LLXTCR.dockerbuild
Expired
|
490 KB |
sha256:44b84525ad86d838d3a76ba83754ad4091b77b5d63e594a7aa5ea015bc9a229c
|
|
apache~incubator-gluten~OXGEV6.dockerbuild
Expired
|
492 KB |
sha256:cb27f679973ff9c7dfbc770bf2a5060885f55386799d8e19c34c6e1e79f9f3c1
|
|
apache~incubator-gluten~WK3U16.dockerbuild
Expired
|
79.8 KB |
sha256:8c2902d572b5b773ffb61a8142c35356af9002ea1a9ca2e7bbc0b13c152f4214
|
|
apache~incubator-gluten~XDWBAO.dockerbuild
Expired
|
495 KB |
sha256:04a8a950b95292a47138c01b045b36b37716ca71610f6a8154ca6f52ed106be1
|
|
apache~incubator-gluten~XE1ECD.dockerbuild
Expired
|
75.3 KB |
sha256:e9b031490978b7936ba0b2d484f3ba349e0c531d28b7199f3a8a2b0ee3d51fba
|
|
digests-vcpkg-centos-8-ubuntu-24.04-arm
Expired
|
244 Bytes |
sha256:c9a974664e1a7248b09b626658665fe77c6a7525f2ca2d5974eb63f2b147a7e7
|
|
digests-vcpkg-centos-8-ubuntu-latest
Expired
|
244 Bytes |
sha256:cd7ce1a8136cc27c1292056d17bfedcd5ae0e7f005ca9f5207f1844ee7f84bef
|
|
digests-vcpkg-centos-9-ubuntu-22.04
Expired
|
244 Bytes |
sha256:d518be2d3a4e779a65be3594e77b331b5d3db01aeb2bbc07dac18058707a054c
|
|
digests-vcpkg-centos-9-ubuntu-22.04-arm
Expired
|
244 Bytes |
sha256:15274c11b48c6a8dd1922ec5a413b4fed0a1946c8a4da9a364b261b2278ed3fd
|
|