Started by user score Running with default Jenkinsfile ID: gradle-jenkinsfile; within Groovy sandbox. Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b [Pipeline] { 01:52:41 Connecting to https://api.github.com using score/****** (GitHub Access Token) [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential github > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/ScoreUnder/refinedstorage.git # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Pruning obsolete local branches Pruning obsolete local tags that do not exist on remotes > git show-ref --tags -d # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/ScoreUnder/refinedstorage.git > git --version # timeout=10 > git --version # 'git version 2.30.0' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress --prune -- https://github.com/ScoreUnder/refinedstorage.git +refs/heads/mc1.16-1.9.2b:refs/remotes/origin/mc1.16-1.9.2b # timeout=10 Checking out Revision 6d8a55c31a5999667041d80a461f6c2230f250bf (mc1.16-1.9.2b) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d8a55c31a5999667041d80a461f6c2230f250bf # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D mc1.16-1.9.2b # timeout=10 > git checkout -b mc1.16-1.9.2b 6d8a55c31a5999667041d80a461f6c2230f250bf # timeout=10 Commit message: "RS 1.9.2b - Patch release for RS for 1.16.1 - Fixes constructor duping (implemented for 1.16.2 in 67b0fa2d02647dc35cdb5b728c87fa11cd93eb14). Fixes #2671" > git rev-list --no-walk 6d8a55c31a5999667041d80a461f6c2230f250bf # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Cleanup) [Pipeline] sh + ./gradlew clean To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/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.16.1-32.0.67_mapped_snapshot_20200707-1.16.1_at_92cd7f1d5d416287d879337d1a15e5270bf611b2 > Task :clean Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 5s 1 actionable task: 1 executed [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh + grep -q reproducibleFileOrder build.gradle + printf tasks.withType(AbstractArchiveTask) { preserveFileTimestamps = false reproducibleFileOrder = true } [Pipeline] sh + ./gradlew build To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/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.16.1-32.0.67_mapped_snapshot_20200707-1.16.1_at_92cd7f1d5d416287d879337d1a15e5270bf611b2 > Task :compileJava [00:53:14] [main/INFO]: Writing debug log file accesstransform.log [00:53:14] [main/INFO]: Access Transformer processor running version 1.0.5+4+02b7b69 [00:53:14] [main/INFO]: Command line arguments [--inJar, /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.67/forge-1.16.1-32.0.67-injected.jar, --outJar, /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.67_mapped_snapshot_20200707-1.16.1/forge-1.16.1-32.0.67_mapped_snapshot_20200707-1.16.1.jar, --logFile, accesstransform.log, --atFile, /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/src/main/resources/META-INF/accesstransformer.cfg, --atFile, /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/build/_atJar_5/parent_at.cfg] [00:53:14] [main/INFO]: Reading from /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.67/forge-1.16.1-32.0.67-injected.jar [00:53:14] [main/INFO]: Writing to /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.67_mapped_snapshot_20200707-1.16.1/forge-1.16.1-32.0.67_mapped_snapshot_20200707-1.16.1.jar [00:53:14] [main/INFO]: Transformer file /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/src/main/resources/META-INF/accesstransformer.cfg [00:53:14] [main/INFO]: Transformer file /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/build/_atJar_5/parent_at.cfg [00:53:14] [main/WARN]: Found existing output jar /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.67_mapped_snapshot_20200707-1.16.1/forge-1.16.1-32.0.67_mapped_snapshot_20200707-1.16.1.jar, overwriting [00:53:16] [main/INFO]: JAR transformation complete /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/build/fg_cache/net/minecraftforge/forge/1.16.1-32.0.67_mapped_snapshot_20200707-1.16.1/forge-1.16.1-32.0.67_mapped_snapshot_20200707-1.16.1.jar Creating SRG -> MCP TSRG Note: /var/lib/jenkins/workspace/refinedstorage_mc1.16-1.9.2b/src/main/java/com/refinedmods/refinedstorage/item/WrenchItem.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. > Task :processResources > Task :classes > Task :apiJar > Task :deobfJar > Task :jar > Task :downloadMcpConfig > Task :extractSrg > Task :createMcpToSrg > Task :reobfJar > Task :sourcesJar > Task :assemble > Task :compileTestJava NO-SOURCE > Task :processTestResources NO-SOURCE > Task :testClasses UP-TO-DATE > Task :test NO-SOURCE > Task :check UP-TO-DATE > Task :build Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 46s 10 actionable tasks: 10 executed Post stage [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] fileExists Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS