Console Output

Push event to branch 1.14
16:44:15 Connecting to https://api.github.com using progwml6-ci/****** (progwml6 ci login)
Obtained Jenkinsfile from c8d283ddfadac2e0e291761505364ec708232f97
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/Natura_1.14
[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/progwml6/Natura.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/progwml6/Natura.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/progwml6/Natura.git +refs/heads/1.14:refs/remotes/origin/1.14 # timeout=10
Checking out Revision c8d283ddfadac2e0e291761505364ec708232f97 (1.14)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8d283ddfadac2e0e291761505364ec708232f97 # timeout=10
Commit message: "Push what I started to give myself something to work on during class."
 > git rev-list --no-walk b9897417ea3490f92bf20048d77d279541b9dce0 # 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/progwml6/Natura.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/progwml6/Natura.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/progwml6/Natura.git +refs/heads/1.14:refs/remotes/origin/1.14 # timeout=10
Checking out Revision c8d283ddfadac2e0e291761505364ec708232f97 (1.14)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8d283ddfadac2e0e291761505364ec708232f97 # timeout=10
Commit message: "Push what I started to give myself something to work on during class."
[Pipeline] sh
+ rm -rf build/libs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ ./gradlew build -PBUILD_NUMBER=5 --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/4.9/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
Download https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml
Download https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/3.0.141/ForgeGradle-3.0.141.pom
Download https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/3.0.141/ForgeGradle-3.0.141.jar

> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3_at_c078396e8be7803c6c36fd351d06abcc323b89fa

> Task :compileJava FAILED
/var/lib/jenkins/workspace/Natura_1.14/src/main/java/com/progwml6/natura/shared/NaturaCommons.java:71: error: cannot find symbol
    NaturaRegistry.tabGeneral.setDisplayIcon(new ItemStack(cotton));
                                                           ^
  symbol:   variable cotton
  location: class NaturaCommons
Note: /var/lib/jenkins/workspace/Natura_1.14/src/main/java/com/progwml6/natura/shared/block/CloudBlock.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* 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

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 FAILED in 8s
1 actionable task: 1 executed
[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

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE