Console Output

Push event to branch master
18:31:20 Connecting to https://api.github.com using progwml6-ci/****** (progwml6 ci login)
Obtained Jenkinsfile from 4dab98baac2d98103857f23dcca1fdaa690a016f
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/TinkersComplement_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential progwml6-ci-gh-login
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/KnightMiner/TinkersComplement.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/KnightMiner/TinkersComplement.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/KnightMiner/TinkersComplement.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 4dab98baac2d98103857f23dcca1fdaa690a016f (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4dab98baac2d98103857f23dcca1fdaa690a016f # timeout=10
Commit message: "Prevent registering of certain Steelworks recipes when module disabled (#55)"
 > git rev-list --no-walk f1f922123bdef3948a15f604c51e79eef4f785c5 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
using credential progwml6-ci-gh-login
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/KnightMiner/TinkersComplement.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/KnightMiner/TinkersComplement.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/KnightMiner/TinkersComplement.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 4dab98baac2d98103857f23dcca1fdaa690a016f (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4dab98baac2d98103857f23dcca1fdaa690a016f # timeout=10
Commit message: "Prevent registering of certain Steelworks recipes when module disabled (#55)"
[Pipeline] sh
+ rm -rf build/libs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] sh
+ ./gradlew clean setupCIWorkspace --no-daemon
This mapping 'snapshot_nodoc_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-5ce6d6f3        
  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_TConstruct-1.12.2-2.12.0.135_at.cfg
Found AccessTransformer: exnihilocreatio_at.cfg_exnihilocreatio-1.12-0.1.5.9_at.cfg
Found AccessTransformer: mantle_at.cfg_Mantle-1.12-1.3.3.55_at.cfg
Found AccessTransformer: chisel_at.cfg_Chisel-MC1.12.2-0.2.1.39_at.cfg
Found AccessTransformer: ctm_at.cfg_CTM-MC1.12.2-0.3.3.22_at.cfg
Found AccessTransformer: jei_at.cfg_jei_1.12.2-4.8.6.162_at.cfg
Invalid cookie header: "Set-Cookie: AWSALB=pKlLnHf4CeeslWdgp6QAAipO7Hc6CMm2geVXw5VbOlCv0fzzzXu2vd7nEiCySlCAiDmHyaKTd5znYZoFLBjMUbkNuipMwOgtU0XXbqNM9QeFHoUFWW55hBmawK+6; Expires=Sat, 14 Sep 2019 18:31:34 GMT; Path=/". Invalid 'expires' attribute: Sat, 14 Sep 2019 18:31:34 GMT
Invalid cookie header: "Set-Cookie: AWSALB=bsM1ALs3CNjIB+KJiENrY4TwoNBU1JUKa8XSbOiP0P978aEAzRuoDDzJ5TQhrGzVBHPyawU8N2SPMWF6RrgYsRodpQrPnu9PNYIO54S/q2PeQOY3+VFnkjJEcwKQ; Expires=Sat, 14 Sep 2019 18:31:34 GMT; Path=/". Invalid 'expires' attribute: Sat, 14 Sep 2019 18:31:34 GMT
:clean
:extractMcpMappings SKIPPED
:deobfCompileDeobfDepTask0
:deobfCompileDeobfDepTask1 SKIPPED
:deobfCompileDeobfDepTask2 SKIPPED
:deobfCompileDeobfDepTask3 SKIPPED
:deobfCompileDeobfDepTask4 SKIPPED
:deobfCompileDeobfDepTask5 SKIPPED
:deobfCompileDeobfDepTask6 SKIPPED
:deobfCompileRemapDepSourcesTask10
:deobfCompileRemapDepSourcesTask11
:deobfCompileRemapDepSourcesTask12
:deobfCompileRemapDepSourcesTask7
:deobfCompileRemapDepSourcesTask8
:deobfCompileRemapDepSourcesTask9
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs
:extractMcpData SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:setupCiWorkspace

BUILD SUCCESSFUL

Total time: 19.98 secs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ ./gradlew build -PBUILD_NUMBER=42 --no-daemon
This mapping 'snapshot_nodoc_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-5ce6d6f3        
  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_TConstruct-1.12.2-2.12.0.135_at.cfg
Found AccessTransformer: exnihilocreatio_at.cfg_exnihilocreatio-1.12-0.1.5.9_at.cfg
Found AccessTransformer: mantle_at.cfg_Mantle-1.12-1.3.3.55_at.cfg
Found AccessTransformer: chisel_at.cfg_Chisel-MC1.12.2-0.2.1.39_at.cfg
Found AccessTransformer: ctm_at.cfg_CTM-MC1.12.2-0.3.3.22_at.cfg
Found AccessTransformer: jei_at.cfg_jei_1.12.2-4.8.6.162_at.cfg
:extractMcpMappings SKIPPED
:deobfCompileDeobfDepTask0 SKIPPED
:deobfCompileDeobfDepTask1 SKIPPED
:deobfCompileDeobfDepTask2 SKIPPED
:deobfCompileDeobfDepTask3 SKIPPED
:deobfCompileDeobfDepTask4 SKIPPED
:deobfCompileDeobfDepTask5 SKIPPED
:deobfCompileDeobfDepTask6 SKIPPED
:deobfCompileRemapDepSourcesTask10
:deobfCompileRemapDepSourcesTask11
:deobfCompileRemapDepSourcesTask12
:deobfCompileRemapDepSourcesTask7
:deobfCompileRemapDepSourcesTask8
:deobfCompileRemapDepSourcesTask9
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs UP-TO-DATE
:extractMcpData SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJava
:processResources
:classes
:jar
:sourceTestJava
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
:reobfJar
:extractAnnotationsJar
:extractRangemapReplacedMain
/var/lib/jenkins/workspace/TinkersComplement_master/build/sources/main/java
:retromapReplacedMain
remapping source...
:sourceJar
:sourcesJar
:assemble
:check UP-TO-DATE
:build

BUILD SUCCESSFUL

Total time: 20.889 secs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive)
[Pipeline] archive
The archive step is deprecated, please use archiveArtifacts instead.
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] sh
+ ./gradlew publishMavenJavaPublicationToMavenRepository -PBUILD_NUMBER=42 -PDEPLOY_DIR=/var/www/dvs1/files/maven --no-daemon
This mapping 'snapshot_nodoc_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-5ce6d6f3        
  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_TConstruct-1.12.2-2.12.0.135_at.cfg
