Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI][Integration][Java] Integration tests have started failing due to JNI build failure #45128

Open
raulcd opened this issue Dec 30, 2024 · 2 comments

Comments

@raulcd
Copy link
Member

raulcd commented Dec 30, 2024

Describe the bug, including details regarding any error messages, version, and platform.

The integration tests have started to fail with:

   -- Build files have been written to: /build/java/java_jni
  ninja: no work to do.
  ninja: error: unknown target 'install'

See failure on main:
https://github.com/apache/arrow/actions/runs/12542221394/job/34971743230
and PRs:
https://github.com/apache/arrow/actions/runs/12546214078/job/34981672795?pr=44989

I am not sure if something has changed lately but this was working on the 24th of December and started failing on main when this was merged:
a2f1988
which is not relevant to the failure.
I can't seem to find anything on the arrow-java remote either as it started to fail before the following was merged:
apache/arrow-java@480e1be

Component(s)

Continuous Integration, Integration, Java

@lidavidm
Copy link
Member

It's because of apache/arrow-java@480e1be. In java_jni_build.sh "${JAVA_JNI_CMAKE_ARGS:-}" was quoted to make Shellcheck happy, but this is incorrect. I fixed it in apache/arrow-java#449 but I think I need to disable the ORC test to get that PR to pass for now.

@raulcd
Copy link
Member Author

raulcd commented Dec 30, 2024

Thanks @lidavidm ! I see, the first failure on the Arrow repo is on the 26th, not the 25th (I misinterpreted when the issue started :) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants