Build failed in Jenkins: java-opensaml-v3 #730

Shibboleth Jenkins noreply at shibboleth.net
Fri Mar 22 20:51:04 EDT 2019


See <https://build.shibboleth.net/jenkins/job/java-opensaml-v3/730/display/redirect?page=changes>

Changes:

[Brent Putman] OSJ-265: TLS socket factory clears client TLS credential too early

[Brent Putman] OSJ-271: HTTPRedirectDeflateEncoder includes query parameters in ...

[Brent Putman] OSJ-270: KeyLengthCriterion not set in Decrypter

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Building on master in workspace <https://build.shibboleth.net/jenkins/job/java-opensaml-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/java-opensaml # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-opensaml
 > git --version # timeout=10
 > git fetch --tags --progress git://git.shibboleth.net/java-opensaml +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/maint-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/maint-3.4^{commit} # timeout=10
Checking out Revision 7c654d329f919e6c262e250afc6d6cc743aae5ec (refs/remotes/origin/maint-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7c654d329f919e6c262e250afc6d6cc743aae5ec
Commit message: "OSJ-270: KeyLengthCriterion not set in Decrypter"
 > git rev-list --no-walk 40a9d29f4b3f56a8374b49bb3887033d8e82f676 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 41964
[opensaml-parent] $ /opt/java7/bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.12.jar:/opt/maven/boot/plexus-classworlds-2.5.2.jar:/opt/maven/conf/logging jenkins.maven3.agent.Maven35Main /opt/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-3.29.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 41964
Exception in thread "main" java.lang.UnsupportedClassVersionError: hudson/remoting/Launcher : Unsupported major.minor version 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:133)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:64)
ERROR: ================================================================================
ERROR: Invalid project setup: Connection reset
ERROR: [JENKINS-18403][JENKINS-28294] JDK 'JDK-1.7.0' not supported to run Maven projects.
ERROR: Maven projects have to be launched with a Java version greater or equal to the minimum version required by the master.
ERROR: Use the Maven JDK Toolchains (plugin) to build your maven project with an older JDK.
ERROR: Retrying with slave Java and setting compile/test properties to point to /opt/java7.
ERROR: ================================================================================
Established TCP socket on 40413
[opensaml-parent] $ /opt/jdk1.8.0_202/jre/bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.12.jar:/opt/maven/boot/plexus-classworlds-2.5.2.jar:/opt/maven/conf/logging jenkins.maven3.agent.Maven35Main /opt/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-3.29.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 40413
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://build.shibboleth.net/jenkins/job/java-opensaml-v3/ws/opensaml-parent/pom.xml> -B clean -Prelease --update-snapshots install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] OpenSAML                                                           [pom]
[INFO] OpenSAML :: Core                                                   [jar]
[INFO] OpenSAML :: Storage API                                            [jar]
[INFO] OpenSAML :: Messaging API                                          [jar]
[INFO] OpenSAML :: Security API                                           [jar]
[INFO] OpenSAML :: XML Security API                                       [jar]
[INFO] OpenSAML :: SOAP Provider API                                      [jar]
[INFO] OpenSAML :: Profile API                                            [jar]
[INFO] OpenSAML :: SAML Provider API                                      [jar]
[INFO] OpenSAML :: XACML Provider API                                     [jar]
[INFO] OpenSAML :: SAML XACML Profile API                                 [jar]
[INFO] OpenSAML :: Storage Implementation                                 [jar]
[INFO] OpenSAML :: Security Implementation                                [jar]
[INFO] OpenSAML :: XML Security Implementation                            [jar]
[INFO] OpenSAML :: Messaging Implementations                              [jar]
[INFO] OpenSAML :: SOAP Provider Implementations                          [jar]
[INFO] OpenSAML :: SAML Provider Implementations                          [jar]
[INFO] OpenSAML :: XACML Provider Implementations                         [jar]
[INFO] OpenSAML :: SAML XACML Profile Implementation                      [jar]
[INFO] OpenSAML :: Profile Implementations                                [jar]
[INFO] OpenSAML :: BOM                                                    [pom]
[INFO] OpenSAML :: Tests BOM                                              [pom]
[INFO] 
[INFO] --------------------< org.opensaml:opensaml-parent >--------------------
[INFO] Building OpenSAML 3.4.3-SNAPSHOT                                  [1/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/7.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/utilities/java-support/7.5.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/7.5.0-SNAPSHOT/java-support-7.5.0-SNAPSHOT.pom
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/utilities/java-support/7.5.0-SNAPSHOT/java-support-7.5.0-SNAPSHOT.pom
[WARNING] The POM for net.shibboleth.utilities:java-support:jar:7.5.0-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for net.shibboleth.utilities:java-support:jar:tests:7.5.0-SNAPSHOT is missing, no dependency information available
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/7.5.0-SNAPSHOT/java-support-7.5.0-SNAPSHOT.jar
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/7.5.0-SNAPSHOT/java-support-7.5.0-SNAPSHOT-tests.jar
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/utilities/java-support/7.5.0-SNAPSHOT/java-support-7.5.0-SNAPSHOT.jar
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/utilities/java-support/7.5.0-SNAPSHOT/java-support-7.5.0-SNAPSHOT-tests.jar
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for OpenSAML 3.4.3-SNAPSHOT:
[INFO] 
[INFO] OpenSAML ........................................... FAILURE [ 11.361 s]
[INFO] OpenSAML :: Core ................................... SKIPPED
[INFO] OpenSAML :: Storage API ............................ SKIPPED
[INFO] OpenSAML :: Messaging API .......................... SKIPPED
[INFO] OpenSAML :: Security API ........................... SKIPPED
[INFO] OpenSAML :: XML Security API ....................... SKIPPED
[INFO] OpenSAML :: SOAP Provider API ...................... SKIPPED
[INFO] OpenSAML :: Profile API ............................ SKIPPED
[INFO] OpenSAML :: SAML Provider API ...................... SKIPPED
[INFO] OpenSAML :: XACML Provider API ..................... SKIPPED
[INFO] OpenSAML :: SAML XACML Profile API ................. SKIPPED
[INFO] OpenSAML :: Storage Implementation ................. SKIPPED
[INFO] OpenSAML :: Security Implementation ................ SKIPPED
[INFO] OpenSAML :: XML Security Implementation ............ SKIPPED
[INFO] OpenSAML :: Messaging Implementations .............. SKIPPED
[INFO] OpenSAML :: SOAP Provider Implementations .......... SKIPPED
[INFO] OpenSAML :: SAML Provider Implementations .......... SKIPPED
[INFO] OpenSAML :: XACML Provider Implementations ......... SKIPPED
[INFO] OpenSAML :: SAML XACML Profile Implementation ...... SKIPPED
[INFO] OpenSAML :: Profile Implementations ................ SKIPPED
[INFO] OpenSAML :: BOM .................................... SKIPPED
[INFO] OpenSAML :: Tests BOM .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.656 s
[INFO] Finished at: 2019-03-22T20:48:47-04:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal on project opensaml-parent: Could not resolve dependencies for project org.opensaml:opensaml-parent:pom:3.4.3-SNAPSHOT: The following artifacts could not be resolved: net.shibboleth.utilities:java-support:jar:7.5.0-SNAPSHOT, net.shibboleth.utilities:java-support:jar:tests:7.5.0-SNAPSHOT: Could not find artifact net.shibboleth.utilities:java-support:jar:7.5.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/nexus/content/repositories/snapshots) -> [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/DependencyResolutionException
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
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  1 second


More information about the commits mailing list