vibhatha commented on PR #40520: URL: https://github.com/apache/arrow/pull/40520#issuecomment-2058257961
I am getting a failure in re-attempting to build the images, I used `--no-cache` to make sure it doesn't use the cache, but I still get an error ```bash + cmake --build . --config release [26/26] Linking CXX shared library gandiva/libgandiva_jni.so + '[' OFF = ON ']' + cmake --build . --config release --target install [0/1] Install the project... -- Install configuration: "release" -- Installing: /build/java_jni/java-jni/lib/arrow_cdata_jni/x86_64/libarrow_cdata_jni.so -- Installing: /build/java_jni/java-jni/lib/arrow_dataset_jni/x86_64/libarrow_dataset_jni.so -- Installing: /build/java_jni/java-jni/lib/gandiva_jni/x86_64/libgandiva_jni.so -- Installing: /build/java_jni/java-jni/lib/arrow_orc_jni/x86_64/libarrow_orc_jni.so + popd / + mkdir -p /arrow/java-dist + '[' -d /build/java_jni/java-jni/bin ']' + mv /build/java_jni/java-jni/lib/arrow_cdata_jni /build/java_jni/java-jni/lib/arrow_dataset_jni /build/java_jni/java-jni/lib/arrow_orc_jni /build/java_jni/java-jni/lib/gandiva_jni /arrow/java-dist/ mv: inter-device move failed: ‘/build/java_jni/java-jni/lib/arrow_cdata_jni’ to ‘/arrow/java-dist/arrow_cdata_jni’; unable to remove target: Directory not empty mv: inter-device move failed: ‘/build/java_jni/java-jni/lib/arrow_dataset_jni’ to ‘/arrow/java-dist/arrow_dataset_jni’; unable to remove target: Directory not empty mv: inter-device move failed: ‘/build/java_jni/java-jni/lib/arrow_orc_jni’ to ‘/arrow/java-dist/arrow_orc_jni’; unable to remove target: Directory not empty mv: inter-device move failed: ‘/build/java_jni/java-jni/lib/gandiva_jni’ to ‘/arrow/java-dist/gandiva_jni’; unable to remove target: Directory not empty ERROR: 1 Error: `docker-compose --file /home/vibhatha/github/fork/arrow/docker-compose.yml run --rm -e ARROW_JAVA_BUILD=OFF -e ARROW_JAVA_TEST=OFF java-jni-manylinux-2014` exited with a non-zero exit code 1, see the process log above. The docker-compose command was invoked with the following parameters: ``` -- 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]
