FrankChen021 commented on PR #16695:
URL: https://github.com/apache/druid/pull/16695#issuecomment-2212833217

   The failed CI has no relation to these changes.
   
   Unit & Integration tests CI / standard-its / 
integration-index-tests-middleManager (batch-index)
   
   ```text
   Dockerfile:28
   --------------------
     26 |     ARG ZK_VERSION
     27 |     ARG APACHE_ARCHIVE_MIRROR_HOST=https://archive.apache.org/
     28 | >>> RUN APACHE_ARCHIVE_MIRROR_HOST=${APACHE_ARCHIVE_MIRROR_HOST} 
/root/base-setup.sh && rm -f /root/base-setup.sh
     29 |     
     30 |     FROM druidbase
   --------------------
   ERROR: failed to solve: process "/bin/sh -c 
APACHE_ARCHIVE_MIRROR_HOST=${APACHE_ARCHIVE_MIRROR_HOST} /root/base-setup.sh && 
rm -f /root/base-setup.sh" did not complete successfully: exit code: 4
   Error:  Command execution failed.
   org.apache.commons.exec.ExecuteException: Process exited with an error: 1 
(Exit value: 1)
       at org.apache.commons.exec.DefaultExecutor.executeInternal 
(DefaultExecutor.java:404)
       at org.apache.commons.exec.DefaultExecutor.execute 
(DefaultExecutor.java:166)
       at org.codehaus.mojo.exec.ExecMojo.executeCommandLine 
(ExecMojo.java:1000)
       at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:947)
       at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:471)
   ```


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