SEPURI-SAI-KRISHNA commented on PR #57922:
URL: https://github.com/apache/spark/pull/57922#issuecomment-5585343602

   @uros-b done, CI is green now.
   
   For the record, the one failing job was `Run Spark on Kubernetes Integration 
test`, and it was failing for an infrastructure reason rather than anything in 
this PR. It never reached a test: it died while building the Spark image with
   
   ```
   failed to inspect pulled image moby/buildkit:buildx-stable-1: Error response 
from daemon: 404 page not found
   ```
   
   That is SPARK-59212. Minikube 1.39.0 changed its default container runtime 
to containerd, and the containerd Docker shim does not implement enough of the 
Docker API for Buildx. It was fixed on master by #58502, which pins 
`container-runtime: docker` for the Minikube setup.
   
   Because the workflow file comes from the PR branch, this branch was still 
running the pre-fix workflow, so re-running the job could not help. I merged 
master to pick up the fix. The code and test changes are unchanged.
   


-- 
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]

Reply via email to