Antoine Pitrou created ARROW-17706:
--------------------------------------
Summary: [Dev][Java] Docker image for java-jni-manylinux-2014
fails building
Key: ARROW-17706
URL: https://issues.apache.org/jira/browse/ARROW-17706
Project: Apache Arrow
Issue Type: Bug
Components: Continuous Integration, Developer Tools, Java
Reporter: Antoine Pitrou
I'm trying to run {{java-jni-manylinux-2014}} locally but it fails with the
following error:
{code}
$ archery docker run java-jni-manylinux-2014 bash
Pulling python-wheel-manylinux-2014 ... done
Pulling java-jni-manylinux-2014 ... done
Building python-wheel-manylinux-2014
[+] Building 1.0s (16/21)
=> [internal] load build definition from
python-wheel-manylinux-201x.dockerfile
0.0s
=> => transferring dockerfile: 66B
0.0s
=> [internal] load .dockerignore
0.0s
=> => transferring context: 35B
0.0s
=> [internal] load metadata for
quay.io/pypa/manylinux2014_x86_64:2021-10-11-14ac00e
0.6s
=> importing cache manifest from
apache/arrow-dev:amd64-python-3.8-wheel-manylinux-2014-vcpkg-38bb87c
0.0s
=> [ 1/16] FROM
quay.io/pypa/manylinux2014_x86_64:2021-10-11-14ac00e@sha256:30855d9fe4bf1e35d6db7fb78f2078d173086dd9cb99a8b1dc01379fe6c46681
0.0s
=> [internal] load build context
0.0s
=> => transferring context: 717B
0.0s
=> CACHED [ 2/16] RUN yum install -y git flex curl autoconf zip perl-IPC-Cmd
wget 0.0s
=> CACHED [ 3/16] COPY ci/scripts/install_cmake.sh arrow/ci/scripts/
0.0s
=> CACHED [ 4/16] RUN /arrow/ci/scripts/install_cmake.sh amd64 linux 3.21.4
/usr/local
0.0s
=> CACHED [ 5/16] COPY ci/scripts/install_ninja.sh arrow/ci/scripts/
0.0s
=> CACHED [ 6/16] RUN /arrow/ci/scripts/install_ninja.sh 1.10.2 /usr/local
0.0s
=> CACHED [ 7/16] COPY ci/scripts/install_ccache.sh arrow/ci/scripts/
0.0s
=> CACHED [ 8/16] RUN /arrow/ci/scripts/install_ccache.sh 4.1 /usr/local
0.0s
=> CACHED [ 9/16] COPY ci/vcpkg/*.patch ci/vcpkg/*linux*.cmake
arrow/ci/vcpkg/
0.0s
=> CACHED [10/16] COPY ci/scripts/install_vcpkg.sh
ci/scripts/install_glibc.sh arrow/ci/scripts/
0.0s
=> ERROR [11/16] RUN arrow/ci/scripts/install_vcpkg.sh /opt/vcpkg 38bb87c
0.3s
------
> [11/16] RUN arrow/ci/scripts/install_vcpkg.sh /opt/vcpkg 38bb87c:
#16 0.259 cat: /arrow/.env: No such file or directory
#16 0.261 Cloning into '/opt/vcpkg'...
#16 0.266 /usr/local/libexec/git-core/git-remote-https: error while loading
shared libraries: /usr/local/lib/libcrypt.so.1: invalid ELF header
------
executor failed running [/bin/sh -c arrow/ci/scripts/install_vcpkg.sh
${VCPKG_ROOT} ${vcpkg}]: exit code: 128
ERROR: Service 'python-wheel-manylinux-2014' failed to build : Build failed
Error: `docker-compose --file /home/antoine/arrow/dev/docker-compose.yml build
--build-arg BUILDKIT_INLINE_CACHE=1 python-wheel-manylinux-2014` exited with a
non-zero exit code 1, see the process log above.
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)