[GLUTEN-10207][VL] adding spark40 unit test framework (#10725) #148
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 21m
build-vcpkg-centos-7-gcc13
1h 28m
build-centos-9-jdk8-cudf
4h 28m
Matrix: merge
Annotations
22 errors
|
build-centos-9 (ubuntu-22.04, 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; 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; ./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; 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 strategy configuration was canceled because "build-centos-9.ubuntu-22_04_jdk11" failed
|
|
build-centos-9 (ubuntu-22.04-arm, jdk8)
The operation was canceled.
|
|
build-centos-9 (ubuntu-22.04-arm, jdk17)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04_jdk11" failed
|
|
build-centos-9 (ubuntu-22.04-arm, jdk17)
The operation was canceled.
|
|
build-centos-9 (ubuntu-22.04, jdk17)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04_jdk11" failed
|
|
build-centos-9 (ubuntu-22.04, jdk17)
The operation was canceled.
|
|
build-centos-9 (ubuntu-22.04-arm, jdk11)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04_jdk11" failed
|
|
build-centos-9 (ubuntu-22.04-arm, jdk11)
The operation was canceled.
|
|
build-centos-9 (ubuntu-22.04, jdk8)
The strategy configuration was canceled because "build-centos-9.ubuntu-22_04_jdk11" failed
|
|
build-centos-9 (ubuntu-22.04, jdk8)
The operation was canceled.
|
|
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.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; ./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; 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, jdk8)
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, 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-latest, jdk8)
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, 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, jdk17)
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.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
apache~incubator-gluten~0ZCBO4.dockerbuild
|
547 KB |
sha256:bb4f2203384bee18635c6ee3924bd9980aa5b7e6a0610d5f682a42a686f1878d
|
|
|
apache~incubator-gluten~59FVEL.dockerbuild
|
543 KB |
sha256:9313a561bbca9a941a195b59f7fa6680e9fa3ea9e703f1a789cf912d86659b7b
|
|
|
apache~incubator-gluten~9SBTQV.dockerbuild
|
558 KB |
sha256:52bb1b65ae247c7f2b4a6cbc72fe040a0d9ef45582fe65b05683012c84589138
|
|
|
apache~incubator-gluten~AEUPIW.dockerbuild
|
70.9 KB |
sha256:17f9341c5dff31c4454d6d610fa7f009d92fe9a000e634a4a4eecfdb4ed32819
|
|
|
apache~incubator-gluten~CD0AQQ.dockerbuild
|
542 KB |
sha256:afc12f241193fc2aad4cdb08535ec370a6e978d2823cd60e744acfbfe8631b6b
|
|
|
apache~incubator-gluten~CH7KBG.dockerbuild
|
542 KB |
sha256:8662da5188eda04f57183765d06eef158dd8f865255f1c5a6f6b3bb9ef86f8e7
|
|
|
apache~incubator-gluten~MM884J.dockerbuild
|
555 KB |
sha256:ff8ad25d77009386e795e63af9ec10213bf0735296fb802fa0350860b6af329d
|
|
|
apache~incubator-gluten~OEVMN9.dockerbuild
|
546 KB |
sha256:e864513bd44b9a62ba038c79074fee1126975101d8f2b33519c9cb6287ed533d
|
|
|
apache~incubator-gluten~SBK4IW.dockerbuild
|
540 KB |
sha256:c38e433d6eff6df6f681a4ac0e6f6740eaaefbce3766c08f0ec6f38cf4b5343a
|
|
|
apache~incubator-gluten~TJ8LQF.dockerbuild
|
78.1 KB |
sha256:3600a33ce9f334fdc2b00c9acbf078a4912760294beb645b0ddae32aab6929c3
|
|
|
digests-vcpkg-centos-8-gcc13-ubuntu-latest
Expired
|
244 Bytes |
sha256:1e2e419fc76ca4b4a5557d2d85f094c7d2e3ce907b08baf6c8a5e1063c4912a4
|
|
|
digests-vcpkg-centos-9-ubuntu-22.04
Expired
|
244 Bytes |
sha256:652e40eaf44b010d40aa26e3cc116cb1193a2cc6d2ae1b2301711f01482e0076
|
|
|
digests-vcpkg-centos-9-ubuntu-22.04-arm
Expired
|
244 Bytes |
sha256:9552837f98eea5de6646850203c51943fa6636265aeb7b16922139497ac9adb9
|
|