snazy opened a new issue, #927:
URL: https://github.com/apache/polaris/issues/927

   ### Describe the bug
   
   ```
   Execution failed for task ':polaris-quarkus-server:quarkusAppPartsBuild'.
   > There was a failure while executing work items
      > A failure occurred while executing 
io.quarkus.gradle.tasks.worker.BuildWorker
   
         > io.quarkus.builder.BuildException: Build failure: Build failed due 
to errors
   Error:               [error]: Build step 
io.quarkus.container.image.docker.deployment.DockerProcessor#dockerBuildFromJar 
threw an exception: java.lang.RuntimeException: Execution of 'docker build -f 
/home/runner/work/polaris/polaris/quarkus/server/src/main/docker/Dockerfile.jvm 
-t docker.io/apache/polaris:1.0.0-incubating-SNAPSHOT 
/home/runner/work/polaris/polaris/quarkus/server' failed. See docker output for 
more details
                at 
io.quarkus.container.image.docker.common.deployment.CommonProcessor.containerRuntimeException(CommonProcessor.java:261)
                at 
io.quarkus.container.image.docker.common.deployment.CommonProcessor.buildImage(CommonProcessor.java:249)
                at 
io.quarkus.container.image.docker.deployment.DockerProcessor.createContainerImage(DockerProcessor.java:125)
                at 
io.quarkus.container.image.docker.deployment.DockerProcessor.createContainerImage(DockerProcessor.java:31)
                at 
io.quarkus.container.image.docker.common.deployment.CommonProcessor.buildFromJar(CommonProcessor.java:87)
                at 
io.quarkus.container.image.docker.deployment.DockerProcessor.dockerBuildFromJar(DockerProcessor.java:62)
                at 
java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
                at 
io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
                at io.quarkus.builder.BuildContext.run(BuildContext.java:256)
                at 
org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
                at 
org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2675)
                at 
org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2654)
                at 
org.jboss.threads.EnhancedQueueExecutor.runThreadBody(EnhancedQueueExecutor.java:1627)
                at 
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1594)
                at java.base/java.lang.Thread.run(Thread.java:1583)
                at org.jboss.threads.JBossThread.run(JBossThread.java:499)
   ```
   
   Example failed runs:
   * https://github.com/apache/polaris/actions/runs/13088270149/job/36521991861
   * https://github.com/apache/polaris/actions/runs/13086227077/job/36517684332
   
   The failure is unrelated to actual the commits/PRs.
   
   
   ### To Reproduce
   
   _No response_
   
   ### Actual Behavior
   
   _No response_
   
   ### Expected Behavior
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### System information
   
   _No response_


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

Reply via email to