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

Changes:

[Colm O hEigeartaigh] Updating enforcer plugin to 3.0.0


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds39 (ubuntu) in workspace 
/home/jenkins/workspace/Santuario/Santuario Java JDK8
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/Santuario/Santuario 
 > Java JDK8/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git # 
 > 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 rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 6b4ce6ae349c896f19e41cdc44d73732aa4e8f47 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b4ce6ae349c896f19e41cdc44d73732aa4e8f47 # timeout=10
Commit message: "Updating enforcer plugin to 3.0.0"
 > git rev-list --no-walk 4eb4dfbc412aa69fb0e0445c72e4d99f4234e147 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 34837
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Santuario Java JDK8] $ /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/agent.jar /home/jenkins/maven35-interceptor.jar 
/home/jenkins/maven3-interceptor-commons.jar 34837
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f /home/jenkins/workspace/Santuario/Santuario Java 
JDK8/pom.xml clean install deploy
[INFO] Scanning for projects...
[HUDSON] Collecting dependencies info
[INFO] 
[INFO] --------------------< org.apache.santuario:xmlsec >---------------------
[INFO] Building Apache XML Security for Java 3.0.0-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ xmlsec ---
[INFO] Deleting /home/jenkins/workspace/Santuario/Santuario Java JDK8/target
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven-version) @ xmlsec 
---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-version) @ xmlsec 
---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce 
(enforce-output-timestamp-property) @ xmlsec ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.15.0:check (validate) > :pmd @ xmlsec >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd) @ xmlsec ---
[INFO] PMD version: 6.38.0
[WARNING] Removed misconfigured rule: LoosePackageCoupling  cause: No packages 
or classes specified
[INFO] 
[INFO] <<< maven-pmd-plugin:3.15.0:check (validate) < :pmd @ xmlsec <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.15.0:check (validate) @ xmlsec ---
[INFO] PMD version: 6.38.0
[INFO] 
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ xmlsec ---
[INFO] argLine set to 
"-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/workspace/Santuario/Santuario
 Java JDK8/target/jacoco.exec"
[INFO] 
[INFO] --- jaxb30-maven-plugin:0.15.0:generate (bindings) @ xmlsec ---
[INFO] Sources are not up-to-date, XJC will be executed.
[INFO] Episode file [/home/jenkins/workspace/Santuario/Santuario Java 
JDK8/target/generated-sources/xjc/META-INF/sun-jaxb.episode] was augmented with 
if-exists="true" attributes.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process 
(process-resource-bundles) @ xmlsec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ xmlsec 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 10 resources
[INFO] Copying 21 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ xmlsec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 462 source files to 
/home/jenkins/workspace/Santuario/Santuario Java JDK8/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 
xmlsec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 1153 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
xmlsec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 213 source files to 
/home/jenkins/workspace/Santuario/Santuario Java JDK8/target/test-classes
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default) @ xmlsec ---
[INFO] Building jar: /home/jenkins/workspace/Santuario/Santuario Java 
JDK8/target/xmlsec-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ xmlsec ---
[INFO] Building jar: /home/jenkins/workspace/Santuario/Santuario Java 
JDK8/target/xmlsec-3.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ xmlsec ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running 
org.apache.xml.security.test.dom.secure_val.ForbiddenAlgorithmTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.645 s 
- in org.apache.xml.security.test.dom.secure_val.ForbiddenAlgorithmTest
[INFO] Running 
org.apache.xml.security.test.dom.secure_val.ForbiddenReferenceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.45 s - 
in org.apache.xml.security.test.dom.secure_val.ForbiddenReferenceTest
[INFO] Running org.apache.xml.security.test.dom.secure_val.WrappingAttackTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s 
- in org.apache.xml.security.test.dom.secure_val.WrappingAttackTest
[INFO] Running 
org.apache.xml.security.test.dom.secure_val.ForbiddenRetrievalMethodTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.162 s 
- in org.apache.xml.security.test.dom.secure_val.ForbiddenRetrievalMethodTest
[INFO] Running org.apache.xml.security.test.dom.secure_val.ForbiddenRefCountTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.26 s - 
in org.apache.xml.security.test.dom.secure_val.ForbiddenRefCountTest
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.NameSpaceSymbTableTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 s 
- in 
org.apache.xml.security.test.dom.c14n.implementations.NameSpaceSymbTableTest
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.Canonicalizer20010315Test
[WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 
1.617 s - in 
org.apache.xml.security.test.dom.c14n.implementations.Canonicalizer20010315Test
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.Santuario273Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.307 s 
- in org.apache.xml.security.test.dom.c14n.implementations.Santuario273Test
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.ExclusiveC14NInteropTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.362 s 
- in 
org.apache.xml.security.test.dom.c14n.implementations.ExclusiveC14NInteropTest
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.Santuario191Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.148 s 
- in org.apache.xml.security.test.dom.c14n.implementations.Santuario191Test
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.Canonicalizer11Test
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.448 s 
- in org.apache.xml.security.test.dom.c14n.implementations.Canonicalizer11Test
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.UtfHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.847 s 
- in org.apache.xml.security.test.dom.c14n.implementations.UtfHelperTest
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.Canonicalizer20010315ExclusiveTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.626 s 
- in 
org.apache.xml.security.test.dom.c14n.implementations.Canonicalizer20010315ExclusiveTest
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.Santuario561Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 s 
- in org.apache.xml.security.test.dom.c14n.implementations.Santuario561Test
[INFO] Running 
org.apache.xml.security.test.dom.c14n.implementations.Bug45961Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.193 s 
- in org.apache.xml.security.test.dom.c14n.implementations.Bug45961Test
[INFO] Running org.apache.xml.security.test.dom.c14n.helper.C14nHelperTest
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.12 
s - in org.apache.xml.security.test.dom.c14n.helper.C14nHelperTest
[INFO] Running org.apache.xml.security.test.dom.c14n.helper.AttrCompareTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 s 
- in org.apache.xml.security.test.dom.c14n.helper.AttrCompareTest
[INFO] Running org.apache.xml.security.test.dom.InitTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.171 s 
- in org.apache.xml.security.test.dom.InitTest
[INFO] Running org.apache.xml.security.test.dom.encryption.XMLCipherTest
[WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
2.431 s - in org.apache.xml.security.test.dom.encryption.XMLCipherTest
[INFO] Running org.apache.xml.security.test.dom.encryption.SignedEncryptedTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.484 s 
- in org.apache.xml.security.test.dom.encryption.SignedEncryptedTest
[INFO] Running org.apache.xml.security.test.dom.encryption.XMLEncryption11Test
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.321 s 
- in org.apache.xml.security.test.dom.encryption.XMLEncryption11Test
[INFO] Running org.apache.xml.security.test.dom.encryption.ReferenceListTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.238 s 
- in org.apache.xml.security.test.dom.encryption.ReferenceListTest
[INFO] Running org.apache.xml.security.test.dom.encryption.BaltimoreEncTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.032 s 
- in org.apache.xml.security.test.dom.encryption.BaltimoreEncTest
[INFO] Running org.apache.xml.security.test.dom.encryption.EncryptContentTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 s 
- in org.apache.xml.security.test.dom.encryption.EncryptContentTest
[INFO] Running org.apache.xml.security.test.dom.version.VersionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s 
- in org.apache.xml.security.test.dom.version.VersionTest
[INFO] Running org.apache.xml.security.test.dom.transforms.TransformTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 s 
- in org.apache.xml.security.test.dom.transforms.TransformTest
[INFO] Running 
org.apache.xml.security.test.dom.transforms.implementations.Xpath2TransformationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 s 
- in 
org.apache.xml.security.test.dom.transforms.implementations.Xpath2TransformationTest
[INFO] Running 
org.apache.xml.security.test.dom.transforms.implementations.TransformBase64DecodeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s 
- in 
org.apache.xml.security.test.dom.transforms.implementations.TransformBase64DecodeTest
[INFO] Running 
org.apache.xml.security.test.dom.transforms.implementations.TransformXSLTTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 s 
- in 
org.apache.xml.security.test.dom.transforms.implementations.TransformXSLTTest
[INFO] Running org.apache.xml.security.test.dom.transforms.EmptyNamespaceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 s 
- in org.apache.xml.security.test.dom.transforms.EmptyNamespaceTest
[INFO] Running org.apache.xml.security.test.dom.signature.SignatureReferenceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.507 s 
- in org.apache.xml.security.test.dom.signature.SignatureReferenceTest
[INFO] Running 
org.apache.xml.security.test.dom.signature.PreCalculatedDigestSignatureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.298 s 
- in org.apache.xml.security.test.dom.signature.PreCalculatedDigestSignatureTest
[INFO] Running org.apache.xml.security.test.dom.signature.XmlSecTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.594 s 
- in org.apache.xml.security.test.dom.signature.XmlSecTest
[INFO] Running org.apache.xml.security.test.dom.signature.InvalidKeyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 s 
- in org.apache.xml.security.test.dom.signature.InvalidKeyTest
[INFO] Running 
org.apache.xml.security.test.dom.signature.UnknownAlgoSignatureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.571 s 
- in org.apache.xml.security.test.dom.signature.UnknownAlgoSignatureTest
[INFO] Running org.apache.xml.security.test.dom.signature.X509DataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.248 s 
- in org.apache.xml.security.test.dom.signature.X509DataTest
[INFO] Running org.apache.xml.security.test.dom.signature.SignatureTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.684 s 
- in org.apache.xml.security.test.dom.signature.SignatureTest
[INFO] Running 
org.apache.xml.security.test.dom.signature.ProcessingInstructionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 s 
- in org.apache.xml.security.test.dom.signature.ProcessingInstructionTest
[INFO] Running org.apache.xml.security.test.dom.signature.HMACOutputLengthTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s 
- in org.apache.xml.security.test.dom.signature.HMACOutputLengthTest
ERROR: builds39 is offline; cannot locate jdk_1.8_latest
ERROR: builds39 is offline; cannot locate maven_3_latest
No mail will be sent out, as 'Santuario » Santuario Java JDK8 » Apache XML 
Security for Java #104' does not have a result yet. Please make sure you set a 
proper result in case of pipeline/build scripts.
ERROR: Failed to parse POMs
java.io.IOException: Backing channel 'builds39' is disconnected.
        at 
hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
        at com.sun.proxy.$Proxy186.isAlive(Unknown Source)
        at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
        at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:166)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:877)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
        at hudson.model.Run.execute(Run.java:1888)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
        at hudson.model.ResourceController.execute(ResourceController.java:99)
        at hudson.model.Executor.run(Executor.java:432)
Caused by: java.io.IOException: Unexpected termination of the channel
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Caused by: java.io.EOFException
        at 
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2799)
        at 
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3274)
        at 
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:934)
        at java.io.ObjectInputStream.<init>(ObjectInputStream.java:396)
        at 
hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
        at hudson.remoting.Command.readFrom(Command.java:142)
        at hudson.remoting.Command.readFrom(Command.java:128)
        at 
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
ERROR: builds39 is offline; cannot locate jdk_1.8_latest
ERROR: builds39 is offline; cannot locate maven_3_latest
ERROR: builds39 is offline; cannot locate jdk_1.8_latest
ERROR: builds39 is offline; cannot locate maven_3_latest

Reply via email to