Build failed in Jenkins: java-identity-provider-nightly #329

Shibboleth Jenkins noreply at shibboleth.net
Thu May 8 03:35:56 EDT 2014


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

Changes:

[Scott Cantor] Missed a test.

[Scott Cantor] Add attribute predicate subclasses.

[Scott Cantor] Streamline further, only purpose of the subtype is to default the data lookup

[Scott Cantor] Farm part of constructor to base class.

[Scott Cantor] Prototype of a more generalized predicate.

[Scott Cantor] Fix up profile defaults.

[Scott Cantor] Move webflow-config to system tree

[Scott Cantor] Renaming flows to make user-override cleaner

[Scott Cantor] Renaming flows to make user-override cleaner

[Scott Cantor] Remove some classpath schema locs.

[Scott Cantor] Fix classnames

[Scott Cantor] Alter base class.

[Scott Cantor] Alter base class.

[Scott Cantor] Refactor and relocate some lookup functions.

[Scott Cantor] IDP-352: add extra slash to file:// URIs to account for Windows.

[Rod Widdowson] IDP-280 Selective resolution plugin configuration.  Add context navigation configuration for non usual location of Profile Context.

[Tom Zeller] Fix building of site by unpacking idp-conf in the 'package' phase instead of 'generate-resources' which was a leftover from bundling Jetty.

[Rod Widdowson] IDP-280 Missed checkin

[Rod Widdowson] Add logging into test class to debug Jenkins-only failure

[Rod Widdowson] IDP-280 Checkpoint Selective resolution plugin configuration.  The predicate can be specified by reference on any plugin.  Context navigation for non default cases is still pending

[Rod Widdowson] IDP-280  Attribute resolution Context navigation, plus tests

[Rod Widdowson] IDP-280  extended tests

[Rod Widdowson] IDP-280  Predicate of attribute resolver plugins should take a <ProfileContext>

------------------------------------------
[...truncated 17176 lines...]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:632)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:442)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1094)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:989)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1456)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1197)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
	at net.shibboleth.idp.profile.spring.relyingparty.saml.BaseSAMLProfileTest.getBean(BaseSAMLProfileTest.java:61)
	at net.shibboleth.idp.profile.spring.relyingparty.saml.SAML1ArtifactTest.values(SAML1ArtifactTest.java:48)

values(net.shibboleth.idp.profile.spring.relyingparty.saml.SAML2ECPProfileTest)  Time elapsed: 0.148 sec  <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rp': Cannot create inner bean '(inner bean)#54f5ef22' of type [com.google.common.base.Predicates] while setting bean property 'activationCondition'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#54f5ef22': Cannot create inner bean '(inner bean)#5e26ccc1' of type [net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#5e26ccc1': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate]: No default constructor found; nested exception is java.lang.NoSuchMethodException: net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate.<init>()
	at java.lang.Class.getConstructor0(Class.java:2810)
	at java.lang.Class.getDeclaredConstructor(Class.java:2053)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:80)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1069)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1021)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:632)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:442)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1094)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:989)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1456)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1197)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
	at net.shibboleth.idp.profile.spring.relyingparty.saml.BaseSAMLProfileTest.getBean(BaseSAMLProfileTest.java:61)
	at net.shibboleth.idp.profile.spring.relyingparty.saml.SAML2ECPProfileTest.values(SAML2ECPProfileTest.java:62)

values(net.shibboleth.idp.profile.spring.relyingparty.saml.SAML2BrowserSSOProfileTest)  Time elapsed: 0.113 sec  <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rp': Cannot create inner bean '(inner bean)#75a3f4a9' of type [com.google.common.base.Predicates] while setting bean property 'activationCondition'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#75a3f4a9': Cannot create inner bean '(inner bean)#5f13bf95' of type [net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#5f13bf95': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate]: No default constructor found; nested exception is java.lang.NoSuchMethodException: net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate.<init>()
	at java.lang.Class.getConstructor0(Class.java:2810)
	at java.lang.Class.getDeclaredConstructor(Class.java:2053)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:80)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1069)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1021)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:632)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:442)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1094)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:989)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1456)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1197)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
	at net.shibboleth.idp.profile.spring.relyingparty.saml.BaseSAMLProfileTest.getBean(BaseSAMLProfileTest.java:61)
	at net.shibboleth.idp.profile.spring.relyingparty.saml.SAML2BrowserSSOProfileTest.values(SAML2BrowserSSOProfileTest.java:68)

