You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/07/26 23:37:10 UTC

Build failed in Jenkins: Commons » commons-net #160

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
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
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: notifications@commons.apache.org
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

Jenkins build is back to normal : Commons » commons-net #164

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Commons/job/commons-net/164/display/redirect?page=changes>


Build failed in Jenkins: Commons » commons-net #163

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Commons/job/commons-net/163/display/redirect?page=changes>

Changes:

[Sebb] Should not take longer than a couple of minutes


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H27 (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 2193602aa30d246421732a1d9c7c29e2132f68e6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2193602aa30d246421732a1d9c7c29e2132f68e6 # timeout=10
Commit message: "Should not take longer than a couple of minutes"
 > git rev-list --no-walk 0eaea482318f3c3df356731f395e994d55c28ab3 # 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
Established TCP socket on 37769
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/jenkins-agent/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/jenkins-agent/slave.jar /home/jenkins/jenkins-agent/maven35-interceptor.jar /home/jenkins/jenkins-agent/maven3-interceptor-commons.jar 37769
<===[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
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
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-58-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] 311 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 1, unknown: 1, 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:  22.261 s
[INFO] Finished at: 2021-07-27T13:30:44Z
[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: 1 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: notifications@commons.apache.org
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

Build failed in Jenkins: Commons » commons-net #162

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Commons/job/commons-net/162/display/redirect?page=changes>

Changes:

[Sebb] Trailing space


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H27 (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 0eaea482318f3c3df356731f395e994d55c28ab3 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0eaea482318f3c3df356731f395e994d55c28ab3 # timeout=10
Commit message: "Trailing space"
 > git rev-list --no-walk 8e503ef9c3492a3a90e1cb2b539508f00064821c # 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
Established TCP socket on 39845
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/jenkins-agent/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/jenkins-agent/slave.jar /home/jenkins/jenkins-agent/maven35-interceptor.jar /home/jenkins/jenkins-agent/maven3-interceptor-commons.jar 39845
<===[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
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
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-58-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] 311 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 1, unknown: 1, 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:  22.726 s
[INFO] Finished at: 2021-07-27T13:17:15Z
[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: 1 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: notifications@commons.apache.org
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

Build failed in Jenkins: Commons » commons-net #161

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Commons/job/commons-net/161/display/redirect?page=changes>

Changes:

[Sebb] Temporary test to see if old jks works

[Sebb] Drop non-RAT files


------------------------------------------
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H27 (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 8e503ef9c3492a3a90e1cb2b539508f00064821c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8e503ef9c3492a3a90e1cb2b539508f00064821c # timeout=10
Commit message: "Drop non-RAT files"
 > git rev-list --no-walk bf3948e06f209de327820f888c21c1fae1d4403d # 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
Established TCP socket on 39295
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/jenkins-agent/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/jenkins-agent/slave.jar /home/jenkins/jenkins-agent/maven35-interceptor.jar /home/jenkins/jenkins-agent/maven3-interceptor-commons.jar 39295
<===[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
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
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-58-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] 311 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 1, unknown: 1, 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:  22.097 s
[INFO] Finished at: 2021-07-27T13:15:56Z
[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: 1 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: notifications@commons.apache.org
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