raulcd commented on issue #41462: URL: https://github.com/apache/arrow/issues/41462#issuecomment-2085083331
I've tried locally: ``` $ UBUNTU=22.04 docker compose run --rm ubuntu-cpp ``` and I was not able to reproduce but with: ``` $ ARCHERY_DEBUG=1 ARCHERY_USE_DOCKER_CLI=1 UBUNTU=22.04 archery docker run ubuntu-cpp ``` and (the command that archery executes): ``` $ docker run --rm --shm-size 2147483648 -e ARROW_MIMALLOC=ON -e CCACHE_COMPILERCHECK=content -e CCACHE_COMPRESS=1 -e CCACHE_COMPRESSLEVEL=6 -e CCACHE_DIR=/ccache -e CCACHE_MAXSIZE=1G -e SCCACHE_S3_KEY_PREFIX=sccache -v /home/raulcd/code/arrow:/arrow -v ubuntu-ccache:/ccache apache/arrow-dev:amd64-ubuntu-22.04-cpp /bin/bash -c ' /arrow/ci/scripts/cpp_build.sh /arrow /build &&\n /arrow/ci/scripts/integration_skyhook.sh /build &&\n /arrow/ci/scripts/cpp_test.sh /arrow /build' ``` I was able to reproduce, I am investigating to see if I can further debug. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org