sormuras / bach

🎼 Bach Builds (on(ly)) Modules
https://bach.run
Universal Permissive License v1.0
234 stars 51 forks source link

Java 12 Travis build failed #85

Closed jaeyeonling closed 5 years ago

jaeyeonling commented 5 years ago

Hi,

I am using this travis.yml to trigger the source code build

https://github.com/jaeyeonling/korean-syllable-tokenizer/blob/master/.travis.yml

In travis, i am getting the below error it's happening from today. Please help me to resolve the issue

The command "~/bin/install-jdk.sh --target "/home/travis/openjdk12" --workspace "/home/travis/.cache/install-jdk" --feature "12" --license "GPL" --cacerts" failed and exited with 56 during .

Thanks, Jaeyeonling

sormuras commented 5 years ago

Hm, https://jdk.java.net seems down ... it doesn't respond.

sormuras commented 5 years ago

"...failed and exited with 56..."

Never saw this error code before, iirc. Could it be a timeout code?

Siedlerchr commented 5 years ago

Seems to be working again: https://download.java.net/openjdk/jdk12/ri/openjdk-12+32_linux-x64_bin.tar.gz

jaeyeonling commented 5 years ago

Resolved rebuild

Thanks 💯