Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 #925
Jenkins (hafner.hm.edu) / Jenkins
failed
Feb 18, 2024 in 8h 33m 34s
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-18T03:14:50.772Z] + mvn -V -e clean verify -Dmaven.test.failure.ignore -Dgpg.skip -Drevapi.skip
[2024-02-18T03:14:50.801Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc"
[2024-02-18T03:14:58.519Z] Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
[2024-02-18T03:14:58.519Z] Maven home: /opt/maven
[2024-02-18T03:14:58.519Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/java/openjdk
[2024-02-18T03:14:58.519Z] Default locale: en_US, platform encoding: UTF-8
[2024-02-18T03:14:58.521Z] OS name: "linux", version: "6.6.12-linuxkit", arch: "amd64", family: "unix"
[2024-02-18T03:15:39.077Z] [INFO] [jenkins-event-spy] Generate /var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc/maven-spy-20240218-031536-1081385317366782050671.log.tmp ...
[2024-02-18T03:15:39.077Z] [INFO] Error stacktraces are turned on.
[2024-02-18T03:15:39.077Z] [INFO] Scanning for projects...
[2024-02-18T04:35:46.408Z] [INFO] Inspecting build with total of 1 modules...
[2024-02-18T04:35:46.408Z] [INFO] Installing Nexus Staging features:
[2024-02-18T04:35:46.408Z] [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[2024-02-18T04:35:46.408Z] [INFO]
[2024-02-18T04:35:46.408Z] [INFO] ---------------------< edu.hm.hafner:codingstyle >----------------------
[2024-02-18T04:35:46.408Z] [INFO] Building Java coding style 3.42.0-SNAPSHOT
[2024-02-18T04:35:46.408Z] [INFO] --------------------------------[ jar ]---------------------------------
[2024-02-18T04:35:47.064Z] Cannot contact java-agent: java.lang.InterruptedException
[2024-02-18T04:35:47.320Z] [INFO]
[2024-02-18T04:35:47.320Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ codingstyle ---
[2024-02-18T04:35:47.320Z] [INFO]
[2024-02-18T04:35:47.320Z] [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-java) @ codingstyle ---
[2024-02-18T04:35:48.346Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[2024-02-18T04:35:48.346Z] [INFO]
[2024-02-18T04:35:48.346Z] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ codingstyle ---
[2024-02-18T04:35:48.346Z] [INFO] Copying 10 resources from etc to target/classes
[2024-02-18T04:35:48.346Z] [INFO] skip non existing resourceDirectory /var/data/workspace/uhafner_codingstyle_PR-925/src/main/resources
[2024-02-18T04:35:48.346Z] [INFO]
[2024-02-18T04:35:48.346Z] [INFO] --- maven-compiler-plugin:3.12.1:compile (default-compile) @ codingstyle ---
[2024-02-18T04:35:48.926Z] [INFO] Recompiling the module because of changed source code.
[2024-02-18T04:35:48.926Z] [INFO] Compiling 15 source files with javac [forked debug release 11 module-path] to target/classes
[2024-02-18T06:04:09.661Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc"
[2024-02-18T06:04:09.661Z] /var/data/workspace/uhafner_codingstyle_PR-925/src/main/java/edu/hm/hafner/util/LineRange.java:[112,18] [Varifier] Consider using `var` here to avoid boilerplate.
[2024-02-18T06:04:09.661Z] (see https://errorprone.info/bugpattern/Varifier)
[2024-02-18T06:04:09.661Z] Did you mean 'var lineRange = (LineRange) o;'?
[2024-02-18T06:04:09.661Z] [WARNING] /var/data/workspace/uhafner_codingstyle_PR-925/src/main/java/edu/hm/hafner/util/FilteredLog.java:[271,20] [Varifier] Consider using `var` here to avoid boilerplate.
[2024-02-18T06:04:09.661Z] (see https://errorprone.info/bugpattern/Varifier)
[2024-02-18T06:04:09.661Z] Did you mean 'var log = (FilteredLog) o;'?
[2024-02-18T06:04:09.661Z] [INFO]
[2024-02-18T06:04:09.661Z] [INFO] --- assertj-assertions-generator-maven-plugin:2.2.0:generate-assertions (default) @ codingstyle ---
[2024-02-18T06:04:10.999Z] [INFO]
[2024-02-18T06:04:10.999Z] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ codingstyle ---
[2024-02-18T06:04:10.999Z] [INFO] Copying 4 resources from src/test/resources to target/test-classes
[2024-02-18T06:04:10.999Z] [INFO]
[2024-02-18T06:04:10.999Z] [INFO] --- maven-compiler-plugin:3.12.1:testCompile (default-testCompile) @ codingstyle ---
[2024-02-18T06:04:10.999Z] [INFO] Recompiling the module because of changed dependency.
[2024-02-18T06:04:10.999Z] [INFO] Compiling 35 source files with javac [forked debug release 11 module-path] to target/test-classes
[2024-02-18T08:05:10.430Z] [INFO]
[2024-02-18T08:05:10.430Z] [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ codingstyle ---
[2024-02-18T08:05:10.430Z] [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/uhafner_codingstyle_PR-925/target/jacoco.exec -Djava.util.logging.config.file=logging.properties
[2024-02-18T08:05:10.430Z] [INFO]
[2024-02-18T08:05:10.430Z] [INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ codingstyle ---
[2024-02-18T08:05:10.430Z] [INFO] Surefire report directory: /var/data/workspace/uhafner_codingstyle_PR-925/target/surefire-reports
[2024-02-18T08:05:10.430Z] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[2024-02-18T08:05:10.430Z] [INFO]
[2024-02-18T08:05:10.430Z] [INFO] -------------------------------------------------------
[2024-02-18T08:05:10.430Z] [INFO] T E S T S
[2024-02-18T08:05:10.430Z] [INFO] -------------------------------------------------------
[2024-02-18T08:05:10.431Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc"
[2024-02-18T08:05:13.822Z] [INFO] Running edu.hm.hafner.util.StringComparableTest
[2024-02-18T08:05:14.523Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.470 s -- in edu.hm.hafner.util.StringComparableTest
[2024-02-18T08:05:14.523Z] [INFO] Running edu.hm.hafner.util.LineRangeTest
[2024-02-18T08:05:18.512Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.079 s -- in edu.hm.hafner.util.LineRangeTest
[2024-02-18T08:05:18.512Z] [INFO] Running edu.hm.hafner.util.ArchitectureRulesTest
[2024-02-18T08:59:55.738Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3266 s -- in edu.hm.hafner.util.ArchitectureRulesTest
[2024-02-18T08:59:55.739Z] [INFO] Running edu.hm.hafner.util.PathUtilTest
[2024-02-18T08:59:55.739Z] [WARNING] Tests run: 22, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.711 s -- in edu.hm.hafner.util.PathUtilTest
[2024-02-18T08:59:55.739Z] [INFO] Running edu.hm.hafner.util.EnsureTest
[2024-02-18T08:59:55.739Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in edu.hm.hafner.util.EnsureTest
[2024-02-18T08:59:55.739Z] [INFO] Running edu.hm.hafner.util.PrefixLoggerTest
[2024-02-18T08:59:55.739Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.162 s -- in edu.hm.hafner.util.PrefixLoggerTest
[2024-02-18T08:59:55.739Z] [INFO] Running edu.hm.hafner.util.StringEqualsTest
[2024-02-18T08:59:55.739Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in edu.hm.hafner.util.StringEqualsTest
[2024-02-18T08:59:55.739Z] [INFO] Running edu.hm.hafner.util.ResourceExtractorTest
[2024-02-18T09:00:30.885Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.45 s -- in edu.hm.hafner.util.ResourceExtractorTest
[2024-02-18T09:00:30.886Z] [INFO] Running edu.hm.hafner.util.LineRangeListTest
[2024-02-18T09:00:30.886Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.718 s -- in edu.hm.hafner.util.LineRangeListTest
[2024-02-18T09:00:30.886Z] [INFO] Running edu.hm.hafner.util.SecureXmlParserFactoryTest
[2024-02-18T09:00:48.693Z] [Fatal Error] :1:1: Content is not allowed in prolog.
[2024-02-18T09:00:57.230Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.95 s -- in edu.hm.hafner.util.SecureXmlParserFactoryTest
[2024-02-18T09:00:57.230Z] [INFO] Running edu.hm.hafner.util.TreeStringBuilderTest
[2024-02-18T09:00:57.230Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s -- in edu.hm.hafner.util.TreeStringBuilderTest
[2024-02-18T09:00:57.230Z] [INFO] Running edu.hm.hafner.util.LookaheadStreamTest
[2024-02-18T09:02:37.634Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.8 s -- in edu.hm.hafner.util.LookaheadStreamTest
[2024-02-18T09:02:37.915Z] [INFO] Running edu.hm.hafner.util.FilteredLogTest
[2024-02-18T09:02:38.178Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in edu.hm.hafner.util.FilteredLogTest
[2024-02-18T09:02:38.178Z] [INFO] Running edu.hm.hafner.util.PackageArchitectureTest
[2024-02-18T09:02:41.476Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.311 s -- in edu.hm.hafner.util.PackageArchitectureTest
[2024-02-18T09:02:41.476Z] [INFO] Running edu.hm.hafner.util.ArchitectureTest
[2024-02-18T09:02:54.468Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.78 s -- in edu.hm.hafner.util.ArchitectureTest
[2024-02-18T09:02:58.426Z] [INFO]
[2024-02-18T09:02:58.426Z] [INFO] Results:
[2024-02-18T09:02:58.426Z] [INFO]
[2024-02-18T09:02:58.426Z] [WARNING] Tests run: 95, Failures: 0, Errors: 0, Skipped: 2
[2024-02-18T09:02:58.426Z] [INFO]
[2024-02-18T09:02:58.812Z] [INFO]
[2024-02-18T09:02:58.814Z] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ codingstyle ---
[2024-02-18T09:03:13.782Z] [INFO] Building jar: /var/data/workspace/uhafner_codingstyle_PR-925/target/codingstyle-3.42.0-SNAPSHOT.jar
[2024-02-18T09:03:16.984Z] [INFO]
[2024-02-18T09:03:16.984Z] [INFO] --- maven-javadoc-plugin:3.6.3:jar (attach-javadocs) @ codingstyle ---
[2024-02-18T09:03:41.054Z] [INFO] No previous run data found, generating javadoc.
[2024-02-18T09:06:15.833Z] [INFO] Building jar: /var/data/workspace/uhafner_codingstyle_PR-925/target/codingstyle-3.42.0-SNAPSHOT-javadoc.jar
[2024-02-18T09:06:15.833Z] [INFO]
[2024-02-18T09:06:15.833Z] [INFO] >>> maven-source-plugin:3.3.0:jar (attach-sources) > generate-sources @ codingstyle >>>
[2024-02-18T09:06:15.833Z] [INFO]
[2024-02-18T09:06:15.833Z] [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-java) @ codingstyle ---
[2024-02-18T09:06:15.833Z] [INFO]
[2024-02-18T09:06:15.833Z] [INFO] <<< maven-source-plugin:3.3.0:jar (attach-sources) < generate-sources @ codingstyle <<<
[2024-02-18T09:06:15.833Z] [INFO]
[2024-02-18T09:06:15.833Z] [INFO]
[2024-02-18T09:06:15.833Z] [INFO] --- maven-source-plugin:3.3.0:jar (attach-sources) @ codingstyle ---
[2024-02-18T09:06:15.833Z] [INFO] Building jar: /var/data/workspace/uhafner_codingstyle_PR-925/target/codingstyle-3.42.0-SNAPSHOT-sources.jar
[2024-02-18T09:06:15.833Z] [INFO]
[2024-02-18T09:06:15.833Z] [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ codingstyle ---
[2024-02-18T09:06:15.833Z] [INFO] Building jar: /var/data/workspace/uhafner_codingstyle_PR-925/target/codingstyle-3.42.0-SNAPSHOT-tests.jar
[2024-02-18T09:06:15.833Z] [INFO]
[2024-02-18T09:06:15.833Z] [INFO] --- maven-jar-plugin:3.3.0:jar (config) @ codingstyle ---
[2024-02-18T09:06:15.833Z] [INFO] Building jar: /var/data/workspace/uhafner_codingstyle_PR-925/target/codingstyle-3.42.0-SNAPSHOT-config.jar
[2024-02-18T09:06:15.833Z] [INFO]
[2024-02-18T09:06:15.833Z] [INFO] --- maven-pmd-plugin:3.21.2:pmd (run-pmd) @ codingstyle ---
[2024-02-18T09:06:16.404Z] [INFO] PMD version: 6.55.0
[2024-02-18T09:07:23.163Z] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[2024-02-18T09:07:23.163Z] [INFO]
[2024-02-18T09:07:23.163Z] [INFO] --- maven-pmd-plugin:3.21.2:cpd (run-pmd) @ codingstyle ---
[2024-02-18T09:07:23.163Z] [INFO] PMD version: 6.55.0
[2024-02-18T09:07:23.163Z] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[2024-02-18T09:07:23.163Z] [INFO]
[2024-02-18T09:07:23.163Z] [INFO] --- maven-checkstyle-plugin:3.3.1:checkstyle (run-checkstyle) @ codingstyle ---
[2024-02-18T09:07:24.662Z] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[2024-02-18T09:16:07.206Z] [INFO]
[2024-02-18T09:16:07.206Z] [INFO] --- spotbugs-maven-plugin:4.8.3.0:spotbugs (run-spotbugs) @ codingstyle ---
[2024-02-18T09:21:34.326Z] [INFO] Fork Value is true
[2024-02-18T09:21:35.938Z] [java] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc"
[2024-02-18T09:38:54.876Z] [INFO] ------------------------------------------------------------------------
[2024-02-18T09:38:54.876Z] [INFO] BUILD FAILURE
[2024-02-18T09:38:54.876Z] [INFO] ------------------------------------------------------------------------
[2024-02-18T09:38:54.876Z] [INFO] Total time: 06:23 h
[2024-02-18T09:38:54.876Z] [INFO] Finished at: 2024-02-18T09:38:40Z
[2024-02-18T09:38:54.876Z] [INFO] ------------------------------------------------------------------------
[2024-02-18T09:38:54.876Z] [INFO] [jenkins-event-spy] Generated /var/data/workspace/uhafner_codingstyle_PR-925@tmp/withMaven13537bfc/maven-spy-20240218-031536-1081385317366782050671.log
[2024-02-18T09:38:54.876Z] [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-18T09:38:54.877Z] 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-18T09:38:54.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
[2024-02-18T09:38:54.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2024-02-18T09:38:54.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2024-02-18T09:38:54.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2024-02-18T09:38:54.877Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2024-02-18T09:38:54.877Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-02-18T09:38:54.877Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2024-02-18T09:38:54.878Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2024-02-18T09:38:54.878Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2024-02-18T09:38:54.878Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2024-02-18T09:38:54.878Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2024-02-18T09:38:54.878Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2024-02-18T09:38:54.878Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2024-02-18T09:38:54.878Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2024-02-18T09:38:54.878Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2024-02-18T09:38:54.878Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-02-18T09:38:54.878Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2024-02-18T09:38:54.878Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-02-18T09:38:54.878Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2024-02-18T09:38:54.878Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2024-02-18T09:38:54.879Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2024-02-18T09:38:54.879Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2024-02-18T09:38:54.879Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2024-02-18T09:38:54.879Z] 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-18T09:38:54.879Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
[2024-02-18T09:38:54.879Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2024-02-18T09:38:54.879Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2024-02-18T09:38:54.879Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2024-02-18T09:38:54.879Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2024-02-18T09:38:54.879Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2024-02-18T09:38:54.879Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-02-18T09:38:54.880Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2024-02-18T09:38:54.880Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2024-02-18T09:38:54.880Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2024-02-18T09:38:54.880Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2024-02-18T09:38:54.880Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2024-02-18T09:38:54.880Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2024-02-18T09:38:54.880Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2024-02-18T09:38:54.880Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2024-02-18T09:38:54.880Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2024-02-18T09:38:54.880Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-02-18T09:38:54.880Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2024-02-18T09:38:54.880Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-02-18T09:38:54.880Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2024-02-18T09:38:54.880Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2024-02-18T09:38:54.881Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2024-02-18T09:38:54.881Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2024-02-18T09:38:54.881Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2024-02-18T09:38:54.881Z] Caused by: org.apache.tools.ant.BuildException: Timeout: killed the sub-process
[2024-02-18T09:38:54.881Z] at org.apache.tools.ant.taskdefs.Java.fork (Java.java:915)
[2024-02-18T09:38:54.881Z] at org.apache.tools.ant.taskdefs.Java.executeJava (Java.java:229)
[2024-02-18T09:38:54.881Z] at org.apache.tools.ant.taskdefs.Java.executeJava (Java.java:136)
[2024-02-18T09:38:54.881Z] at org.apache.tools.ant.taskdefs.Java.execute (Java.java:109)
[2024-02-18T09:38:54.881Z] at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:299)
[2024-02-18T09:38:54.881Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-02-18T09:38:54.881Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2024-02-18T09:38:54.881Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-02-18T09:38:54.881Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2024-02-18T09:38:54.882Z] at org.apache.tools.ant.dispatch.DispatchUtils.execute (DispatchUtils.java:99)
[2024-02-18T09:38:54.882Z] at groovy.ant.AntBuilder.performTask (AntBuilder.java:347)
[2024-02-18T09:38:54.882Z] at groovy.ant.AntBuilder.nodeCompleted (AntBuilder.java:286)
[2024-02-18T09:38:54.882Z] at groovy.util.BuilderSupport.doInvokeMethod (BuilderSupport.java:161)
[2024-02-18T09:38:54.882Z] at groovy.ant.AntBuilder.doInvokeMethod (AntBuilder.java:219)
[2024-02-18T09:38:54.882Z] at groovy.util.BuilderSupport.invokeMethod (BuilderSupport.java:75)
[2024-02-18T09:38:54.882Z] at org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures.invokeGroovyObjectInvoker (IndyGuardsFiltersAndSignatures.java:151)
[2024-02-18T09:38:54.882Z] at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache (IndyInterface.java:321)
[2024-02-18T09:38:54.882Z] at org.codehaus.mojo.spotbugs.SpotBugsMojo.executeSpotbugs (SpotBugsMojo.groovy:1154)
[2024-02-18T09:38:54.882Z] at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache (IndyInterface.java:321)
[2024-02-18T09:38:54.882Z] at org.codehaus.mojo.spotbugs.SpotBugsMojo.canGenerateReport (SpotBugsMojo.groovy:623)
[2024-02-18T09:38:54.882Z] at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache (IndyInterface.java:321)
[2024-02-18T09:38:54.882Z] at org.codehaus.mojo.spotbugs.SpotBugsMojo.execute (SpotBugsMojo.groovy:749)
[2024-02-18T09:38:54.882Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[2024-02-18T09:38:54.883Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
[2024-02-18T09:38:54.883Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
[2024-02-18T09:38:54.883Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
[2024-02-18T09:38:54.883Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
[2024-02-18T09:38:54.883Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
[2024-02-18T09:38:54.883Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[2024-02-18T09:38:54.883Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[2024-02-18T09:38:54.883Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[2024-02-18T09:38:54.883Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[2024-02-18T09:38:54.883Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
[2024-02-18T09:38:54.883Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[2024-02-18T09:38:54.883Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[2024-02-18T09:38:54.884Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
[2024-02-18T09:38:54.884Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
[2024-02-18T09:38:54.884Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
[2024-02-18T09:38:54.884Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-02-18T09:38:54.884Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2024-02-18T09:38:54.884Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-02-18T09:38:54.884Z] at java.lang.reflect.Method.invoke (Method.java:568)
[2024-02-18T09:38:54.884Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
[2024-02-18T09:38:54.884Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
[2024-02-18T09:38:54.884Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
[2024-02-18T09:38:54.884Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[2024-02-18T09:38:54.884Z] [ERROR]
[2024-02-18T09:38:54.884Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2024-02-18T09:38:54.884Z] [ERROR]
[2024-02-18T09:38:54.884Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2024-02-18T09:38:54.885Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Details
- Checkout (50 sec)
- Git mining (2 hr 8 min)
- Build, Test, and Static Analysis (6 hr 24 min)
Error: script returned exit code 1
Loading