values(net.shibboleth.idp.profile.spring.relyingparty.saml.ShibbolethSSOProfileTest)  Time elapsed: 0.105 sec  <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rp': Cannot create inner bean '(inner bean)#6a1332b7' of type [com.google.common.base.Predicates] while setting bean property 'activationCondition'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#6a1332b7': Cannot create inner bean '(inner bean)#1266c2c9' of type [net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#1266c2c9': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate]: No default constructor found; nested exception is java.lang.NoSuchMethodException: net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate.<init>()
	at java.lang.Class.getConstructor0(Class.java:2810)
	at java.lang.Class.getDeclaredConstructor(Class.java:2053)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:80)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1069)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1021)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:632)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:442)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1094)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:989)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1456)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1197)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
	at net.shibboleth.idp.profile.spring.relyingparty.saml.BaseSAMLProfileTest.getBean(BaseSAMLProfileTest.java:61)
	at net.shibboleth.idp.profile.spring.relyingparty.saml.ShibbolethSSOProfileTest.values(ShibbolethSSOProfileTest.java:54)

relyingParties(net.shibboleth.idp.profile.spring.relyingparty.RelyingPartyTest)  Time elapsed: 0.085 sec  <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'the_RP': Cannot create inner bean '(inner bean)#6732de83' of type [com.google.common.base.Predicates] while setting bean property 'activationCondition'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#6732de83': Cannot create inner bean '(inner bean)#3cae9f63' of type [net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#3cae9f63': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate]: No default constructor found; nested exception is java.lang.NoSuchMethodException: net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate.<init>()
	at java.lang.Class.getConstructor0(Class.java:2810)
	at java.lang.Class.getDeclaredConstructor(Class.java:2053)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:80)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1069)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1021)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:632)
	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:442)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1094)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:989)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:276)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1456)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1197)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
	at net.shibboleth.idp.profile.spring.relyingparty.RelyingPartyTest.relyingParties(RelyingPartyTest.java:63)


Results :

Failed tests: 
  RelyingPartyGroupTest.relyingParty2:177->getContext:110 » BeanCreation Error c...
  SAML1ArtifactTest.values:48->BaseSAMLProfileTest.getBean:61 » BeanCreation Err...
  SAML2ECPProfileTest.values:62->BaseSAMLProfileTest.getBean:61 » BeanCreation E...
  SAML2BrowserSSOProfileTest.values:68->BaseSAMLProfileTest.getBean:61 » BeanCreation
  ShibbolethSSOProfileTest.values:54->BaseSAMLProfileTest.getBean:61 » BeanCreation
  RelyingPartyTest.relyingParties:63 » BeanCreation Error creating bean with nam...

Tests run: 74, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Shibboleth Identity Provider ...................... SUCCESS [1:52.774s]
[INFO] Shibboleth IdP :: Core ............................ SUCCESS [39.891s]
[INFO] Shibboleth IdP :: Configuration Schemas ........... SUCCESS [13.477s]
[INFO] Shibboleth IdP :: Profile API ..................... SUCCESS [32.122s]
[INFO] Shibboleth IdP :: Authentication API .............. SUCCESS [34.846s]
[INFO] Shibboleth IdP :: Attribute API ................... SUCCESS [31.232s]
[INFO] Shibboleth IdP :: Attribute Resolver API .......... SUCCESS [34.465s]
[INFO] Shibboleth IdP :: Attribute Filter API ............ SUCCESS [32.591s]
[INFO] Shibboleth IdP :: Consent Engine API .............. SUCCESS [21.672s]
[INFO] Shibboleth IdP :: ToU Engine API .................. SUCCESS [17.816s]
[INFO] Shibboleth IdP :: Session API ..................... SUCCESS [33.599s]
[INFO] Shibboleth IdP :: SAML Profile API ................ SUCCESS [48.741s]
[INFO] Shibboleth IdP :: Authentication Implementation ... SUCCESS [46.493s]
[INFO] Shibboleth IdP :: Attribute Implementation ........ SUCCESS [16.241s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ..... SUCCESS [1:30.128s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation  SUCCESS [50.597s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation . SUCCESS [51.489s]
[INFO] Shibboleth IdP :: Consent Engine Implementation ... SUCCESS [46.542s]
[INFO] Shibboleth IdP :: ToU Engine Implementation ....... SUCCESS [40.789s]
[INFO] Shibboleth IdP :: Profile Implementation .......... SUCCESS [46.900s]
[INFO] Shibboleth IdP :: Profile Spring Integration ...... FAILURE [22.100s]
[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 :: Configuration Files ............. SKIPPED
[INFO] Shibboleth IdP :: War ............................. SKIPPED
[INFO] Shibboleth IdP :: Distribution .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:26.509s
[INFO] Finished at: Thu May 08 03:35:15 EDT 2014
[INFO] Final Memory: 500M/1201M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project idp-profile-spring: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-profile-spring/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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :idp-profile-spring
Build step 'Invoke top-level Maven targets' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-parent/target/site> to /home/jenkins/.jenkins/jobs/java-identity-provider-nightly/htmlreports/Site_Report
Publishing Javadoc
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.
Saving reports...
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-1.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-10.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-11.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-12.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-13.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-14.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-15.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-2.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-3.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-4.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-5.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-6.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-7.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-8.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results-9.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2014-05-08_03-20-34/testng/testng-results.xml'
Failed Tests/Configs found. Marking build as UNSTABLE.
TestNG Reports Processing: FINISH


More information about the commits mailing list