Build failed in Jenkins: xmlsectool-v3 #180

Shibboleth Jenkins noreply at shibboleth.net
Wed Dec 18 11:48:46 EST 2019


See <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/180/display/redirect>

Changes:


------------------------------------------
Started by upstream project "java-opensaml-v4" build number 276
originally caused by:
 Started by upstream project "spring-extensions-v6" build number 232
 originally caused by:
  Started by upstream project "java-support-v8" build number 182
  originally caused by:
   Started by upstream project "java-parent-project-v11" build number 41
   originally caused by:
    Started by an SCM change
Running as SYSTEM
Building in workspace <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.shibboleth.net/xmlsectool # timeout=10
Fetching upstream changes from git://git.shibboleth.net/xmlsectool
 > git --version # timeout=10
 > git fetch --tags --progress git://git.shibboleth.net/xmlsectool +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 3352dd85157a928d448aff7af359d92ce198ef0e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3352dd85157a928d448aff7af359d92ce198ef0e # timeout=10
Commit message: "JPAR-149 - Reinstate checks for missing or misplaced Javadoc"
 > git rev-list --no-walk 3352dd85157a928d448aff7af359d92ce198ef0e # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 35409
[workspace] $ /opt/jdk/amazon-11/bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/opt/maven_home/boot/plexus-classworlds-2.6.0.jar:/opt/maven_home/conf/logging jenkins.maven3.agent.Maven35Main /opt/maven_home /var/cache/jenkins/war/WEB-INF/lib/remoting-3.33.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 35409
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/pom.xml> -B clean -Prelease install
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< net.shibboleth.tool:xmlsectool >-------------------
[INFO] Building XMLSecTool 3.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ xmlsectool ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ xmlsectool ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ xmlsectool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ xmlsectool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/main/java/net/shibboleth/tool/xmlsectool/CredentialHelper.java>: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/main/java/net/shibboleth/tool/xmlsectool/CredentialHelper.java> uses unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/src/main/java/net/shibboleth/tool/xmlsectool/CredentialHelper.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ xmlsectool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 58 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ xmlsectool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ xmlsectool ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.618 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ xmlsectool ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target/xmlsectool-3.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ xmlsectool ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target/xmlsectool-3.0.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-assembly-plugin:3.2.0:single (make-assembly) @ xmlsectool ---
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Building zip: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target/xmlsectool-3.0.0-SNAPSHOT-bin.zip>
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ xmlsectool ---
[INFO] Building jar: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target/xmlsectool-3.0.0-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:test-jar (attach-javadocs) @ xmlsectool ---
[INFO] 
1 error
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

[INFO] Total time:  01:01 min
[INFO] Finished at: 2019-12-18T11:48:41-05:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:test-jar (attach-javadocs) on project xmlsectool: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - javadoc: error - Error fetching URL: http://santuario.apache.org/Java/api/
[ERROR] 
[ERROR] Command line was: /opt/jdk/amazon-11/bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<http://127.0.0.1:1583/jenkins/job/xmlsectool-v3/ws/target/testapidocs'> dir.
[ERROR] -> [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
Sending e-mails to: commits at shibboleth.net
channel stopped
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Saving reports...
Processing '/var/lib/jenkins/jobs/xmlsectool-v3/builds/180/testng/testng-results.xml'
TestNG Reports Processing: FINISH


More information about the commits mailing list