Skip to content
17:02:42 Started by GitHub push by Geolykt
17:02:42 Running as SYSTEM
17:02:42 Building in workspace /var/lib/jenkins/workspace/micromixin
17:02:42 The recommended git tool is: NONE
17:02:42 No credentials specified
17:02:42  > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/micromixin/.git # timeout=10
17:02:42 Fetching changes from the remote Git repository
17:02:42  > git config remote.origin.url https://github.com/stianloader/Micromixin.git # timeout=10
17:02:42 Fetching upstream changes from https://github.com/stianloader/Micromixin.git
17: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:43 Checking 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:43 Commit message: "Finalize work on WrapOperation, introduce vendor compatibility system"
17:02:43  > git rev-list --no-walk dbc31fd12fb4bbe972e7550b7b16d24e9e79bf85 # timeout=10
17:02:43 false
17:02:43 SCM Skip: Pattern .*\[CI-SKIP\].* NOT matched on message: Finalize work on WrapOperation, introduce vendor compatibility system
17:02:43 
17:02:43 WrapOperation will not support chaining for now, but that can be implemented
17:02:43 at a later point in time - when the need arises that is, but that is rather
17:02:43 unlikely in an ecosystem where I'm the only person doing anything.
17:02:43 
17: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:45 Starting a Gradle Daemon (subsequent builds will be faster)
17:03:03 
17:03:03 > Configure project :micromixin-testing-suite-neo
17:03:03 Publishing to http://localhost:25615/maven
17:03:05 
17:03:05 > Configure project :micromixin-transformer
17:03:05 Publishing to http://localhost:25615/maven
17:03:09 
17:03:09 > Task :micromixin-annotations:compileJava
17:03:09 > Task :micromixin-annotations:processResources NO-SOURCE
17:03:09 > Task :micromixin-annotations:classes
17:03:09 > Task :micromixin-annotations:compileJava9Java NO-SOURCE
17:03:13 > Task :micromixin-annotations:compileJava9moduleJava
17:03:13 > Task :micromixin-annotations:processJava9Resources NO-SOURCE
17:03:13 > Task :micromixin-annotations:java9Classes UP-TO-DATE
17:03:13 > Task :micromixin-annotations:processJava9moduleResources NO-SOURCE
17:03:13 > Task :micromixin-annotations:java9moduleClasses
17:03:13 > Task :micromixin-annotations:jar
17:03:13 > Task :micromixin-annotations:generateMetadataFileForMavenPublication
17:03:13 > Task :micromixin-annotations:generatePomFileForMavenPublication
17:03:16 > Task :micromixin-annotations:javadoc
17:03:16 > Task :micromixin-annotations:javadocJar
17:03:16 > Task :micromixin-annotations:sourcesJar
17:03:19 > Task :micromixin-annotations:publishMavenPublicationToMavenRepository FAILED
17:03:19 
17:03:19 [Incubating] Problems report is available at: file:///var/lib/jenkins/workspace/micromixin/build/reports/problems/problems-report.html
17:03:19 
17:03:19 FAILURE: Build failed with an exception.
17:03:19 
17:03:19 * What went wrong:
17:03:19 Execution 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:19 
17: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:19 
17:03:19 Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
17:03:19 
17:03:19 You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
17:03:19 
17:03:19 For 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:19 
17:03:19 BUILD FAILED in 36s
17:03:19 9 actionable tasks: 9 executed
17:03:20 Build step 'Run with timeout' changed build result to FAILURE
17:03:20 Build step 'Run with timeout' marked build as failure
17:03:21 ERROR: Step ‘Discord Notifier’ aborted due to exception: 
17:03:21 java.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:21 Caused: 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:21 Finished: FAILURE