See <https://ci-builds.apache.org/job/Commons/job/commons-codec/85/display/redirect?page=changes>
Changes: [github] CODEC-299 - Improve control flow (#83) ------------------------------------------ Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H29 (ubuntu) in workspace <https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/> The recommended git tool is: NONE No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > https://gitbox.apache.org/repos/asf/commons-codec.git # timeout=10 Fetching upstream changes from https://gitbox.apache.org/repos/asf/commons-codec.git > git --version # timeout=10 > git --version # 'git version 2.17.1' > git fetch --tags --progress -- > https://gitbox.apache.org/repos/asf/commons-codec.git > +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 8ee878ba7f887b74fc70415e05cb30acd21e1617 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8ee878ba7f887b74fc70415e05cb30acd21e1617 # timeout=10 Commit message: "CODEC-299 - Improve control flow (#83)" > git rev-list --no-walk 175f8a58cbccdd474fec7ad4be9d71c8c433e8ed # timeout=10 [EnvInject] - Injecting environment variables from a build step. Setting JDK_1_8_LATEST_HOME=/home/jenkins/tools/java/latest1.8 [EnvInject] - Injecting as environment variables the properties content JAVA_1_7_HOME=${JDK_1_7_LATEST_HOME} [EnvInject] - Variables injected successfully. Setting JDK_1_8_LATEST_HOME=/home/jenkins/tools/java/latest1.8 Parsing POMs Established TCP socket on 38691 maven35-agent.jar already up to date maven35-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [commons-codec] $ /home/jenkins/tools/java/latest1.8/bin/java -cp /home/jenkins/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3/ /home/jenkins/slave.jar /home/jenkins/maven35-interceptor.jar /home/jenkins/maven3-interceptor-commons.jar 38691 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/pom.xml> clean package deploy -Dgpg.skip -Pjava-1.8 [INFO] Scanning for projects... [HUDSON] Collecting dependencies info [INFO] [INFO] --------------------< commons-codec:commons-codec >--------------------- [INFO] Building Apache Commons Codec 1.16-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ commons-codec --- [INFO] Deleting <https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/target> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ commons-codec --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-3) @ commons-codec --- [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ commons-codec --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/.gitignore> [INFO] Finished adding exclusions from SCM ignore files. [INFO] 73 implicit excludes (use -debug for more details). [INFO] 12 explicit excludes (use -debug for more details). [INFO] 314 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 308 licenses. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ commons-codec --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-codec --- [INFO] Executing tasks main: [copy] Copying 2 files to <https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/target/apidocs/META-INF> [INFO] Executed tasks [INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ commons-codec --- [INFO] Skipping remote resources execution. [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-codec --- [INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: <https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/> [INFO] Storing buildNumber: 8ee878ba7f887b74fc70415e05cb30acd21e1617 at timestamp: 1628269814135 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: <https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/> [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ commons-codec --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 128 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ commons-codec --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 73 source files to <https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/target/classes> [WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27.584 s [INFO] Finished at: 2021-08-06T17:10:24Z [INFO] ------------------------------------------------------------------------ ERROR: Asynchronous execution failure java.util.concurrent.ExecutionException: java.lang.NullPointerException at hudson.remoting.Channel$2.adapt(Channel.java:1039) at hudson.remoting.Channel$2.adapt(Channel.java:1033) at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186) at hudson.maven.Maven3Builder.call(Maven3Builder.java:144) at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:375) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NullPointerException ERROR: Asynchronous execution failure java.util.concurrent.ExecutionException: java.lang.NullPointerException at hudson.remoting.Channel$2.adapt(Channel.java:1039) at hudson.remoting.Channel$2.adapt(Channel.java:1033) at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186) at hudson.maven.Maven3Builder.call(Maven3Builder.java:144) at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:375) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NullPointerException [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project commons-codec: Compilation failure -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [JENKINS] Archiving <https://ci-builds.apache.org/job/Commons/job/commons-codec/ws/pom.xml> to commons-codec/commons-codec/1.16-SNAPSHOT/commons-codec-1.16-SNAPSHOT.pom Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected] Sending e-mails to: [email protected] channel stopped Setting JDK_1_8_LATEST_HOME=/home/jenkins/tools/java/latest1.8 Setting JDK_1_8_LATEST_HOME=/home/jenkins/tools/java/latest1.8 Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected]
