Build failed in Jenkins: java-shib-common-multi-jdk » JDK-1.8 #2
Shibboleth Jenkins
noreply at shibboleth.net
Mon Sep 28 19:09:44 EDT 2015
See <https://build.shibboleth.net/jenkins/job/java-shib-common-multi-jdk/jdk=JDK-1.8/2/changes>
Changes:
[Brent Putman] Unlock POM to point to parent TRUNK-SNAPSHOT, to pick up various build plugin changes.
------------------------------------------
[...truncated 256 lines...]
testProviderInstantiation on testProviderInstantiation(edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest) Time elapsed: 120.2 sec <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ResourceMetadata': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider]: Constructor threw exception; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:254)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
at edu.internet2.middleware.shibboleth.common.config.BaseConfigTestCase.createSpringContext(BaseConfigTestCase.java:104)
at edu.internet2.middleware.shibboleth.common.config.BaseConfigTestCase.createSpringContext(BaseConfigTestCase.java:89)
at edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest.testProviderInstantiation(ResourceMetadataProviderTest.java:38)
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider]: Constructor threw exception; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:248)
... 58 more
Caused by: org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
at org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider.<init>(ResourceBackedMetadataProvider.java:84)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
... 60 more
Caused by: org.opensaml.util.resource.ResourceException: Unable to contact resource URL: https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
at org.opensaml.util.resource.HttpResource.exists(HttpResource.java:109)
at org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider.<init>(ResourceBackedMetadataProvider.java:79)
... 65 more
Caused by: javax.net.ssl.SSLPeerUnverifiedException: SSL peer failed hostname validation for name: 174.142.198.206
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.verifyHostname(TLSProtocolSocketFactory.java:241)
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.createSocket(TLSProtocolSocketFactory.java:194)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at org.opensaml.util.resource.HttpResource.exists(HttpResource.java:102)
... 66 more
testProviderInstantiationWithFilter on testProviderInstantiationWithFilter(edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest) Time elapsed: 120.757 sec <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ResourceMetadata': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider]: Constructor threw exception; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:254)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
at edu.internet2.middleware.shibboleth.common.config.BaseConfigTestCase.createSpringContext(BaseConfigTestCase.java:104)
at edu.internet2.middleware.shibboleth.common.config.BaseConfigTestCase.createSpringContext(BaseConfigTestCase.java:89)
at edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest.testProviderInstantiationWithFilter(ResourceMetadataProviderTest.java:54)
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider]: Constructor threw exception; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:248)
... 58 more
Caused by: org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
at org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider.<init>(ResourceBackedMetadataProvider.java:84)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
... 60 more
Caused by: org.opensaml.util.resource.ResourceException: Unable to contact resource URL: https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
at org.opensaml.util.resource.HttpResource.exists(HttpResource.java:109)
at org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider.<init>(ResourceBackedMetadataProvider.java:79)
... 65 more
Caused by: javax.net.ssl.SSLPeerUnverifiedException: SSL peer failed hostname validation for name: 174.142.198.206
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.verifyHostname(TLSProtocolSocketFactory.java:241)
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.createSocket(TLSProtocolSocketFactory.java:194)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at org.opensaml.util.resource.HttpResource.exists(HttpResource.java:102)
... 66 more
testResolution on testResolution(edu.internet2.middleware.shibboleth.common.config.attribute.SAML2AttributeAuthorityTest)(edu.internet2.middleware.shibboleth.common.config.attribute.SAML2AttributeAuthorityTest) Time elapsed: 123.297 sec <<< FAILURE!
org.opensaml.saml2.metadata.provider.MetadataProviderException: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-opensaml2/branches/REL_2/src/test/resources/data/org/opensaml/saml2/metadata/InCommon-metadata.xml
at org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider.refresh(AbstractReloadingMetadataProvider.java:270)
at org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider.doInitialization(AbstractReloadingMetadataProvider.java:239)
at org.opensaml.saml2.metadata.provider.AbstractMetadataProvider.initialize(AbstractMetadataProvider.java:407)
at edu.internet2.middleware.shibboleth.common.config.attribute.SAML2AttributeAuthorityTest.testResolution(SAML2AttributeAuthorityTest.java:52)
Caused by: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-opensaml2/branches/REL_2/src/test/resources/data/org/opensaml/saml2/metadata/InCommon-metadata.xml
at org.opensaml.saml2.metadata.provider.HTTPMetadataProvider.fetchMetadata(HTTPMetadataProvider.java:274)
at org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider.refresh(AbstractReloadingMetadataProvider.java:258)
... 44 more
Caused by: javax.net.ssl.SSLPeerUnverifiedException: SSL peer failed hostname validation for name: 174.142.198.206
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.verifyHostname(TLSProtocolSocketFactory.java:241)
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.createSocket(TLSProtocolSocketFactory.java:194)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at org.opensaml.saml2.metadata.provider.HTTPMetadataProvider.fetchMetadata(HTTPMetadataProvider.java:250)
... 45 more
testProviderInstantiation on testProviderInstantiation(edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest) Time elapsed: 127.567 sec <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'URLMetadata': Invocation of init method failed; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
at edu.internet2.middleware.shibboleth.common.config.BaseConfigTestCase.createSpringContext(BaseConfigTestCase.java:104)
at edu.internet2.middleware.shibboleth.common.config.BaseConfigTestCase.createSpringContext(BaseConfigTestCase.java:89)
at edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest.testProviderInstantiation(HTTPMetadataProviderTest.java:38)
Caused by: org.opensaml.saml2.metadata.provider.MetadataProviderException: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
at org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider.refresh(AbstractReloadingMetadataProvider.java:270)
at org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider.doInitialization(AbstractReloadingMetadataProvider.java:239)
at org.opensaml.saml2.metadata.provider.AbstractMetadataProvider.initialize(AbstractMetadataProvider.java:407)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
... 56 more
Caused by: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
at org.opensaml.saml2.metadata.provider.HTTPMetadataProvider.fetchMetadata(HTTPMetadataProvider.java:274)
at org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider.refresh(AbstractReloadingMetadataProvider.java:258)
... 65 more
Caused by: javax.net.ssl.SSLPeerUnverifiedException: SSL peer failed hostname validation for name: 174.142.198.206
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.verifyHostname(TLSProtocolSocketFactory.java:241)
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.createSocket(TLSProtocolSocketFactory.java:194)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at org.opensaml.saml2.metadata.provider.HTTPMetadataProvider.fetchMetadata(HTTPMetadataProvider.java:250)
... 66 more
testProviderInstantiationWithFilter on testProviderInstantiationWithFilter(edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest) Time elapsed: 128.157 sec <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'URLMetadata': Invocation of init method failed; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
at edu.internet2.middleware.shibboleth.common.config.BaseConfigTestCase.createSpringContext(BaseConfigTestCase.java:104)
at edu.internet2.middleware.shibboleth.common.config.BaseConfigTestCase.createSpringContext(BaseConfigTestCase.java:89)
at edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest.testProviderInstantiationWithFilter(HTTPMetadataProviderTest.java:55)
Caused by: org.opensaml.saml2.metadata.provider.MetadataProviderException: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
at org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider.refresh(AbstractReloadingMetadataProvider.java:270)
at org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider.doInitialization(AbstractReloadingMetadataProvider.java:239)
at org.opensaml.saml2.metadata.provider.AbstractMetadataProvider.initialize(AbstractMetadataProvider.java:407)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
... 56 more
Caused by: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
at org.opensaml.saml2.metadata.provider.HTTPMetadataProvider.fetchMetadata(HTTPMetadataProvider.java:274)
at org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider.refresh(AbstractReloadingMetadataProvider.java:258)
... 65 more
Caused by: javax.net.ssl.SSLPeerUnverifiedException: SSL peer failed hostname validation for name: 174.142.198.206
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.verifyHostname(TLSProtocolSocketFactory.java:241)
at org.opensaml.ws.soap.client.http.TLSProtocolSocketFactory.createSocket(TLSProtocolSocketFactory.java:194)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at org.opensaml.saml2.metadata.provider.HTTPMetadataProvider.fetchMetadata(HTTPMetadataProvider.java:250)
... 66 more
Results :
Failed tests: testProviderInstantiationWithFiltersOnMembers on testProviderInstantiationWithFiltersOnMembers(edu.internet2.middleware.shibboleth.common.config.metadata.ChainingMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.ChainingMetadataProviderTest): Error creating bean with name 'ResourceMetadataIC': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider]: Constructor threw exception; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
testProviderInstantiation on testProviderInstantiation(edu.internet2.middleware.shibboleth.common.config.metadata.ChainingMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.ChainingMetadataProviderTest): Error creating bean with name 'ResourceMetadataIC': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider]: Constructor threw exception; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
testManager on testManager(edu.internet2.middleware.shibboleth.common.config.relyingparty.SAMLMDRelyingPartyConfigurationManagerTest)(edu.internet2.middleware.shibboleth.common.config.relyingparty.SAMLMDRelyingPartyConfigurationManagerTest): Error creating bean with name 'relyingPartyManager' defined in <https://build.shibboleth.net/jenkins/job/java-shib-common-multi-jdk/jdk=JDK-1.8/ws/target/test-classes/data/edu/internet2/middleware/shibboleth/common/config/relyingparty/service-config.xml>: Invocation of init method failed; nested exception is edu.internet2.middleware.shibboleth.common.service.ServiceException: Configuration was not loaded for relyingPartyManager service, error creating components.
testResolution on testResolution(edu.internet2.middleware.shibboleth.common.config.attribute.SAML1AttributeAuthorityTest)(edu.internet2.middleware.shibboleth.common.config.attribute.SAML1AttributeAuthorityTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-opensaml2/branches/REL_2/src/test/resources/data/org/opensaml/saml2/metadata/InCommon-metadata.xml
testResolverInstantiation on testResolverInstantiation(edu.internet2.middleware.shibboleth.common.config.attribute.resolver.DBAttributeResolverTest)(edu.internet2.middleware.shibboleth.common.config.attribute.resolver.DBAttributeResolverTest): ScriptletAttributeDefinition fullname unable to execute script
testProviderInstantiation on testProviderInstantiation(edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest): Error creating bean with name 'ResourceMetadata': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider]: Constructor threw exception; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
testProviderInstantiationWithFilter on testProviderInstantiationWithFilter(edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.ResourceMetadataProviderTest): Error creating bean with name 'ResourceMetadata': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider]: Constructor threw exception; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to read resource
testResolution on testResolution(edu.internet2.middleware.shibboleth.common.config.attribute.SAML2AttributeAuthorityTest)(edu.internet2.middleware.shibboleth.common.config.attribute.SAML2AttributeAuthorityTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-opensaml2/branches/REL_2/src/test/resources/data/org/opensaml/saml2/metadata/InCommon-metadata.xml
testProviderInstantiation on testProviderInstantiation(edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest): Error creating bean with name 'URLMetadata': Invocation of init method failed; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
testProviderInstantiationWithFilter on testProviderInstantiationWithFilter(edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest)(edu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderTest): Error creating bean with name 'URLMetadata': Invocation of init method failed; nested exception is org.opensaml.saml2.metadata.provider.MetadataProviderException: org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from https://svn.shibboleth.net/java-shib-common/branches/REL_1/src/test/resources/data/edu/internet2/middleware/shibboleth/common/config/metadata/InCommon-metadata.xml
Tests run: 172, Failures: 10, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:19 min
[INFO] Finished at: 2015-09-28T19:09:44-04:00
[INFO] Final Memory: 25M/467M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project shibboleth-common: There are test failures.
[ERROR]
[ERROR] Please refer to <https://build.shibboleth.net/jenkins/job/java-shib-common-multi-jdk/jdk=JDK-1.8/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
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/java-shib-common-multi-jdk/configurations/axis-jdk/JDK-1.8/builds/2/testng/testng-results.xml'
Failed Tests/Configs found. Marking build as UNSTABLE.
TestNG Reports Processing: FINISH
More information about the commits
mailing list