Skip to content

[SPARK-49813] Publish Apache Spark 3.5.3 to docker registry #1

[SPARK-49813] Publish Apache Spark 3.5.3 to docker registry

[SPARK-49813] Publish Apache Spark 3.5.3 to docker registry #1

Triggered via pull request September 25, 2024 07:38
Status Cancelled
Total duration 3m 41s
Artifacts

build_3.5.3.yaml

on: pull_request
Matrix: Run
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 2 warnings
Run (scala, 17) / main
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex; export SPARK_TMP=\"$(mktemp -d)\"; cd $SPARK_TMP; wget -nv -O spark.tgz \"$SPARK_TGZ_URL\"; wget -nv -O spark.tgz.asc \"$SPARK_TGZ_ASC_URL\"; export GNUPGHOME=\"$(mktemp -d)\"; gpg --batch --keyserver hkps://keys.openpgp.org --recv-key \"$GPG_KEY\" || gpg --batch --keyserver hkps://keyserver.ubuntu.com --recv-keys \"$GPG_KEY\"; gpg --batch --verify spark.tgz.asc spark.tgz; gpgconf --kill all; rm -rf \"$GNUPGHOME\" spark.tgz.asc; tar -xf spark.tgz --strip-components=1; chown -R spark:spark .; mv jars /opt/spark/; mv RELEASE /opt/spark/; mv bin /opt/spark/; mv sbin /opt/spark/; mv kubernetes/dockerfiles/spark/decom.sh /opt/; mv examples /opt/spark/; ln -s \"$(basename $(ls /opt/spark/examples/jars/spark-examples_*.jar))\" /opt/spark/examples/jars/spark-examples.jar; mv kubernetes/tests /opt/spark/; mv data /opt/spark/; mv python/pyspark /opt/spark/python/pyspark/; mv python/lib /opt/spark/python/lib/; mv R /opt/spark/; chmod a+x /opt/decom.sh; cd ..; rm -rf \"$SPARK_TMP\";" did not complete successfully: exit code: 2
Run (scala, 11) / main
FailFast: cancelling since parallel instance has failed
Run (scala, 11) / main
The operation was canceled.
Run (python, 17) / main
FailFast: cancelling since parallel instance has failed
Run (python, 17) / main
The operation was canceled.
Run (r, 17) / main
FailFast: cancelling since parallel instance has failed
Run (r, 17) / main
The operation was canceled.
Run (all, 11) / main
FailFast: cancelling since parallel instance has failed
Run (all, 11) / main
The operation was canceled.
Run (r, 11) / main
FailFast: cancelling since parallel instance has failed
Run (r, 11) / main
The operation was canceled.
Run (python, 11) / main
FailFast: cancelling since parallel instance has failed
Run (python, 11) / main
The operation was canceled.
Run (all, 17) / main
FailFast: cancelling since parallel instance has failed
Run (all, 17) / main
The operation was canceled.
Run (scala, 17) / main
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/build-push-action@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run (scala, 17) / main
No files were found with the provided path: **/target/integration-tests.log. No artifacts will be uploaded.