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][Java][Flight] Test failure on s390x #31617

Closed
asfimport opened this issue Apr 18, 2022 · 6 comments
Closed

[CI][Java][Flight] Test failure on s390x #31617

asfimport opened this issue Apr 18, 2022 · 6 comments

Comments

@asfimport
Copy link
Collaborator

Seems to happen quite reliably on Travis-CI:
https://app.travis-ci.com/github/apache/arrow/builds/249511328

Reporter: Antoine Pitrou / @pitrou

PRs and other links:

Note: This issue was originally created as ARROW-16218. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
cc @kiszk @kou

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
Ah, it seems netty's JNI library doesn't have an s390x build, we should remove the dependency or make it platform-specific somehow.

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
Or actually, we manually install them, but we forgot to bump the versions when we upgraded the Netty version:

if [[ "$(uname -s)" == "Linux" ]] && [[ "$(uname -m)" == "s390x" ]]; then

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
I put up a candidate PR for now to just skip this on s390

@asfimport
Copy link
Collaborator Author

Kazuaki Ishizaki / @kiszk:
I know JNI libraries should be updated for the latest netty. However, the latest netty includes more JNIs. Thus, at first, we need to identify which JNI libraries are required.

@pitrou
Copy link
Member

pitrou commented Sep 16, 2024

We have no s390x builds anymore, closing as outdated.

@pitrou pitrou closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2024
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