Console Output

Branch indexing
10:22:08 Connecting to https://api.github.com using progwml6 ci login
Obtained Jenkinsfile from 2e28c45fca0bbb48e03005b2077fe60966798edf
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /var/lib/jenkins/workspace/Knights_TinkersConstruct_village
[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/Knights_TinkersConstruct_village # 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/village:refs/remotes/origin/village # timeout=10
 > git config remote.origin.url https://github.com/SlimeKnights/TinkersConstruct.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/village:refs/remotes/origin/village # timeout=10
Avoid second fetch
Checking out Revision 2e28c45fca0bbb48e03005b2077fe60966798edf (village)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2e28c45fca0bbb48e03005b2077fe60966798edf # timeout=10
Commit message: "Merge branch 'master' into village"
 > git rev-list --no-walk 5185b08b7d9918e98a66aeb4ed9dd17d71c311b3 # 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/Knights_TinkersConstruct_village/.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/village:refs/remotes/origin/village # timeout=10
Checking out Revision 2e28c45fca0bbb48e03005b2077fe60966798edf (village)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2e28c45fca0bbb48e03005b2077fe60966798edf # timeout=10
Commit message: "Merge branch 'master' into village"
[Pipeline] sh
+ rm -rf build/libs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
+ ./gradlew clean setupCIWorkspace --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/2.14/userguide/gradle_daemon.html.
WARNING: You are using an unsupported version of ForgeGradle.
Please consider upgrading to ForgeGradle 5 and helping in the efforts to get old versions working on the modern toolchain.
See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more info on contributing.
#################################################
         ForgeGradle 2.3.4-gfc67182        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
                 Powered by MCP                  
             http://modcoderpack.com             
     by: Searge, ProfMobius, R4wk, ZeuX          
     Fesh0r, IngisKahn, bspkrs, LexManos         
#################################################
Found AccessTransformer: tconstruct_at.cfg
Download http://dvs1.progwml6.com/files/maven/slimeknights/mantle/Mantle/1.12-1.3.1.21/Mantle-1.12-1.3.1.21.pom
Download http://dvs1.progwml6.com/files/maven/mezz/jei/jei_1.12/4.7.5.86/jei_1.12-4.7.5.86.pom
Download http://dvs1.progwml6.com/files/maven/slimeknights/mantle/Mantle/1.12-1.3.1.21/Mantle-1.12-1.3.1.21.jar
Download http://dvs1.progwml6.com/files/maven/mezz/jei/jei_1.12/4.7.5.86/jei_1.12-4.7.5.86-api.jar

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'TConstruct'.
> Could not find Hwyla.jar (mcp.mobius.waila:Hwyla:1.8.19-B33_1.12).
  Searched in the following locations:
      http://files.minecraftforge.net/maven/mcp/mobius/waila/Hwyla/1.8.19-B33_1.12/Hwyla-1.8.19-B33_1.12.jar

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 20.727 secs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
Stage "Build" skipped due to earlier failure(s)
[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