Build failed in Hudson: JBoss-AS-7.0.x #747

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Wed Mar 16 18:38:27 EDT 2011


See <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/747/changes>

Changes:

[bstansberry at jboss.com] read-resource-description support for datasources and resource-adapters subsystem

[bstansberry at jboss.com] Use POOL_NAME not POOLNAME

[bstansberry at jboss.com] Datasource description fix, and tests of the connector extension descriptions

------------------------------------------
[...truncated 1853 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-threads ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (ban-bad-dependencies) @ jboss-as-threads ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ jboss-as-threads ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ jboss-as-threads ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-as-threads ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ jboss-as-threads ---
[INFO] Compiling 29 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/threads/target/classes>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-threads ---
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ jboss-as-threads ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/threads/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ jboss-as-threads ---
[INFO] Compiling 1 source file to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/threads/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ jboss-as-threads ---
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/threads/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.threads.ThreadsSubsystemTestCase
Mar 16, 2011 6:38:12 PM org.jboss.as.controller.BasicModelController execute
ERROR: operation ("add") failed - address: ([
    ("profile" => "test"),
    ("subsystem" => "threads"),
    ("thread-factory" => "test-factory")
])
java.lang.IllegalArgumentException: priority is out of range 12
	at org.jboss.as.threads.ThreadFactoryAdd.execute(ThreadFactoryAdd.java:69)
	at org.jboss.as.controller.BasicModelController.doExecute(BasicModelController.java:346)
	at org.jboss.as.controller.BasicModelController.execute(BasicModelController.java:239)
	at org.jboss.as.controller.BasicModelController.execute(BasicModelController.java:204)
	at org.jboss.as.controller.BasicModelController.execute(BasicModelController.java:188)
	at org.jboss.as.controller.AbstractModelController.execute(AbstractModelController.java:101)
	at org.jboss.as.controller.AbstractModelController.execute(AbstractModelController.java:51)
	at org.jboss.as.threads.ThreadsSubsystemTestCase$TestController.executeForResult(ThreadsSubsystemTestCase.java:840)
	at org.jboss.as.threads.ThreadsSubsystemTestCase.testSimpleThreadFactoryInvalidPriorityValue(ThreadsSubsystemTestCase.java:254)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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)
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ jboss-as-threads ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/threads/target/jboss-as-threads-7.0.0.Beta2-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ jboss-as-threads ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/threads/target/jboss-as-threads-7.0.0.Beta2-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jboss-as-threads ---
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/threads/target/jboss-as-threads-7.0.0.Beta2-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/jboss/as/jboss-as-threads/7.0.0.Beta2-SNAPSHOT/jboss-as-threads-7.0.0.Beta2-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/threads/pom.xml> to /home/hudson/.m2/repository/org/jboss/as/jboss-as-threads/7.0.0.Beta2-SNAPSHOT/jboss-as-threads-7.0.0.Beta2-SNAPSHOT.pom
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/threads/target/jboss-as-threads-7.0.0.Beta2-SNAPSHOT-sources.jar> to /home/hudson/.m2/repository/org/jboss/as/jboss-as-threads/7.0.0.Beta2-SNAPSHOT/jboss-as-threads-7.0.0.Beta2-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server: Connector Subsystem 7.0.0.Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (ban-bad-dependencies) @ jboss-as-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ jboss-as-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ jboss-as-connector ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-as-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ jboss-as-connector ---
[INFO] Compiling 119 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/target/classes>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-connector ---
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ jboss-as-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ jboss-as-connector ---
[INFO] Compiling 4 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/target/test-classes>
[WARNING] <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java>:[105,47] [deprecation] getChild(java.net.URL) in org.jboss.vfs.VFS has been deprecated

[WARNING] <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java>:[137,47] [deprecation] getChild(java.net.URL) in org.jboss.vfs.VFS has been deprecated

[WARNING] <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java>:[171,47] [deprecation] getChild(java.net.URL) in org.jboss.vfs.VFS has been deprecated

[WARNING] <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java>:[203,47] [deprecation] getChild(java.net.URL) in org.jboss.vfs.VFS has been deprecated

[WARNING] <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java>:[233,47] [deprecation] getChild(java.net.URL) in org.jboss.vfs.VFS has been deprecated

[WARNING] <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java>:[264,47] [deprecation] getChild(java.net.URL) in org.jboss.vfs.VFS has been deprecated

[WARNING] <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java>:[295,47] [deprecation] getChild(java.net.URL) in org.jboss.vfs.VFS has been deprecated

[WARNING] <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/src/test/java/org/jboss/as/connector/annotations/repository/jandex/AnnotationsTestCase.java>:[326,47] [deprecation] getChild(java.net.URL) in org.jboss.vfs.VFS has been deprecated

[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ jboss-as-connector ---
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.connector.subsystems.resourceadapters.ResourceAdaptersSubsystemProvidersUnitTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec
Running org.jboss.as.connector.annotations.repository.jandex.AnnotationsTestCase
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
Running org.jboss.as.connector.subsystems.connector.ConnectorSubsystemProvidersUnitTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.jboss.as.connector.subsystems.datasources.DataSourcesSubsystemProvidersUnitTestCase
Tests run: 6, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.072 sec <<< FAILURE!

Results :

Tests in error: 
  testSubsystem(org.jboss.as.connector.subsystems.datasources.DataSourcesSubsystemProvidersUnitTestCase)
  testAddJdbcDriverDesc(org.jboss.as.connector.subsystems.datasources.DataSourcesSubsystemProvidersUnitTestCase)
  testDescribeJdbcDriverDesc(org.jboss.as.connector.subsystems.datasources.DataSourcesSubsystemProvidersUnitTestCase)
  testJdbcDriverDesc(org.jboss.as.connector.subsystems.datasources.DataSourcesSubsystemProvidersUnitTestCase)
  testRemoveJdbcDriverDesc(org.jboss.as.connector.subsystems.datasources.DataSourcesSubsystemProvidersUnitTestCase)

Tests run: 21, Failures: 0, Errors: 5, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [3.633s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [2.663s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.487s]
[INFO] JBoss Application Server: Arquillian Testenricher CDI  SUCCESS [1.270s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [0.325s]
[INFO] JBoss Application Server: Arquillian Testenricher Resource  SUCCESS [0.434s]
[INFO] JBoss Application Server: Arquillian Protocol Servlet  SUCCESS [3.605s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [7.115s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [4.275s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [16.498s]
[INFO] JBoss Application Server: Domain HTTP API ......... SUCCESS [1.714s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [1.508s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [3.525s]
[INFO] JBoss Application Server: Server .................. SUCCESS [9.964s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [2.360s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [5.073s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.176s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [5.950s]
[INFO] JBoss Application Server: Arquillian Service ...... SUCCESS [2.664s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [4.644s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [5.737s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [4.396s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [3.806s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [5.444s]
[INFO] JBoss Application Server: Connector Subsystem ..... FAILURE [12.465s]
[INFO] JBoss Application Server: Deployment Scanner ...... SKIPPED
[INFO] JBoss Application Server: Domain Controller ....... SKIPPED
[INFO] JBoss Application Server: EJB Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Web Subsystem ........... SKIPPED
[INFO] JBoss Application Server: JPA Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Weld Integration ........ SKIPPED
[INFO] JBoss Application Server: JAX-RS Integration ...... SKIPPED
[INFO] JBoss Application Server: Host Controller ......... SKIPPED
[INFO] JBoss Application Server: Logging Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Managed Beans Subsystem . SKIPPED
[INFO] JBoss Application Server: Messaging Subsystem ..... SKIPPED
[INFO] JBoss Application Server: OSGi Config Admin ....... SKIPPED
[INFO] JBoss Application Server: Security Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Remoting Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Service Archive Subsystem  SKIPPED
[INFO] JBoss Application Server: Web Services Subsystem .. SKIPPED
[INFO] JBoss Application Server: Web Services Server Integration Subsystem  SKIPPED
[INFO] JBoss Application Server: Build ................... SKIPPED
[INFO] JBoss Application Server: Arquillian Embedded Container  SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Container  SKIPPED
[INFO] JBoss Application Server: Arquillian Remote Container  SKIPPED
[INFO] JBoss Application Server: Demos ................... SKIPPED
[INFO] JBoss Application Server: Microcontainer Subsystem  SKIPPED
[INFO] JBoss Application Server: OSGi Integration Plugin . SKIPPED
[INFO] JBoss Application Server: Test Suite: Aggregator .. SKIPPED
[INFO] JBoss Application Server: Test Suite: Smoke Tests . SKIPPED
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem  SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:54.504s
[INFO] Finished at: Wed Mar 16 18:38:25 EDT 2011
[INFO] Final Memory: 225M/483M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on project jboss-as-connector: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/connector/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 :jboss-as-connector
Recording test results
Archiving artifacts



More information about the builds mailing list