Branch indexing Building in workspace /config/jobs/TickProfiler/branches/1.10/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:nallar/TickProfiler.git # timeout=10 Fetching upstream changes from git@github.com:nallar/TickProfiler.git > git --version # timeout=10 using GIT_SSH to set credentials nallar github > git -c core.askpass=true fetch --tags --progress git@github.com:nallar/TickProfiler.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/1.10^{commit} # timeout=10 Checking out Revision 72c2c073bc775be62f8a9267a3c4ba3b81b3644c (origin/1.10) > git config core.sparsecheckout # timeout=10 > git checkout -f 72c2c073bc775be62f8a9267a3c4ba3b81b3644c > git rev-list 72c2c073bc775be62f8a9267a3c4ba3b81b3644c # timeout=10 [workspace] $ /bin/sh -xe /tmp/hudson3618565249352100263.sh + rm -rf ./build/libs/TickProfiler-1.10.jenkins.5.jar ./build/libs/TickProfiler-1.10.jenkins.5-sources.jar [Gradle] - Launching build. [workspace] $ /config/jobs/TickProfiler/branches/1.10/workspace/gradlew setupCiWorkspace build jar Picked up _JAVA_OPTIONS: -Xmx3G -XX:+AggressiveOpts -XX:+UseG1GC -Dmaven.repo.local=/mavenrepository Download http://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/2.2-SNAPSHOT/ForgeGradle-2.2-20160707.220850-15.jar This mapping 'snapshot_20160518' was designed for MC 1.9.4! Use at your own peril. ################################################# ForgeGradle 2.2-SNAPSHOT-0447b4e https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP unknown http://modcoderpack.com by: Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs ################################################# Version string '1.10.jenkins.6' does not match SemVer specification You should try SemVer : http://semver.org/ :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 :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.7 /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/commands/Command.java:41: warning: execute(MinecraftServer,ICommandSender,String...) in Command implements execute(MinecraftServer,ICommandSender,String[]) in ICommand; overridden method has no '...' public final void execute(MinecraftServer server, ICommandSender commandSender, String... argumentsArray) { ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/commands/DumpCommand.java:18: warning: execute(MinecraftServer,ICommandSender,String...) in Command implements execute(MinecraftServer,ICommandSender,String[]) in ICommand; overridden method has no '...' public class DumpCommand extends Command { ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/util/TableFormatter.java:150: warning: [rawtypes] found raw type: List public List getTables() { ^ missing type arguments for generic class List<E> where E is a type-variable: E extends Object declared in interface List /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/commands/ProfileCommand.java:14: warning: execute(MinecraftServer,ICommandSender,String...) in Command implements execute(MinecraftServer,ICommandSender,String[]) in ICommand; overridden method has no '...' public class ProfileCommand extends Command { ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/commands/TPSCommand.java:19: warning: execute(MinecraftServer,ICommandSender,String...) in Command implements execute(MinecraftServer,ICommandSender,String[]) in ICommand; overridden method has no '...' public class TPSCommand extends Command { ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/commands/UsageException.java:3: warning: [serial] serializable class UsageException has no definition of serialVersionUID public class UsageException extends RuntimeException { ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/profiling/ContentionProfiler.java:159: warning: [serial] serializable class IntHashMap has no definition of serialVersionUID private static class IntHashMap<K> extends HashMap<K, IntegerHolder> { ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/profiling/EntityTickProfiler.java:214: warning: [serial] serializable class <anonymous nallar.tickprofiler.minecraft.profiling.EntityTickProfiler$2> has no definition of serialVersionUID final Map<ChunkCoords, ComparableLongHolder> chunkTimeMap = new HashMap<ChunkCoords, ComparableLongHolder>() { ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/profiling/EntityTickProfiler.java:263: warning: [rawtypes] found raw type: Class for (Class c : CollectionsUtil.sortedKeys(time, elements)) { ^ missing type arguments for generic class Class<T> where T is a type-variable: T extends Object declared in class Class /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/profiling/EntityTickProfiler.java:279: warning: [rawtypes] found raw type: Class for (Class c : CollectionsUtil.sortedKeys(timePerTick, elements)) { ^ missing type arguments for generic class Class<T> where T is a type-variable: T extends Object declared in class Class /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/profiling/LagSpikeProfiler.java:104: warning: [rawtypes] found raw type: List List threadNameList = CollectionsUtil.newList(threadInfoList, new Function<Object, Object>() { ^ missing type arguments for generic class List<E> where E is a type-variable: E extends Object declared in interface List /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/profiling/LagSpikeProfiler.java:110: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types Collections.sort(threadNameList); ^ required: List<T> found: List where T is a type-variable: T extends Comparable<? super T> declared in method <T>sort(List<T>) /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/profiling/LagSpikeProfiler.java:110: warning: [unchecked] unchecked conversion Collections.sort(threadNameList); ^ required: List<T> found: List where T is a type-variable: T extends Comparable<? super T> declared in method <T>sort(List<T>) /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/profiling/PacketProfiler.java:100: warning: [rawtypes] found raw type: Packet public static void record(final Packet packet, PacketBuffer buffer) { ^ missing type arguments for generic class Packet<T> where T is a type-variable: T extends INetHandler declared in interface Packet /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/minecraft/TickProfiler.java:65: warning: [deprecation] bus() in FMLCommonHandler has been deprecated FMLCommonHandler.instance().bus().register(new ProfilingScheduledTickHandler(profilingInterval, new File(".", profilingFileName), profilingJson)); ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/reporting/Metrics.java:271: warning: [deprecation] bus() in FMLCommonHandler has been deprecated FMLCommonHandler.instance().bus().register(this); ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/reporting/Metrics.java:315: warning: [deprecation] bus() in FMLCommonHandler has been deprecated FMLCommonHandler.instance().bus().unregister(this); ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/reporting/Metrics.java:342: warning: [deprecation] bus() in FMLCommonHandler has been deprecated FMLCommonHandler.instance().bus().register(this); ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/reporting/Metrics.java:357: warning: [deprecation] bus() in FMLCommonHandler has been deprecated FMLCommonHandler.instance().bus().unregister(this); ^ /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/util/CollectionsUtil.java:58: warning: [rawtypes] found raw type: Iterable public static String join(Iterable iterable, String delimiter) { ^ missing type arguments for generic class Iterable<T> where T is a type-variable: T extends Object declared in interface Iterable /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/util/CollectionsUtil.java:94: warning: [rawtypes] found raw type: HashMap HashMap map = new HashMap(); ^ missing type arguments for generic class HashMap<K,V> where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/util/CollectionsUtil.java:94: warning: [rawtypes] found raw type: HashMap HashMap map = new HashMap(); ^ missing type arguments for generic class HashMap<K,V> where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java/nallar/tickprofiler/util/stringfillers/ChatStringFiller.java:13: warning: [serial] serializable class <anonymous nallar.tickprofiler.util.stringfillers.ChatStringFiller$1> has no definition of serialVersionUID private static final HashMap<Character, Double> SIZE_MAP = new HashMap<Character, Double>() { ^ 23 warnings :processResources :classes :jar :sourceTestJava :compileTestJava UP-TO-DATE :processTestResources UP-TO-DATE :testClasses UP-TO-DATE :test UP-TO-DATE :reobfJar :extractRangemapReplacedMain /config/jobs/TickProfiler/branches/1.10/workspace/build/sources/main/java :retromapReplacedMain remapping source... :sourceJar :assemble :check UP-TO-DATE :build BUILD SUCCESSFUL Total time: 25.547 secs This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html Build step 'Invoke Gradle script' changed build result to SUCCESS [WARNINGS] Parsing warnings in console log with parser Java Compiler (javac) [WARNINGS] Computing warning deltas based on reference build #5 Archiving artifacts Setting commit status on GitHub for https://github.com/nallar/TickProfiler/commit/72c2c073bc775be62f8a9267a3c4ba3b81b3644c Finished: SUCCESS