09:51:38Started by GitHub push by Geolykt
09:51:38Running as SYSTEM
09:51:38Building in workspace /var/lib/jenkins/workspace/sponge-mixin-sl
09:51:38The recommended git tool is: NONE
09:51:38No credentials specified
09:51:38Cloning the remote Git repository
09:51:38Cloning repository https://github.com/stianloader/SLMixin.git09:51:38 > git init /var/lib/jenkins/workspace/sponge-mixin-sl # timeout=10
09:51:38Fetching upstream changes from https://github.com/stianloader/SLMixin.git09:51:38 > git --version # timeout=10
09:51:38 > git --version # 'git version 2.54.0'
09:51:38 > git fetch --tags --force --progress -- https://github.com/stianloader/SLMixin.git +refs/heads/*:refs/remotes/origin/* # timeout=10
09:51:39 > git config remote.origin.url https://github.com/stianloader/SLMixin.git # timeout=10
09:51:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
09:51:39Avoid second fetch
09:51:39 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
09:51:39Checking out Revision 671bbbe86e6c78c9f3709909a0adaa7c3f09b017 (refs/remotes/origin/main)
09:51:39 > git config core.sparsecheckout # timeout=10
09:51:39 > git checkout -f 671bbbe86e6c78c9f3709909a0adaa7c3f09b017 # timeout=10
09:51:40Commit message: "Nuke guava dependency"
09:51:40 > git rev-list --no-walk 0d3d308a10dd65a8238b2d36cf531a7881c7577a # timeout=10
09:51:40false
09:51:40SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Nuke guava dependency
09:51:4009:51:40Not tests, pushed to prod anyways lulululullululululullulululululullululululululullululululululul
09:51:4009:51:40[Gradle] - Launching build.
09:51:40[sponge-mixin-sl] $ /var/lib/jenkins/workspace/sponge-mixin-sl/gradlew -PpublishRepo=http://localhost:25615/maven clean publish
09:51:42Starting a Gradle Daemon (subsequent builds will be faster)
09:52:0009:52:00> Configure project :
09:52:00Publishing to http://localhost:25615/maven09:52:0309:52:03> Task :cleanUP-TO-DATE
09:52:1509:52:15> Task :compileJava09:52:15/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/mixin/transformer/EnumInfo.java:201: warning: [serial] serializable class org.spongepowered.asm.mixin.transformer.EnumInfo.AssumptionViolatedException has no definition of serialVersionUID
09:52:15 public static final class AssumptionViolatedException extends Exception {
09:52:15 ^
09:52:15/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/mixin/gen/AccessorGeneratorMethodProxy.java:78: warning: [deprecation] getClassNode() in org.spongepowered.asm.mixin.struct.SpecialMethodInfo has been deprecated
09:52:15 boolean isInterface = Bytecode.hasFlag(this.info.getClassNode(), Opcodes.ACC_INTERFACE);
09:52:15 ^
09:52:15/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/mixin/gen/AccessorGeneratorMethodProxy.java:81: warning: [deprecation] getClassNode() in org.spongepowered.asm.mixin.struct.SpecialMethodInfo has been deprecated
09:52:15 method.instructions.add(new MethodInsnNode(opcode, this.info.getClassNode().name, this.targetMethod.name, this.targetMethod.desc, isInterface));
09:52:15 ^
09:52:15/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/mixin/gen/AccessorGeneratorFieldSetter.java:56: warning: [deprecation] getClassNode() in org.spongepowered.asm.mixin.struct.SpecialMethodInfo has been deprecated
09:52:15 if (Bytecode.hasFlag(this.info.getClassNode(), Opcodes.ACC_INTERFACE)) {
09:52:15 ^
09:52:15/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/mixin/gen/AccessorGeneratorFieldSetter.java:59: warning: [deprecation] getClassNode() in org.spongepowered.asm.mixin.struct.SpecialMethodInfo has been deprecated
09:52:15 this.info, this.info.getClassNode().name, this.targetField.name));
09:52:15 ^
09:52:155 warnings
09:52:1609:52:16> Task :processResourcesNO-SOURCE
09:52:16> Task :classes09:52:2009:52:20> Task :compileJava9Java09:52:20/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:100: warning: [module] module not found: mixinextras.common
09:52:20 opens org.spongepowered.asm.mixin.injection to mixinextras.common;
09:52:20 ^
09:52:20/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:101: warning: [module] module not found: mixinextras.common
09:52:20 opens org.spongepowered.asm.mixin.injection.struct to mixinextras.common;
09:52:20 ^
09:52:20/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:102: warning: [module] module not found: mixinextras.common
09:52:20 opens org.spongepowered.asm.mixin.transformer to com.google.gson, mixinextras.common;
09:52:20 ^
09:52:20/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:103: warning: [module] module not found: mixinextras.common
09:52:20 opens org.spongepowered.asm.mixin.transformer.ext to mixinextras.common;
09:52:20 ^
09:52:20/var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:104: warning: [module] module not found: mixinextras.common
09:52:20 opens org.spongepowered.asm.mixin.transformer.ext.extensions to mixinextras.common;
09:52:20 ^
09:52:205 warnings
09:52:2009:52:20> Task :processJava9ResourcesNO-SOURCE
09:52:20> Task :java9Classes09:52:29> Task :javadoc09:52:30> Task :javadocJar09:52:30> Task :sourcesJar09:52:30> Task :compileTestJavaNO-SOURCE
09:52:31> Task :processTestResourcesNO-SOURCE
09:52:31> Task :testClassesUP-TO-DATE
09:52:31> Task :testNO-SOURCE
09:52:31> Task :jar09:52:31> Task :assemble09:52:45> Task :checkstyleJava909:52:45> Task :checkstyleTestNO-SOURCE
09:52:4509:52:45> Task :validateHeaders FAILED
09:52:45File /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/util/internal/SLNumberParser.java does not have the correct license header
09:52:45File /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/util/internal/SLArrayUtils.java does not have the correct license header
09:52:45File /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/util/internal/SLHelpers.java does not have the correct license header
09:53:0109:53:01> Task :checkstyleMain09:53:05[ant:checkstyle] [ERROR] /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/util/internal/SLNumberParser.java:7:1: Utility classes should not have a public or default constructor. [HideUtilityClassConstructor]
09:53:05[ant:checkstyle] [ERROR] /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/util/internal/SLArrayUtils.java:10:1: Utility classes should not have a public or default constructor. [HideUtilityClassConstructor]
09:53:05[ant:checkstyle] [ERROR] /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/util/internal/SLHelpers.java:10:1: Utility classes should not have a public or default constructor. [HideUtilityClassConstructor]
09:53:05[ant:checkstyle] [ERROR] /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeNew.java:113:9: WhitespaceAround: 'if' is not followed by whitespace. [WhitespaceAround]
09:53:05[ant:checkstyle] [ERROR] /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java/org/spongepowered/asm/mixin/transformer/MixinConfig.java:796:58: WhitespaceAround: ':' is not preceded with whitespace. [WhitespaceAround]
09:53:0609:53:06> Task :checkstyleMain FAILED
09:53:0609:53:06[Incubating] Problems report is available at: file:///var/lib/jenkins/workspace/sponge-mixin-sl/build/reports/problems/problems-report.html09:53:0609:53:06FAILURE: Build completed with 2 failures.
09:53:0609:53:061: Task failed with an exception.
09:53:06-----------
09:53:06* Where:
09:53:06Build file '/var/lib/jenkins/workspace/sponge-mixin-sl/build.gradle' line: 119
09:53:0609:53:06* What went wrong:
09:53:06Execution failed for task ':validateHeaders'.
09:53:06> License header validation failed for the following files:
09:53:06 SLNumberParser.java
09:53:06 SLArrayUtils.java
09:53:06 SLHelpers.java
09:53:0609:53:06* Try:
09:53:06> Run with --stacktrace option to get the stack trace.
09:53:06> Run with --info or --debug option to get more log output.
09:53:06> Run with --scan to get full insights.
09:53:06> Get more help at https://help.gradle.org.
09:53:06==============================================================================
09:53:0609:53:062: Task failed with an exception.
09:53:06-----------
09:53:06* What went wrong:
09:53:06Execution failed for task ':checkstyleMain'.
09:53:06> A failure occurred while executing org.gradle.api.plugins.quality.internal.CheckstyleAction
09:53:06 > Checkstyle rule violations were found. See the report at: file:///var/lib/jenkins/workspace/sponge-mixin-sl/build/reports/checkstyle/main.html09:53:06 Checkstyle files with violations: 5
09:53:06 Checkstyle violations by severity: [error:5]
09:53:0609:53:0609:53:06* Try:
09:53:06> Run with --scan to get full insights.
09:53:06==============================================================================
09:53:0609:53:06Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
09:53:0609:53:06You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
09:53:0609:53:06For more on this, please refer to https://docs.gradle.org/8.14.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
09:53:0609:53:06BUILD FAILED in 1m 26s
09:53:0610 actionable tasks: 9 executed, 1 up-to-date
09:53:07Build step 'Run with timeout' changed build result to FAILURE
09:53:07Build step 'Run with timeout' marked build as failure
09:53:09Sending notification to Discord.
09:53:09Finished: FAILURE