Build failed in Jenkins: java-identity-provider #2001

Shibboleth Jenkins noreply at shibboleth.net
Fri May 30 12:44:35 EDT 2014


See <https://build.shibboleth.net/jenkins/job/java-identity-provider/2001/changes>

Changes:

[Scott Cantor] Don't need file:// prefixes anymore.

[Scott Cantor] Add a custom ApplicationContext type to handle file resources.

------------------------------------------
Started by an SCM change
Building in workspace <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/>
Updating https://svn.shibboleth.net/java-identity-provider/trunk at revision '2014-05-30T12:34:19.529 -0400'
U         idp-conf/src/main/resources/conf/idp.properties
U         idp-core/src/main/java/net/shibboleth/idp/spring/SpringSupport.java
At revision 6008
Parsing POMs
[idp-parent] $ /opt/jdk1.7/bin/java -cp /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.5.jar:/opt/maven/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /opt/maven /home/jenkins/tomcat_base/work/Catalina/localhost/jenkins/WEB-INF/lib/remoting-2.39.jar /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.5.jar /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.5.jar 50130
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-parent/pom.xml> clean -Prelease install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Shibboleth Identity Provider
[INFO] Shibboleth IdP :: Core
[INFO] Shibboleth IdP :: Configuration Schemas
[INFO] Shibboleth IdP :: Profile API
[INFO] Shibboleth IdP :: Authentication API
[INFO] Shibboleth IdP :: Attribute API
[INFO] Shibboleth IdP :: Attribute Resolver API
[INFO] Shibboleth IdP :: Attribute Filter API
[INFO] Shibboleth IdP :: Consent Engine API
[INFO] Shibboleth IdP :: ToU Engine API
[INFO] Shibboleth IdP :: Session API
[INFO] Shibboleth IdP :: SAML Profile API
[INFO] Shibboleth IdP :: Authentication Implementation
[INFO] Shibboleth IdP :: Attribute Implementation
[INFO] Shibboleth IdP :: SAML Profile Implementation
[INFO] Shibboleth IdP :: Attribute Resolver Implementation
[INFO] Shibboleth IdP :: Attribute Filter Implementation
[INFO] Shibboleth IdP :: Consent Engine Implementation
[INFO] Shibboleth IdP :: ToU Engine Implementation
[INFO] Shibboleth IdP :: Profile Implementation
[INFO] Shibboleth IdP :: Profile Spring Integration
[INFO] Shibboleth IdP :: Session Implementation
[INFO] Shibboleth IdP :: Attribute Resolver Spring Integration
[INFO] Shibboleth IdP :: Attribute Filter Spring Integration
[INFO] Shibboleth IdP :: Attribute CLI
[INFO] Shibboleth IdP :: War
[INFO] Shibboleth IdP :: Configuration Files
[INFO] Shibboleth IdP :: Distribution
[INFO] Shibboleth IdP :: UI Support
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth Identity Provider 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-parent ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ idp-parent ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:attached (make-assembly) @ idp-parent ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ idp-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:test-jar (attach-javadocs) @ idp-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ idp-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ idp-parent ---
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-parent/pom.xml> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-parent/3.0-SNAPSHOT/idp-parent-3.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: Core 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-core ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/target>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ idp-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/target/classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/src/main/java/net/shibboleth/idp/service/ReloadableSpringService.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/src/main/java/net/shibboleth/idp/service/ReloadableSpringService.java>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/src/main/java/net/shibboleth/idp/spring/SpringSupport.java>:[31,41] package net.shibboleth.ext.spring.context does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/src/main/java/net/shibboleth/idp/spring/SpringSupport.java>:[85,49] cannot find symbol
  symbol:   class FilesystemGenericApplicationContext
  location: class net.shibboleth.idp.spring.SpringSupport
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/src/main/java/net/shibboleth/idp/spring/SpringSupport.java>:[171,51] cannot find symbol
  symbol:   class FilesystemGenericApplicationContext
  location: class net.shibboleth.idp.spring.SpringSupport
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Shibboleth Identity Provider ...................... SUCCESS [43.141s]
[INFO] Shibboleth IdP :: Core ............................ FAILURE [32.871s]
[INFO] Shibboleth IdP :: Configuration Schemas ........... SKIPPED
[INFO] Shibboleth IdP :: Profile API ..................... SKIPPED
[INFO] Shibboleth IdP :: Authentication API .............. SKIPPED
[INFO] Shibboleth IdP :: Attribute API ................... SKIPPED
[INFO] Shibboleth IdP :: Attribute Resolver API .......... SKIPPED
[INFO] Shibboleth IdP :: Attribute Filter API ............ SKIPPED
[INFO] Shibboleth IdP :: Consent Engine API .............. SKIPPED
[INFO] Shibboleth IdP :: ToU Engine API .................. SKIPPED
[INFO] Shibboleth IdP :: Session API ..................... SKIPPED
[INFO] Shibboleth IdP :: SAML Profile API ................ SKIPPED
[INFO] Shibboleth IdP :: Authentication Implementation ... SKIPPED
[INFO] Shibboleth IdP :: Attribute Implementation ........ SKIPPED
[INFO] Shibboleth IdP :: SAML Profile Implementation ..... SKIPPED
[INFO] Shibboleth IdP :: Attribute Resolver Implementation  SKIPPED
[INFO] Shibboleth IdP :: Attribute Filter Implementation . SKIPPED
[INFO] Shibboleth IdP :: Consent Engine Implementation ... SKIPPED
[INFO] Shibboleth IdP :: ToU Engine Implementation ....... SKIPPED
[INFO] Shibboleth IdP :: Profile Implementation .......... SKIPPED
[INFO] Shibboleth IdP :: Profile Spring Integration ...... SKIPPED
[INFO] Shibboleth IdP :: Session Implementation .......... SKIPPED
[INFO] Shibboleth IdP :: Attribute Resolver Spring Integration  SKIPPED
[INFO] Shibboleth IdP :: Attribute Filter Spring Integration  SKIPPED
[INFO] Shibboleth IdP :: Attribute CLI ................... SKIPPED
[INFO] Shibboleth IdP :: War ............................. SKIPPED
[INFO] Shibboleth IdP :: Configuration Files ............. SKIPPED
[INFO] Shibboleth IdP :: Distribution .................... SKIPPED
[INFO] Shibboleth IdP :: UI Support ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:17.583s
[INFO] Finished at: Fri May 30 12:35:48 EDT 2014
[INFO] Final Memory: 28M/211M
[INFO] ------------------------------------------------------------------------
[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
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project idp-core: Compilation failure: Compilation failure:
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/src/main/java/net/shibboleth/idp/spring/SpringSupport.java>:[31,41] package net.shibboleth.ext.spring.context does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/src/main/java/net/shibboleth/idp/spring/SpringSupport.java>:[85,49] cannot find symbol
[ERROR] symbol:   class FilesystemGenericApplicationContext
[ERROR] location: class net.shibboleth.idp.spring.SpringSupport
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/src/main/java/net/shibboleth/idp/spring/SpringSupport.java>:[171,51] cannot find symbol
[ERROR] symbol:   class FilesystemGenericApplicationContext
[ERROR] location: class net.shibboleth.idp.spring.SpringSupport
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :idp-core
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.
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.


More information about the commits mailing list