Build failed in Jenkins: java-idp-testbed #1967

Shibboleth Jenkins noreply at shibboleth.net
Fri Jun 21 13:06:32 EDT 2019


See <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/1967/display/redirect>

------------------------------------------
Started by upstream project "java-identity-provider-v4" build number 356
originally caused by:
 Started by an SCM change
 Started by upstream project "java-opensaml-v4" build number 150
 originally caused by:
  Started by upstream project "spring-extensions-v6" build number 164
  originally caused by:
   Started by upstream project "java-support-v8" build number 130
   originally caused by:
    Started by an SCM change
Building on master in workspace <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/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-idp-testbed # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-idp-testbed
 > git --version # timeout=10
 > git fetch --tags --progress git://git.shibboleth.net/java-idp-testbed +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision cb8c9b67651123004121ec67abff22b0671741f6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cb8c9b67651123004121ec67abff22b0671741f6
Commit message: "Remove Eclipse project nature associated with obsolete Spring Tool Suite V3"
 > git rev-list --no-walk cb8c9b67651123004121ec67abff22b0671741f6 # timeout=10
Parsing POMs
Established TCP socket on 44990
[workspace] $ /opt/jdk/amazon-11/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 44990
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/pom.xml> clean -Prelease install
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< net.shibboleth.idp:idp-testbed >-------------------
[INFO] Building idp-testbed 0.8.0-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ idp-testbed ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (maven-version) @ idp-testbed ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ idp-testbed ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ idp-testbed ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/SAML2Controller.java>: <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/SAML2Controller.java> uses unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/SAML2Controller.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/SAML2Controller.java>:[1025,15] org.apache.http.conn.ssl.SSLContextBuilder in org.apache.http.conn.ssl has been deprecated
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/SAML2Controller.java>:[1025,53] org.apache.http.conn.ssl.SSLContexts in org.apache.http.conn.ssl has been deprecated
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/SAML2Controller.java>:[1031,68] setSslcontext(javax.net.ssl.SSLContext) in org.apache.http.impl.client.HttpClientBuilder has been deprecated
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/SAML1Controller.java>:[325,15] org.apache.http.conn.ssl.SSLContextBuilder in org.apache.http.conn.ssl has been deprecated
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/SAML1Controller.java>:[325,53] org.apache.http.conn.ssl.SSLContexts in org.apache.http.conn.ssl has been deprecated
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/SAML1Controller.java>:[331,68] setSslcontext(javax.net.ssl.SSLContext) in org.apache.http.impl.client.HttpClientBuilder has been deprecated
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/BaseSAMLController.java>:[24,54] cannot find symbol
  symbol:   class Type4UUIDIdentifierGenerationStrategy
  location: package net.shibboleth.utilities.java.support.security
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/BaseSAMLController.java>:[52,62] cannot find symbol
  symbol:   class Type4UUIDIdentifierGenerationStrategy
  location: class sp.BaseSAMLController
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  39.342 s
[INFO] Finished at: 2019-06-21T13:06:12-04:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project idp-testbed: Compilation failure: Compilation failure:
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/BaseSAMLController.java>:[24,54] cannot find symbol
[ERROR] symbol:   class Type4UUIDIdentifierGenerationStrategy
[ERROR] location: package net.shibboleth.utilities.java.support.security
[ERROR] <http://127.0.0.1:1583/jenkins/job/java-idp-testbed/ws/src/main/java/sp/BaseSAMLController.java>:[52,62] cannot find symbol
[ERROR] symbol:   class Type4UUIDIdentifierGenerationStrategy
[ERROR] location: class sp.BaseSAMLController
[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/MojoFailureException
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
Did not find any matching files.


More information about the commits mailing list