[switchyard-dev] Build failed in Jenkins: SwitchYard-Components #1090

ci-builds at redhat.com ci-builds at redhat.com
Tue Apr 30 09:18:56 EDT 2013


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Components/1090/changes>

Changes:

[kbabo] SWITCHYARD-1437 remove deprecated org.jboss.as.connector.ConnectorServices usage in JCAActivator

------------------------------------------
[...truncated 7077 lines...]
	at org.apache.camel.impl.DefaultCamelContext.addService(DefaultCamelContext.java:918)
	at org.apache.camel.impl.DefaultCamelContext.getTypeConverter(DefaultCamelContext.java:1042)
	... 35 more
2013-04-30 09:18:47,822 [main           ] WARN  SwitchYardCamelContext         - CDI environment not detected, disabling Camel CDI integration
2013-04-30 09:18:47,825 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-6) is starting
2013-04-30 09:18:47,825 [main           ] INFO  ManagementStrategyFactory      - JMX enabled.
2013-04-30 09:18:47,826 [main           ] INFO  ultManagementLifecycleStrategy - StatisticsLevel at All so enabling load performance statistics
2013-04-30 09:18:47,952 [main           ] INFO  DefaultTypeConverter           - TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=170, misses=0]
2013-04-30 09:18:47,953 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-6) is shutting down
2013-04-30 09:18:47,955 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-6) is shutdown in 0.002 seconds. Uptime 0.131 seconds.
2013-04-30 09:18:47,956 [main           ] ERROR SwitchYardRunner               - Error while test kit startup
org.switchyard.exception.SwitchYardException: Failed to start Camel Exchange Bus
	at org.switchyard.bus.camel.CamelExchangeBus.start(CamelExchangeBus.java:82)
	at org.switchyard.internal.DomainImpl.<init>(DomainImpl.java:125)
	at org.switchyard.deploy.ServiceDomainManager.createDomain(ServiceDomainManager.java:109)
	at org.switchyard.test.SwitchYardTestKit.deploy(SwitchYardTestKit.java:237)
	at org.switchyard.test.SwitchYardTestKit.start(SwitchYardTestKit.java:180)
	at org.switchyard.test.SwitchYardRunner.createTest(SwitchYardRunner.java:65)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:236)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:233)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.switchyard.test.SwitchYardRunner.run(SwitchYardRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.camel.RuntimeCamelException: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages: [org.milyn.smooks.camel.converters]
	at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1280)
	at org.apache.camel.impl.DefaultCamelContext.getTypeConverter(DefaultCamelContext.java:1044)
	at org.apache.camel.impl.DefaultCamelContext.getTypeConverterRegistry(DefaultCamelContext.java:1059)
	at org.apache.camel.impl.DefaultCamelContext.forceLazyInitialization(DefaultCamelContext.java:2070)
	at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:1522)
	at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:1427)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:60)
	at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:1395)
	at org.switchyard.common.camel.SwitchYardCamelContext.start(SwitchYardCamelContext.java:181)
	at org.switchyard.bus.camel.CamelExchangeBus.start(CamelExchangeBus.java:80)
	... 27 more
Caused by: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages: [org.milyn.smooks.camel.converters]
	at org.apache.camel.impl.converter.AnnotationTypeConverterLoader.load(AnnotationTypeConverterLoader.java:117)
	at org.apache.camel.impl.converter.BaseTypeConverterRegistry.loadTypeConverters(BaseTypeConverterRegistry.java:489)
	at org.apache.camel.impl.converter.DefaultTypeConverter.doStart(DefaultTypeConverter.java:42)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:60)
	at org.apache.camel.impl.DefaultCamelContext.startService(DefaultCamelContext.java:1723)
	at org.apache.camel.impl.DefaultCamelContext.addService(DefaultCamelContext.java:918)
	at org.apache.camel.impl.DefaultCamelContext.getTypeConverter(DefaultCamelContext.java:1042)
	... 35 more
