Description of the issue
The issue is intermittent, and the jar on which it stop is different on each issues
Environment:
Its Android build, and use Android & Docker, Ubuntu 16.04. The log is from step install-missing-android-tools version 2.0.2.
Reproducibility
- Does a āRebuildā help? (You can trigger a rebuild from the Buildās page, by clicking the āRebuildā button in the top right corner of a finished build) : NO
- Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO - Does the issue happen sporadically, or every time? : Sporadically
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : sporadically, canāt remember since when
Local reproduction
The build run succesfully on local machine (Mac High Sierra)
Local reproduction: Linux / Android (docker based) stack builds
Not tested
Build log
`Download https://jcenter.bintray.com/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
FAILURE: Build failed with an exception.
- What went wrong:
A problem occurred configuring root project āsrcā.
Could not resolve all files for configuration ā:classpathā.
Could not download doxia-module-xhtml.jar (org.apache.maven.doxia:doxia-module-xhtml:1.1.2)
Could not get resource āhttps://jcenter.bintray.com/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jarā.
Could not GET āhttps://jcenter.bintray.com/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jarā. Received status code 504 from server: Gateway Time-out
Could not download doxia-core.jar (org.apache.maven.doxia:doxia-core:1.1.2)
Could not get resource āhttps://jcenter.bintray.com/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jarā.
Could not GET āhttps://jcenter.bintray.com/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jarā. Received status code 504 from server: Gateway Time-out
Could not download commons-digester.jar (commons-digester:commons-digester:1.6)
Could not get resource āhttps://jcenter.bintray.com/commons-digester/commons-digester/1.6/commons-digester-1.6.jarā.
Could not GET āhttps://jcenter.bintray.com/commons-digester/commons-digester/1.6/commons-digester-1.6.jarā. Received status code 504 from server: Gateway Time-out
Could not download httpmime.jar (org.apache.httpcomponents:httpmime:4.1)
Could not get resource āhttps://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jarā.
Could not GET āhttps://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jarā. Received status code 504 from server: Gateway Time-out
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. - Get more help at https://help.gradle.org
BUILD FAILED in 1m 1s
exit status 1`