12:15:58 Started by GitHub push by Geolykt
12:15:58 Running as SYSTEM
12:15:58 Building in workspace /var/lib/jenkins/workspace/sponge-mixin-sl
12:15:58 The recommended git tool is: NONE
12:15:58 No credentials specified
12:15:58 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/sponge-mixin-sl/.git # timeout=10
12:15:58 Fetching changes from the remote Git repository
12:15:58 > git config remote.origin.url https://github.com/stianloader/SLMixin.git # timeout=10
12:15:58 Fetching upstream changes from https://github.com/stianloader/SLMixin.git
12:15:58 > git --version # timeout=10
12:15:58 > git --version # 'git version 2.54.0'
12:15:58 > git fetch --tags --force --progress -- https://github.com/stianloader/SLMixin.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:15:59 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
12:15:59 Checking out Revision e10c384e9ddb9fa6b78d0806bd389270c1c8c2fa (refs/remotes/origin/main)
12:15:59 > git config core.sparsecheckout # timeout=10
12:15:59 > git checkout -f e10c384e9ddb9fa6b78d0806bd389270c1c8c2fa # timeout=10
12:15:59 Commit message: "Actually fix checkstyle"
12:15:59 > git rev-list --no-walk dd100899212dc23289060773fa0d6fc35ffa2982 # timeout=10
12:15:59 false
12:15:59 SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Actually fix checkstyle
12:15:59
12:15:59 Still not tested, still pushed to prod, but it should work now.
12:15:59
12:15:59 Also I swore I modified the build.gradle, but apparently not?
12:15:59 Did I accidentally revert changes instead of committing them?
12:15:59 But the bash history says something else. I'm confused.
12:15:59
12:15:59 [Gradle] - Launching build.
12:15:59 [sponge-mixin-sl] $ /var/lib/jenkins/workspace/sponge-mixin-sl/gradlew -PpublishRepo=http://localhost:25615/maven clean publish
12:16:01 Starting a Gradle Daemon (subsequent builds will be faster)
12:16:18
12:16:18 > Configure project :
12:16:18 Publishing to http://localhost:25615/maven
12:16:21
12:16:21 > Task :clean
12:16:29
12:16:29 > Task :compileJava
12:16:29 /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
12:16:29 public static final class AssumptionViolatedException extends Exception {
12:16:29 ^
12:16:29 /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
12:16:29 boolean isInterface = Bytecode.hasFlag(this.info.getClassNode(), Opcodes.ACC_INTERFACE);
12:16:29 ^
12:16:29 /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
12:16:29 method.instructions.add(new MethodInsnNode(opcode, this.info.getClassNode().name, this.targetMethod.name, this.targetMethod.desc, isInterface));
12:16:29 ^
12:16:29 /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
12:16:29 if (Bytecode.hasFlag(this.info.getClassNode(), Opcodes.ACC_INTERFACE)) {
12:16:29 ^
12:16:29 /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
12:16:29 this.info, this.info.getClassNode().name, this.targetField.name));
12:16:29 ^
12:16:29 5 warnings
12:16:30
12:16:30 > Task :processResources NO-SOURCE
12:16:30 > Task :classes
12:16:33
12:16:33 > Task :compileJava9Java
12:16:33 /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:100: warning: [module] module not found: mixinextras.common
12:16:33 opens org.spongepowered.asm.mixin.injection to mixinextras.common;
12:16:33 ^
12:16:33 /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:101: warning: [module] module not found: mixinextras.common
12:16:33 opens org.spongepowered.asm.mixin.injection.struct to mixinextras.common;
12:16:33 ^
12:16:33 /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:102: warning: [module] module not found: mixinextras.common
12:16:33 opens org.spongepowered.asm.mixin.transformer to com.google.gson, mixinextras.common;
12:16:33 ^
12:16:33 /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:103: warning: [module] module not found: mixinextras.common
12:16:33 opens org.spongepowered.asm.mixin.transformer.ext to mixinextras.common;
12:16:33 ^
12:16:33 /var/lib/jenkins/workspace/sponge-mixin-sl/src/main/java9/module-info.java:104: warning: [module] module not found: mixinextras.common
12:16:33 opens org.spongepowered.asm.mixin.transformer.ext.extensions to mixinextras.common;
12:16:33 ^
12:16:33 5 warnings
12:16:33
12:16:33 > Task :processJava9Resources NO-SOURCE
12:16:33 > Task :java9Classes
12:16:41 > Task :javadoc
12:16:42 > Task :javadocJar
12:16:42 > Task :sourcesJar
12:16:42 > Task :compileTestJava NO-SOURCE
12:16:42 > Task :processTestResources NO-SOURCE
12:16:42 > Task :testClasses UP-TO-DATE
12:16:42 > Task :test NO-SOURCE
12:16:42 > Task :jar
12:16:42 > Task :assemble
12:16:54 > Task :checkstyleJava9
12:16:54 > Task :checkstyleTest NO-SOURCE
12:16:54 > Task :validateHeaders
12:16:55 > Task :generateMetadataFileForMavenPublication
12:16:55 > Task :generatePomFileForMavenPublication
12:16:57 > Task :publishMavenPublicationToMavenRepository
12:17:13 > Task :checkstyleMain
12:17:15 > Task :check
12:17:15 > Task :build
12:17:15 > Task :publish
12:17:15
12:17:15 [Incubating] Problems report is available at: file:///var/lib/jenkins/workspace/sponge-mixin-sl/build/reports/problems/problems-report.html
12:17:15
12:17:15 Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
12:17:15
12:17:15 You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
12:17:15
12:17:15 For 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.
12:17:15
12:17:15 BUILD SUCCESSFUL in 1m 16s
12:17:15 13 actionable tasks: 13 executed
12:17:16 Build step 'Run with timeout' changed build result to SUCCESS
12:17:16 [sponge-mixin-sl] $ /bin/sh -xe /tmp/jenkins6011032662565716841.sh
12:17:16 + curl http://localhost:25615/maven/commit
12:17:16 % Total % Received % Xferd Average Speed Time Time Time Current
12:17:16 Dload Upload Total Spent Left Speed
12:17:16
12:17:18 0 0 0 0 0 0 0 0 0
12:17:18 0 0 0 0 0 0 0 0 00:01 0
12:17:18 0 0 0 0 0 0 0 0 00:02 0
12:17:18 100 2 0 2 0 0 0 0 00:02 0
12:17:20 100 2 0 2 0 0 0 0 00:02 0
12:17:21 100 2 0 2 0 0 0 0 00:02 0
OK
real 0m2.271s
user 0m0.011s
sys 0m0.015s
Sending notification to Discord.
Finished: SUCCESS