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

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Thu Feb 10 11:22:44 EST 2011


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

Changes:

[bstansberry at jboss.com] First cut on detyped API using jboss-dmr

[bstansberry at jboss.com] First pass at base controller API

[bstansberry at jboss.com] Operation registry

[bstansberry at jboss.com] Compile fix

[bstansberry at jboss.com] Server controller, update operation handler

[bstansberry at jboss.com] More APIs

[bstansberry at jboss.com] Protect against inconsistent view

[bstansberry at jboss.com] Round out operation handlers

[bstansberry at jboss.com] Fix registry issue, create abstract util method

[bstansberry at jboss.com] Unify operation context; use two-method strategy for operations that may or may not apply at run time

[bstansberry at jboss.com] Delete obsolete method

[bstansberry at jboss.com] Add compensating updates to execute API, and add proxy handling to the operation registry

[bstansberry at jboss.com] ModelController client and operation handler

[bstansberry at jboss.com] Report IOExceptions and rework to fit the new ResultHandler.handleResultComplete()

[bstansberry at jboss.com] XML based config persister using new StaxMapper API

[bstansberry at jboss.com] Add persister which backs up the original file

[bstansberry at jboss.com] Progress on operation handlers

[bstansberry at jboss.com] Require an add handler at subsystem registration

[bstansberry at jboss.com] Providers for model descriptions

[bstansberry at jboss.com] Missing stuff from 'Providers for model descriptions' commit

[bstansberry at jboss.com] Merge registry types, add new persistence package, make subsystem registration use the new registry API

[bstansberry at jboss.com] Remove operation description from operation handler

[bstansberry at jboss.com] Rename Operation->Cancellable

[bstansberry at jboss.com] ModelController protocol no longer needs marshalling

[bstansberry at jboss.com] Add some more descriptions; tighten existing ones

[bstansberry at jboss.com] DescriptionProvider i18n support, improve operation descriptions, more description cleanups

[bstansberry at jboss.com] Make add operations operate on the addressed node; add infrastructure to discriminate different kinds of operation by type

[bstansberry at jboss.com] A bunch of unused imports

[bstansberry at jboss.com] New bootstrap standalone execution path

[bstansberry at jboss.com] Send in a list rather than a single node to the parser

[bstansberry at jboss.com] Use only one update method no matter what; test the context parameter type to see if a runtime op is possible

[bstansberry at jboss.com] No need to keep this method off of the base interface anymore

[bstansberry at jboss.com] Added dependency on org.jboss.dmr to allow for loading of org.jboss.dmr.ModelNode within DomainControllerImpl.

[bstansberry at jboss.com] Global read attribute operations

[bstansberry at jboss.com] Upgrade to dmr release and get rid of my local ModelNode.require(String...) calls

[bstansberry at jboss.com] Subsystem XML basic parser, parse utilities and class structure, separate extension XML parsing context init phase

[bstansberry at jboss.com] Add ModelRemoveOperationHandler type

[bstansberry at jboss.com] Do not persist configuration during startup

[bstansberry at jboss.com] Parse host.xml into detyped operations

[bstansberry at jboss.com] remoting subsystem detyped handlers

[bstansberry at jboss.com] create a list of updates when processing the subsystems

[bstansberry at jboss.com] domain.xml parsing

[bstansberry at jboss.com] Checkstyle fix

[bstansberry at jboss.com] Use OP and OP_ADDR constants

[bstansberry at jboss.com] Parse namespaces on the root elements

[bstansberry at jboss.com] Rework the tests into something more true to the real model.

[bstansberry at jboss.com] read-sub-model => read-resource

[bstansberry at jboss.com] Fix compile issue

[bstansberry at jboss.com] Port ServerControllerService changes to NewServerControllerService to let it compile

[bstansberry at jboss.com] Use 'write' instead of 'set' in operation names

[bstansberry at jboss.com] Better handling of recursive children/model-description elements

[bstansberry at jboss.com] resource bundles should be under src/main/resources otherwise maven ignores them after a clean build

[bstansberry at jboss.com] General write-attribute handling

[bstansberry at jboss.com] Use constant for no location

[bstansberry at jboss.com] Javadoc

[bstansberry at jboss.com] REQUEST_PROPERTIES should not be part of the actual requests

[bstansberry at jboss.com] Add attributes map to node and register the read attributes in the test model

[bstansberry at jboss.com] Write attribute handlers

[bstansberry at jboss.com] Return attribute's access-type from the read-resource-description operation

[bstansberry at jboss.com] By default provide RO access to described attributes

[bstansberry at jboss.com] Register subsystems under {subsystem => name} instead of {subsystem => *}

[bstansberry at jboss.com] Sync NewServerControllerService to ServerControllerService (at least enough to compile)

[bstansberry at jboss.com] Use write-attribute for simple attribute setting

[bstansberry at jboss.com] Handlers for namespace operations

[bstansberry at jboss.com] Remove duplicate dependency

[bstansberry at jboss.com] Handlers for schema-location

[bstansberry at jboss.com] Track code that created wiki dmr examples for a while

[bstansberry at jboss.com] Add missing dependencies to controller module.xml

[bstansberry at jboss.com] Work around bug in ModelNode.asPropertyList(); add a toString()

[bstansberry at jboss.com] Handle null namespace prefix

[bstansberry at jboss.com] Fix some parsing bugs

[bstansberry at jboss.com] Remove dependency on org.jboss.as.protocol

[bstansberry at jboss.com] Fix ModelNode.isDefined() check

[bstansberry at jboss.com] Handle extension resource

[bstansberry at jboss.com] Temporarily fold building the model registry into NewServerControllerImpl

[bstansberry at jboss.com] Detyped threads subsystem

[bstansberry at jboss.com] Remove unused extension context field

[bstansberry at jboss.com] detyped managed beans subsystem

[bstansberry at jboss.com] detyped jmx subsystem

[bstansberry at jboss.com] detyped deployment scanner subsystem

[bstansberry at jboss.com] detyped ee subsystem

[bstansberry at jboss.com] detyped sar subsystem

[bstansberry at jboss.com] detyped web subsystem

[bstansberry at jboss.com] be more consistent on add/remove operations

[bstansberry at jboss.com] detyped txn subsystem

[bstansberry at jboss.com] detyped naming subsystem

[bstansberry at jboss.com] detyped arquillian subsystem

[bstansberry at jboss.com] messaging subsystem wip

[bstansberry at jboss.com] update changed deployers

[bstansberry at jboss.com] messaging subsystem part 2

[bstansberry at jboss.com] don't use request-properties as part of the operation

[bstansberry at jboss.com] detyped jms subsystem

[bstansberry at jboss.com] consistent usage of ADDRESS vs. OP_ADDR

[bstansberry at jboss.com] consistent usage of addresses, translate the subsystem relative address in the domain, standalone parsers

[bstansberry at jboss.com] initialize potential children

[bstansberry at jboss.com] detyped logging subsystem

[bstansberry at jboss.com] fix test to use proper OP and OP_ADDR

[bstansberry at jboss.com] Use OP and OP_ADDR in operation requests

[bstansberry at jboss.com] Add ServiceLocator files for NewExtension impls

[bstansberry at jboss.com] Populate the root model resource

[bstansberry at jboss.com] Fix namespace URI

[bstansberry at jboss.com] Fix classname

[bstansberry at jboss.com] Validate model adds don't replace existing structure

[bstansberry at jboss.com] Boot the server using detyped model

[bstansberry at jboss.com] Helpers for integration between ResultHandlers and MSC ServiceListeners

[bstansberry at jboss.com] Rename handler classes to organize by target, not operation

[bstansberry at jboss.com] Basic path add/remove support

[bstansberry at jboss.com] Allow server handlers to dynamically trigger RESTART_REQUIRED