Found AccessTransformer: exnihilocreatio_at.cfg_exnihilocreatio-1.12-0.1.5.9_at.cfg
Found AccessTransformer: mantle_at.cfg_Mantle-1.12-1.3.3.55_at.cfg
Found AccessTransformer: chisel_at.cfg_Chisel-MC1.12.2-0.2.1.39_at.cfg
Found AccessTransformer: ctm_at.cfg_CTM-MC1.12.2-0.3.3.22_at.cfg
Found AccessTransformer: jei_at.cfg_jei_1.12.2-4.8.6.162_at.cfg
:generatePomFileForMavenJavaPublication
:extractMcpMappings SKIPPED
:deobfCompileDeobfDepTask0 SKIPPED
:deobfCompileDeobfDepTask1 SKIPPED
:deobfCompileDeobfDepTask2 SKIPPED
:deobfCompileDeobfDepTask3 SKIPPED
:deobfCompileDeobfDepTask4 SKIPPED
:deobfCompileDeobfDepTask5 SKIPPED
:deobfCompileDeobfDepTask6 SKIPPED
:deobfCompileRemapDepSourcesTask10
:deobfCompileRemapDepSourcesTask11
:deobfCompileRemapDepSourcesTask12
:deobfCompileRemapDepSourcesTask7
:deobfCompileRemapDepSourcesTask8
:deobfCompileRemapDepSourcesTask9
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs UP-TO-DATE
:extractMcpData SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:sourceApiJava UP-TO-DATE
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava
:processResources UP-TO-DATE
:classes
:jar
:reobfJar
:extractAnnotationsJar
:sourcesJar UP-TO-DATE
:publishMavenJavaPublicationToMavenRepository

BUILD SUCCESSFUL

Total time: 17.866 secs
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS