Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.uber.nullaway:nullaway from 0.10.22 to 0.10.23 #924

Merged
merged 1 commit into from
Feb 19, 2024

Bump com.uber.nullaway:nullaway from 0.10.22 to 0.10.23

e60a2f2
Select commit
Loading
Failed to load commit list.
Merged

Bump com.uber.nullaway:nullaway from 0.10.22 to 0.10.23 #924

Bump com.uber.nullaway:nullaway from 0.10.22 to 0.10.23
e60a2f2
Select commit
Loading
Failed to load commit list.
Jenkins (hafner.hm.edu) / Jenkins failed Feb 18, 2024 in 3h 51m 4s

Build, Test, and Static Analysis: error in 'sh' step

Build, Test, and Static Analysis / Shell Script

Error in sh step, with arguments mvn -V -e clean verify -Dmaven.test.failure.ignore -Dgpg.skip -Drevapi.skip.

script returned exit code 1
Build log
[2024-02-17T22:00:08.847Z] + mvn -V -e clean verify -Dmaven.test.failure.ignore -Dgpg.skip -Drevapi.skip
[2024-02-17T22:00:08.848Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954" 
[2024-02-17T22:00:08.848Z] Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
[2024-02-17T22:00:08.848Z] Maven home: /opt/maven
[2024-02-17T22:00:08.848Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/java/openjdk
[2024-02-17T22:00:08.848Z] Default locale: en_US, platform encoding: UTF-8
[2024-02-17T22:00:08.848Z] OS name: "linux", version: "6.6.12-linuxkit", arch: "amd64", family: "unix"
[2024-02-17T22:00:09.780Z] [INFO] [jenkins-event-spy] Generate /var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954/maven-spy-20240217-220009-748747583160156340581.log.tmp ...
[2024-02-17T22:00:10.130Z] [INFO] Error stacktraces are turned on.
[2024-02-17T22:00:10.130Z] [INFO] Scanning for projects...
[2024-02-17T22:00:44.138Z] [INFO] Inspecting build with total of 1 modules...
[2024-02-17T22:00:44.138Z] [INFO] Installing Nexus Staging features:
[2024-02-17T22:00:44.139Z] [INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[2024-02-17T22:00:44.139Z] [INFO] 
[2024-02-17T22:00:44.139Z] [INFO] ---------------------< edu.hm.hafner:codingstyle >----------------------
[2024-02-17T22:00:44.139Z] [INFO] Building Java coding style 3.42.0-SNAPSHOT
[2024-02-17T22:00:44.139Z] [INFO] --------------------------------[ jar ]---------------------------------
[2024-02-17T22:00:55.626Z] [INFO] 
[2024-02-17T22:00:55.626Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ codingstyle ---
[2024-02-17T22:00:55.626Z] [INFO] 
[2024-02-17T22:00:55.626Z] [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-java) @ codingstyle ---
[2024-02-17T22:01:01.963Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[2024-02-17T22:01:01.963Z] [INFO] 
[2024-02-17T22:01:01.963Z] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ codingstyle ---
[2024-02-17T22:01:03.000Z] [INFO] Copying 10 resources from etc to target/classes
[2024-02-17T22:01:03.633Z] [INFO] skip non existing resourceDirectory /var/data/workspace/m.uber.nullaway-nullaway-0.10.23/src/main/resources
[2024-02-17T22:01:03.633Z] [INFO] 
[2024-02-17T22:01:03.633Z] [INFO] --- maven-compiler-plugin:3.12.1:compile (default-compile) @ codingstyle ---
[2024-02-17T22:01:06.376Z] [INFO] Recompiling the module because of changed source code.
[2024-02-17T22:01:06.683Z] [INFO] Compiling 15 source files with javac [forked debug release 11 module-path] to target/classes
[2024-02-17T22:06:57.404Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954" 
[2024-02-17T22:06:57.404Z] /var/data/workspace/m.uber.nullaway-nullaway-0.10.23/src/main/java/edu/hm/hafner/util/FilteredLog.java:[271,20] [Varifier] Consider using `var` here to avoid boilerplate.
[2024-02-17T22:06:57.404Z]     (see https://errorprone.info/bugpattern/Varifier)
[2024-02-17T22:06:57.404Z]   Did you mean 'var log = (FilteredLog) o;'?
[2024-02-17T22:06:57.404Z] [WARNING] /var/data/workspace/m.uber.nullaway-nullaway-0.10.23/src/main/java/edu/hm/hafner/util/LineRange.java:[112,18] [Varifier] Consider using `var` here to avoid boilerplate.
[2024-02-17T22:06:57.404Z]     (see https://errorprone.info/bugpattern/Varifier)
[2024-02-17T22:06:57.404Z]   Did you mean 'var lineRange = (LineRange) o;'?
[2024-02-17T22:06:57.404Z] [INFO] 
[2024-02-17T22:06:57.404Z] [INFO] --- assertj-assertions-generator-maven-plugin:2.2.0:generate-assertions (default) @ codingstyle ---
[2024-02-17T22:06:57.404Z] [INFO] 
[2024-02-17T22:06:57.404Z] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ codingstyle ---
[2024-02-17T22:06:57.404Z] [INFO] Copying 4 resources from src/test/resources to target/test-classes
[2024-02-17T22:06:57.404Z] [INFO] 
[2024-02-17T22:06:57.404Z] [INFO] --- maven-compiler-plugin:3.12.1:testCompile (default-testCompile) @ codingstyle ---
[2024-02-17T22:06:57.405Z] [INFO] Recompiling the module because of changed dependency.
[2024-02-17T22:06:57.405Z] [INFO] Compiling 35 source files with javac [forked debug release 11 module-path] to target/test-classes
[2024-02-17T22:15:24.380Z] [INFO] 
[2024-02-17T22:15:24.386Z] [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ codingstyle ---
[2024-02-17T22:15:24.386Z] [INFO] argLine set to -javaagent:/var/data/m2repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/var/data/workspace/m.uber.nullaway-nullaway-0.10.23/target/jacoco.exec -Djava.util.logging.config.file=logging.properties
[2024-02-17T22:15:24.389Z] [INFO] 
[2024-02-17T22:15:24.389Z] [INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ codingstyle ---
[2024-02-17T22:15:24.389Z] [INFO] Surefire report directory: /var/data/workspace/m.uber.nullaway-nullaway-0.10.23/target/surefire-reports
[2024-02-17T22:15:24.389Z] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[2024-02-17T22:15:24.389Z] [INFO] 
[2024-02-17T22:15:24.389Z] [INFO] -------------------------------------------------------
[2024-02-17T22:15:24.389Z] [INFO]  T E S T S
[2024-02-17T22:15:24.390Z] [INFO] -------------------------------------------------------
[2024-02-17T22:15:24.390Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954" 
[2024-02-17T22:15:24.390Z] [INFO] Running edu.hm.hafner.util.StringComparableTest
[2024-02-17T22:15:24.390Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in edu.hm.hafner.util.StringComparableTest
[2024-02-17T22:15:24.390Z] [INFO] Running edu.hm.hafner.util.LineRangeTest
[2024-02-17T22:15:24.390Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 s -- in edu.hm.hafner.util.LineRangeTest
[2024-02-17T22:15:24.392Z] [INFO] Running edu.hm.hafner.util.ArchitectureRulesTest
[2024-02-17T22:23:04.425Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 454.6 s -- in edu.hm.hafner.util.ArchitectureRulesTest
[2024-02-17T22:23:04.425Z] [INFO] Running edu.hm.hafner.util.PathUtilTest
[2024-02-17T22:23:04.425Z] [WARNING] Tests run: 22, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.046 s -- in edu.hm.hafner.util.PathUtilTest
[2024-02-17T22:23:04.426Z] [INFO] Running edu.hm.hafner.util.EnsureTest
[2024-02-17T22:23:04.426Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in edu.hm.hafner.util.EnsureTest
[2024-02-17T22:23:04.426Z] [INFO] Running edu.hm.hafner.util.PrefixLoggerTest
[2024-02-17T22:23:04.426Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.362 s -- in edu.hm.hafner.util.PrefixLoggerTest
[2024-02-17T22:23:04.426Z] [INFO] Running edu.hm.hafner.util.StringEqualsTest
[2024-02-17T22:23:04.426Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in edu.hm.hafner.util.StringEqualsTest
[2024-02-17T22:23:04.426Z] [INFO] Running edu.hm.hafner.util.ResourceExtractorTest
[2024-02-17T22:23:04.426Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s -- in edu.hm.hafner.util.ResourceExtractorTest
[2024-02-17T22:23:04.426Z] [INFO] Running edu.hm.hafner.util.LineRangeListTest
[2024-02-17T22:23:04.426Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in edu.hm.hafner.util.LineRangeListTest
[2024-02-17T22:23:04.427Z] [INFO] Running edu.hm.hafner.util.SecureXmlParserFactoryTest
[2024-02-17T22:23:04.427Z] [Fatal Error] :1:1: Content is not allowed in prolog.
[2024-02-17T22:23:04.427Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.175 s -- in edu.hm.hafner.util.SecureXmlParserFactoryTest
[2024-02-17T22:23:04.427Z] [INFO] Running edu.hm.hafner.util.TreeStringBuilderTest
[2024-02-17T22:23:04.427Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in edu.hm.hafner.util.TreeStringBuilderTest
[2024-02-17T22:23:04.427Z] [INFO] Running edu.hm.hafner.util.LookaheadStreamTest
[2024-02-17T22:23:04.427Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 s -- in edu.hm.hafner.util.LookaheadStreamTest
[2024-02-17T22:23:04.427Z] [INFO] Running edu.hm.hafner.util.FilteredLogTest
[2024-02-17T22:23:04.427Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s -- in edu.hm.hafner.util.FilteredLogTest
[2024-02-17T22:23:04.428Z] [INFO] Running edu.hm.hafner.util.PackageArchitectureTest
[2024-02-17T22:24:05.191Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.29 s -- in edu.hm.hafner.util.PackageArchitectureTest
[2024-02-17T22:24:05.191Z] [INFO] Running edu.hm.hafner.util.ArchitectureTest
[2024-02-17T23:53:57.237Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5392 s -- in edu.hm.hafner.util.ArchitectureTest
[2024-02-17T23:53:57.237Z] [INFO] 
[2024-02-17T23:53:57.237Z] [INFO] Results:
[2024-02-17T23:53:57.237Z] [INFO] 
[2024-02-17T23:53:57.237Z] [WARNING] Tests run: 95, Failures: 0, Errors: 0, Skipped: 2
[2024-02-17T23:53:57.237Z] [INFO] 
[2024-02-17T23:53:57.237Z] [INFO] 
[2024-02-17T23:53:57.237Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ codingstyle ---
[2024-02-17T23:53:57.508Z] [INFO] Building jar: /var/data/workspace/m.uber.nullaway-nullaway-0.10.23/target/codingstyle-3.42.0-SNAPSHOT.jar
[2024-02-17T23:53:57.775Z] [INFO] 
[2024-02-17T23:53:57.775Z] [INFO] --- maven-javadoc-plugin:3.6.3:jar (attach-javadocs) @ codingstyle ---
[2024-02-17T23:53:58.732Z] [INFO] No previous run data found, generating javadoc.
[2024-02-17T23:54:56.908Z] [INFO] Building jar: /var/data/workspace/m.uber.nullaway-nullaway-0.10.23/target/codingstyle-3.42.0-SNAPSHOT-javadoc.jar
[2024-02-17T23:54:56.908Z] [INFO] 
[2024-02-17T23:54:56.908Z] [INFO] >>> maven-source-plugin:3.3.0:jar (attach-sources) > generate-sources @ codingstyle >>>
[2024-02-17T23:54:56.908Z] [INFO] 
[2024-02-17T23:54:56.908Z] [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-java) @ codingstyle ---
[2024-02-17T23:54:56.908Z] [INFO] 
[2024-02-17T23:54:56.908Z] [INFO] <<< maven-source-plugin:3.3.0:jar (attach-sources) < generate-sources @ codingstyle <<<
[2024-02-17T23:54:56.909Z] [INFO] 
[2024-02-17T23:54:56.909Z] [INFO] 
[2024-02-17T23:54:56.909Z] [INFO] --- maven-source-plugin:3.3.0:jar (attach-sources) @ codingstyle ---
[2024-02-17T23:54:57.217Z] [INFO] Building jar: /var/data/workspace/m.uber.nullaway-nullaway-0.10.23/target/codingstyle-3.42.0-SNAPSHOT-sources.jar
[2024-02-17T23:54:57.529Z] [INFO] 
[2024-02-17T23:54:57.529Z] [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ codingstyle ---
[2024-02-17T23:54:57.529Z] [INFO] Building jar: /var/data/workspace/m.uber.nullaway-nullaway-0.10.23/target/codingstyle-3.42.0-SNAPSHOT-tests.jar
[2024-02-17T23:54:57.817Z] [INFO] 
[2024-02-17T23:54:57.817Z] [INFO] --- maven-jar-plugin:3.3.0:jar (config) @ codingstyle ---
[2024-02-17T23:54:57.818Z] [INFO] Building jar: /var/data/workspace/m.uber.nullaway-nullaway-0.10.23/target/codingstyle-3.42.0-SNAPSHOT-config.jar
[2024-02-17T23:54:57.818Z] [INFO] 
[2024-02-17T23:54:57.819Z] [INFO] --- maven-pmd-plugin:3.21.2:pmd (run-pmd) @ codingstyle ---
[2024-02-17T23:55:02.258Z] [INFO] PMD version: 6.55.0
[2024-02-17T23:55:46.058Z] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[2024-02-17T23:55:46.058Z] [INFO] 
[2024-02-17T23:55:46.058Z] [INFO] --- maven-pmd-plugin:3.21.2:cpd (run-pmd) @ codingstyle ---
[2024-02-17T23:55:46.058Z] [INFO] PMD version: 6.55.0
[2024-02-17T23:55:46.058Z] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[2024-02-17T23:55:46.058Z] [INFO] 
[2024-02-17T23:55:46.058Z] [INFO] --- maven-checkstyle-plugin:3.3.1:checkstyle (run-checkstyle) @ codingstyle ---
[2024-02-17T23:55:46.058Z] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[2024-02-17T23:58:30.240Z] [INFO] 
[2024-02-17T23:58:30.240Z] [INFO] --- spotbugs-maven-plugin:4.8.3.0:spotbugs (run-spotbugs) @ codingstyle ---
[2024-02-17T23:58:30.240Z] [INFO] Fork Value is true
[2024-02-17T23:58:30.240Z]      [java] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954" 
[2024-02-18T01:05:21.167Z] [INFO] ------------------------------------------------------------------------
[2024-02-18T01:05:21.167Z] [INFO] BUILD FAILURE
[2024-02-18T01:05:21.167Z] [INFO] ------------------------------------------------------------------------
[2024-02-18T01:05:21.167Z] [INFO] Total time:  03:04 h
[2024-02-18T01:05:21.168Z] [INFO] Finished at: 2024-02-18T01:05:07Z
[2024-02-18T01:05:21.168Z] [INFO] ------------------------------------------------------------------------
[2024-02-18T01:05:21.169Z] [INFO] [jenkins-event-spy] Generated /var/data/workspace/m.uber.nullaway-nullaway-0.10.23@tmp/withMaven12ea4954/maven-spy-20240217-220009-748747583160156340581.log
[2024-02-18T01:05:21.169Z] [ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven-plugin:4.8.3.0:spotbugs (run-spotbugs) on project codingstyle: Execution run-spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.8.3.0:spotbugs failed: Timeout: killed the sub-process -> [Help 1]
[2024-02-18T01:05:21.169Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.spotbugs:spotbugs-maven-plugin:4.8.3.0:spotbugs (run-spotbugs) on project codingstyle: Execution run-spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.8.3.0:spotbugs failed: Timeout: killed the sub-process
[2024-02-18T01:05:21.170Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2024-02-18T01:05:21.170Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2024-02-18T01:05:21.170Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2024-02-18T01:05:21.170Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2024-02-18T01:05:21.170Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2024-02-18T01:05:21.171Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-02-18T01:05:21.171Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2024-02-18T01:05:21.171Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2024-02-18T01:05:21.171Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2024-02-18T01:05:21.172Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2024-02-18T01:05:21.172Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2024-02-18T01:05:21.172Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2024-02-18T01:05:21.172Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2024-02-18T01:05:21.172Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2024-02-18T01:05:21.172Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2024-02-18T01:05:21.173Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-02-18T01:05:21.173Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2024-02-18T01:05:21.173Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-02-18T01:05:21.173Z]     at java.lang.reflect.Method.invoke (Method.java:568)
[2024-02-18T01:05:21.173Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2024-02-18T01:05:21.173Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2024-02-18T01:05:21.173Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2024-02-18T01:05:21.173Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2024-02-18T01:05:21.173Z] Caused by: org.apache.maven.plugin.PluginExecutionException: Execution run-spotbugs of goal com.github.spotbugs:spotbugs-maven-plugin:4.8.3.0:spotbugs failed: Timeout: killed the sub-process
[2024-02-18T01:05:21.173Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
[2024-02-18T01:05:21.174Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2024-02-18T01:05:21.174Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2024-02-18T01:05:21.174Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2024-02-18T01:05:21.174Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2024-02-18T01:05:21.174Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2024-02-18T01:05:21.174Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-02-18T01:05:21.175Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2024-02-18T01:05:21.175Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2024-02-18T01:05:21.175Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2024-02-18T01:05:21.175Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2024-02-18T01:05:21.175Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2024-02-18T01:05:21.175Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2024-02-18T01:05:21.175Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2024-02-18T01:05:21.176Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2024-02-18T01:05:21.176Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2024-02-18T01:05:21.176Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-02-18T01:05:21.176Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2024-02-18T01:05:21.176Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-02-18T01:05:21.176Z]     at java.lang.reflect.Method.invoke (Method.java:568)
[2024-02-18T01:05:21.176Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2024-02-18T01:05:21.176Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2024-02-18T01:05:21.177Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2024-02-18T01:05:21.178Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2024-02-18T01:05:21.178Z] Caused by: org.apache.tools.ant.BuildException: Timeout: killed the sub-process
[2024-02-18T01:05:21.178Z]     at org.apache.tools.ant.taskdefs.Java.fork (Java.java:915)
[2024-02-18T01:05:21.178Z]     at org.apache.tools.ant.taskdefs.Java.executeJava (Java.java:229)
[2024-02-18T01:05:21.178Z]     at org.apache.tools.ant.taskdefs.Java.executeJava (Java.java:136)
[2024-02-18T01:05:21.178Z]     at org.apache.tools.ant.taskdefs.Java.execute (Java.java:109)
[2024-02-18T01:05:21.178Z]     at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:299)
[2024-02-18T01:05:21.179Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-02-18T01:05:21.179Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2024-02-18T01:05:21.179Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-02-18T01:05:21.179Z]     at java.lang.reflect.Method.invoke (Method.java:568)
[2024-02-18T01:05:21.179Z]     at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:99)
[2024-02-18T01:05:21.179Z]     at groovy.ant.AntBuilder.performTask (AntBuilder.java:347)
[2024-02-18T01:05:21.180Z]     at groovy.ant.AntBuilder.nodeCompleted (AntBuilder.java:286)
[2024-02-18T01:05:21.180Z]     at groovy.util.BuilderSupport.doInvokeMethod (BuilderSupport.java:161)
[2024-02-18T01:05:21.180Z]     at groovy.ant.AntBuilder.doInvokeMethod (AntBuilder.java:219)
[2024-02-18T01:05:21.180Z]     at groovy.util.BuilderSupport.invokeMethod (BuilderSupport.java:75)
[2024-02-18T01:05:21.180Z]     at org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures.invokeGroovyObjectInvoker (IndyGuardsFiltersAndSignatures.java:151)
[2024-02-18T01:05:21.180Z]     at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache (IndyInterface.java:321)
[2024-02-18T01:05:21.180Z]     at org.codehaus.mojo.spotbugs.SpotBugsMojo.executeSpotbugs (SpotBugsMojo.groovy:1154)
[2024-02-18T01:05:21.180Z]     at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache (IndyInterface.java:321)
[2024-02-18T01:05:21.181Z]     at org.codehaus.mojo.spotbugs.SpotBugsMojo.canGenerateReport (SpotBugsMojo.groovy:623)
[2024-02-18T01:05:21.181Z]     at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache (IndyInterface.java:321)
[2024-02-18T01:05:21.181Z]     at org.codehaus.mojo.spotbugs.SpotBugsMojo.execute (SpotBugsMojo.groovy:749)
[2024-02-18T01:05:21.181Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2024-02-18T01:05:21.181Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2024-02-18T01:05:21.181Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2024-02-18T01:05:21.181Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2024-02-18T01:05:21.181Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2024-02-18T01:05:21.182Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2024-02-18T01:05:21.182Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-02-18T01:05:21.182Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2024-02-18T01:05:21.182Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2024-02-18T01:05:21.182Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2024-02-18T01:05:21.183Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2024-02-18T01:05:21.183Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2024-02-18T01:05:21.183Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2024-02-18T01:05:21.183Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2024-02-18T01:05:21.183Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2024-02-18T01:05:21.183Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2024-02-18T01:05:21.183Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-02-18T01:05:21.183Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2024-02-18T01:05:21.183Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-02-18T01:05:21.185Z]     at java.lang.reflect.Method.invoke (Method.java:568)
[2024-02-18T01:05:21.185Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2024-02-18T01:05:21.185Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2024-02-18T01:05:21.185Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2024-02-18T01:05:21.185Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2024-02-18T01:05:21.186Z] [ERROR] 
[2024-02-18T01:05:21.186Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2024-02-18T01:05:21.186Z] [ERROR] 
[2024-02-18T01:05:21.186Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2024-02-18T01:05:21.186Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

Details

  • Checkout (45 sec)
  • Git mining (44 min)
  • Build, Test, and Static Analysis (3 hr 5 min)
    Error: script returned exit code 1