[bstansberry at jboss.com] Register global operations

[bstansberry at jboss.com] Minor path tweaks

[bstansberry at jboss.com] Fix path add handling

[bstansberry at jboss.com] Interface support

[bstansberry at jboss.com] Add serialVersionUID

[bstansberry at jboss.com] Socket binding handling

[bstansberry at jboss.com] register subsystem parsers using the correct QName

[bstansberry at jboss.com] get most of the subsystems booting

[bstansberry at jboss.com] get the hornetQ subsystem to start

[bstansberry at jboss.com] Disable deployment scanner

[bstansberry at jboss.com] Handle system property adds/removes

[bstansberry at jboss.com] add managment socket handler

[bstansberry at jboss.com] Disable smoke tests until we can persist standalone.xml

[bstansberry at jboss.com] Add a demo of reading resource tree and resource description tree

[bstansberry at jboss.com] Proxy controllers

[bstansberry at jboss.com] Make org.jboss.as.protocol available to controller at runtime

[bstansberry at jboss.com] Port upstream/master changes to detyped New* classes

[bstansberry at jboss.com] Consistent handling of sub addresses for proxy controllers and make remote proxy controller part of src/main

[bstansberry at jboss.com] Work on standalone.xml deparser

[bstansberry at jboss.com] StandaloneXml marshalling

[bstansberry at jboss.com] Add a read-config-as-xml operation

[bstansberry at jboss.com] Fix stack overflow

[bstansberry at jboss.com] Marshall the threads subsystem

[bstansberry at jboss.com] Fix PathAddHandler

[bstansberry at jboss.com] partial logging metadata

[bstansberry at jboss.com] Fix discrepancies between DescriptionProviders and the resource bundle

[bstansberry at jboss.com] marshall logging

[bstansberry at jboss.com] managed beans marshalling

[bstansberry at jboss.com] Enable the 'complex' interface

[bstansberry at jboss.com] Use the correct resource bundle key

[bstansberry at jboss.com] Fix the basics of Domain/HostXml marshalling

[bstansberry at jboss.com] Fix standalone.xml marshalling

[bstansberry at jboss.com] transactions marshalling

[bstansberry at jboss.com] Naming and sar marshalling

[bstansberry at jboss.com] Register subsystem XMLElementWriters during Extension.initialize()

[bstansberry at jboss.com] basic metrics handling

[bstansberry at jboss.com] Remoting marshalling

[bstansberry at jboss.com] detyped weld extension

[bstansberry at jboss.com] Messaging subsystem marshalling

[bstansberry at jboss.com] Empty subsystem elements seem to cause a problem in FormattingXMLStreamWriter.runAttrQueue()

[bstansberry at jboss.com] Add Transaction subsystem add operation

[bstansberry at jboss.com] Fix logging subsystem marshalling

[bstansberry at jboss.com] Apply empty element marshalling problem workaround to Weld subsystem

[bstansberry at jboss.com] Converted security subsystem to detyped API.

[bstansberry at jboss.com] Tighten handling of 'has'

[bstansberry at jboss.com] Clean up treatment of system props as an attribute, not a child

[bstansberry at jboss.com] Fix JMX subsystem marshalling

[bstansberry at jboss.com] Fix messaging subsystem marshalling

[bstansberry at jboss.com] JMS subsystem marshalling

[bstansberry at jboss.com] JMS subsystem marshalling

[bstansberry at jboss.com] Fix more subsystems for add and marshalling

[bstansberry at jboss.com] Fix arquillian resource bundle

[bstansberry at jboss.com] Correct operation name for adding management socket

[bstansberry at jboss.com] Reuse address

[bstansberry at jboss.com] Handle management socket generally

[bstansberry at jboss.com] format the operation response and add some javadoc

[bstansberry at jboss.com] Extract the XML from the overall result

[bstansberry at jboss.com] Fix merge problems in pom.xml

[bstansberry at jboss.com] Port ee subsystem changes to detyped

[bstansberry at jboss.com] Add commented out webservices

[bstansberry at jboss.com] Rework WriteAttributeHandlers to use ParameterValidator

[bstansberry at jboss.com] Converted OSGi subsytem to the detyped model.

[bstansberry at jboss.com] Use ModelNode.remove() in PathAddress

[bstansberry at jboss.com] Don't add non-existent nodes when validating

[bstansberry at jboss.com] Composite operation handling

[bstansberry at jboss.com] Deployment handling

[bstansberry at jboss.com] Convert deployment scanner to use detyped API

[bstansberry at jboss.com] Fix deployment marshalling; turn on config persistence

[bstansberry at jboss.com] Corrected marshalling errors that were creating an invalid standalone.xml

[bstansberry at jboss.com] Converted webservices integration to use the detyped API.

[bstansberry at jboss.com] detyped implementation for connector subsystem

[bstansberry at jboss.com] Register NewConnectorSubsystemParser's XMLElementWriter aspect in initialize()

[bstansberry at jboss.com] reviewed detyped implementation for connector subsystem

[bstansberry at jboss.com] datasources subsystem detyped

[bstansberry at jboss.com] Enabled connector services to work on marshalling.

[bstansberry at jboss.com] Added XML marshalling to the ConnectorExtension.

[bstansberry at jboss.com] resource-adapters subsystem detyped implementation

[bstansberry at jboss.com] Have Cancellable return a boolean result

[bstansberry at jboss.com] ServerDeploymentManager built on detyped API

[bstansberry at jboss.com] Remove ops should implement ModelRemoveOperationHandler

[bstansberry at jboss.com] Port changes from master

[bstansberry at jboss.com] Fix web connector handling

[bstansberry at jboss.com] Fixes to get messaging/jms demos working

[bstansberry at jboss.com] Convert standalone demos to ModelControllerClient

[bstansberry at jboss.com] Don't write <deployers/> if there are no deployments

[bstansberry at jboss.com] Allow registration of deployers during boot

[bstansberry at jboss.com] Minor tweaks

[bstansberry at jboss.com] Initial domain http api implementation

[bstansberry at jboss.com] Don't pass 'undefined' selector to HQ

[bstansberry at jboss.com] Enabled datasource deployment and domain model population.

[bstansberry at jboss.com] Added marshalling of datasources.

[bstansberry at jboss.com] Remove use of StandaloneClient

[bstansberry at jboss.com] First pass at booting embedded using detyped model

[bstansberry at jboss.com] Make parsing work with woodstox

[bstansberry at jboss.com] Add required dependencies to test deployments

[bstansberry at jboss.com] Update ServerInModuleStartupTestCase to use the new bootstrap

[bstansberry at jboss.com] Include boot-time actions in the *Add operation handlers

[bstansberry at jboss.com] Misc jca fixes

[bstansberry at jboss.com] fixing bugs

[bstansberry at jboss.com] Partial port of security config changes to detyped

[bstansberry at jboss.com] Port deployment unit name creation approach to detyped2 branch

[bstansberry at jboss.com] Sync naming subsystem to master

[bstansberry at jboss.com] Partially port security subsystem updates to detyped

[bstansberry at jboss.com] Export msc from server module so org.jboss.as.test.surefire.servermodule.ServerInModuleStartupTestCase works

[bstansberry at jboss.com] JCA subsystem adds all use BootOperationContext

[bstansberry at jboss.com] Add javax.api dependency

[bstansberry at jboss.com] Test the demos known to work

[bstansberry at jboss.com] add detyped ejb3 subsystem

[bstansberry at jboss.com] sync deployers with upstream

[bstansberry at jboss.com] sync weld subsystem add with upstream

[bstansberry at jboss.com] add ejb3 subsystem to standalone configuration

[bstansberry at jboss.com] XML based config persister using new StaxMapper API

[bstansberry at jboss.com] Boot the server using detyped model

