-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-13249: [Java][CI] Consistent timeout in the Java JNI build #10631
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
Conversation
|
As you can see, after bumping the timeout a lot, it fails with another error. I would suggest sending an e-mail to the dev mailing-list about JNI CI, and if nobody answers, disable the build. |
| fail-fast: false | ||
| matrix: | ||
| jdk: [8] | ||
| maven: [3.5.2] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default in .env is 3.5.4
|
After using maven 3.5.4 the build work again. I'm going to reduce the build timeout to 90 minutes so it can rebuild the image on a cache miss. |
kszucs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
@github-actions crossbow submit test-r-linux-valgrind |
|
Revision: 232aafa Submitted crossbow builds: ursacomputing/crossbow @ actions-562
|
The JNI build gets stopped due to build timeout. Seems like the docker cache isn't valid anymore so it must build the docker image as well, but doesn't have the opportunity to push at the and of the build.