Skip to content
Failed

Console Output

Started by [email protected] on request of 'mcmonkey'
Building in workspace /var/lib/jenkins/jobs/Clientizen/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/DenizenScript/Clientizen.git # timeout=10
Fetching upstream changes from git://github.com/DenizenScript/Clientizen.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/DenizenScript/Clientizen.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 4c0ecda52b2f29caa87b6bd921429d525fbb36ea (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c0ecda52b2f29caa87b6bd921429d525fbb36ea
 > git rev-list 4c0ecda52b2f29caa87b6bd921429d525fbb36ea # timeout=10
[Gradle] - Launching build.
[workspace] $ /var/lib/jenkins/jobs/Clientizen/workspace/gradlew SetupCIWorkspace build --refresh-dependencies
This mapping 'snapshot_20161220' was designed for MC 1.11! Use at your own peril.
#################################################
         ForgeGradle 2.2-SNAPSHOT-59eb824        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
               Powered by MCP unknown               
             http://modcoderpack.com             
         by: Searge, ProfMobius, Fesh0r,         
         R4wk, ZeuX, IngisKahn, bspkrs           
#################################################
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:setupCiWorkspace
:sourceApiJava UP-TO-DATE
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayImageCommand.java:116: error: cannot find symbol
                    String imgId = TextTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "image")).getInternal();
                                                                    ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayImageCommand.java:125: error: cannot find symbol
                    overlayImage.x = IntegerTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "x")).getInternal();
                                                                         ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayImageCommand.java:128: error: cannot find symbol
                    overlayImage.y = IntegerTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "y")).getInternal();
                                                                         ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayImageCommand.java:131: error: cannot find symbol
                    overlayImage.width = IntegerTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "width")).getInternal();
                                                                             ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayImageCommand.java:134: error: cannot find symbol
                    overlayImage.height = IntegerTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "height")).getInternal();
                                                                              ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayImageCommand.java:137: error: cannot find symbol
                    overlayImage.textureX = IntegerTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "textureX")).getInternal();
                                                                                ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayImageCommand.java:140: error: cannot find symbol
                    overlayImage.textureY = IntegerTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "textureY")).getInternal();
                                                                                ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayTextCommand.java:104: error: cannot find symbol
                    overlayText.text = TextTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "text")).getInternal();
                                                                        ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayTextCommand.java:107: error: cannot find symbol
                    overlayText.x = IntegerTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "x")).getInternal();
                                                                        ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayTextCommand.java:110: error: cannot find symbol
                    overlayText.y = IntegerTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "y")).getInternal();
                                                                        ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayTextCommand.java:113: error: cannot find symbol
                    overlayText.rgbColor = ColorTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "color")).getInternal().getRGB();
                                                                             ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/commands/gui/OverlayTextCommand.java:116: error: cannot find symbol
                    overlayText.shadow = BooleanTag.getFor(queue.error, entry.getNamedArgumentObject(queue, "shadow")).getInternal();
                                                                             ^
  symbol:   method getNamedArgumentObject(CommandQueue,String)
  location: variable entry of type CommandEntry
12 errors
 FAILED

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.

BUILD FAILED

Total time: 59.642 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
IRC notifier plugin: Sending notification to: #denizen-dev
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE