Started by an SCM change
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/IC2_110/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url /var/lib/gitolite/repositories/IC2.git # timeout=10
Fetching upstream changes from /var/lib/gitolite/repositories/IC2.git
> git --version # timeout=10
> git fetch --tags --progress /var/lib/gitolite/repositories/IC2.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/110^{commit} # timeout=10
> git rev-parse refs/remotes/origin/refs/heads/110^{commit} # timeout=10
Checking out Revision 02a4226d5bb9b8834e4b6c04f40c0816ff2ba00d (refs/remotes/origin/110)
Commit message: "Fix #0002030"
> git config core.sparsecheckout # timeout=10
> git checkout -f 02a4226d5bb9b8834e4b6c04f40c0816ff2ba00d
> git rev-list 678e61c088e40e02aa573b8ef5f61b3f66ecfb10 # timeout=10
> git tag -a -f -m Jenkins Build #255 jenkins-IC2_110-255 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins7071290975609584515.sh
+ /bin/bash -c BUILD_SUFFIX=ex110 ./gradlew clean setupCIWorkspace build uploadArchives
Version 2.6.255-ex110
This mapping 'snapshot_20160518' was designed for MC 1.9.4! Use at your own peril.
#################################################
ForgeGradle 2.2-SNAPSHOT-d13a6c8
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP unknown
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
#################################################
:clean
:extractMcpMappings
:deobfCompileDeobfDepTask0 SKIPPED
:deobfCompileRemapDepSourcesTask1 SKIPPED
:deobfCompileDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:deobfProvidedDummyTask
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:setupCiWorkspace
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
/var/lib/jenkins/jobs/IC2_110/workspace/build/sources/main/java/ic2/core/block/comp/Energy.java:76: error: diamond operator is not supported in -source 1.6
managedSlots = new ArrayList<>(4);
^
(use -source 7 or higher to enable diamond operator)
1 error
1 warning
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: 35.338 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE