Michael Vorburger created FINERACT-1236:
-------------------------------------------
Summary: Travis failures due to ZipException: zip END header not
found for gradle-6.7-bin.zip
Key: FINERACT-1236
URL: https://issues.apache.org/jira/browse/FINERACT-1236
Project: Apache Fineract
Issue Type: Bug
Reporter: Michael Vorburger
Assignee: Michael Vorburger
Fix For: 1.5.0
https://travis-ci.org/github/apache/fineract/builds/737707851 for
https://github.com/apache/fineract/pull/1455 failed weirdly:
{noformat}$ ./gradlew --console=plain -PautomatedBuild=true licenseMain
licenseTest licenseIntegrationTest check && ./gradlew --console=plain
-PautomatedBuild=true build integrationTest --fail-fast && sudo service mysql
stop && docker-compose build && docker-compose up -d && sleep 60s &&
curl -f -k --retry 5 --retry-connrefused --connect-timeout 30 --retry-delay 30
https://localhost:8443/fineract-provider/actuator/health && (( $(curl -f -k
--retry 5 --retry-connrefused --connect-timeout 30 --retry-delay 30
https://localhost:8443/fineract-provider/actuator/info | wc --chars) > 100 ))
Could not unzip
/home/travis/.gradle/wrapper/dists/gradle-6.7-bin/efvqh8uyq79v2n7rcncuhu9sv/gradle-6.7-bin.zip
to /home/travis/.gradle/wrapper/dists/gradle-6.7-bin/efvqh8uyq79v2n7rcncuhu9sv.
Reason: zip END header not found
Exception in thread "main" java.util.zip.ZipException: zip END header not found
at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1567)
at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1462)
at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1469)
at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1274)
at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1237)
at
java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:727)
at
java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:844)
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:247)
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:177)
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:191)
at org.gradle.wrapper.Install.unzip(Install.java:239)
at org.gradle.wrapper.Install.access$900(Install.java:27)
at org.gradle.wrapper.Install$1.call(Install.java:81)
at org.gradle.wrapper.Install$1.call(Install.java:48)
at
org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69)
at org.gradle.wrapper.Install.createDist(Install.java:48)
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107)
at
org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:63){noformat}
I've seen this once or twice before.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)