FailedConsole Output

+ ./gradlew build -PBUILD_NUMBER=3 --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

Download https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.14.4-28.0.91/forge-1.14.4-28.0.91.pom
Download https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.14.4-28.0.91/forge-1.14.4-28.0.91-launcher.jar
Download https://dvs1.progwml6.com/files/maven/slimeknights/mantle/Mantle/1.14.4-1.4.23/Mantle-1.14.4-1.4.23.pom
Download https://dvs1.progwml6.com/files/maven/mezz/jei/jei-1.14.4/6.0.0.11/jei-1.14.4-6.0.0.11.pom
Download http://tehnut.info/maven/mcp/mobius/waila/Hwyla/1.10.6-B67_1.14.4/Hwyla-1.10.6-B67_1.14.4.pom
Download http://tehnut.info/maven/mcp/mobius/waila/Hwyla/1.10.6-B67_1.14.4/Hwyla-1.10.6-B67_1.14.4.jar
Download https://dvs1.progwml6.com/files/maven/mezz/jei/jei-1.14.4/6.0.0.11/jei-1.14.4-6.0.0.11-api.jar
Download https://dvs1.progwml6.com/files/maven/slimeknights/mantle/Mantle/1.14.4-1.4.23/Mantle-1.14.4-1.4.23.jar

> Task :compileJava
[23:28:00] [main/INFO]: Writing debug log file accesstransform.log
[23:28:00] [main/INFO]: Access Transformer processor running version 0.14.4+42+59f903b
[23:28:00] [main/INFO]: Command line arguments [--inJar, /var/lib/jenkins/workspace/Natura_1.14/build/fg_cache/net/minecraftforge/forge/1.14.4-28.0.91/forge-1.14.4-28.0.91-injected.jar, --outJar, /var/lib/jenkins/workspace/Natura_1.14/build/fg_cache/net/minecraftforge/forge/1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3/forge-1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3.jar, --logFile, accesstransform.log, --atFile, /var/lib/jenkins/workspace/Natura_1.14/src/main/resources/META-INF/accesstransformer.cfg, --atFile, /var/lib/jenkins/workspace/Natura_1.14/build/_atJar_198496413_/parent_at.cfg]
[23:28:00] [main/INFO]: Reading from /var/lib/jenkins/workspace/Natura_1.14/build/fg_cache/net/minecraftforge/forge/1.14.4-28.0.91/forge-1.14.4-28.0.91-injected.jar
[23:28:00] [main/INFO]: Writing to /var/lib/jenkins/workspace/Natura_1.14/build/fg_cache/net/minecraftforge/forge/1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3/forge-1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3.jar
[23:28:00] [main/INFO]: Transformer file /var/lib/jenkins/workspace/Natura_1.14/src/main/resources/META-INF/accesstransformer.cfg
[23:28:00] [main/INFO]: Transformer file /var/lib/jenkins/workspace/Natura_1.14/build/_atJar_198496413_/parent_at.cfg
[23:28:00] [main/WARN]: Found existing output jar /var/lib/jenkins/workspace/Natura_1.14/build/fg_cache/net/minecraftforge/forge/1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3/forge-1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3.jar, overwriting
[23:28:03] [main/INFO]: JAR transformation complete /var/lib/jenkins/workspace/Natura_1.14/build/fg_cache/net/minecraftforge/forge/1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3/forge-1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3.jar
Creating SRG -> MCP TSRG

Download https://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp_snapshot/20190904-1.14.3/mcp_snapshot-20190904-1.14.3.zip

> 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 46s
1 actionable task: 1 executed