See 
<https://ci-builds.apache.org/job/Santuario/job/Santuario%20Java%20JDK14/82/display/redirect?page=changes>

Changes:

[github] Bump maven-pmd-plugin from 3.14.0 to 3.15.0

[github] Bump junit-jupiter-engine from 5.7.2 to 5.8.0

[Colm O hEigeartaigh] Fixing up a few PMD errors

[Colm O hEigeartaigh] Disabling dependabot


------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H44 (ubuntu) in workspace 
<https://ci-builds.apache.org/job/Santuario/job/Santuario%20Java%20JDK14/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository 
https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git
 > git init 
 > <https://ci-builds.apache.org/job/Santuario/job/Santuario%20Java%20JDK14/ws/>
 >  # timeout=10
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- 
 > https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 699997949bc202a0b13db37f0a3113144c588d68 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 699997949bc202a0b13db37f0a3113144c588d68 # timeout=10
Commit message: "Disabling dependabot"
 > git rev-list --no-walk d0bc3285f82b9f4de4e023c2f9b4ec8a22db8211 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 38531
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Santuario Java JDK14] $ /home/jenkins/tools/java/latest14/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 38531
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
<https://ci-builds.apache.org/job/Santuario/job/Santuario%20Java%20JDK14/ws/pom.xml>
 clean install
[INFO] Scanning for projects...
[HUDSON] Collecting dependencies info
[INFO] 
[INFO] --------------------< org.apache.santuario:xmlsec >---------------------
[INFO] Building Apache XML Security for Java 2.3.0-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/gaul/modernizer-maven-plugin/2.3.0/modernizer-maven-plugin-2.3.0.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/gaul/modernizer-maven-plugin/2.3.0/modernizer-maven-plugin-2.3.0.pom
 (5.1 kB at 11 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/gaul/modernizer-maven-parent/2.3.0/modernizer-maven-parent-2.3.0.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/gaul/modernizer-maven-parent/2.3.0/modernizer-maven-parent-2.3.0.pom
 (8.3 kB at 136 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/gaul/modernizer-maven-plugin/2.3.0/modernizer-maven-plugin-2.3.0.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/gaul/modernizer-maven-plugin/2.3.0/modernizer-maven-plugin-2.3.0.jar
 (41 kB at 745 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ xmlsec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ xmlsec 
---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-version) @ xmlsec 
---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce 
(enforce-output-timestamp-property) @ xmlsec ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireProperty failed with 
message:
The property "project.build.outputTimestamp" must be set on the reactor's root 
pom.xml to make the build reproducible. Further information at 
"https://maven.apache.org/guides/mini/guide-reproducible-builds.html";.
[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:  25.400 s
[INFO] Finished at: 2021-09-20T12:04:42Z
[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:60)
        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:376)
        at 
hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
        at java.base/java.lang.Thread.run(Thread.java:832)
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:60)
        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:376)
        at 
hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
        at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: java.lang.NullPointerException
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce 
(enforce-output-timestamp-property) on project xmlsec: Some Enforcer rules have 
failed. Look above for specific messages explaining why the rule failed. -> 
[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/MojoExecutionException
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/Santuario/job/Santuario%20Java%20JDK14/ws/pom.xml>
 to org.apache.santuario/xmlsec/2.3.0-SNAPSHOT/xmlsec-2.3.0-SNAPSHOT.pom
Sending e-mails to: [email protected]
channel stopped

Reply via email to