Console Output

Branch indexing
10:22:07 Connecting to https://api.github.com using progwml6 ci login
Obtained Jenkinsfile from 0fbc4ab06ba673ad6588494a3337d6e12740b28e
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/imeKnights_TinkersConstruct_1.15
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential progwml6-ci-gh-login
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/SlimeKnights/TinkersConstruct.git
 > git init /var/lib/jenkins/workspace/imeKnights_TinkersConstruct_1.15 # timeout=10
Fetching upstream changes from https://github.com/SlimeKnights/TinkersConstruct.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/SlimeKnights/TinkersConstruct.git +refs/heads/1.15:refs/remotes/origin/1.15 # timeout=10
 > git config remote.origin.url https://github.com/SlimeKnights/TinkersConstruct.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/1.15:refs/remotes/origin/1.15 # timeout=10
Avoid second fetch
Checking out Revision 0fbc4ab06ba673ad6588494a3337d6e12740b28e (1.15)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0fbc4ab06ba673ad6588494a3337d6e12740b28e # timeout=10
Commit message: "1.15 GUIs with updated textures (#4157)"
 > git rev-list --no-walk 0fbc4ab06ba673ad6588494a3337d6e12740b28e # 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/imeKnights_TinkersConstruct_1.15/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/SlimeKnights/TinkersConstruct.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/SlimeKnights/TinkersConstruct.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/SlimeKnights/TinkersConstruct.git +refs/heads/1.15:refs/remotes/origin/1.15 # timeout=10
Checking out Revision 0fbc4ab06ba673ad6588494a3337d6e12740b28e (1.15)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0fbc4ab06ba673ad6588494a3337d6e12740b28e # timeout=10
Commit message: "1.15 GUIs with updated textures (#4157)"
[Pipeline] sh
+ rm -rf build/libs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ ./gradlew build -PBUILD_NUMBER=68 --no-daemon
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.6.2/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing

> Configure project :
New Dep: net.minecraftforge:forge:1.15.2-31.2.31_mapped_snapshot_20200716-1.15.1_at_136318465f2014973039fe989d65cab03a761fc3

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'TConstruct'.
> Could not resolve all files for configuration ':_compileJava_1'.
   > Could not find patchy.jar (com.mojang:patchy:1.3.9).
     Searched in the following locations:
         https://files.minecraftforge.net/maven/com/mojang/patchy/1.3.9/patchy-1.3.9.jar
   > Could not find oshi-core.jar (oshi-project:oshi-core:1.1).
     Searched in the following locations:
         https://files.minecraftforge.net/maven/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
   > Could not find icu4j-core-mojang.jar (com.ibm.icu:icu4j-core-mojang:51.2).
     Searched in the following locations:
         https://files.minecraftforge.net/maven/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
   > Could not find javabridge.jar (com.mojang:javabridge:1.0.22).
     Searched in the following locations:
         https://files.minecraftforge.net/maven/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar
   > Could not find brigadier.jar (com.mojang:brigadier:1.0.17).
     Searched in the following locations:
         https://files.minecraftforge.net/maven/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar
   > Could not find datafixerupper.jar (com.mojang:datafixerupper:2.0.24).
     Searched in the following locations:
         https://files.minecraftforge.net/maven/com/mojang/datafixerupper/2.0.24/datafixerupper-2.0.24.jar
   > Could not find authlib.jar (com.mojang:authlib:1.5.25).
     Searched in the following locations:
         https://files.minecraftforge.net/maven/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
   > Could not find text2speech.jar (com.mojang:text2speech:1.11.3).
     Searched in the following locations:
         https://files.minecraftforge.net/maven/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
   > Could not find text2speech-natives-linux.jar (com.mojang:text2speech:1.11.3).
     Searched in the following locations:
         https://files.minecraftforge.net/maven/com/mojang/text2speech/1.11.3/text2speech-1.11.3-natives-linux.jar

* 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 4s
[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