Use of CLI to add security-domain
by Wolf-Dieter Fink
Hi,
I try to add this to the standalone.xml via CLI:
<subsystem xmlns="urn:jboss:domain:security:1.2">
<security-domains>
....
<security-domain name="lbank" cache-type="default">
<authentication>
<login-module code="UsersRoles" flag="required">
<module-option name="usersProperties"
value="${jboss.server.config.dir}/lbank-users.properties"/>
<module-option name="rolesProperties"
value="${jboss.server.config.dir}/lbank-roles.properties"/>
<module-option name="password-stacking"
value="useFirstPass"/>
</login-module>
</authentication>
</security-domain>
If I add it to XML the CLI will show:
/[standalone@localhost:9999 /]
/subsystem=security/security-domain=lbank:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"acl" => undefined,
"audit" => undefined,
"authorization" => undefined,
"cache-type" => "default",
"identity-trust" => undefined,
"jsse" => undefined,
"mapping" => undefined,
"authentication" => {"classic" => {"login-modules" => [{
"code" => "UsersRoles",
"flag" => "required",
"module-options" => [
("usersProperties" => expression
"${jboss.server.config.dir}/lbank-users.properties"),
("rolesProperties" => expression
"${jboss.server.config.dir}/lbank-roles.properties"),
("password-stacking" => "useFirstPass")
]
}]}}
}
}
[standalone@localhost:9999 /]
/subsystem=security/security-domain=lbank/authentication=classic:read-attribute(name=login-modules)
{
"outcome" => "success",
"result" => [{
"code" => "UsersRoles",
"flag" => "required",
"module-options" => [
("usersProperties" => expression
"${jboss.server.config.dir}/lbank-users.properties"),
("rolesProperties" => expression
"${jboss.server.config.dir}/lbank-roles.properties"),
("password-stacking" => "useFirstPass")
]
}]
}
/
#simple is
//subsystem=security/security-domain=lbank:add(cache-type=default)/
but how to know that "classic" must used?
//subsystem=security/security-domain=lbank/authentication=/
tab completition will not help, only if I type =classic: the tab
completition will show commands otherwise not
I suppose that this should be correct, but it shows an error:
EAP6
/[standalone@localhost:9999 /]
/subsystem=security/security-domain=lbank/authentication=classic:write-attribute(name=login-modules,value=[{code=UsersRoles,flag=required}])
{
"outcome" => "failed",
"failure-description" => "JBAS014688: Wrong type for value.
Expected [LIST] but was STRING",
"rolled-back" => true
}
/
AS7.2 (upstream)
/[standalone@localhost:9999 /]
/subsystem=security/security-domain=lbank/authentication=classic:write-attribute(name=login-modules,value=[{code=UsersRoles,flag=required}])
{
"outcome" => "failed",
"failure-description" => "JBAS014807: Management resource '[
(\"subsystem\" => \"security\"),
(\"security-domain\" => \"lbank2\"),
(\"authentication\" => \"classic\")
]' not found",
"rolled-back" => true
}/
Next difficulty is to add the module-options with expressions.
Any guiding or help?
Wolf
BTW the CLI tab completition crash:
//subsystem=security/security-domain=lbankx/authentication=(
java.lang.IllegalArgumentException: The argument value is not specified
for name: 'null'
at
org.jboss.as.cli.operation.impl.DefaultOperationRequestBuilder.addProperty(DefaultOperationRequestBuilder.java:113)
at
org.jboss.as.cli.operation.impl.DefaultOperationCandidatesProvider.getProperties(DefaultOperationCandidatesProvider.java:208)
at
org.jboss.as.cli.operation.impl.DefaultOperationCandidatesProvider.getProperties(DefaultOperationCandidatesProvider.java:51)
at
org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCompleter.java:142)
at org.jboss.as.cli.CommandCompleter.complete(CommandCompleter.java:93)
at org.jboss.as.cli.impl.Console$Factory$1$1.complete(Console.java:96)
at org.jboss.jreadline.console.Console.complete(Console.java:809)
at org.jboss.jreadline.console.Console.read(Console.java:383)
at org.jboss.jreadline.console.Console.read(Console.java:221)
at org.jboss.as.cli.impl.Console$Factory$1.readLine(Console.java:166)
at
org.jboss.as.cli.impl.CommandContextImpl.interact(CommandContextImpl.java:1129)
at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:243)
at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.modules.Module.run(Module.java:270)
at org.jboss.modules.Main.main(Main.java:294)
/
12 years, 6 months
Build failed in Jenkins: as7-master-testsuite #4674
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
------------------------------------------
[...truncated 20556 lines...]
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-benchmark ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-benchmark ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Stress Tests 7.2.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite-stress ---
[INFO] Deleting <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (get-build-timestamp) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (get-scm-revision) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite-stress ---
[INFO] Active profile report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite-stress ---
[INFO] Effective-POM written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite-stress ---
[INFO] Effective-settings written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite-stress ---
[INFO] System report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite-stress ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.1.Final.jar to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-stress ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-stress ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [4.063s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [1.751s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [0.218s]
[INFO] JBoss Application Server: Domain HTTP Error Context SUCCESS [1.330s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [12.349s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [6.257s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [32.672s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [7.599s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [3.610s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [2.595s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [3.691s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [6.745s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [7.621s]
[INFO] JBoss Application Server: Network ................. SUCCESS [3.361s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [7.403s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [6.179s]
[INFO] JBoss Application Server: Server .................. SUCCESS [14.625s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [9.885s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [18.393s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [13.626s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [11.259s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [12.093s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [8.020s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.255s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [12.410s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [4.274s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [9.435s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [50.963s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [9.836s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [15.077s]
[INFO] JBoss Application Server: Clustered registry service SUCCESS [2.207s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [26.930s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [3.771s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [4.368s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [8.784s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [29.566s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.349s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [15.972s]
[INFO] JBoss Application Server: Application Client Bootstrap SUCCESS [4.876s]
[INFO] JBoss Application Server: Config Assembly ......... SUCCESS [3.694s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [13.583s]
[INFO] JBoss Application Server: EJB Client BOM .......... SUCCESS [0.260s]
[INFO] JBoss Application Server: JMS Client BOM .......... SUCCESS [0.328s]
[INFO] JBoss Application Server: EJB and JMS client combined jar SUCCESS [2.788s]
[INFO] JBoss Application Server: Clustered Stateful Session Bean cache Infinispan provider SUCCESS [4.430s]
[INFO] JBoss Application Server: Clustered service provider registry services SUCCESS [3.170s]
[INFO] JBoss Application Server: Clustered singleton services SUCCESS [4.175s]
[INFO] JBoss Application Server: EJB Container Managed Persistence Subsystem SUCCESS [20.701s]
[INFO] JBoss Application Server: Config Admin ............ SUCCESS [6.582s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [9.056s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [3.762s]
[INFO] JBoss Application Server: JAXR Client ............. SUCCESS [8.761s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.274s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [8.151s]
[INFO] JBoss Application Server: JPA UTIL ................ SUCCESS [2.338s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [10.147s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [12.363s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [8.532s]
[INFO] JBoss Application Server: JBoss Diagnostic Reporter SUCCESS [0.084s]
[INFO] JBoss Application Server: JDR ..................... SUCCESS [5.654s]
[INFO] JBoss Application Server: JSF Integration ......... SUCCESS [7.389s]
[INFO] JBoss Application Server: JSR-77 Subsystem ........ SUCCESS [12.304s]
[INFO] JBoss Application Server: Management Client Content SUCCESS [2.722s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [14.474s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [11.509s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [7.904s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [16.760s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [7.190s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.219s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [8.641s]
[INFO] JBoss Application Server: OSGi ConfigurationAdmin . SUCCESS [7.284s]
[INFO] JBoss Application Server: OSGi Integration ........ SUCCESS [3.197s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [7.144s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [5.555s]
[INFO] JBoss Application Server: sosreport scripts ....... SUCCESS [1.702s]
[INFO] JBoss Application Server: System JMX Module ....... SUCCESS [2.064s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [6.147s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [5.219s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [9.420s]
[INFO] JBoss Application Server: OpenJPA 2.x JPA integration SUCCESS [4.472s]
[INFO] JBoss Application Server: Build ................... SUCCESS [1:25.070s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.217s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [2.124s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [4.208s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [3.171s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [24.142s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [2.590s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.110s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [23.776s]
[INFO] JBoss Application Server: Arquillian Common Domain SUCCESS [3.417s]
[INFO] JBoss Application Server: Arquillian Remote Domain Container SUCCESS [2.333s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [37.988s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [7.918s]
[INFO] JBoss Application Server: Remoting Subsystem Test . SUCCESS [4.581s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SUCCESS [1.554s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS [2.233s]
[INFO] JBoss Application Server Test Suite: Shared ....... SUCCESS [11.051s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [18.404s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [3.156s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke SUCCESS [2:27.158s]
[INFO] JBoss Application Server Test Suite: Integration - Basic FAILURE [3:22.554s]
[INFO] JBoss Application Server Test Suite: Integration - Clustering SUCCESS [15:20.257s]
[INFO] JBoss Application Server Test Suite: Integration - IIOP SUCCESS [36.454s]
[INFO] JBoss Application Server Test Suite: Integration - XTS SUCCESS [34.759s]
[INFO] JBoss Application Server Test Suite: Integration - Multinode Tests SUCCESS [44.326s]
[INFO] JBoss Application Server Test Suite: Integration - Manual Mode Tests SUCCESS [8:37.056s]
[INFO] JBoss Application Server Test Suite: Compatibility Tests SUCCESS [54.514s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests SUCCESS [3:25.854s]
[INFO] JBoss Application Server Test Suite: Benchmark Tests SUCCESS [13.727s]
[INFO] JBoss Application Server Test Suite: Stress Tests . SUCCESS [3.048s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51:29.630s
[INFO] Finished at: Thu Aug 09 03:15:45 EDT 2012
[INFO] Final Memory: 279M/463M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (basic-integration-default-full.surefire) on project jboss-as-ts-integ-basic: There are test failures.
[ERROR]
[ERROR] Please refer to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...> 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-ts-integ-basic
+ gzip testsuite/integration/basic/target/jbossas/standalone/log/server.log
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
12 years, 6 months
Build failed in Jenkins: as7-master-testsuite-ip6 #3146
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
------------------------------------------
[...truncated 21286 lines...]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-benchmark ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-benchmark ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Stress Tests 7.2.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite-stress ---
[INFO] Deleting <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (get-build-timestamp) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (get-scm-revision) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite-stress ---
[INFO] Active profile report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite-stress ---
[INFO] Effective-POM written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite-stress ---
[INFO] Effective-settings written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite-stress ---
[INFO] System report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite-stress ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.1.Final.jar to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-stress ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-stress ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [4.473s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [2.725s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [0.332s]
[INFO] JBoss Application Server: Domain HTTP Error Context SUCCESS [1.440s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [12.765s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [6.403s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [31.572s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [7.873s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [3.994s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [2.663s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [4.306s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [6.913s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [9.036s]
[INFO] JBoss Application Server: Network ................. SUCCESS [3.546s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [9.764s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [4.700s]
[INFO] JBoss Application Server: Server .................. SUCCESS [16.275s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [10.230s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [19.454s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [13.651s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [11.706s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [12.803s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [8.585s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.385s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [12.606s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [4.431s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [9.866s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [51.020s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [10.723s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [16.811s]
[INFO] JBoss Application Server: Clustered registry service SUCCESS [1.944s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [26.053s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [3.697s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [4.024s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [6.622s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [34.547s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.170s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [13.234s]
[INFO] JBoss Application Server: Application Client Bootstrap SUCCESS [4.881s]
[INFO] JBoss Application Server: Config Assembly ......... SUCCESS [3.346s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [13.885s]
[INFO] JBoss Application Server: EJB Client BOM .......... SUCCESS [0.110s]
[INFO] JBoss Application Server: JMS Client BOM .......... SUCCESS [0.261s]
[INFO] JBoss Application Server: EJB and JMS client combined jar SUCCESS [2.539s]
[INFO] JBoss Application Server: Clustered Stateful Session Bean cache Infinispan provider SUCCESS [4.327s]
[INFO] JBoss Application Server: Clustered service provider registry services SUCCESS [3.513s]
[INFO] JBoss Application Server: Clustered singleton services SUCCESS [4.014s]
[INFO] JBoss Application Server: EJB Container Managed Persistence Subsystem SUCCESS [22.274s]
[INFO] JBoss Application Server: Config Admin ............ SUCCESS [5.835s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [8.039s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [3.700s]
[INFO] JBoss Application Server: JAXR Client ............. SUCCESS [6.900s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.261s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [7.223s]
[INFO] JBoss Application Server: JPA UTIL ................ SUCCESS [2.438s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [9.596s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [11.140s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [7.325s]
[INFO] JBoss Application Server: JBoss Diagnostic Reporter SUCCESS [0.151s]
[INFO] JBoss Application Server: JDR ..................... SUCCESS [5.774s]
[INFO] JBoss Application Server: JSF Integration ......... SUCCESS [8.514s]
[INFO] JBoss Application Server: JSR-77 Subsystem ........ SUCCESS [12.421s]
[INFO] JBoss Application Server: Management Client Content SUCCESS [2.664s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [15.141s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [11.144s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [7.632s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [17.046s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [7.376s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.243s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [10.546s]
[INFO] JBoss Application Server: OSGi ConfigurationAdmin . SUCCESS [4.919s]
[INFO] JBoss Application Server: OSGi Integration ........ SUCCESS [3.399s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [7.797s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [6.470s]
[INFO] JBoss Application Server: sosreport scripts ....... SUCCESS [1.782s]
[INFO] JBoss Application Server: System JMX Module ....... SUCCESS [1.969s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [6.406s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [6.431s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [9.622s]
[INFO] JBoss Application Server: OpenJPA 2.x JPA integration SUCCESS [6.642s]
[INFO] JBoss Application Server: Build ................... SUCCESS [1:14.843s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.161s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [1.824s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [3.407s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [2.945s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [25.893s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [2.824s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.076s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [21.523s]
[INFO] JBoss Application Server: Arquillian Common Domain SUCCESS [3.518s]
[INFO] JBoss Application Server: Arquillian Remote Domain Container SUCCESS [2.399s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [35.558s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [8.142s]
[INFO] JBoss Application Server: Remoting Subsystem Test . FAILURE [4.449s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SUCCESS [1.212s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS [2.991s]
[INFO] JBoss Application Server Test Suite: Shared ....... SUCCESS [11.328s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [16.277s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [3.462s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke SUCCESS [2:33.201s]
[INFO] JBoss Application Server Test Suite: Integration - Basic SUCCESS [12:45.540s]
[INFO] JBoss Application Server Test Suite: Integration - Clustering SUCCESS [14:12.722s]
[INFO] JBoss Application Server Test Suite: Integration - IIOP SUCCESS [40.913s]
[INFO] JBoss Application Server Test Suite: Integration - XTS SUCCESS [34.332s]
[INFO] JBoss Application Server Test Suite: Integration - Multinode Tests SUCCESS [43.398s]
[INFO] JBoss Application Server Test Suite: Integration - Manual Mode Tests SUCCESS [8:48.713s]
[INFO] JBoss Application Server Test Suite: Compatibility Tests SUCCESS [53.084s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests SUCCESS [3:43.395s]
[INFO] JBoss Application Server Test Suite: Benchmark Tests SUCCESS [15.895s]
[INFO] JBoss Application Server Test Suite: Stress Tests . SUCCESS [3.334s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:00:24.534s
[INFO] Finished at: Wed Aug 08 15:16:04 EDT 2012
[INFO] Final Memory: 280M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project jboss-as-remoting-test: There are test failures.
[ERROR]
[ERROR] Please refer to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...> 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-remoting-test
Build step 'Execute shell' marked build as failure
Recording test results
12 years, 6 months
Build failed in Jenkins: as7-master-testsuite-ip6 #3131
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
------------------------------------------
[...truncated 13396 lines...]
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-benchmark ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-benchmark ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Stress Tests 7.2.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite-stress ---
[INFO] Deleting <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (get-build-timestamp) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (get-scm-revision) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite-stress ---
[INFO] Active profile report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite-stress ---
[INFO] Effective-POM written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite-stress ---
[INFO] Effective-settings written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite-stress ---
[INFO] System report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite-stress ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.1.Final.jar to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-stress ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-stress ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [4.117s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [2.500s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [0.210s]
[INFO] JBoss Application Server: Domain HTTP Error Context SUCCESS [1.536s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [12.234s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [6.082s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [30.654s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [7.678s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [3.988s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [2.678s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [4.149s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [6.469s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [9.047s]
[INFO] JBoss Application Server: Network ................. SUCCESS [3.133s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [8.829s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [4.937s]
[INFO] JBoss Application Server: Server .................. SUCCESS [16.746s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [9.747s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [16.959s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [13.776s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [10.465s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [13.312s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [8.740s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.352s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [11.663s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [5.040s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [9.290s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [51.893s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [11.048s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [17.291s]
[INFO] JBoss Application Server: Clustered registry service SUCCESS [2.133s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [25.662s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [4.509s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [4.367s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [8.669s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [29.755s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.111s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [12.931s]
[INFO] JBoss Application Server: Application Client Bootstrap SUCCESS [5.448s]
[INFO] JBoss Application Server: Config Assembly ......... SUCCESS [3.551s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [14.640s]
[INFO] JBoss Application Server: EJB Client BOM .......... SUCCESS [0.144s]
[INFO] JBoss Application Server: JMS Client BOM .......... SUCCESS [0.283s]
[INFO] JBoss Application Server: EJB and JMS client combined jar SUCCESS [2.906s]
[INFO] JBoss Application Server: Clustered Stateful Session Bean cache Infinispan provider SUCCESS [4.557s]
[INFO] JBoss Application Server: Clustered service provider registry services SUCCESS [4.297s]
[INFO] JBoss Application Server: Clustered singleton services SUCCESS [4.304s]
[INFO] JBoss Application Server: EJB Container Managed Persistence Subsystem SUCCESS [22.655s]
[INFO] JBoss Application Server: Config Admin ............ SUCCESS [6.528s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [7.223s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [3.483s]
[INFO] JBoss Application Server: JAXR Client ............. SUCCESS [7.905s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.156s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [8.540s]
[INFO] JBoss Application Server: JPA UTIL ................ SUCCESS [2.170s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [8.785s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [10.624s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [7.118s]
[INFO] JBoss Application Server: JBoss Diagnostic Reporter SUCCESS [0.245s]
[INFO] JBoss Application Server: JDR ..................... SUCCESS [5.903s]
[INFO] JBoss Application Server: JSF Integration ......... SUCCESS [7.555s]
[INFO] JBoss Application Server: JSR-77 Subsystem ........ SUCCESS [12.369s]
[INFO] JBoss Application Server: Management Client Content SUCCESS [2.394s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [14.782s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [10.211s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [7.200s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [16.955s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [9.492s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.198s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [8.596s]
[INFO] JBoss Application Server: OSGi ConfigurationAdmin . SUCCESS [4.873s]
[INFO] JBoss Application Server: OSGi Integration ........ SUCCESS [3.529s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [8.138s]
[INFO] JBoss Application Server: sosreport scripts ....... SUCCESS [1.546s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [5.612s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [7.036s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [5.501s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [9.776s]
[INFO] JBoss Application Server: OpenJPA 2.x JPA integration SUCCESS [2.884s]
[INFO] JBoss Application Server: Build ................... SUCCESS [1:16.612s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.166s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [1.713s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [3.143s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [3.261s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [21.115s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [2.477s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.183s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [23.623s]
[INFO] JBoss Application Server: Arquillian Common Domain SUCCESS [2.983s]
[INFO] JBoss Application Server: Arquillian Remote Domain Container SUCCESS [2.494s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [35.398s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [6.389s]
[INFO] JBoss Application Server: Remoting Subsystem Test . SUCCESS [5.145s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SUCCESS [1.860s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS [2.903s]
[INFO] JBoss Application Server Test Suite: Shared ....... SUCCESS [11.450s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [15.487s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [2.851s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke SUCCESS [2:35.117s]
[INFO] JBoss Application Server Test Suite: Integration - Basic FAILURE [12:09.540s]
[INFO] JBoss Application Server Test Suite: Integration - Clustering SUCCESS [15:59.616s]
[INFO] JBoss Application Server Test Suite: Integration - IIOP SUCCESS [38.014s]
[INFO] JBoss Application Server Test Suite: Integration - XTS SUCCESS [34.909s]
[INFO] JBoss Application Server Test Suite: Integration - Multinode Tests SUCCESS [41.398s]
[INFO] JBoss Application Server Test Suite: Integration - Manual Mode Tests SUCCESS [7:55.482s]
[INFO] JBoss Application Server Test Suite: Compatibility Tests SUCCESS [49.637s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests SUCCESS [3:24.096s]
[INFO] JBoss Application Server Test Suite: Benchmark Tests SUCCESS [13.624s]
[INFO] JBoss Application Server Test Suite: Stress Tests . SUCCESS [2.702s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 59:55.575s
[INFO] Finished at: Tue Aug 07 23:39:55 EDT 2012
[INFO] Final Memory: 241M/467M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (basic-integration-default-web.surefire) on project jboss-as-ts-integ-basic: There are test failures.
[ERROR]
[ERROR] Please refer to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...> 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-ts-integ-basic
Build step 'Execute shell' marked build as failure
Recording test results
12 years, 6 months
Build failed in Jenkins: as7-master-testsuite #4647
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
------------------------------------------
[...truncated 13394 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-benchmark ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-benchmark ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Stress Tests 7.2.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite-stress ---
[INFO] Deleting <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (get-build-timestamp) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (get-scm-revision) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite-stress ---
[INFO] Active profile report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite-stress ---
[INFO] Effective-POM written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite-stress ---
[INFO] Effective-settings written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite-stress ---
[INFO] System report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite-stress ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.1.Final.jar to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-stress ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-stress ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [4.595s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [1.932s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [0.285s]
[INFO] JBoss Application Server: Domain HTTP Error Context SUCCESS [1.296s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [12.038s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [6.249s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [33.883s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [8.770s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [3.703s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [2.214s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [4.115s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [6.608s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [8.101s]
[INFO] JBoss Application Server: Network ................. SUCCESS [3.106s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [9.239s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [5.169s]
[INFO] JBoss Application Server: Server .................. SUCCESS [16.996s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [10.429s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [17.469s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [13.261s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [10.865s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [12.753s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [9.225s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.419s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [12.620s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [4.735s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [10.350s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [51.064s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [10.988s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [16.543s]
[INFO] JBoss Application Server: Clustered registry service SUCCESS [2.367s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [26.117s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [4.592s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [4.455s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [7.146s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [31.862s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.158s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [13.711s]
[INFO] JBoss Application Server: Application Client Bootstrap SUCCESS [5.552s]
[INFO] JBoss Application Server: Config Assembly ......... SUCCESS [3.537s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [14.048s]
[INFO] JBoss Application Server: EJB Client BOM .......... SUCCESS [0.254s]
[INFO] JBoss Application Server: JMS Client BOM .......... SUCCESS [0.328s]
[INFO] JBoss Application Server: EJB and JMS client combined jar SUCCESS [2.977s]
[INFO] JBoss Application Server: Clustered Stateful Session Bean cache Infinispan provider SUCCESS [4.877s]
[INFO] JBoss Application Server: Clustered service provider registry services SUCCESS [3.977s]
[INFO] JBoss Application Server: Clustered singleton services SUCCESS [4.390s]
[INFO] JBoss Application Server: EJB Container Managed Persistence Subsystem SUCCESS [21.468s]
[INFO] JBoss Application Server: Config Admin ............ SUCCESS [6.794s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [7.831s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [3.487s]
[INFO] JBoss Application Server: JAXR Client ............. SUCCESS [6.687s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.198s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [3.779s]
[INFO] JBoss Application Server: JPA UTIL ................ SUCCESS [2.234s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [9.441s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [11.560s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [10.917s]
[INFO] JBoss Application Server: JBoss Diagnostic Reporter SUCCESS [0.141s]
[INFO] JBoss Application Server: JDR ..................... SUCCESS [6.822s]
[INFO] JBoss Application Server: JSF Integration ......... SUCCESS [7.217s]
[INFO] JBoss Application Server: JSR-77 Subsystem ........ SUCCESS [7.054s]
[INFO] JBoss Application Server: Management Client Content SUCCESS [2.837s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [15.181s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [9.563s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [8.104s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [17.462s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [8.091s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.182s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [9.953s]
[INFO] JBoss Application Server: OSGi ConfigurationAdmin . SUCCESS [6.770s]
[INFO] JBoss Application Server: OSGi Integration ........ SUCCESS [3.241s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [6.966s]
[INFO] JBoss Application Server: sosreport scripts ....... SUCCESS [1.071s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [4.910s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [5.956s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [7.909s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [4.874s]
[INFO] JBoss Application Server: OpenJPA 2.x JPA integration SUCCESS [2.859s]
[INFO] JBoss Application Server: Build ................... SUCCESS [29.452s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.158s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [1.886s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [3.399s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [2.664s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [21.702s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [3.325s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.227s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [24.483s]
[INFO] JBoss Application Server: Arquillian Common Domain SUCCESS [3.286s]
[INFO] JBoss Application Server: Arquillian Remote Domain Container SUCCESS [2.712s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [34.846s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [6.231s]
[INFO] JBoss Application Server: Remoting Subsystem Test . SUCCESS [4.810s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SUCCESS [1.486s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS [2.649s]
[INFO] JBoss Application Server Test Suite: Shared ....... SUCCESS [11.505s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [22.067s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [3.240s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke SUCCESS [2:36.465s]
[INFO] JBoss Application Server Test Suite: Integration - Basic FAILURE [11:35.852s]
[INFO] JBoss Application Server Test Suite: Integration - Clustering SUCCESS [16:02.661s]
[INFO] JBoss Application Server Test Suite: Integration - IIOP SUCCESS [39.780s]
[INFO] JBoss Application Server Test Suite: Integration - XTS SUCCESS [38.360s]
[INFO] JBoss Application Server Test Suite: Integration - Multinode Tests SUCCESS [43.448s]
[INFO] JBoss Application Server Test Suite: Integration - Manual Mode Tests SUCCESS [7:49.946s]
[INFO] JBoss Application Server Test Suite: Compatibility Tests SUCCESS [50.805s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests SUCCESS [3:21.234s]
[INFO] JBoss Application Server Test Suite: Benchmark Tests SUCCESS [10.575s]
[INFO] JBoss Application Server Test Suite: Stress Tests . SUCCESS [3.040s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58:40.634s
[INFO] Finished at: Tue Aug 07 23:36:14 EDT 2012
[INFO] Final Memory: 278M/459M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (basic-integration-default-web.surefire) on project jboss-as-ts-integ-basic: There are test failures.
[ERROR]
[ERROR] Please refer to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...> 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-ts-integ-basic
+ gzip testsuite/integration/basic/target/jbossas/standalone/log/server.log
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
12 years, 6 months
Build failed in Jenkins: as7-master-testsuite #4631
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
Changes:
[Kabir Khan] @Ignore more intermittently failing tests
------------------------------------------
[...truncated 13409 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-benchmark ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-benchmark ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Stress Tests 7.2.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite-stress ---
[INFO] Deleting <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (get-build-timestamp) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (get-scm-revision) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite-stress ---
[INFO] Active profile report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite-stress ---
[INFO] Effective-POM written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite-stress ---
[INFO] Effective-settings written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite-stress ---
[INFO] System report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite-stress ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.1.Final.jar to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-stress ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-stress ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [4.557s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [2.163s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [0.297s]
[INFO] JBoss Application Server: Domain HTTP Error Context SUCCESS [1.402s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [11.939s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [6.119s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [34.492s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [9.788s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [4.271s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [2.878s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [4.014s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [6.739s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [7.820s]
[INFO] JBoss Application Server: Network ................. SUCCESS [3.143s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [8.310s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [5.590s]
[INFO] JBoss Application Server: Server .................. SUCCESS [16.652s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [9.743s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [16.755s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [14.247s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [10.955s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [12.195s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [9.409s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.441s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [12.597s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [4.946s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [9.618s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [50.848s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [10.625s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [16.632s]
[INFO] JBoss Application Server: Clustered registry service SUCCESS [2.147s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [26.095s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [4.549s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [3.907s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [10.460s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [26.453s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.268s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [12.503s]
[INFO] JBoss Application Server: Application Client Bootstrap SUCCESS [4.647s]
[INFO] JBoss Application Server: Config Assembly ......... SUCCESS [2.963s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [14.847s]
[INFO] JBoss Application Server: EJB Client BOM .......... SUCCESS [0.278s]
[INFO] JBoss Application Server: JMS Client BOM .......... SUCCESS [0.362s]
[INFO] JBoss Application Server: EJB and JMS client combined jar SUCCESS [2.973s]
[INFO] JBoss Application Server: Clustered Stateful Session Bean cache Infinispan provider SUCCESS [4.980s]
[INFO] JBoss Application Server: Clustered service provider registry services SUCCESS [3.646s]
[INFO] JBoss Application Server: Clustered singleton services SUCCESS [4.070s]
[INFO] JBoss Application Server: EJB Container Managed Persistence Subsystem SUCCESS [23.059s]
[INFO] JBoss Application Server: Config Admin ............ SUCCESS [6.549s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [7.681s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [5.736s]
[INFO] JBoss Application Server: JAXR Client ............. SUCCESS [9.227s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.242s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [4.199s]
[INFO] JBoss Application Server: JPA UTIL ................ SUCCESS [2.638s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [9.557s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [10.520s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [7.650s]
[INFO] JBoss Application Server: JBoss Diagnostic Reporter SUCCESS [0.216s]
[INFO] JBoss Application Server: JDR ..................... SUCCESS [11.126s]
[INFO] JBoss Application Server: JSF Integration ......... SUCCESS [7.253s]
[INFO] JBoss Application Server: JSR-77 Subsystem ........ SUCCESS [6.163s]
[INFO] JBoss Application Server: Management Client Content SUCCESS [2.945s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [16.061s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [10.996s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [7.753s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [17.367s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [8.675s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.216s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [10.725s]
[INFO] JBoss Application Server: OSGi ConfigurationAdmin . SUCCESS [7.066s]
[INFO] JBoss Application Server: OSGi Integration ........ SUCCESS [2.951s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [7.278s]
[INFO] JBoss Application Server: sosreport scripts ....... SUCCESS [2.037s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [6.606s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [6.838s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [5.391s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [10.107s]
[INFO] JBoss Application Server: OpenJPA 2.x JPA integration SUCCESS [2.754s]
[INFO] JBoss Application Server: Build ................... SUCCESS [1:17.858s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.545s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [3.966s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [3.730s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [3.009s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [23.346s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [3.306s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.087s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [24.365s]
[INFO] JBoss Application Server: Arquillian Common Domain SUCCESS [4.428s]
[INFO] JBoss Application Server: Arquillian Remote Domain Container SUCCESS [3.151s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [37.792s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [7.412s]
[INFO] JBoss Application Server: Remoting Subsystem Test . SUCCESS [5.428s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SUCCESS [1.453s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS [2.255s]
[INFO] JBoss Application Server Test Suite: Shared ....... SUCCESS [11.718s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [15.982s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [5.889s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke SUCCESS [2:27.048s]
[INFO] JBoss Application Server Test Suite: Integration - Basic FAILURE [12:29.694s]
[INFO] JBoss Application Server Test Suite: Integration - Clustering SUCCESS [16:35.624s]
[INFO] JBoss Application Server Test Suite: Integration - IIOP SUCCESS [39.168s]
[INFO] JBoss Application Server Test Suite: Integration - XTS SUCCESS [35.602s]
[INFO] JBoss Application Server Test Suite: Integration - Multinode Tests SUCCESS [44.890s]
[INFO] JBoss Application Server Test Suite: Integration - Manual Mode Tests SUCCESS [8:01.320s]
[INFO] JBoss Application Server Test Suite: Compatibility Tests SUCCESS [54.962s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests SUCCESS [3:26.541s]
[INFO] JBoss Application Server Test Suite: Benchmark Tests SUCCESS [17.327s]
[INFO] JBoss Application Server Test Suite: Stress Tests . SUCCESS [3.443s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:01:31.002s
[INFO] Finished at: Tue Aug 07 07:15:53 EDT 2012
[INFO] Final Memory: 278M/465M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (basic-integration-default-web.surefire) on project jboss-as-ts-integ-basic: There are test failures.
[ERROR]
[ERROR] Please refer to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...> 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-ts-integ-basic
+ gzip testsuite/integration/basic/target/jbossas/standalone/log/server.log
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
12 years, 7 months
jboss-cli --command complains about 'duplicate arguments'
by David Bosschaert
Hi all,
When I run jboss-cli with --command it complains about 'duplicate
arguments':
$ ./target/jboss-as-7.2.0.Alpha1-SNAPSHOT/bin/jboss-cli.sh -c --command ls
Duplicate argument '--command'/'--commands'.
This is with the latest 7.2.0.Alpha1 master and I think I've also seen
this on the 7.1.x branch...
Am I doing something wrong or is this a bug?
Thanks,
David
12 years, 7 months
Build failed in Jenkins: as7-master-testsuite #4619
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
------------------------------------------
[...truncated 13415 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-benchmark ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-benchmark ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Stress Tests 7.2.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite-stress ---
[INFO] Deleting <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (get-build-timestamp) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (get-scm-revision) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite-stress ---
[INFO] Active profile report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite-stress ---
[INFO] Effective-POM written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite-stress ---
[INFO] Effective-settings written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite-stress ---
[INFO] System report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite-stress ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.1.Final.jar to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-stress ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-stress ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [3.900s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [2.239s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [0.216s]
[INFO] JBoss Application Server: Domain HTTP Error Context SUCCESS [1.666s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [13.029s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [6.487s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [32.832s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [7.749s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [3.583s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [2.311s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [3.866s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [6.100s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [8.235s]
[INFO] JBoss Application Server: Network ................. SUCCESS [2.726s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [7.998s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [4.314s]
[INFO] JBoss Application Server: Server .................. SUCCESS [16.093s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [10.063s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [17.410s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [12.964s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [10.239s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [12.469s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [8.988s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.493s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [12.258s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [4.698s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [9.811s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [53.113s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [11.323s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [15.234s]
[INFO] JBoss Application Server: Clustered registry service SUCCESS [2.580s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [28.558s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [4.008s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [3.441s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [7.269s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [29.923s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.191s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [14.612s]
[INFO] JBoss Application Server: Application Client Bootstrap SUCCESS [4.926s]
[INFO] JBoss Application Server: Config Assembly ......... SUCCESS [3.288s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [14.819s]
[INFO] JBoss Application Server: EJB Client BOM .......... SUCCESS [0.287s]
[INFO] JBoss Application Server: JMS Client BOM .......... SUCCESS [0.359s]
[INFO] JBoss Application Server: EJB and JMS client combined jar SUCCESS [2.634s]
[INFO] JBoss Application Server: Clustered Stateful Session Bean cache Infinispan provider SUCCESS [4.859s]
[INFO] JBoss Application Server: Clustered service provider registry services SUCCESS [3.907s]
[INFO] JBoss Application Server: Clustered singleton services SUCCESS [4.290s]
[INFO] JBoss Application Server: EJB Container Managed Persistence Subsystem SUCCESS [22.210s]
[INFO] JBoss Application Server: Config Admin ............ SUCCESS [6.007s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [7.709s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [5.618s]
[INFO] JBoss Application Server: JAXR Client ............. SUCCESS [8.837s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.241s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [3.411s]
[INFO] JBoss Application Server: JPA UTIL ................ SUCCESS [2.421s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [8.542s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [11.134s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [7.247s]
[INFO] JBoss Application Server: JBoss Diagnostic Reporter SUCCESS [0.222s]
[INFO] JBoss Application Server: JDR ..................... SUCCESS [10.842s]
[INFO] JBoss Application Server: JSF Integration ......... SUCCESS [7.760s]
[INFO] JBoss Application Server: JSR-77 Subsystem ........ SUCCESS [6.504s]
[INFO] JBoss Application Server: Management Client Content SUCCESS [2.716s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [15.348s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [10.832s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [7.630s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [16.504s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [6.862s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.192s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [11.143s]
[INFO] JBoss Application Server: OSGi ConfigurationAdmin . SUCCESS [4.840s]
[INFO] JBoss Application Server: OSGi Integration ........ SUCCESS [3.270s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [7.932s]
[INFO] JBoss Application Server: sosreport scripts ....... SUCCESS [2.051s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [6.135s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [6.877s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [3.077s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [11.638s]
[INFO] JBoss Application Server: OpenJPA 2.x JPA integration SUCCESS [2.764s]
[INFO] JBoss Application Server: Build ................... SUCCESS [1:08.852s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.241s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [2.056s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [3.182s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [2.856s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [23.040s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [3.012s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.107s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [20.547s]
[INFO] JBoss Application Server: Arquillian Common Domain SUCCESS [3.129s]
[INFO] JBoss Application Server: Arquillian Remote Domain Container SUCCESS [2.177s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [37.813s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [6.738s]
[INFO] JBoss Application Server: Remoting Subsystem Test . SUCCESS [4.313s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SUCCESS [1.505s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS [2.523s]
[INFO] JBoss Application Server Test Suite: Shared ....... SUCCESS [11.874s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [14.113s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [2.982s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke SUCCESS [2:27.726s]
[INFO] JBoss Application Server Test Suite: Integration - Basic SUCCESS [13:06.924s]
[INFO] JBoss Application Server Test Suite: Integration - Clustering FAILURE [15:41.078s]
[INFO] JBoss Application Server Test Suite: Integration - IIOP SUCCESS [40.103s]
[INFO] JBoss Application Server Test Suite: Integration - XTS SUCCESS [33.268s]
[INFO] JBoss Application Server Test Suite: Integration - Multinode Tests SUCCESS [40.760s]
[INFO] JBoss Application Server Test Suite: Integration - Manual Mode Tests SUCCESS [7:53.853s]
[INFO] JBoss Application Server Test Suite: Compatibility Tests SUCCESS [53.330s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests SUCCESS [3:23.173s]
[INFO] JBoss Application Server Test Suite: Benchmark Tests SUCCESS [10.075s]
[INFO] JBoss Application Server Test Suite: Stress Tests . SUCCESS [3.298s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:00:13.061s
[INFO] Finished at: Mon Aug 06 18:42:00 EDT 2012
[INFO] Final Memory: 261M/475M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (ts.surefire.clust.multinode-manual-udp) on project jboss-as-ts-integ-clust: There are test failures.
[ERROR]
[ERROR] Please refer to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...> 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-ts-integ-clust
+ gzip testsuite/integration/basic/target/jbossas/standalone/log/server.log
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
12 years, 7 months
Build failed in Jenkins: as7-master-testsuite #4606
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
------------------------------------------
[...truncated 12556 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-benchmark ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-benchmark ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-benchmark ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-benchmark ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Stress Tests 7.2.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite-stress ---
[INFO] Deleting <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (get-build-timestamp) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (get-scm-revision) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite-stress ---
[INFO] Active profile report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite-stress ---
[INFO] Effective-POM written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite-stress ---
[INFO] Effective-settings written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite-stress ---
[INFO] System report written to: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite-stress ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite-stress ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.1.Final.jar to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-testsuite-stress ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.trace-logging) @ jboss-as-testsuite-stress ---
[WARNING] The directory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...,> which is a base directory of a ValidationSet or TransformationSet, does not exist.
[WARNING] No files found for transformation by stylesheet <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-testsuite-stress ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-testsuite-stress ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [15.103s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [5.106s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [0.450s]
[INFO] JBoss Application Server: Domain HTTP Error Context SUCCESS [1.730s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [16.216s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [6.276s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [32.018s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [8.078s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [3.710s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [2.460s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [4.120s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [8.091s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [9.388s]
[INFO] JBoss Application Server: Network ................. SUCCESS [4.175s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [10.236s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [5.164s]
[INFO] JBoss Application Server: Server .................. SUCCESS [16.934s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [11.885s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [20.580s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [13.328s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [11.314s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [13.128s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [8.426s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.448s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [12.402s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [4.773s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [10.050s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [49.869s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [10.597s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [15.723s]
[INFO] JBoss Application Server: Clustered registry service SUCCESS [1.978s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [30.168s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [4.315s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [4.291s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [7.232s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [29.872s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.271s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [12.673s]
[INFO] JBoss Application Server: Application Client Bootstrap SUCCESS [5.401s]
[INFO] JBoss Application Server: Config Assembly ......... SUCCESS [3.474s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [16.139s]
[INFO] JBoss Application Server: EJB Client BOM .......... SUCCESS [0.288s]
[INFO] JBoss Application Server: JMS Client BOM .......... SUCCESS [0.319s]
[INFO] JBoss Application Server: EJB and JMS client combined jar SUCCESS [3.708s]
[INFO] JBoss Application Server: Clustered Stateful Session Bean cache Infinispan provider SUCCESS [5.340s]
[INFO] JBoss Application Server: Clustered service provider registry services SUCCESS [3.235s]
[INFO] JBoss Application Server: Clustered singleton services SUCCESS [5.120s]
[INFO] JBoss Application Server: EJB Container Managed Persistence Subsystem SUCCESS [24.859s]
[INFO] JBoss Application Server: Config Admin ............ SUCCESS [6.918s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [8.147s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [3.506s]
[INFO] JBoss Application Server: JAXR Client ............. SUCCESS [7.029s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.146s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [7.631s]
[INFO] JBoss Application Server: JPA UTIL ................ SUCCESS [2.194s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [8.513s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [11.626s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [7.219s]
[INFO] JBoss Application Server: JBoss Diagnostic Reporter SUCCESS [0.243s]
[INFO] JBoss Application Server: JDR ..................... SUCCESS [6.674s]
[INFO] JBoss Application Server: JSF Integration ......... SUCCESS [8.563s]
[INFO] JBoss Application Server: JSR-77 Subsystem ........ SUCCESS [12.244s]
[INFO] JBoss Application Server: Management Client Content SUCCESS [2.862s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [15.294s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [10.145s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [8.307s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [16.536s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [8.929s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.192s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [9.370s]
[INFO] JBoss Application Server: OSGi ConfigurationAdmin . SUCCESS [4.487s]
[INFO] JBoss Application Server: OSGi Integration ........ SUCCESS [4.143s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [7.294s]
[INFO] JBoss Application Server: sosreport scripts ....... SUCCESS [1.488s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [5.671s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [5.772s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [3.118s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [7.830s]
[INFO] JBoss Application Server: OpenJPA 2.x JPA integration SUCCESS [6.488s]
[INFO] JBoss Application Server: Build ................... SUCCESS [1:10.160s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.290s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [1.971s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [3.930s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [3.043s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [28.561s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [4.272s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.305s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [26.085s]
[INFO] JBoss Application Server: Arquillian Common Domain SUCCESS [4.030s]
[INFO] JBoss Application Server: Arquillian Remote Domain Container SUCCESS [2.686s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [40.493s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [7.297s]
[INFO] JBoss Application Server: Remoting Subsystem Test . SUCCESS [5.071s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SUCCESS [1.593s]
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SUCCESS [2.807s]
[INFO] JBoss Application Server Test Suite: Shared ....... SUCCESS [10.789s]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [18.658s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [3.506s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke SUCCESS [2:25.886s]
[INFO] JBoss Application Server Test Suite: Integration - Basic FAILURE [3:34.080s]
[INFO] JBoss Application Server Test Suite: Integration - Clustering SUCCESS [17:21.948s]
[INFO] JBoss Application Server Test Suite: Integration - IIOP SUCCESS [40.274s]
[INFO] JBoss Application Server Test Suite: Integration - XTS SUCCESS [32.880s]
[INFO] JBoss Application Server Test Suite: Integration - Multinode Tests SUCCESS [44.382s]
[INFO] JBoss Application Server Test Suite: Integration - Manual Mode Tests SUCCESS [7:59.500s]
[INFO] JBoss Application Server Test Suite: Compatibility Tests SUCCESS [50.572s]
[INFO] JBoss Application Server Test Suite: Domain Mode Integration Tests SUCCESS [3:43.656s]
[INFO] JBoss Application Server Test Suite: Benchmark Tests SUCCESS [12.755s]
[INFO] JBoss Application Server Test Suite: Stress Tests . SUCCESS [2.850s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53:57.773s
[INFO] Finished at: Mon Aug 06 04:59:47 EDT 2012
[INFO] Final Memory: 239M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (basic-integration-default-full.surefire) on project jboss-as-ts-integ-basic: There are test failures.
[ERROR]
[ERROR] Please refer to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...> 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-ts-integ-basic
+ gzip testsuite/integration/basic/target/jbossas/standalone/log/server.log
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
12 years, 7 months
Build failed in Jenkins: as7-master-build #7418
by ci-builds@redhat.com
See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/7...>
------------------------------------------
[...truncated 10444 lines...]
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-arquillian-container-domain-managed ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-arquillian-container-domain-managed ---
[INFO] Compiling 2 source files to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-resources) @ jboss-as-arquillian-container-domain-managed ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 182 resources
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-arquillian-container-domain-managed ---
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.arquillian.container.domain.managed.test.ManagedDomainTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.148 sec
Running org.jboss.as.arquillian.container.domain.managed.test.ManagedDomainTwoTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.528 sec
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ jboss-as-arquillian-container-domain-managed ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ jboss-as-arquillian-container-domain-managed ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jboss-as-arquillian-container-domain-managed ---
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...> to /home/jenkins/.m2/repository/org/jboss/as/jboss-as-arquillian-container-domain-managed/7.2.0.Alpha1-SNAPSHOT/jboss-as-arquillian-container-domain-managed-7.2.0.Alpha1-SNAPSHOT.jar
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...> to /home/jenkins/.m2/repository/org/jboss/as/jboss-as-arquillian-container-domain-managed/7.2.0.Alpha1-SNAPSHOT/jboss-as-arquillian-container-domain-managed-7.2.0.Alpha1-SNAPSHOT.pom
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...> to /home/jenkins/.m2/repository/org/jboss/as/jboss-as-arquillian-container-domain-managed/7.2.0.Alpha1-SNAPSHOT/jboss-as-arquillian-container-domain-managed-7.2.0.Alpha1-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server: Distribution 7.2.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-dist ---
[INFO] Deleting <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-dist ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-dist ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-dist ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (get-build-timestamp) @ jboss-as-dist ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (get-scm-revision) @ jboss-as-dist ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-dist ---
[INFO] Source directory does not exist - skipping report.
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ jboss-as-dist ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ jboss-as-dist ---
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...> to /home/jenkins/.m2/repository/org/jboss/as/jboss-as-dist/7.2.0.Alpha1-SNAPSHOT/jboss-as-dist-7.2.0.Alpha1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server: Remoting Subsystem Test 7.2.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-remoting-test ---
[INFO] Deleting <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-remoting-test ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-remoting-test ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-remoting-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create-timestamp (get-build-timestamp) @ jboss-as-remoting-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (get-scm-revision) @ jboss-as-remoting-test ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-remoting-test ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jboss-as-remoting-test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-remoting-test ---
[INFO] Source directory does not exist - skipping report.
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-remoting-test ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-remoting-test ---
[INFO] Compiling 1 source file to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>:[78,34] [deprecation] installInController(org.jboss.as.subsystem.test.AdditionalInitialization,java.lang.String) in org.jboss.as.subsystem.test.AbstractSubsystemTest has been deprecated
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>:[115,34] [deprecation] installInController(org.jboss.as.subsystem.test.AdditionalInitialization,java.lang.String) in org.jboss.as.subsystem.test.AbstractSubsystemTest has been deprecated
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>:[160,34] [deprecation] installInController(org.jboss.as.subsystem.test.AdditionalInitialization,java.lang.String) in org.jboss.as.subsystem.test.AbstractSubsystemTest has been deprecated
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>:[213,34] [deprecation] installInController(org.jboss.as.subsystem.test.AdditionalInitialization,java.lang.String) in org.jboss.as.subsystem.test.AbstractSubsystemTest has been deprecated
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>:[244,34] [deprecation] installInController(org.jboss.as.subsystem.test.AdditionalInitialization,java.lang.String) in org.jboss.as.subsystem.test.AbstractSubsystemTest has been deprecated
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ jboss-as-remoting-test ---
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.remoting.RemotingSubsystemTestCase
Tests run: 7, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 3.024 sec <<< FAILURE!
Results :
Failed tests: testSubsystemWithThreadAttributeChange(org.jboss.as.remoting.RemotingSubsystemTestCase): expected not same
Tests run: 7, Failures: 1, Errors: 0, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [2.875s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [1.390s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [0.445s]
[INFO] JBoss Application Server: Domain HTTP Error Context SUCCESS [1.224s]
[INFO] JBoss Application Server: Protocol Utilities ...... SUCCESS [11.483s]
[INFO] JBoss Application Server: Controller Client ....... SUCCESS [6.261s]
[INFO] JBoss Application Server: Controller Core ......... SUCCESS [31.025s]
[INFO] JBoss Application Server: Domain Management ....... SUCCESS [7.701s]
[INFO] JBoss Application Server: Domain HTTP Interface ... SUCCESS [3.385s]
[INFO] JBoss Application Server: Deployment Repository ... SUCCESS [2.149s]
[INFO] JBoss Application Server: Embedded ................ SUCCESS [3.420s]
[INFO] JBoss Application Server: Platform MBean integration SUCCESS [6.623s]
[INFO] JBoss Application Server: Process Controller ...... SUCCESS [7.843s]
[INFO] JBoss Application Server: Network ................. SUCCESS [2.886s]
[INFO] JBoss Application Server: Threading Subsystem ..... SUCCESS [8.099s]
[INFO] JBoss Application Server: Remoting Subsystem ...... SUCCESS [4.630s]
[INFO] JBoss Application Server: Server .................. SUCCESS [16.153s]
[INFO] JBoss Application Server: Subsystem Test Harness .. SUCCESS [8.957s]
[INFO] JBoss Application Server: JMX Subsystem ........... SUCCESS [16.264s]
[INFO] JBoss Application Server: Naming Subsystem ........ SUCCESS [12.349s]
[INFO] JBoss Application Server: EE ...................... SUCCESS [11.069s]
[INFO] JBoss Application Server: JacORB Subsystem ........ SUCCESS [12.557s]
[INFO] JBoss Application Server: Transaction Subsystem ... SUCCESS [8.468s]
[INFO] JBoss Application Server: Clustering Subsystem .... SUCCESS [0.181s]
[INFO] JBoss Application Server: Clustering Server API ... SUCCESS [12.632s]
[INFO] JBoss Application Server: Common code for clustering subsystems SUCCESS [4.640s]
[INFO] JBoss Application Server: JGroups Subsystem ....... SUCCESS [9.754s]
[INFO] JBoss Application Server: Infinispan Subsystem .... SUCCESS [49.483s]
[INFO] JBoss Application Server: Security Subsystem ...... SUCCESS [9.912s]
[INFO] JBoss Application Server: Connector Subsystem ..... SUCCESS [14.250s]
[INFO] JBoss Application Server: Clustered registry service SUCCESS [2.167s]
[INFO] JBoss Application Server: EJB Subsystem ........... SUCCESS [26.406s]
[INFO] JBoss Application Server: Distributed Web Session SPI SUCCESS [3.703s]
[INFO] JBoss Application Server: Clustering Server API implementation SUCCESS [3.748s]
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider SUCCESS [9.288s]
[INFO] JBoss Application Server: Web Subsystem ........... SUCCESS [28.096s]
[INFO] JBoss Application Server: Web Services Subsystem .. SUCCESS [0.070s]
[INFO] JBoss Application Server: Web Services Server Integration Subsystem SUCCESS [13.595s]
[INFO] JBoss Application Server: Application Client Bootstrap SUCCESS [5.664s]
[INFO] JBoss Application Server: Config Assembly ......... SUCCESS [2.730s]
[INFO] JBoss Application Server: Command line interface .. SUCCESS [13.390s]
[INFO] JBoss Application Server: EJB Client BOM .......... SUCCESS [0.105s]
[INFO] JBoss Application Server: JMS Client BOM .......... SUCCESS [0.236s]
[INFO] JBoss Application Server: EJB and JMS client combined jar SUCCESS [2.654s]
[INFO] JBoss Application Server: Clustered Stateful Session Bean cache Infinispan provider SUCCESS [4.361s]
[INFO] JBoss Application Server: Clustered service provider registry services SUCCESS [3.346s]
[INFO] JBoss Application Server: Clustered singleton services SUCCESS [3.969s]
[INFO] JBoss Application Server: EJB Container Managed Persistence Subsystem SUCCESS [20.490s]
[INFO] JBoss Application Server: Config Admin ............ SUCCESS [5.706s]
[INFO] JBoss Application Server: Deployment Scanner ...... SUCCESS [7.761s]
[INFO] JBoss Application Server: EE Deployment ........... SUCCESS [5.305s]
[INFO] JBoss Application Server: JAXR Client ............. SUCCESS [8.949s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [0.190s]
[INFO] JBoss Application Server: JPA SPI ................. SUCCESS [3.298s]
[INFO] JBoss Application Server: JPA UTIL ................ SUCCESS [1.916s]
[INFO] JBoss Application Server: JPA Subsystem ........... SUCCESS [7.986s]
[INFO] JBoss Application Server: Weld Integration ........ SUCCESS [10.623s]
[INFO] JBoss Application Server: JAX-RS Integration ...... SUCCESS [6.842s]
[INFO] JBoss Application Server: JBoss Diagnostic Reporter SUCCESS [0.227s]
[INFO] JBoss Application Server: JDR ..................... SUCCESS [9.362s]
[INFO] JBoss Application Server: JSF Integration ......... SUCCESS [7.394s]
[INFO] JBoss Application Server: JSR-77 Subsystem ........ SUCCESS [7.652s]
[INFO] JBoss Application Server: Management Client Content SUCCESS [2.637s]
[INFO] JBoss Application Server: Host Controller ......... SUCCESS [14.655s]
[INFO] JBoss Application Server: Logging Subsystem ....... SUCCESS [11.023s]
[INFO] JBoss Application Server: Mail subsystem .......... SUCCESS [7.446s]
[INFO] JBoss Application Server: Messaging Subsystem ..... SUCCESS [17.092s]
[INFO] JBoss Application Server: ModCluster Subsystem .... SUCCESS [7.853s]
[INFO] JBoss Application Server: OSGi .................... SUCCESS [0.181s]
[INFO] JBoss Application Server: OSGi Subsystem .......... SUCCESS [8.709s]
[INFO] JBoss Application Server: OSGi ConfigurationAdmin . SUCCESS [5.938s]
[INFO] JBoss Application Server: OSGi Integration ........ SUCCESS [4.057s]
[INFO] JBoss Application Server: POJO Subsystem .......... SUCCESS [6.923s]
[INFO] JBoss Application Server: sosreport scripts ....... SUCCESS [1.088s]
[INFO] JBoss Application Server: Service Archive Subsystem SUCCESS [5.191s]
[INFO] JBoss Application Server: XTS Subsystem ........... SUCCESS [6.193s]
[INFO] JBoss Application Server: Hibernate 3.6.x JPA integration SUCCESS [4.994s]
[INFO] JBoss Application Server: Hibernate 4.0.x JPA integration SUCCESS [9.789s]
[INFO] JBoss Application Server: OpenJPA 2.x JPA integration SUCCESS [2.033s]
[INFO] JBoss Application Server: Build ................... SUCCESS [1:01.897s]
[INFO] JBoss Application Server: Arquillian .............. SUCCESS [0.085s]
[INFO] JBoss Application Server: Arquillian TestEnricher MSC SUCCESS [1.768s]
[INFO] JBoss Application Server: Arquillian Common ....... SUCCESS [2.965s]
[INFO] JBoss Application Server: Arquillian Protocol JMX . SUCCESS [2.678s]
[INFO] JBoss Application Server: Arquillian Managed Container SUCCESS [21.988s]
[INFO] JBoss Application Server: Arquillian Remote Container SUCCESS [2.513s]
[INFO] JBoss Application Server: Exported Java EE Specification APIs SUCCESS [0.257s]
[INFO] JBoss Application Server: Arquillian TestNG Integration SUCCESS [21.837s]
[INFO] JBoss Application Server: Arquillian Common Domain SUCCESS [2.858s]
[INFO] JBoss Application Server: Arquillian Remote Domain Container SUCCESS [2.474s]
[INFO] JBoss Application Server: Arquillian Managed Domain Container SUCCESS [39.478s]
[INFO] JBoss Application Server: Distribution ............ SUCCESS [6.945s]
[INFO] JBoss Application Server: Remoting Subsystem Test . FAILURE [4.466s]
[INFO] JBoss Application Server: Validation Tests for Exported Java EE Specification APIs SKIPPED
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem SKIPPED
[INFO] JBoss Application Server Test Suite: Shared ....... SKIPPED
[INFO] JBoss Application Server Test Suite: Aggregator ... SKIPPED
[INFO] JBoss Application Server Test Suite: Integration .. SKIPPED
[INFO] JBoss Application Server Test Suite: Integration - Smoke SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:29.952s
[INFO] Finished at: Sun Aug 05 19:44:40 EDT 2012
[INFO] Final Memory: 271M/465M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project jboss-as-remoting-test: There are test failures.
[ERROR]
[ERROR] Please refer to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-build/w...> 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-remoting-test
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
12 years, 7 months