advancedxy commented on PR #136: URL: https://github.com/apache/arrow-datafusion-comet/pull/136#issuecomment-1973626108
> Looking at the logs for the build, it is using Java 11 which works as expected: please also check this run log: https://github.com/apache/arrow-datafusion-comet/actions/runs/8104824236/job/22152130922 It's using Java 8: ``` Run ./.github/actions/rust-test env: RUST_VERSION: nightly DYLD_LIBRARY_PATH: /opt/homebrew/opt/openssl@3/lib: JAVA_HOME: /Users/runner/hostedtoolcache/Java_Zulu_jdk/8.0.402-[6](https://github.com/apache/arrow-datafusion-comet/actons/runs/8104824236/job/22152130922#step:5:6)/aarch64 JAVA_HOME_[8](https://github.com/apache/arrow-datafusion-comet/actions/runs/8104824236/job/22152130922#step:5:8)_AARCH64: /Users/runner/hostedtoolcache/Java_Zulu_jdk/8.0.402-6/aarch64 ``` > ... but it succeeds if I manually cd core and then execute RUST_BACKTRACE=1 cargo test hhhhm, this is strange. Is it reproducible? Maybe you could try `make clean test-rust` first. I cannot reproduce it on my local m1 with zulu jdk: ``` openjdk version "1.8.0_332" OpenJDK Runtime Environment (Zulu 8.62.0.19-CA-macos-aarch64) (build 1.8.0_332-b09) OpenJDK 64-Bit Server VM (Zulu 8.62.0.19-CA-macos-aarch64) (build 25.332-b09, mixed mode) ``` -- 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]
