[switchyard-dev] Build failed in Jenkins: SwitchYard-Quickstarts #831

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri Jul 22 13:33:14 EDT 2011


See <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/831/changes>

Changes:

[tom.fennelly] SWITCHYARD-348: Change SwitchYard testing from extension of SwitchYardTestCase to using @RunWith(SwitchYardRunner.class)

------------------------------------------
[...truncated 214 lines...]
13:32:24,494 INFO  [route1] 
bob: Hello there!
sally: I like cheese
fred: Math makes me sleepy
bob: E pluribus unum
sally: And milk too
bob: Four score and seven years
sally: Actually, any kind of dairy is OK in my book

13:32:24,520 INFO  [route2] Inside XML Camel Route
13:32:24,521 INFO  [route2] [message] 'sally: I like cheese'
13:32:24,524 INFO  [route2] Inside XML Camel Route
13:32:24,524 INFO  [route2] [message] 'sally: And milk too'
13:32:24,527 INFO  [route2] Inside XML Camel Route
13:32:24,527 INFO  [route2] [message] 'sally: Actually, any kind of dairy is OK in my book'
13:32:24,532 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext:camel-2) is shutting down
13:32:24,533 INFO  [impl.DefaultShutdownStrategy] Starting to graceful shutdown 2 routes (timeout 300 seconds)
13:32:24,541 INFO  [impl.DefaultShutdownStrategy] Route: route2 shutdown complete, was consuming from: Endpoint[switchyard://XMLService]
13:32:24,541 INFO  [impl.DefaultShutdownStrategy] Route: route1 shutdown complete, was consuming from: Endpoint[switchyard://JavaDSL]
13:32:24,542 INFO  [impl.DefaultShutdownStrategy] Graceful shutdown of 2 routes completed in 0 seconds
13:32:24,545 INFO  [impl.DefaultInflightRepository] Shutting down with no inflight exchanges.
13:32:24,547 INFO  [impl.DefaultCamelContext] Uptime: 0.188 seconds
13:32:24,547 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext: camel-2) is shutdown in 0.015 seconds
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.057 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/switchyard-quickstarts-camel-service-0.2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-service/target/switchyard-quickstarts-camel-service-0.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstarts-camel-service/0.2.0-SNAPSHOT/switchyard-quickstarts-camel-service-0.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Camel Binding
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-binding/target>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-binding/target/classes>
[INFO] [switchyard:configure {execution: default}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-binding/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-binding/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.camel.binding.CamelBindingTest
49 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.0 (Final)
109 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
660 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
661 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
13:32:34,129 INFO  [converter.AnnotationTypeConverterLoader] Found 5 packages with 17 @Converter classes to load
13:32:34,196 INFO  [converter.DefaultTypeConverter] Loaded 163 type converters in 0.926 seconds
13:32:34,270 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext: camel-2) is starting
13:32:34,271 INFO  [impl.DefaultCamelContext] JMX enabled. Using ManagedManagementStrategy.
13:32:35,237 INFO  [converter.AnnotationTypeConverterLoader] Found 5 packages with 17 @Converter classes to load
13:32:35,273 INFO  [converter.DefaultTypeConverter] Loaded 163 type converters in 0.665 seconds
13:32:35,364 INFO  [impl.DefaultCamelContext] Total 0 routes, of which 0 is started.
13:32:35,365 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext: camel-2) started in 1.094 seconds
13:32:36,157 INFO  [impl.DefaultCamelContext] Route: GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true] started and consuming from: Endpoint[file://target/input?delete=true&fileName=test.txt&initialDelay=50]
Hello there Captain Crunch :-) 
13:32:36,669 INFO  [impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
13:32:36,676 INFO  [impl.DefaultShutdownStrategy] Route: GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true] suspended and shutdown deferred, was consuming from: Endpoint[file://target/input?delete=true&fileName=test.txt&initialDelay=50]
13:32:36,676 INFO  [impl.DefaultShutdownStrategy] Route: GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true] preparing to shutdown complete.
13:32:36,676 INFO  [impl.DefaultShutdownStrategy] Route: GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true] suspend complete.
13:32:36,677 INFO  [impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
13:32:36,677 INFO  [impl.DefaultCamelContext] Route: GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true] suspended, was consuming from: Endpoint[file://target/input?delete=true&fileName=test.txt&initialDelay=50]
13:32:36,678 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext:camel-2) is shutting down
13:32:36,678 INFO  [impl.DefaultShutdownStrategy] Starting to graceful shutdown 1 routes (timeout 300 seconds)
13:32:36,679 INFO  [impl.DefaultShutdownStrategy] Route: GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true] suspended and shutdown deferred, was consuming from: Endpoint[file://target/input?delete=true&fileName=test.txt&initialDelay=50]
13:32:36,679 INFO  [impl.DefaultShutdownStrategy] Route: GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true] preparing to shutdown complete.
13:32:36,679 INFO  [impl.DefaultShutdownStrategy] Route: GreetingService-[file://target/input?fileName=test.txt&initialDelay=50&delete=true] shutdown complete.
13:32:36,679 INFO  [impl.DefaultShutdownStrategy] Graceful shutdown of 1 routes completed in 0 seconds
13:32:36,682 INFO  [impl.DefaultInflightRepository] Shutting down with no inflight exchanges.
13:32:36,685 INFO  [impl.DefaultCamelContext] Uptime: 2.415 seconds
13:32:36,685 INFO  [impl.DefaultCamelContext] Apache Camel 2.6.0 (CamelContext: camel-2) is shutdown in 0.007 seconds
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.551 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-binding/target/switchyard-quickstarts-camel-binding-0.2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/camel-binding/target/switchyard-quickstarts-camel-binding-0.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstarts-camel-binding/0.2.0-SNAPSHOT/switchyard-quickstarts-camel-binding-0.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : JAXB Transformation
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-jaxb/target>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] snapshot org.switchyard.components:switchyard-component-soap:0.2.0-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.switchyard.components:switchyard-component-soap:0.2.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.switchyard.components:switchyard-component-soap:0.2.0-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot org.switchyard.components:switchyard-component-soap:0.2.0-SNAPSHOT: checking for updates from codehaus.m2.snapshots
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-jaxb/target/classes>
[INFO] [switchyard:configure {execution: default}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-jaxb/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-jaxb/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.transform.jaxb.JaxbTransformationTest
44 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.0 (Final)
111 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
711 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
711 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
1526 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
1836 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
2107 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.166 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-jaxb/target/switchyard-quickstart-transform-jaxb-0.2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-jaxb/target/switchyard-quickstart-transform-jaxb-0.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-transform-jaxb/0.2.0-SNAPSHOT/switchyard-quickstart-transform-jaxb-0.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : JSON Transformation
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-json/target>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-json/target/classes>
[INFO] [switchyard:configure {execution: default}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-json/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-json/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.transform.json.JsonTransformationTest
46 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.0 (Final)
112 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
676 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
677 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
1448 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.359 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-json/target/switchyard-quickstart-transform-json-0.2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-json/target/switchyard-quickstart-transform-json-0.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-transform-json/0.2.0-SNAPSHOT/switchyard-quickstart-transform-json-0.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Smooks Transformation
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-smooks/target>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-smooks/target/classes>
[INFO] [switchyard:configure {execution: default}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-smooks/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-smooks/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.transform.smooks.ServiceTransformationTest
46 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.0 (Final)
113 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
677 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
678 [main] WARN org.jboss.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
2975 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.116 sec
Running org.switchyard.quickstarts.transform.smooks.SmooksTransformationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.86 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-smooks/target/switchyard-quickstart-transform-smooks-0.2.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/transform-smooks/target/switchyard-quickstart-transform-smooks-0.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/switchyard/quickstarts/switchyard-quickstart-transform-smooks/0.2.0-SNAPSHOT/switchyard-quickstart-transform-smooks-0.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Quickstart : Rules Interview
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/rules-interview/target>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] snapshot org.switchyard.components:switchyard-component-rules:0.2.0-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.switchyard.components:switchyard-component-rules:0.2.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.switchyard.components:switchyard-component-rules:0.2.0-SNAPSHOT: checking for updates from jboss-public-repository-group
[INFO] snapshot org.switchyard.components:switchyard-component-rules:0.2.0-SNAPSHOT: checking for updates from codehaus.m2.snapshots
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to <http://hudson.qa.jboss.com/hudson/job/SwitchYard-Quickstarts/ws/rules-interview/target/classes>
[INFO] [switchyard:configure {execution: default}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] java.lang.RuntimeException: java.io.FileNotFoundException: JAR entry org/switchyard/config/model/descriptor.properties not found in /home/hudson/.m2/repository/org/switchyard/switchyard-transform/0.2.0-SNAPSHOT/switchyard-transform-0.2.0-SNAPSHOT.jar

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 7 seconds
[INFO] Finished at: Fri Jul 22 13:33:13 EDT 2011
[INFO] Final Memory: 119M/310M
[INFO] ------------------------------------------------------------------------



More information about the switchyard-dev mailing list