rok opened a new issue, #51025:
URL: https://github.com/apache/arrow/issues/51025

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The Linux JNI jobs failed before Arrow was compiled while downloading Bison 
3.7.6:
   
   - AMD64: 
https://github.com/apache/arrow/actions/runs/33164920578/job/98828090831
   - ARM64: 
https://github.com/apache/arrow/actions/runs/33164920578/job/98828090888
   
   Both jobs failed with:
   ```console
     #16 [stage-0 10/13] RUN /arrow/ci/scripts/install_bison.sh 3.7.6 /usr/local
     #16 135.8 
     #16 135.8 gzip: stdin: unexpected end of file
     #16 135.8 tar: Child returned status 1
     cpp-jni.dockerfile:64
     
     --------------------
     
       62 |     ARG bison=3.7.6
     
       63 |     COPY ci/scripts/install_bison.sh arrow/ci/scripts/
     
       64 | >>> RUN /arrow/ci/scripts/install_bison.sh ${bison} /usr/local
     
       65 |     
     
       66 |     # Install vcpkg
     
     --------------------
     
     failed to solve: process "/bin/sh -c /arrow/ci/scripts/install_bison.sh 
${bison} /usr/local" did not complete successfully: exit code: 2
     
     #16 135.8 tar: Error is not recoverable: exiting now
     #16 ERROR: process "/bin/sh -c /arrow/ci/scripts/install_bison.sh ${bison} 
/usr/local" did not complete successfully: exit code: 2
     ------
      > [stage-0 10/13] RUN /arrow/ci/scripts/install_bison.sh 3.7.6 /usr/local:
     135.8 
     135.8 gzip: stdin: unexpected end of file
     135.8 tar: Child returned status 1
     135.8 tar: Error is not recoverable: exiting now
   ```
   
   ### Component(s)
   
   Continuous Integration


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