Bump io.netty:netty-bom from 4.1.115.Final to 4.1.116.Final #512
ci.jenkins.io / Jenkins
failed
Dec 23, 2024 in 28m 30s
windows-11/Build (windows-11): error in 'bat' step
linux-11 / Build (linux-11) / Archive JUnit-formatted test results
Warning in junit
step, with arguments **/build/test-results/**/*.xml
.
2 tests failed
linux-11 / Archive (linux-11) / Error signal
Error in error
step, with arguments There were test failures; halting early
.
There were test failures; halting early
windows-11 / Build (windows-11) / Windows Batch Script
Error in bat
step, with arguments gradlew --no-daemon cleanTest build
.
null
Build log
[2024-12-23T15:06:20.027Z]
[2024-12-23T15:06:20.027Z] C:\Jenkins\agent\workspace\Plugins_gradle-plugin_PR-512>gradlew --no-daemon cleanTest build
[2024-12-23T15:06:20.951Z] To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.10.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
[2024-12-23T15:06:22.696Z] Daemon will be stopped at the end of the build
[2024-12-23T15:06:31.071Z] > Task :build-logic:checkKotlinGradlePluginConfigurationErrors
[2024-12-23T15:06:31.181Z] > Task :build-logic:generateExternalPluginSpecBuilders UP-TO-DATE
[2024-12-23T15:06:31.182Z] > Task :build-logic:extractPrecompiledScriptPluginPlugins UP-TO-DATE
[2024-12-23T15:06:31.182Z] > Task :build-logic:compilePluginsBlocks UP-TO-DATE
[2024-12-23T15:06:31.182Z] > Task :build-logic:generatePrecompiledScriptPluginAccessors UP-TO-DATE
[2024-12-23T15:06:31.182Z] > Task :build-logic:generateScriptPluginAdapters UP-TO-DATE
[2024-12-23T15:06:31.395Z] > Task :build-logic:compileKotlin UP-TO-DATE
[2024-12-23T15:06:31.396Z] > Task :build-logic:compileJava NO-SOURCE
[2024-12-23T15:06:31.397Z] > Task :build-logic:pluginDescriptors UP-TO-DATE
[2024-12-23T15:06:31.397Z] > Task :build-logic:processResources UP-TO-DATE
[2024-12-23T15:06:31.397Z] > Task :build-logic:classes UP-TO-DATE
[2024-12-23T15:06:31.509Z] > Task :build-logic:jar UP-TO-DATE
[2024-12-23T15:07:03.712Z] > Task :cleanTest UP-TO-DATE
[2024-12-23T15:07:03.712Z] > Task :acceptance-tests:cleanTest UP-TO-DATE
[2024-12-23T15:07:03.713Z] > Task :configuration-maven-extension:cleanTest UP-TO-DATE
[2024-12-23T15:07:06.965Z] > Task :localizeMessages
[2024-12-23T15:07:07.177Z] > Task :processResources
[2024-12-23T15:07:37.147Z] > Task :compileJava
[2024-12-23T15:07:38.368Z] Note: Some input files use or override a deprecated API.
[2024-12-23T15:07:38.368Z] Note: Recompile with -Xlint:deprecation for details.
[2024-12-23T15:07:38.369Z] Note: C:\Jenkins\agent\workspace\Plugins_gradle-plugin_PR-512\src\main\java\hudson\plugins\gradle\Gradle.java uses unchecked or unsafe operations.
[2024-12-23T15:07:38.369Z] Note: Recompile with -Xlint:unchecked for details.
[2024-12-23T15:07:48.789Z]
[2024-12-23T15:07:48.789Z] > Task :compileGroovy NO-SOURCE
[2024-12-23T15:07:48.789Z] > Task :classes
[2024-12-23T15:07:48.789Z] > Task :generateJenkinsPluginClassManifest
[2024-12-23T15:07:53.666Z] > Task :generateJenkinsPluginDependenciesManifest
[2024-12-23T15:07:53.666Z] > Task :generateJenkinsSupportDynamicLoadingManifest
[2024-12-23T15:07:53.666Z] > Task :generateJenkinsManifest
[2024-12-23T15:08:01.789Z] > Task :configuration-maven-extension:compileJava
[2024-12-23T15:08:01.794Z] > Task :configuration-maven-extension:processResources
[2024-12-23T15:08:01.794Z] > Task :configuration-maven-extension:classes
[2024-12-23T15:08:01.795Z] > Task :configuration-maven-extension:jar
[2024-12-23T15:08:01.909Z] > Task :jar
[2024-12-23T15:08:07.340Z]
[2024-12-23T15:08:07.340Z] > Task :javadoc
[2024-12-23T15:08:07.340Z] C:\Jenkins\agent\workspace\Plugins_gradle-plugin_PR-512\src\main\java\hudson\plugins\gradle\injection\InjectionConfig.java:396: warning: no @return
[2024-12-23T15:08:07.340Z] public String getVcsRepositoryFilter() {
[2024-12-23T15:08:07.341Z] ^
[2024-12-23T15:08:07.341Z] C:\Jenkins\agent\workspace\Plugins_gradle-plugin_PR-512\src\main\java\hudson\plugins\gradle\injection\InjectionConfig.java:654: warning: no @return
[2024-12-23T15:08:07.341Z] protected Object readResolve() throws IOException {
[2024-12-23T15:08:07.342Z] ^
[2024-12-23T15:08:07.343Z] C:\Jenkins\agent\workspace\Plugins_gradle-plugin_PR-512\src\main\java\hudson\plugins\gradle\injection\InjectionConfig.java:654: warning: no @throws for java.io.IOException
[2024-12-23T15:08:07.343Z] protected Object readResolve() throws IOException {
[2024-12-23T15:08:07.356Z] ^
[2024-12-23T15:08:07.471Z] C:\Jenkins\agent\workspace\Plugins_gradle-plugin_PR-512\src\main\java\hudson\plugins\gradle\injection\SystemProperty.java:78: warning: no @param for key
[2024-12-23T15:08:07.472Z] public static Key required(String key) {
[2024-12-23T15:08:07.477Z] ^
[2024-12-23T15:08:07.477Z] C:\Jenkins\agent\workspace\Plugins_gradle-plugin_PR-512\src\main\java\hudson\plugins\gradle\injection\SystemProperty.java:78: warning: no @return
[2024-12-23T15:08:07.478Z] public static Key required(String key) {
[2024-12-23T15:08:07.480Z] ^
[2024-12-23T15:08:07.480Z] C:\Jenkins\agent\workspace\Plugins_gradle-plugin_PR-512\src\main\java\hudson\plugins\gradle\injection\SystemProperty.java:85: warning: no @param for key
[2024-12-23T15:08:07.480Z] public static Key optional(String key) {
[2024-12-23T15:08:07.480Z] ^
[2024-12-23T15:08:07.481Z] C:\Jenkins\agent\workspace\Plugins_gradle-plugin_PR-512\src\main\java\hudson\plugins\gradle\injection\SystemProperty.java:85: warning: no @return
[2024-12-23T15:08:07.481Z] public static Key optional(String key) {
[2024-12-23T15:08:07.482Z] ^
[2024-12-23T15:08:08.298Z] 7 warnings
[2024-12-23T15:08:11.945Z]
[2024-12-23T15:08:11.946Z] > Task :javadocJar
[2024-12-23T15:08:12.168Z] > Task :generateLicenseInfo
[2024-12-23T15:08:12.283Z] > Task :jpi
[2024-12-23T15:08:12.283Z] > Task :localizer SKIPPED
[2024-12-23T15:08:12.393Z] > Task :sourcesJar
[2024-12-23T15:08:12.393Z] > Task :assemble
[2024-12-23T15:08:13.077Z] > Task :checkOverlappingSources
[2024-12-23T15:08:13.418Z] > Task :checkAccessModifier
[2024-12-23T15:08:16.189Z] > Task :generateJenkinsTests
[2024-12-23T15:08:19.025Z] > Task :createVersionlessLookup
[2024-12-23T15:08:21.671Z] > Task :compileGeneratedJenkinsTestJava
[2024-12-23T15:08:21.678Z] > Task :compileGeneratedJenkinsTestGroovy NO-SOURCE
[2024-12-23T15:08:22.796Z] > Task :copyGeneratedJenkinsTestPluginDependencies
[2024-12-23T15:08:22.797Z] > Task :generateTestHpl
[2024-12-23T15:08:22.797Z] > Task :processGeneratedJenkinsTestResources NO-SOURCE
[2024-12-23T15:08:22.797Z] > Task :generatedJenkinsTestClasses
[2024-12-23T15:08:24.603Z] WARNING: An illegal reflective access operation has occurred
[2024-12-23T15:08:24.603Z] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass$3$1 (file:/C:/Windows/System32/config/systemprofile/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/2.3.11/59410835d88006e58129e2d62b309e81e1e538a5/groovy-2.3.11.jar) to method java.lang.Object.finalize()
[2024-12-23T15:08:24.604Z] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass$3$1
[2024-12-23T15:08:24.611Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[2024-12-23T15:08:24.611Z] WARNING: All illegal access operations will be denied in a future release
[2024-12-23T15:08:33.209Z] > Task :codenarcTest
[2024-12-23T15:08:43.293Z] WARNING: An illegal reflective access operation has occurred
[2024-12-23T15:08:43.313Z] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/C:/Windows/System32/config/systemprofile/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy-all/2.4.21/8e4f4c30dbb9123fbf703f256cd721bbac5c902a/groovy-all-2.4.21.jar) to method java.lang.Object.finalize()
[2024-12-23T15:08:43.313Z] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
[2024-12-23T15:08:43.313Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[2024-12-23T15:08:43.313Z] WARNING: All illegal access operations will be denied in a future release
[2024-12-23T15:08:52.712Z] > Task :generatedJenkinsTest
[2024-12-23T15:08:57.575Z] > Task :compileTestJava NO-SOURCE
[2024-12-23T15:09:11.448Z] > Task :spotbugsGeneratedJenkinsTest
[2024-12-23T15:09:18.540Z] > Task :spotbugsMain
[2024-12-23T15:09:27.540Z] > Task :compileTestGroovy
[2024-12-23T15:09:43.708Z] > Task :createWrapperZip
[2024-12-23T15:09:43.709Z] > Task :processTestResources
[2024-12-23T15:09:43.709Z] > Task :testClasses
[2024-12-23T15:09:43.709Z] > Task :spotbugsTest SKIPPED
[2024-12-23T15:09:45.431Z] > Task :copyTestPluginDependencies
[2024-12-23T15:09:50.218Z] WARNING: An illegal reflective access operation has occurred
[2024-12-23T15:09:50.221Z] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/C:/Windows/System32/config/systemprofile/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/2.5.18/798c6b66235338deeab9ecffa8942c67a0357abe/groovy-2.5.18.jar) to method java.lang.Object.finalize()
[2024-12-23T15:09:50.221Z] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
[2024-12-23T15:09:50.222Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[2024-12-23T15:09:50.222Z] WARNING: All illegal access operations will be denied in a future release
[2024-12-23T15:09:50.222Z] WARNING: An illegal reflective access operation has occurred
[2024-12-23T15:09:50.223Z] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/C:/Windows/System32/config/systemprofile/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/2.5.18/798c6b66235338deeab9ecffa8942c67a0357abe/groovy-2.5.18.jar) to method java.lang.Object.finalize()
[2024-12-23T15:09:50.223Z] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
[2024-12-23T15:09:50.224Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[2024-12-23T15:09:50.224Z] WARNING: All illegal access operations will be denied in a future release
[2024-12-23T15:09:50.224Z] WARNING: An illegal reflective access operation has occurred
[2024-12-23T15:09:50.226Z] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/C:/Windows/System32/config/systemprofile/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/2.5.18/798c6b66235338deeab9ecffa8942c67a0357abe/groovy-2.5.18.jar) to method java.lang.Object.finalize()
[2024-12-23T15:09:50.226Z] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
[2024-12-23T15:09:50.226Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
[2024-12-23T15:09:50.226Z] WARNING: All illegal access operations will be denied in a future release
[2024-12-23T15:10:15.736Z] > Task :test
[2024-12-23T15:13:17.830Z]
[2024-12-23T15:13:17.830Z] BuildScanIntegrationTest > detects build scan in pipeline log FAILED
[2024-12-23T15:13:17.831Z] java.nio.file.FileSystemException at WindowsException.java:92
[2024-12-23T15:31:03.444Z] Sending interrupt signal to process
[2024-12-23T15:31:03.717Z]
[2024-12-23T15:31:03.718Z] Unexpected exception thrown.
[2024-12-23T15:31:03.718Z] org.gradle.internal.remote.internal.MessageIOException: Could not write '/127.0.0.1:50296'.
[2024-12-23T15:31:03.718Z] at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:145)
[2024-12-23T15:31:03.718Z] at org.gradle.internal.remote.internal.hub.MessageHub$ConnectionDispatch.run(MessageHub.java:333)
[2024-12-23T15:31:03.718Z] at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
[2024-12-23T15:31:03.718Z] at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:48)
[2024-12-23T15:31:03.718Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[2024-12-23T15:31:03.718Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[2024-12-23T15:31:03.718Z] at java.base/java.lang.Thread.run(Thread.java:829)
[2024-12-23T15:31:03.719Z] Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host
[2024-12-23T15:31:03.719Z] at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method)
[2024-12-23T15:31:03.719Z] at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
[2024-12-23T15:31:03.720Z] at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
[2024-12-23T15:31:03.720Z] at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58)
[2024-12-23T15:31:03.720Z] at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:50)
[2024-12-23T15:31:03.720Z] at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:462)
[2024-12-23T15:31:03.720Z] at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeWithNonBlockingRetry(SocketConnection.java:285)
[2024-12-23T15:31:03.720Z] at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeBufferToChannel(SocketConnection.java:272)
[2024-12-23T15:31:03.720Z] at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.flush(SocketConnection.java:266)
[2024-12-23T15:31:03.720Z] at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:143)
[2024-12-23T15:31:03.721Z] ... 6 more
[2024-12-23T15:31:04.229Z] Terminate batch job (Y/N)?
[2024-12-23T15:31:04.829Z] script returned exit code 130
Details
- linux-11 (1 ms)
- Checkout (linux-11) (10 sec)
- Build (linux-11) (27 min)
Unstable: 2 tests failed - Archive (linux-11) (0.82 sec)
Error: There were test failures; halting early
- windows-11 (28 min)
- Checkout (windows-11) (17 sec)
- Build (windows-11) (26 min)
Error: null
Loading