Skip to content
Success

Console Output

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
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load
[Pipeline] {
22:48:51 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-perf-world-load:refs/remotes/origin/mc1.16-perf-world-load # timeout=10
Checking out Revision a0056f5405d9e31b5b6cbe2006e55ebe00ed6b9e (mc1.16-perf-world-load)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a0056f5405d9e31b5b6cbe2006e55ebe00ed6b9e # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D mc1.16-perf-world-load # timeout=10
 > git checkout -b mc1.16-perf-world-load a0056f5405d9e31b5b6cbe2006e55ebe00ed6b9e # timeout=10
Commit message: "ItemStackList: Retain support for comparisons ignoring NBT"
 > git rev-list --no-walk a0056f5405d9e31b5b6cbe2006e55ebe00ed6b9e # 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/5.6/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.3-34.1.0_mapped_snapshot_20200723-1.16.1_at_92cd7f1d5d416287d879337d1a15e5270bf611b2

> Task :clean

BUILD SUCCESSFUL in 7s
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/5.6/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.3-34.1.0_mapped_snapshot_20200723-1.16.1_at_92cd7f1d5d416287d879337d1a15e5270bf611b2

> Task :compileJava
[21:49:33] [main/INFO]: Writing debug log file accesstransform.log
[21:49:33] [main/INFO]: Access Transformer processor running version 1.0.5+4+02b7b69
[21:49:33] [main/INFO]: Command line arguments [--inJar, /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/build/fg_cache/net/minecraftforge/forge/1.16.3-34.1.0/forge-1.16.3-34.1.0-injected.jar, --outJar, /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/build/fg_cache/net/minecraftforge/forge/1.16.3-34.1.0_mapped_snapshot_20200723-1.16.1/forge-1.16.3-34.1.0_mapped_snapshot_20200723-1.16.1.jar, --logFile, accesstransform.log, --atFile, /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/src/main/resources/META-INF/accesstransformer.cfg, --atFile, /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/build/_atJar_5/parent_at.cfg]
[21:49:33] [main/INFO]: Reading from /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/build/fg_cache/net/minecraftforge/forge/1.16.3-34.1.0/forge-1.16.3-34.1.0-injected.jar
[21:49:33] [main/INFO]: Writing to /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/build/fg_cache/net/minecraftforge/forge/1.16.3-34.1.0_mapped_snapshot_20200723-1.16.1/forge-1.16.3-34.1.0_mapped_snapshot_20200723-1.16.1.jar
[21:49:33] [main/INFO]: Transformer file /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/src/main/resources/META-INF/accesstransformer.cfg
[21:49:33] [main/INFO]: Transformer file /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/build/_atJar_5/parent_at.cfg
[21:49:33] [main/WARN]: Found existing output jar /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/build/fg_cache/net/minecraftforge/forge/1.16.3-34.1.0_mapped_snapshot_20200723-1.16.1/forge-1.16.3-34.1.0_mapped_snapshot_20200723-1.16.1.jar, overwriting
[21:49:37] [main/INFO]: JAR transformation complete /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/build/fg_cache/net/minecraftforge/forge/1.16.3-34.1.0_mapped_snapshot_20200723-1.16.1/forge-1.16.3-34.1.0_mapped_snapshot_20200723-1.16.1.jar
Creating SRG -> MCP TSRG
Note: /var/lib/jenkins/workspace/edstorage_mc1.16-perf-world-load/src/main/java/com/refinedmods/refinedstorage/block/NetworkReceiverBlock.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
> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :test
> Task :check
> Task :build

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 1m 8s
12 actionable tasks: 12 executed
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] sh
+ ./gradlew test
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/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.3-34.1.0_mapped_snapshot_20200723-1.16.1_at_92cd7f1d5d416287d879337d1a15e5270bf611b2

> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :compileTestJava UP-TO-DATE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test UP-TO-DATE

BUILD SUCCESSFUL in 9s
4 actionable tasks: 4 up-to-date
Post stage
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[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