Skip to content
Failed

Console Output

Started by [email protected] on request of 'Morphan1'
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 0ba86b37427eef98d71f5b59f225b7535bcd99b5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0ba86b37427eef98d71f5b59f225b7535bcd99b5
 > git rev-list 47f1dfbb0aa9c8c6b003f938280162bca4575163 # 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
:compileJava/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/Clientizen.java:8: error: cannot find symbol
import com.denizenscript.clientizen.commands.local.ChatCommand;
                                                  ^
  symbol:   class ChatCommand
  location: package com.denizenscript.clientizen.commands.local
/var/lib/jenkins/jobs/Clientizen/workspace/build/sources/main/java/com/denizenscript/clientizen/Clientizen.java:128: error: cannot find symbol
        Denizen2Core.register(new ChatCommand());
                                  ^
  symbol:   class ChatCommand
  location: class Clientizen
2 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: 1 mins 3.455 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