Console Output

Started by user alexbegt
03:41:06 Connecting to https://api.github.com using progwml6 ci login
Obtained Jenkinsfile from 836c8efcb11724a871c9411aa53c3bd1c6bf0923
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/ironchests_1.16
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential progwml6-ci-gh-login
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/ironchests_1.16/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/progwml6/ironchest.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/progwml6/ironchest.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/progwml6/ironchest.git +refs/heads/1.16:refs/remotes/origin/1.16 # timeout=10
Checking out Revision 836c8efcb11724a871c9411aa53c3bd1c6bf0923 (1.16)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 836c8efcb11724a871c9411aa53c3bd1c6bf0923 # timeout=10
Commit message: "Create kk_kz.json (#257)"
 > git rev-list --no-walk 836c8efcb11724a871c9411aa53c3bd1c6bf0923 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
The recommended git tool is: NONE
using credential progwml6-ci-gh-login
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/ironchests_1.16/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/progwml6/ironchest.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/progwml6/ironchest.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/progwml6/ironchest.git +refs/heads/1.16:refs/remotes/origin/1.16 # timeout=10
Checking out Revision 836c8efcb11724a871c9411aa53c3bd1c6bf0923 (1.16)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 836c8efcb11724a871c9411aa53c3bd1c6bf0923 # timeout=10
Commit message: "Create kk_kz.json (#257)"
[Pipeline] sh
+ rm -rf build/libs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ ./gradlew build -PBUILD_NUMBER=19 --no-daemon
Downloading https://services.gradle.org/distributions-snapshots/gradle-7.2-20210702220150+0000-bin.zip

Exception in thread "main" java.io.FileNotFoundException: https://downloads.gradle-dn.com/distributions-snapshots/gradle-7.2-20210702220150+0000-bin.zip
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
	at org.gradle.wrapper.Download.downloadInternal(Download.java:100)
	at org.gradle.wrapper.Download.download(Download.java:80)
	at org.gradle.wrapper.Install$1.call(Install.java:68)
	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)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive)
Stage "Archive" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE