Console Output

Push event to branch 1.14
23:32:04 Connecting to https://api.github.com using progwml6-ci/****** (progwml6 ci login)
Obtained Jenkinsfile from b9897417ea3490f92bf20048d77d279541b9dce0
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 b9897417ea3490f92bf20048d77d279541b9dce0 (1.14)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b9897417ea3490f92bf20048d77d279541b9dce0 # timeout=10
Commit message: "Revert a mistaken capitalization."
 > git rev-list --no-walk 4b9346400262ba1c112285b3aff80d70e95a534a # 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 b9897417ea3490f92bf20048d77d279541b9dce0 (1.14)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b9897417ea3490f92bf20048d77d279541b9dce0 # timeout=10
Commit message: "Revert a mistaken capitalization."
[Pipeline] sh
+ rm -rf build/libs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ ./gradlew build -PBUILD_NUMBER=4 --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

> 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:54: error: cannot find symbol
    NaturaRegistry.generalItemGroup.setDisplayIcon(new ItemStack(cotton));
                                                                 ^
  symbol:   variable cotton
  location: class NaturaCommons
/var/lib/jenkins/workspace/Natura_1.14/src/main/java/com/progwml6/natura/shared/NaturaCommons.java:57: error: cannot find symbol
      NaturaRegistry.worldItemGroup.setDisplayIcon(new ItemStack(new ItemStack(white_cloud)));
                                                                               ^
  symbol:   variable white_cloud
  location: class NaturaCommons
/var/lib/jenkins/workspace/Natura_1.14/src/main/java/com/progwml6/natura/shared/NaturaCommons.java:57: error: no suitable constructor found for ItemStack(ItemStack)
      NaturaRegistry.worldItemGroup.setDisplayIcon(new ItemStack(new ItemStack(white_cloud)));
                                                   ^
    constructor ItemStack.ItemStack(IItemProvider) is not applicable
      (argument mismatch; ItemStack cannot be converted to IItemProvider)
    constructor ItemStack.ItemStack(CompoundNBT) is not applicable
      (argument mismatch; ItemStack cannot be converted to CompoundNBT)
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
3 errors

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 7s
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