Tests run: 8, Failures: 0, Errors: 5, Skipped: 2, Time elapsed: 9.083 sec <<< FAILURE!
Running org.switchyard.component.soap.config.model.SOAPBindingModelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 sec
Running org.switchyard.component.soap.config.model.v1.V1SOAPMessageComposerModelTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.199 sec
Running org.switchyard.component.soap.StandardDocLitTest
2013-04-30 09:18:51,721 [main           ] WARN  SwitchYardCamelContext         - CDI environment not detected, disabling Camel CDI integration
2013-04-30 09:18:51,722 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-7) is starting
2013-04-30 09:18:51,722 [main           ] INFO  ManagementStrategyFactory      - JMX enabled.
2013-04-30 09:18:51,723 [main           ] INFO  ultManagementLifecycleStrategy - StatisticsLevel at All so enabling load performance statistics
2013-04-30 09:18:51,761 [main           ] INFO  DefaultTypeConverter           - TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=170, misses=0]
2013-04-30 09:18:51,762 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-7) is shutting down
2013-04-30 09:18:51,764 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-7) is shutdown in 0.002 seconds. Uptime 0.043 seconds.
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.061 sec <<< FAILURE!
Running org.switchyard.component.soap.WSDLUtilTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.switchyard.component.soap.WSDLUtilBindingStyleTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
Running org.switchyard.component.soap.SOAPContextMapperTest
[Fatal Error] :1:1: Content is not allowed in prolog.
[Fatal Error] :1:1: Content is not allowed in prolog.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.87 sec
Running org.switchyard.component.soap.RPCLiteralTest
2013-04-30 09:18:53,328 [main           ] WARN  SwitchYardCamelContext         - CDI environment not detected, disabling Camel CDI integration
2013-04-30 09:18:53,331 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-8) is starting
2013-04-30 09:18:53,332 [main           ] INFO  ManagementStrategyFactory      - JMX enabled.
2013-04-30 09:18:53,333 [main           ] INFO  ultManagementLifecycleStrategy - StatisticsLevel at All so enabling load performance statistics
2013-04-30 09:18:53,572 [main           ] INFO  DefaultTypeConverter           - TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=170, misses=0]
2013-04-30 09:18:53,573 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-8) is shutting down
2013-04-30 09:18:53,575 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-8) is shutdown in 0.002 seconds. Uptime 0.245 seconds.
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.276 sec <<< FAILURE!
Running org.switchyard.component.soap.UnwrappedMessageTest
2013-04-30 09:18:54,074 [main           ] WARN  SwitchYardCamelContext         - CDI environment not detected, disabling Camel CDI integration
2013-04-30 09:18:54,076 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-9) is starting
2013-04-30 09:18:54,076 [main           ] INFO  ManagementStrategyFactory      - JMX enabled.
2013-04-30 09:18:54,077 [main           ] INFO  ultManagementLifecycleStrategy - StatisticsLevel at All so enabling load performance statistics
2013-04-30 09:18:54,113 [main           ] INFO  DefaultTypeConverter           - TypeConverterRegistry utilization[attempts=0, hits=0, misses=0, failures=0] mappings[total=170, misses=0]
2013-04-30 09:18:54,113 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-9) is shutting down
2013-04-30 09:18:54,115 [main           ] INFO  SwitchYardCamelContext         - Apache Camel 2.10.0 (CamelContext: camel-9) is shutdown in 0.002 seconds. Uptime 0.040 seconds.
2013-04-30 09:18:54,116 [main           ] ERROR SwitchYardRunner               - Error while test kit startup
org.switchyard.exception.SwitchYardException: Failed to start Camel Exchange Bus
	at org.switchyard.bus.camel.CamelExchangeBus.start(CamelExchangeBus.java:82)
	at org.switchyard.internal.DomainImpl.<init>(DomainImpl.java:125)
	at org.switchyard.deploy.ServiceDomainManager.createDomain(ServiceDomainManager.java:109)
	at org.switchyard.test.SwitchYardTestKit.deploy(SwitchYardTestKit.java:237)
	at org.switchyard.test.SwitchYardTestKit.start(SwitchYardTestKit.java:180)
	at org.switchyard.test.SwitchYardRunner.createTest(SwitchYardRunner.java:65)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:236)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:233)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.switchyard.test.SwitchYardRunner.run(SwitchYardRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.apache.camel.RuntimeCamelException: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages: [org.milyn.smooks.camel.converters]
	at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1280)
	at org.apache.camel.impl.DefaultCamelContext.getTypeConverter(DefaultCamelContext.java:1044)
	at org.apache.camel.impl.DefaultCamelContext.getTypeConverterRegistry(DefaultCamelContext.java:1059)
	at org.apache.camel.impl.DefaultCamelContext.forceLazyInitialization(DefaultCamelContext.java:2070)
	at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:1522)
	at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:1427)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:60)
	at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:1395)
	at org.switchyard.common.camel.SwitchYardCamelContext.start(SwitchYardCamelContext.java:181)
	at org.switchyard.bus.camel.CamelExchangeBus.start(CamelExchangeBus.java:80)
	... 27 more
Caused by: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages: [org.milyn.smooks.camel.converters]
	at org.apache.camel.impl.converter.AnnotationTypeConverterLoader.load(AnnotationTypeConverterLoader.java:117)
	at org.apache.camel.impl.converter.BaseTypeConverterRegistry.loadTypeConverters(BaseTypeConverterRegistry.java:489)
	at org.apache.camel.impl.converter.DefaultTypeConverter.doStart(DefaultTypeConverter.java:42)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:60)
	at org.apache.camel.impl.DefaultCamelContext.startService(DefaultCamelContext.java:1723)
	at org.apache.camel.impl.DefaultCamelContext.addService(DefaultCamelContext.java:918)
	at org.apache.camel.impl.DefaultCamelContext.getTypeConverter(DefaultCamelContext.java:1042)
	... 35 more
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.533 sec <<< FAILURE!

Results :

Tests in error: 
  invokeOneWay(org.switchyard.component.soap.SOAPGatewayTest)
  invokeRequestResponse(org.switchyard.component.soap.SOAPGatewayTest)
  invokeRequestResponseSOAP12(org.switchyard.component.soap.SOAPGatewayTest)
  invokeCustomFaultWithDetails(org.switchyard.component.soap.SOAPGatewayTest)
  invokeMultiThreaded(org.switchyard.component.soap.SOAPGatewayTest)
  standardDocLitOperation(org.switchyard.component.soap.StandardDocLitTest)
  Test mechanism
  sendMessage(org.switchyard.component.soap.RPCLiteralTest)
  Test mechanism
  testWrapUnwrap(org.switchyard.component.soap.UnwrappedMessageTest)
  Test mechanism

Tests run: 37, Failures: 0, Errors: 11, Skipped: 2

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] SwitchYard: Components ............................ SUCCESS [43.385s]
[INFO] SwitchYard: Common Component Libraries Parent ..... SUCCESS [0.978s]
[INFO] SwitchYard: Common Component Library .............. SUCCESS [54.379s]
[INFO] SwitchYard: Component Test Parent ................. SUCCESS [0.995s]
[INFO] SwitchYard: Naming Test MixIn ..................... SUCCESS [27.092s]
[INFO] SwitchYard: CDI Test MixIn ........................ SUCCESS [37.756s]
[INFO] SwitchYard: Bean Component ........................ SUCCESS [3:12.455s]
[INFO] SwitchYard: Camel Component Common Library ........ SUCCESS [1:23.066s]
[INFO] SwitchYard: Knowledge Common Component Library .... SUCCESS [57.492s]
[INFO] SwitchYard: AMQP MixIn ............................ SUCCESS [46.441s]
[INFO] SwitchYard: BPM Component ......................... SUCCESS [1:32.978s]
[INFO] SwitchYard: BPM MixIn ............................. SUCCESS [26.406s]
[INFO] SwitchYard: HornetQ Test MixIn .................... SUCCESS [43.636s]
[INFO] SwitchYard: HTTP Test MixIn ....................... SUCCESS [30.889s]
[INFO] SwitchYard: JCA Test MixIn ........................ SUCCESS [47.864s]
[INFO] SwitchYard: Smooks Test MixIn ..................... SUCCESS [31.937s]
[INFO] SwitchYard: SCA Component ......................... SUCCESS [42.216s]
[INFO] SwitchYard: Rules Component ....................... SUCCESS [51.771s]
[INFO] SwitchYard: RESTEasy Component .................... SUCCESS [1:14.569s]
[INFO] SwitchYard: SOAP Component ........................ FAILURE [24.436s]
[INFO] SwitchYard: BPEL Component ........................ SKIPPED
[INFO] SwitchYard: Component Camel Parent ................ SKIPPED
[INFO] SwitchYard: Camel Component :: Camel Component .... SKIPPED
[INFO] SwitchYard: Camel Component :: Binding Test framework  SKIPPED
[INFO] SwitchYard: Camel Component :: Core Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: SwitchYard component  SKIPPED
[INFO] SwitchYard: Camel Component :: JMS Binding ........ SKIPPED
[INFO] SwitchYard: Camel Component :: AMQP Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: Atom Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: File Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: FTP Binding ........ SKIPPED
[INFO] SwitchYard: Camel Component :: JPA Binding ........ SKIPPED
[INFO] SwitchYard: Camel Component :: Mail Binding ....... SKIPPED
[INFO] SwitchYard: Camel Component :: Netty Binding ...... SKIPPED
[INFO] SwitchYard: Camel Component :: Quartz Binding ..... SKIPPED
[INFO] SwitchYard: Camel Component :: SQL Binding ........ SKIPPED
[INFO] SwitchYard: Clojure Component ..................... SKIPPED
[INFO] SwitchYard: HornetQ Component ..................... SKIPPED
[INFO] SwitchYard: HTTP Component ........................ SKIPPED
[INFO] SwitchYard: JCA Component ......................... SKIPPED
[INFO] SwitchYard: Components Forge Plugin ............... SKIPPED
[INFO] SwitchYard: Bean Component Forge Plugin ........... SKIPPED
[INFO] SwitchYard: Component Common Forge Plugin ......... SKIPPED
[INFO] SwitchYard: Camel Component Forge Plugin .......... SKIPPED
[INFO] SwitchYard: Clojure Component Forge Plugin ........ SKIPPED
[INFO] SwitchYard: SOAP Gateway Forge Plugin ............. SKIPPED
[INFO] SwitchYard: RESTEasy Gateway Forge Plugin ......... SKIPPED
[INFO] SwitchYard: Rules Component Forge Plugin .......... SKIPPED
[INFO] SwitchYard: BPM Component Forge Plugin ............ SKIPPED
[INFO] SwitchYard: HTTP Gateway Forge Plugin ............. SKIPPED
[INFO] SwitchYard: JCA Gateway Forge Plugin .............. SKIPPED
[INFO] SwitchYard: HornetQ Gateway Forge Plugin .......... SKIPPED
[INFO] SwitchYard: SCA Gateway Forge Plugin .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:02.773s
[INFO] Finished at: Tue Apr 30 09:18:54 EDT 2013
[INFO] Final Memory: 125M/626M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-component-soap: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Components/ws/soap/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 :switchyard-component-soap
Build step 'Invoke top-level Maven targets' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[FINDBUGS] Skipping publisher since build result is FAILURE


More information about the switchyard-dev mailing list