-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Failing openjdk-6 build #1577
Comments
From where did you copy the logs? Looks good for JUnit 4 on OpenJDK 6 and Travis CI: https://travis-ci.org/junit-team/junit4/jobs/459467441 |
Thanks for the heads-up. It seems like "dist: trusty" is also affected... Will notify @travis-ci / @BanzaiMan |
FYI I have the same problem with System Rules since 6th Dec: https://travis-ci.org/stefanbirkner/system-rules/branches |
@sormuras Any news? Did Travis get back to you? |
Seems like it is not working as intendend: https://travis-ci.community/t/the-travis-ci-build-could-not-be-completed-due-to-an-error/1345 -- as if legacy JDKs are no longer supported "out of the box". |
@sormuras Our |
Trusty is the default, afaik. But it now lacks JDK 6 support. |
We might resort to using |
It does use trusty but for some reason no longer installs the |
Could we configure Travis to use the older images for now? See https://blog.travis-ci.com/2017-12-12-new-trusty-images-q4-launch |
Maybe. I've sent a support request to Travis. Let's hope they'll get back with a solution. |
Also started a thread Java/JDK on Travis CI over here: https://travis-ci.community/t/java-jdk-on-travis-ci/1380 |
Sorry, still recovering from the flu when I sent my last comment. That link in my comment was from 2017. 🙄 |
Related issue: junit-team#1577
Travis Logs
$ ~/bin/install-jdk.sh --target "/home/travis/openjdk6" --workspace "/home/travis/.cache/install-jdk" --feature "6" --license "GPL" --cacerts install-jdk.sh 2018-10-17 Expected feature release number in range of 9 to 12, but got: 6 The command "~/bin/install-jdk.sh --target "/home/travis/openjdk6" --workspace "/home/travis/.cache/install-jdk" --feature "6" --license "GPL" --cacerts" failed and exited with 3 during .
The text was updated successfully, but these errors were encountered: