Yikun commented on PR #39490: URL: https://github.com/apache/spark/pull/39490#issuecomment-1378190658
@HyukjinKwon I just saw there are some failures on cache image and write images (this should be the github ghcr flaky): https://github.com/apache/spark/actions/runs/3879879532/jobs/6617462093#step:6:127 ``` #34 [auth] hyukjinkwon/apache-spark-ci-image:pull,push token for ghcr.io #34 DONE 0.0s #33 exporting to image #33 pushing layers 1.3s done #33 ERROR: failed to push ghcr.io/hyukjinkwon/apache-spark-ci-image:master-3888736834: failed to copy: io: read/write on closed pipe ------ > exporting to image: ------ ERROR: failed to solve: failed to push ghcr.io/hyukjinkwon/apache-spark-ci-image:master-3888736834: failed to copy: io: read/write on closed pipe ``` If github can't recover soon, we might want to use `https://github.com/apache/spark/pkgs/container/spark%2Fapache-spark-github-action-image-cache/62600543?tag=master-static` directly. And change https://github.com/apache/spark/blob/master/.github/workflows/build_and_test.yml#L59 to static image `ghcr.io/apache/spark/apache-spark-github-action-image-cache:master-static` (https://github.com/apache/spark/commit/c4a33ecb1617bf7abda462662134f147104cbd5a) first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
