kou commented on issue #37022:
URL: https://github.com/apache/arrow/issues/37022#issuecomment-1674130818

   This is also happen on Ubuntu 22.04: 
https://github.com/ursacomputing/crossbow/actions/runs/5818829907/job/15776016691#step:6:3163
   
   ```text
   > [3/5] RUN yum install -y java-1.8.0-openjdk-devel &&       yum clean all 
&&       curl 
https://dlcdn.apache.org/maven/maven-3/3.9.3/binaries/apache-maven-3.9.3-bin.tar.gz
 |         tar xfz - -C /usr/local &&       ln -s 
/usr/local/apache-maven-3.9.3/bin/mvn /usr/local/bin:
   81.83 
   81.83 Complete!
   82.01 Loaded plugins: fastestmirror, ovl
   82.09 Cleaning repos: base centos-sclo-rh epel extras updates
   82.15 Cleaning up list of fastest mirrors
     0   196    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
   100   196  100   196    0     0    281      0 --:--:-- --:--:-- --:--:--   
281
   82.87 
   82.87 gzip: stdin: not in gzip format
   82.87 tar: Child returned status 1
   82.87 tar: Error is not recoverable: exiting now
   ------
   java-jni-manylinux-201x.dockerfile:38
   --------------------
     37 |     ARG maven=3.9.3
     38 | >>> RUN yum install -y java-$java-openjdk-devel && \
     39 | >>>       yum clean all && \
     40 | >>>       curl 
[https://dlcdn.apache.org/maven/maven-3/${maven}/binaries/apache-maven-${maven}-bin.tar.gz](https://dlcdn.apache.org/maven/maven-3/$%7Bmaven%7D/binaries/apache-maven-$%7Bmaven%7D-bin.tar.gz)
 | \
     41 | >>>         tar xfz - -C /usr/local && \
     42 | >>>       ln -s /usr/local/apache-maven-${maven}/bin/mvn 
/usr/local/bin
     43 |     
   --------------------
   ERROR: failed to solve: process "/bin/bash -i -c yum install -y 
java-$java-openjdk-devel &&       yum clean all &&       curl 
[https://dlcdn.apache.org/maven/maven-3/${maven}/binaries/apache-maven-${maven}-bin.tar.gz](https://dlcdn.apache.org/maven/maven-3/$%7Bmaven%7D/binaries/apache-maven-$%7Bmaven%7D-bin.tar.gz)
 |         tar xfz - -C /usr/local &&       ln -s 
/usr/local/apache-maven-${maven}/bin/mvn /usr/local/bin" did not complete 
successfully: exit code: 2
   Service 'java-jni-manylinux-2014' failed to build : Build failed
   Error: `docker-compose --file 
/home/runner/work/crossbow/crossbow/arrow/docker-compose.yml build --build-arg 
BUILDKIT_INLINE_CACHE=1 java-jni-manylinux-2014` exited with a non-zero exit 
code 1, see the process log above.
   ```


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