[bstansberry at jboss.com] Fix discrepancies between DescriptionProviders and the resource bundle

[bstansberry at jboss.com] Initial domain http api implementation

[bstansberry at jboss.com] Parse host.xml

[bstansberry at jboss.com] Start trying to populate the model from the updates

[bstansberry at jboss.com] Get current host.xml parsed into HC's model

[bstansberry at jboss.com] Only start one server for now

[bstansberry at jboss.com] Start booting host controller from the detyped stuff

[bstansberry at jboss.com] Start moving managed server to use detyped

[bstansberry at jboss.com] Some descriptions for things used by the host controller

[bstansberry at jboss.com] Add undefined elements for the server node

[bstansberry at jboss.com] detyped domain.xml handling

[bstansberry at jboss.com] extract ParsedInterfaceCriteria

[bstansberry at jboss.com] fix the domain.xml location

[bstansberry at jboss.com] try to cleanup the hc a bit

[bstansberry at jboss.com] use new bootstrap

[bstansberry at jboss.com] Start merging host and server models

[bstansberry at jboss.com] When combining the models query the domain controller for the operations to create the subsystems for the named profile

[bstansberry at jboss.com] Describe the simple subsystems

[bstansberry at jboss.com] Describe JMX

[bstansberry at jboss.com] Describe Tx subsystem

[bstansberry at jboss.com] Try to get the transaction subsystem operation properties (still not working)

[bstansberry at jboss.com] start servers using detyped API

[bstansberry at jboss.com] add socket-bindings to the update list

[bstansberry at jboss.com] try to cleanup the hc a bit

[bstansberry at jboss.com] use new bootstrap

[bstansberry at jboss.com] Start merging host and server models

[bstansberry at jboss.com] When combining the models query the domain controller for the operations to create the subsystems for the named profile

[bstansberry at jboss.com] Describe the simple subsystems

[bstansberry at jboss.com] Describe JMX

[bstansberry at jboss.com] Describe Tx subsystem

[bstansberry at jboss.com] Try to get the transaction subsystem operation properties (still not working)

[bstansberry at jboss.com] start servers using detyped API

[bstansberry at jboss.com] update to changed management configuration model

[bstansberry at jboss.com] Parse criteria properly when setting up the management socket

[bstansberry at jboss.com] Fix transactions describe handler

[bstansberry at jboss.com] Describe security subsystem

[bstansberry at jboss.com] ModelNode.hasDefined()

[bstansberry at jboss.com] Clone model before returning it

[bstansberry at jboss.com] Cloning model breaks everything

[bstansberry at jboss.com] Make the thread-pools and keepalive-time complex attributes

[bstansberry at jboss.com] Describe threads subsystem

[bstansberry at jboss.com] update the merging of socket binding groups

[bstansberry at jboss.com] Describe weld and arquillian subsystems

[bstansberry at jboss.com] Describe logging subsystem

[bstansberry at jboss.com] use model.clone() for domain and host models

[bstansberry at jboss.com] Enable weld and describe connectors

