Build failed in Jenkins: java-idp-integration-tests #1094
Shibboleth Jenkins
noreply at shibboleth.net
Mon Jan 19 20:57:23 EST 2015
See <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/1094/changes>
Changes:
[Tom Zeller] Checkpoint work on SLO integration tests.
------------------------------------------
Started by upstream project "java-idp-testbed" build number 1640
originally caused by:
Started by an SCM change
Building in workspace <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/>
Updating https://svn.shibboleth.net/java-idp-integration-tests/trunk at revision '2015-01-19T20:56:34.839 -0500'
U src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
U src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java
U src/test/java/net/shibboleth/idp/test/saml2/SAML2SSORedirectIntegrationTest.java
U src/test/java/net/shibboleth/idp/test/saml2/SAML2SSOPOSTIntegrationTest.java
At revision 49
Parsing POMs
[workspace] $ /opt/jdk1.7/bin/java -cp /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven31-agent-1.5.jar:/opt/apache-maven-3.2.3/boot/plexus-classworlds-2.5.1.jar:/opt/apache-maven-3.2.3/conf/logging jenkins.maven3.agent.Maven31Main /opt/apache-maven-3.2.3 /home/jenkins/tomcat_base/work/Catalina/localhost/jenkins/WEB-INF/lib/remoting-2.46.jar /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven31-interceptor-1.5.jar /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.5.jar 35125
<===[JENKINS REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/pom.xml> clean -Prelease install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building idp-integration-tests TRUNK-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-integration-tests ---
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (clean-initialize) @ idp-integration-tests ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-integration-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ idp-integration-tests ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-dependency-plugin:2.8:unpack (unpack-idp-distribution) @ idp-integration-tests ---
[INFO] Configured Artifact: net.shibboleth.idp:idp-distribution:3.0-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/.m2/repository/net/shibboleth/idp/idp-distribution/3.0-SNAPSHOT/idp-distribution-3.0-SNAPSHOT.zip to <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/test-distributions> with includes "" and excludes ""
[INFO]
[INFO] --- maven-dependency-plugin:2.8:unpack (unpack-idp-conf-test-credentials) @ idp-integration-tests ---
[INFO] Configured Artifact: net.shibboleth.idp:idp-conf:3.0-SNAPSHOT:test-jar
[INFO] Unpacking /home/jenkins/.m2/repository/net/shibboleth/idp/idp-conf/3.0-SNAPSHOT/idp-conf-3.0-SNAPSHOT-tests.jar to <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/test-distributions/shibboleth-identity-provider-3.0-SNAPSHOT> with includes "**/credentials/*" and excludes ""
[INFO]
[INFO] --- maven-dependency-plugin:2.8:unpack (unpack-jetty-distribution) @ idp-integration-tests ---
[INFO] Configured Artifact: org.eclipse.jetty:jetty-distribution:9.2.6.v20141205:zip
[INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-distribution/9.2.6.v20141205/jetty-distribution-9.2.6.v20141205.zip to <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/test-distributions> with includes "" and excludes ""
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy (copy-testbed-war) @ idp-integration-tests ---
[INFO] Configured Artifact: net.shibboleth.idp:idp-testbed:0.1.0-SNAPSHOT:war
[INFO] Copying idp-testbed-0.1.0-SNAPSHOT.war to <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/test-distributions/shibboleth-identity-provider-3.0-SNAPSHOT/testbed-war/idp-testbed.war>
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-testbed-deployment-descriptor) @ idp-integration-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-example-metadata-providers) @ idp-integration-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-example-metadata) @ idp-integration-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ idp-integration-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ idp-integration-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java>:[31,43] cannot find symbol
symbol: class SAML2TestStatusResponseTypeValidator
location: package net.shibboleth.idp.test.flows.saml2
[ERROR] <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java>:[111,15] cannot find symbol
symbol: class SAML2TestStatusResponseTypeValidator
location: class net.shibboleth.idp.test.saml2.AbstractSAML2IntegrationTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java>:[111,68] cannot find symbol
symbol: class SAML2TestStatusResponseTypeValidator
location: class net.shibboleth.idp.test.saml2.AbstractSAML2IntegrationTest
[INFO] 3 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 1 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.090 s
[INFO] Finished at: 2015-01-19T20:57:22-05:00
[JENKINS] Archiving disabled
[INFO] Final Memory: 35M/290M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project idp-integration-tests: Compilation failure: Compilation failure:
[ERROR] <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java>:[31,43] cannot find symbol
[ERROR] symbol: class SAML2TestStatusResponseTypeValidator
[ERROR] location: package net.shibboleth.idp.test.flows.saml2
[ERROR] <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java>:[111,15] cannot find symbol
[ERROR] symbol: class SAML2TestStatusResponseTypeValidator
[ERROR] location: class net.shibboleth.idp.test.saml2.AbstractSAML2IntegrationTest
[ERROR] <https://build.shibboleth.net/jenkins/job/java-idp-integration-tests/ws/src/test/java/net/shibboleth/idp/test/saml2/AbstractSAML2IntegrationTest.java>:[111,68] cannot find symbol
[ERROR] symbol: class SAML2TestStatusResponseTypeValidator
[ERROR] location: class net.shibboleth.idp.test.saml2.AbstractSAML2IntegrationTest
[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
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.
Saving reports...
Found matching files but did not find any TestNG results.
More information about the commits
mailing list