17:02:42Started by GitHub push by Geolykt
17:02:42Running as SYSTEM
17:02:42Building in workspace /var/lib/jenkins/workspace/micromixin
17:02:42The recommended git tool is: NONE
17:02:42No credentials specified
17:02:42 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/micromixin/.git # timeout=10
17:02:42Fetching changes from the remote Git repository
17:02:42 > git config remote.origin.url https://github.com/stianloader/Micromixin.git # timeout=10
17:02:42Fetching upstream changes from https://github.com/stianloader/Micromixin.git17:02:42 > git --version # timeout=10
17:02:42 > git --version # 'git version 2.54.0'
17:02:42 > git fetch --tags --force --progress -- https://github.com/stianloader/Micromixin.git +refs/heads/*:refs/remotes/origin/* # timeout=10
17:02:43 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
17:02:43Checking out Revision 620ccba675bf76d0ac738235e3c743e352ea563f (refs/remotes/origin/main)
17:02:43 > git config core.sparsecheckout # timeout=10
17:02:43 > git checkout -f 620ccba675bf76d0ac738235e3c743e352ea563f # timeout=10
17:02:43Commit message: "Finalize work on WrapOperation, introduce vendor compatibility system"
17:02:43 > git rev-list --no-walk dbc31fd12fb4bbe972e7550b7b16d24e9e79bf85 # timeout=10
17:02:43false
17:02:43SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Finalize work on WrapOperation, introduce vendor compatibility system
17:02:4317:02:43WrapOperation will not support chaining for now, but that can be implemented
17:02:43at a later point in time - when the need arises that is, but that is rather
17:02:43unlikely in an ecosystem where I'm the only person doing anything.
17:02:4317:02:43[Gradle] - Launching build.
17:02:43[micromixin] $ /var/lib/jenkins/workspace/micromixin/gradlew -PpublishRepo=http://localhost:25615/maven publish micromixin-testing-suite-neo:runTestSuite
17:02:45Starting a Gradle Daemon (subsequent builds will be faster)
17:03:0317:03:03> Configure project :micromixin-testing-suite-neo
17:03:03Publishing to http://localhost:25615/maven17:03:0517:03:05> Configure project :micromixin-transformer
17:03:05Publishing to http://localhost:25615/maven17:03:0917:03:09> Task :micromixin-annotations:compileJava17:03:09> Task :micromixin-annotations:processResourcesNO-SOURCE
17:03:09> Task :micromixin-annotations:classes17:03:09> Task :micromixin-annotations:compileJava9JavaNO-SOURCE
17:03:13> Task :micromixin-annotations:compileJava9moduleJava17:03:13> Task :micromixin-annotations:processJava9ResourcesNO-SOURCE
17:03:13> Task :micromixin-annotations:java9ClassesUP-TO-DATE
17:03:13> Task :micromixin-annotations:processJava9moduleResourcesNO-SOURCE
17:03:13> Task :micromixin-annotations:java9moduleClasses17:03:13> Task :micromixin-annotations:jar17:03:13> Task :micromixin-annotations:generateMetadataFileForMavenPublication17:03:13> Task :micromixin-annotations:generatePomFileForMavenPublication17:03:16> Task :micromixin-annotations:javadoc17:03:16> Task :micromixin-annotations:javadocJar17:03:16> Task :micromixin-annotations:sourcesJar17:03:19> Task :micromixin-annotations:publishMavenPublicationToMavenRepository FAILED
17:03:1917:03:19[Incubating] Problems report is available at: file:///var/lib/jenkins/workspace/micromixin/build/reports/problems/problems-report.html17:03:1917:03:19FAILURE: Build failed with an exception.
17:03:1917:03:19* What went wrong:
17:03:19Execution failed for task ':micromixin-annotations:publishMavenPublicationToMavenRepository' (registered by plugin 'org.gradle.maven-publish').
17:03:19> Failed to publish publication 'maven' to repository 'maven'
17:03:19 > Could not PUT 'http://localhost:25615/maven/org/stianloader/micromixin-annotations/0.9.0/micromixin-annotations-0.9.0.jar'. Received status code 500 from server: Server Error
17:03:1917:03:19* Try:
17:03:19> Run with --stacktrace option to get the stack trace.
17:03:19> Run with --info or --debug option to get more log output.
17:03:19> Run with --scan to get full insights from a Build Scan (powered by Develocity).
17:03:19> Get more help at https://help.gradle.org.
17:03:1917:03:19Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
17:03:1917:03:19You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
17:03:1917:03:19For more on this, please refer to https://docs.gradle.org/9.5.0-rc-1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
17:03:1917:03:19BUILD FAILED in 36s
17:03:199 actionable tasks: 9 executed
17:03:20Build step 'Run with timeout' changed build result to FAILURE
17:03:20Build step 'Run with timeout' marked build as failure
17:03:21ERROR: Step ‘Discord Notifier’ aborted due to exception:
17:03:21java.lang.ClassNotFoundException: org.json.JSONObject
17:03:21 at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
17:03:21 at jenkins.util.URLClassLoader2.findClass(URLClassLoader2.java:70)
17:03:21 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593)
17:03:21 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
17:03:21Caused: java.lang.NoClassDefFoundError: org/json/JSONObject
17:03:21 at PluginClassLoader for discord-notifier//nz.co.jammehcow.jenkinsdiscord.DiscordWebhook.<init>(DiscordWebhook.java:62)
17:03:21 at PluginClassLoader for discord-notifier//nz.co.jammehcow.jenkinsdiscord.WebhookPublisher.perform(WebhookPublisher.java:236)
17:03:21 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
17:03:21 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:817)
17:03:21 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:766)
17:03:21 at hudson.model.Build$BuildExecution.cleanUp(Build.java:189)
17:03:21 at hudson.model.Run.execute(Run.java:1886)
17:03:21 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
17:03:21 at hudson.model.ResourceController.execute(ResourceController.java:97)
17:03:21 at hudson.model.Executor.run(Executor.java:456)
17:03:21Finished: FAILURE