[bstansberry at jboss.com] Skeleton description of datasources (ds don't actually parse)

[bstansberry at jboss.com] describe messaging and jms subsystem

[bstansberry at jboss.com] Placeholder describe of resource adapaters

[bstansberry at jboss.com] web subsystem describe handler

[bstansberry at jboss.com] detyped WS decribe handler

[bstansberry at jboss.com] Describe Remoting subsystem

[bstansberry at jboss.com] Fix flaws from merge of detyped2-domain branch

[bstansberry at jboss.com] Fix threads marshalling

[bstansberry at jboss.com] Fix managed beans deployers

[bstansberry at jboss.com] Include LocalDescriptions.properties for rar subsystem

[bstansberry at jboss.com] Fix ManagedBeans smoke test

[bstansberry at jboss.com] Use NewBootOperationContext

[bstansberry at jboss.com] Ignore namespace with prefix ''

[bstansberry at jboss.com] Fix the ws demo

[bstansberry at jboss.com] Move detyped webservices classes to new webservices/server-integration

[bstansberry at jboss.com] implementing NewResourceAdaptersExtension.NewResourceAdapterSubsystemParser.writeContent

[bstansberry at jboss.com] Don't write rar subsystem child elements if there are no adapters

[bstansberry at jboss.com] Replace legacy standalone boot classes with detyped

[bstansberry at jboss.com] Replace legacy host controller boot classes with detyped

[bstansberry at jboss.com] Replace legacy domain controller classes with detyped

[bstansberry at jboss.com] Remove New from NewConfigurationPersister

[bstansberry at jboss.com] Convert subsystems to detyped extensions; remove typed extensions

[bstansberry at jboss.com] Take out more trash

[bstansberry at jboss.com] Get rid of org.jboss.as.model, most legacy deployment stuff. Some will need to be resurrected in detyped form

[bstansberry at jboss.com] ServerDeploymentManager is no longer a service

[bstansberry at jboss.com] Fix filename case issue

[bstansberry at jboss.com] Move away from snapshots of jboss-dmr and staxmapper

------------------------------------------
[...truncated 244 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-protocol ---
[INFO] Deleting <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (ban-bad-dependencies) @ jboss-as-protocol ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ jboss-as-protocol ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ jboss-as-protocol ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-as-protocol ---
[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/protocol/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ jboss-as-protocol ---
[INFO] Compiling 27 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/classes>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-protocol ---
[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-protocol ---
[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/protocol/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ jboss-as-protocol ---
[INFO] Compiling 2 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ jboss-as-protocol ---
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.protocol.PipeTest
Buffer size: 31; piece size: 31; piece count 4228
Buffer size: 31; piece size: 64; piece count 2048
Buffer size: 31; piece size: 127; piece count 1032
Buffer size: 256; piece size: 31; piece count 4228
Buffer size: 256; piece size: 64; piece count 2048
Buffer size: 256; piece size: 127; piece count 1032
Buffer size: 8192; piece size: 31; piece count 4228
Buffer size: 8192; piece size: 64; piece count 2048
Buffer size: 8192; piece size: 127; piece count 1032
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.469 sec
Running org.jboss.as.protocol.ChunkyByteInputOutputTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ jboss-as-protocol ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ jboss-as-protocol ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jboss-as-protocol ---
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/jboss/as/jboss-as-protocol/7.0.0.Alpha2-SNAPSHOT/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/pom.xml> to /home/hudson/.m2/repository/org/jboss/as/jboss-as-protocol/7.0.0.Alpha2-SNAPSHOT/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT.pom
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT-sources.jar> to /home/hudson/.m2/repository/org/jboss/as/jboss-as-protocol/7.0.0.Alpha2-SNAPSHOT/jboss-as-protocol-7.0.0.Alpha2-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server: Controller Client 7.0.0.Alpha2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-dmr/1.0.0.Beta2/jboss-dmr-1.0.0.Beta2.pom
Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-dmr/1.0.0.Beta2/jboss-dmr-1.0.0.Beta2.pom (6 KB at 11.4 KB/sec)
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-dmr/1.0.0.Beta2/jboss-dmr-1.0.0.Beta2.jar
Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-dmr/1.0.0.Beta2/jboss-dmr-1.0.0.Beta2.jar (74 KB at 86.1 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-controller-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (ban-bad-dependencies) @ jboss-as-controller-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ jboss-as-controller-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ jboss-as-controller-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-as-controller-client ---
[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/controller-client/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ jboss-as-controller-client ---
[INFO] Compiling 6 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client/target/classes>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-controller-client ---
[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-controller-client ---
[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/controller-client/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ jboss-as-controller-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ jboss-as-controller-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ jboss-as-controller-client ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client/target/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ jboss-as-controller-client ---
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client/target/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jboss-as-controller-client ---
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client/target/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/jboss/as/jboss-as-controller-client/7.0.0.Alpha2-SNAPSHOT/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client/pom.xml> to /home/hudson/.m2/repository/org/jboss/as/jboss-as-controller-client/7.0.0.Alpha2-SNAPSHOT/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT.pom
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller-client/target/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT-sources.jar> to /home/hudson/.m2/repository/org/jboss/as/jboss-as-controller-client/7.0.0.Alpha2-SNAPSHOT/jboss-as-controller-client-7.0.0.Alpha2-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server: Controller Core 7.0.0.Alpha2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/staxmapper/1.0.0.Beta4/staxmapper-1.0.0.Beta4.pom
Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/jboss/staxmapper/1.0.0.Beta4/staxmapper-1.0.0.Beta4.pom (4 KB at 6.4 KB/sec)
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/staxmapper/1.0.0.Beta4/staxmapper-1.0.0.Beta4.jar
Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/jboss/staxmapper/1.0.0.Beta4/staxmapper-1.0.0.Beta4.jar (35 KB at 58.4 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-controller ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (ban-bad-dependencies) @ jboss-as-controller ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ jboss-as-controller ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ jboss-as-controller ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jboss-as-controller ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ jboss-as-controller ---
[INFO] Compiling 114 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/target/classes>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-controller ---
[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-controller ---
[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/controller/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ jboss-as-controller ---
[INFO] Compiling 7 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ jboss-as-controller ---
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.controller.test.ProxyControllerTestCase
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec
Running org.jboss.as.controller.test.GlobalOperationsTestCase
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
Running org.jboss.as.controller.test.RemoteProxyControllerTestCase
Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.301 sec <<< FAILURE!
Running org.jboss.as.controller.test.RegistryProxyControllerTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec

Results :

Tests in error: 
  testReadOperationNames(org.jboss.as.controller.test.RemoteProxyControllerTestCase)

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [4.582s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [2.674s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [8.770s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [3.229s]
[INFO] JBoss Application Server: Controller Core ......... FAILURE [12.538s]
[INFO] JBoss Application Server: Domain HTTP API ......... SKIPPED
[INFO] JBoss Application Server: Deployment Repository ... SKIPPED
[INFO] JBoss Application Server: Process Controller ...... SKIPPED
[INFO] JBoss Application Server: Server .................. SKIPPED
[INFO] JBoss Application Server: Naming Subsystem ........ SKIPPED
[INFO] JBoss Application Server: EE ...................... SKIPPED
[INFO] JBoss Application Server: JMX Subsystem ........... SKIPPED
[INFO] JBoss Application Server: OSGi .................... SKIPPED
[INFO] JBoss Application Server: OSGi Subsystem .......... SKIPPED
[INFO] JBoss Application Server: Arquillian: Aggregator .. SKIPPED
[INFO] JBoss Application Server: Arquillian: Service ..... SKIPPED
[INFO] JBoss Application Server: Transaction Subsystem ... SKIPPED
[INFO] JBoss Application Server: Threading Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Connector Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Deployment Scanner ...... SKIPPED
[INFO] JBoss Application Server: Domain Core ............. SKIPPED
[INFO] JBoss Application Server: Domain Client ........... SKIPPED
[INFO] JBoss Application Server: Domain Controller ....... SKIPPED
[INFO] JBoss Application Server: EJB 3 Subsystem ......... 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 Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Weld Integration ........ 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: Common Container  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: Integration Tests  SKIPPED
[INFO] JBoss Application Server: Test Suite: Smoke Tests . SKIPPED
[INFO] JBoss Application Server: Test Suite: Stress Tests  SKIPPED
[INFO] JBoss Application Server: Test Suite: Benchmark Tests  SKIPPED
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem  SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.324s
[INFO] Finished at: Thu Feb 10 11:22:39 EST 2011
[INFO] Final Memory: 47M/456M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on project jboss-as-controller: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/controller/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-controller
Recording test results



More information about the builds mailing list