See <https://ci-builds.apache.org/job/Commons/job/commons-net/160/display/redirect?page=changes>
Changes: [garydgregory] Fix formatting. [garydgregory] Fix formatting. [garydgregory] Some resources created with Java 8 cannot be used in Java 16. Provide ------------------------------------------ Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H31 (ubuntu) in workspace <https://ci-builds.apache.org/job/Commons/job/commons-net/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-net.git # timeout=10 Fetching upstream changes from https://gitbox.apache.org/repos/asf/commons-net.git > git --version # timeout=10 > git --version # 'git version 2.17.1' > git fetch --tags --progress -- > https://gitbox.apache.org/repos/asf/commons-net.git > +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision bf3948e06f209de327820f888c21c1fae1d4403d (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f bf3948e06f209de327820f888c21c1fae1d4403d # timeout=10 Commit message: "Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-net" > git rev-list --no-walk e171dd64e62c912ef349a9384c2ee7750a369fd4 # timeout=10 [EnvInject] - Injecting environment variables from a build step. ERROR: No tool found matching JDK_1_7_LATEST__HOME Setting JDK_1_8_LATEST_HOME=/home/jenkins/tools/java/latest1.8 [EnvInject] - Injecting as environment variables the properties content JAVA_1_8_HOME=/home/jenkins/tools/java/latest1.8 [EnvInject] - Variables injected successfully. ERROR: No tool found matching JDK_1_7_LATEST__HOME Setting JDK_1_8_LATEST_HOME=/home/jenkins/tools/java/latest1.8 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 41857 maven35-agent.jar already up to date maven35-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [commons-net] $ /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 41857 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <https://ci-builds.apache.org/job/Commons/job/commons-net/ws/pom.xml> -V clean install --no-transfer-progress --batch-mode -Pjava-1.8 [1mApache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)[m Maven home: /usr/local/asfpackages/maven/apache-maven-3.8.1 Java version: 1.8.0_291, vendor: Oracle Corporation, runtime: /usr/local/asfpackages/java/oraclejdk-1.8.0-291/jre Default locale: en_US, platform encoding: ISO-8859-1 OS name: "linux", version: "4.15.0-140-generic", arch: "amd64", family: "unix" [INFO] Scanning for projects... [HUDSON] Collecting dependencies info [INFO] [INFO] ----------------------< commons-net:commons-net >----------------------- [INFO] Building Apache Commons Net 3.9.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ commons-net --- [INFO] Deleting <https://ci-builds.apache.org/job/Commons/job/commons-net/ws/target> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ commons-net --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-3) @ commons-net --- [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ commons-net --- [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-net/ws/.gitignore> [INFO] Finished adding exclusions from SCM ignore files. [INFO] 69 implicit excludes (use -debug for more details). [INFO] 9 explicit excludes (use -debug for more details). [INFO] 313 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 3, unknown: 3, generated: 0, approved: 302 licenses. [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: 23.310 s [INFO] Finished at: 2021-07-26T23:37:07Z [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.rat:apache-rat-plugin:0.13:check (rat-check) on project commons-net: Too many files with unapproved license: 3 See RAT report in: <https://ci-builds.apache.org/job/Commons/job/commons-net/ws/target/rat.txt> -> [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-net/ws/pom.xml> to commons-net/commons-net/3.9.0-SNAPSHOT/commons-net-3.9.0-SNAPSHOT.pom Sending e-mails to: [email protected] channel stopped ERROR: No tool found matching JDK_1_7_LATEST__HOME Setting JDK_1_8_LATEST_HOME=/home/jenkins/tools/java/latest1.8 ERROR: No tool found matching JDK_1_7_LATEST__HOME Setting JDK_1_8_LATEST_HOME=/home/jenkins/tools/java/latest1.8
