Build failed in Hudson: JBoss-AS-5.0.x #1357
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1357/changes
Changes:
[dimitris(a)jboss.org] JBAS-5444, remove twiddle.bat/shutdown.bat %ARGS% processing in favour of %*
------------------------------------------
[...truncated 18972 lines...]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:109: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException(asClass.getName() + " is not an activation spec class '" + messagingType + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:120: warning: [deprecation] org.jboss.metadata.ActivationConfigPropertyMetaData in org.jboss.metadata has been deprecated
ActivationConfigPropertyMetaData acpmd = (ActivationConfigPropertyMetaData) i.next();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:120: warning: [deprecation] org.jboss.metadata.ActivationConfigPropertyMetaData in org.jboss.metadata has been deprecated
ActivationConfigPropertyMetaData acpmd = (ActivationConfigPropertyMetaData) i.next();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java:135: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException(msg, e);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:71: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No implementation class for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:78: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException(implClass.getName() + " is not a '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:111: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property editor found for property '" + name + " class='" + type + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:127: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:131: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:152: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property '" + name + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:165: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("No property editor found for property '" + name + " class='" + type + "' for admin object '" + interfaceClass + "' ra=" + rarName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:181: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java:185: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for property '" + name + "' class=" + implClass + "' for admin object '" + interfaceClass + "' ra=" + rarName, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/RARDeployer.java:100: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error parsing meta data " + url, t);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/RARDeployment.java:263: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("MessagingType '" + messagingType.getName() + "' not found in resource deployment " + getServiceName());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:86: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException(raClass.getName() + " is not a resource adapter class");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:125: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for resource adapter class " + clz.getName() + " setting property " + cpmd, e.getTargetException());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java:129: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Error for resource adapter class " + clz.getName() + " accessing property setter " + cpmd, t);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
72 warnings
compile-classes-jdk6:
compile-classes:
compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/resources
[copy] Copying 14 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/resources
[copy] Copied 16 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/resources
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/etc
[copy] Copying 39 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/etc
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca-deployer.jar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.deployer/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-jca.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-common-jdbc-wrapper.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-local-jdbc.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-local-jdbc.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-xa-jdbc.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jboss-xa-jdbc.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jms-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jms-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/mail-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/mail-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/quartz-ra.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/quartz-ra.rar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/lib/jbosscx-client.jar
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/connector/output/build-marker
most:
==
== Finished with 'most' in module 'connector'.
======================================================================
_module-connector-most:
_module-connector-most:
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deployers
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/dtd
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jca
[copy] Copying 38 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jca
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
======================================================================
== Executing 'most' in module 'management'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
Overriding previous definition of reference to xdoclet.task.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
[javac] Compiling 172 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:35: warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been deprecated
import org.jboss.metadata.BeanMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:36: warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been deprecated
import org.jboss.metadata.SessionMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/JTAResource.java:101: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/URLResource.java:117: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:135: warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been deprecated
BeanMetaData metaData = (BeanMetaData) server.getAttribute(containerName, "BeanMetaData");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:135: warning: [deprecation] org.jboss.metadata.BeanMetaData in org.jboss.metadata has been deprecated
BeanMetaData metaData = (BeanMetaData) server.getAttribute(containerName, "BeanMetaData");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:144: warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been deprecated
SessionMetaData smetaData = (SessionMetaData) metaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/src/main/org/jboss/management/j2ee/factory/EJBModuleFactory.java:144: warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been deprecated
SessionMetaData smetaData = (SessionMetaData) metaData;
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 warnings
compile-rmi:
[rmic] RMI Compiling 1 class to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/classes
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/etc
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/etc
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/jboss-jsr77.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/jboss-jsr77-client.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/jboss-management.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/lib/ejb-management.jar
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/management/output/build-marker
most:
==
== Finished with 'most' in module 'management'.
======================================================================
_module-management-most:
_module-management-most:
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/docs/examples/jmx
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
======================================================================
== Executing 'most' in module 'ejb3'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
internal-jars:
_buildmagic:init:
init:
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/etc
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/etc
compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/classes
[javac] Compiling 19 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java:120: install(java.lang.String,org.jboss.ejb3.DependencyPolicy,org.jboss.ejb3.DeploymentUnit,java.lang.Object) in org.jboss.ejb3.KernelAbstraction cannot be applied to (java.lang.String,org.jboss.ejb3.DependencyPolicy,org.jboss.ejb3.clientmodule.ClientENCInjectionContainer)
getKernelAbstraction().install(container.getObjectName().getCanonicalName(), container.getDependencyPolicy(), container);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentUnit.java:47: org.jboss.ejb3.deployers.JBoss5DeploymentUnit is not abstract and does not override abstract method getRelativePath() in org.jboss.ejb3.DeploymentUnit
public class JBoss5DeploymentUnit implements org.jboss.ejb3.DeploymentUnit
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/build.xml:250: Compile failed; see the compiler error output for details.
Total time: 4 minutes 9 seconds
Deleting old artifacts from #1355
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
Calculating disk usage for workspace directory...
16 years, 7 months
Build failed in Hudson: JBoss-AS-5.0.x-TestSuite-sun15 #519
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/519/ch...
Changes:
[adrian(a)jboss.org] The default socket/request timeout for pooled invocation should be at least as long as the default transaction timeout
[adrian(a)jboss.org] Update the test log config to be consistent with log4j.xml
------------------------------------------
[...truncated 25865 lines...]
Overriding previous definition of reference to jboss.test.classpath
run-tests-aop-scoped:
[echo] Starting patternset=aop-with-classloader.includes config=aop-scoped
[junit] Running org.jboss.test.aop.test.ScopedAttachUnitTestCase
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.23 sec
[junit] Running org.jboss.test.aop.test.ScopedEarWithClassesInWebInfTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 3.518 sec
[junit] Test org.jboss.test.aop.test.ScopedEarWithClassesInWebInfTestCase FAILED
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseLoadedScopedNoParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 18.423 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseLoadedScopedParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 16.747 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseNotLoadedScopedNoParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 16.98 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseNotLoadedScopedParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 14.634 sec
[junit] Running org.jboss.test.aop.test.ScopedUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 4.12 sec
[junit] Test org.jboss.test.aop.test.ScopedUnitTestCase FAILED
[server:stop] Shutting down server: scoped-aop-jdk50
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.6.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
[delete] Deleting: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/pluggable-instrumentor.jar
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
jrmp-invoker-tests:
[echo] creating jrmp-invoker config
[copy] Copying 346 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/jrmp-invoker
[echo] Overwriting config descriptors
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/jrmp-invoker
[server:start] Starting server "jrmp-invoker" with command:
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Djava.net.preferIPv4Stack=true org.jboss.Main -c jrmp-invoker -b 10.18.6.175 -u 227.43.0.66
[echo] Starting patternset=jrmp-invoker.includes config=JRMP-Invoker
[junit] Running org.jboss.test.bank.test.BankEJB20StressTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 16.169 sec
[junit] Running org.jboss.test.cts.test.BmpUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 21.654 sec
[junit] Running org.jboss.test.cts.test.CmpUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.756 sec
[junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.528 sec
[junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 3.086 sec
[junit] Test org.jboss.test.cts.test.IndependentJarsUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.LocalEjbTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.465 sec
[junit] Running org.jboss.test.cts.test.LongWaitStatefulSessionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.256 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 133.365 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionUnitTestCase
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 142.928 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionStressTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.573 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 27.05 sec
[junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 7.847 sec
[server:stop] Shutting down server: jrmp-invoker
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.6.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
pooled-invoker-tests:
[echo] creating pooled-invoker config
[copy] Copying 346 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/pooled-invoker
[echo] Overwriting config descriptors
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/pooled-invoker
[server:start] Starting server "pooled-invoker" with command:
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Djava.net.preferIPv4Stack=true org.jboss.Main -c pooled-invoker -b 10.18.6.175 -u 227.43.0.66
[echo] Starting patternset=jrmp-invoker.includes config=Pooled-Invoker
[junit] Running org.jboss.test.bank.test.BankEJB20StressTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 14.685 sec
[junit] Running org.jboss.test.cts.test.BmpUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 21.359 sec
[junit] Running org.jboss.test.cts.test.CmpUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.013 sec
[junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.824 sec
[junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 3.142 sec
[junit] Test org.jboss.test.cts.test.IndependentJarsUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.LocalEjbTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.767 sec
[junit] Running org.jboss.test.cts.test.LongWaitStatefulSessionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.405 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 134.355 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionUnitTestCase
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 142.726 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionStressTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.333 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 26.98 sec
[junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 10.315 sec
[server:stop] Shutting down server: pooled-invoker
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.6.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-classloader-leak:
[echo] creating classloader-leak config
[copy] Copying 388 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/classloader-leak
[copy] Copied 93 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/classloader-leak
[echo] Overwriting config descriptors
[copy] Warning: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/classloader-leak not found.
[server:start] Starting server "classloader-leak" with command:
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/lib/endorsed -Djgroups.udp.ip_ttl=0 org.jboss.Main -c classloader-leak -b 10.18.6.175 -u 227.43.0.66
[junit] Running org.jboss.test.classloader.leak.test.ClassloaderLeakUnitTestCase
[junit] Tests run: 6, Failures: 0, Errors: 2, Time elapsed: 121.155 sec
[junit] Test org.jboss.test.classloader.leak.test.ClassloaderLeakUnitTestCase FAILED
[junit] Running org.jboss.test.classloader.leak.test.CommonsLoggingClassloaderLeakUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 53.769 sec
[junit] Test org.jboss.test.classloader.leak.test.CommonsLoggingClassloaderLeakUnitTestCase FAILED
[junit] Running org.jboss.test.classloader.leak.test.Ejb3ClassloaderLeakUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 2, Time elapsed: 118.696 sec
[junit] Test org.jboss.test.classloader.leak.test.Ejb3ClassloaderLeakUnitTestCase FAILED
[server:stop] Shutting down server: classloader-leak
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.6.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
compile-stylesheets:
tests-report-html:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/html
[junitreport] Transform time: 280147ms
tests-report-text:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text
[style] Transforming into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text
[style] Processing /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text/TESTS-TestSuites.txt
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/summary1b.xsl
tests-report-xml:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml
[style] Transforming into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml
[style] Processing /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml/TESTS-TestSuites.xml
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/shortXmlSummary.xsl
tests-report:
[tar] Building tar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/2008-04-15.04-50.tgz
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/build.xml:938: Some servers failed to shutdown cleanly.
Total time: 272 minutes 50 seconds
+ BSTATUS=1
+ [[ 1 -ne 0 ]]
+ kill-jboss
++ uname -s
+ [[ Linux == \L\i\n\u\x ]]
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ xargs kill -9
+ awk '{ print $2; }'
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ return 0
+ exit 1
[JBoss-AS-5.0.x-TestSuite-sun15] $ bash -xe /tmp/hudson24914.sh
+ kill 22827
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
Calculating disk usage for workspace directory...
16 years, 7 months
Build failed in Hudson: JBoss-AS-5.0.x-TestSuite-sun15 #518
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/518/ch...
Changes:
[alex.loubyansky(a)jboss.com] JBAS-5307
[adrian(a)jboss.org] [JBAS-5431] - Use the TransactionPropagationContextUtil to get the correct TPCFactory
[scott.stark(a)jboss.org] Add the jnpserver sourcepath
[scott.stark(a)jboss.org] Set the jboss/common-core sourcepath
[scott.stark(a)jboss.org] Correct the ctor type for the policy configuration facade
[adrian(a)jboss.org] [JBAS-5430] - Implement Serializable ORB for serialization of naming environments
[adrian(a)jboss.org] Add dependencies on hot deployed queues
[adrian(a)jboss.org] [JBAS-5428] - Fix the session pool shutdown
[alesj] Return empty rather then null.
[adrian(a)jboss.org] [JBAS-5427] - Fix typos in dtd
[scott.stark(a)jboss.org] JBAS-5423, only consider spec metadata attachments
[alesj] Fixing the missing recources copy to output.
------------------------------------------
[...truncated 25839 lines...]
run-tests-aop-scoped:
[echo] Starting patternset=aop-with-classloader.includes config=aop-scoped
[junit] Running org.jboss.test.aop.test.ScopedAttachUnitTestCase
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.397 sec
[junit] Running org.jboss.test.aop.test.ScopedEarWithClassesInWebInfTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 3.771 sec
[junit] Test org.jboss.test.aop.test.ScopedEarWithClassesInWebInfTestCase FAILED
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseLoadedScopedNoParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 16.323 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseLoadedScopedParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 14.267 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseNotLoadedScopedNoParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 12.897 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseNotLoadedScopedParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 11.792 sec
[junit] Running org.jboss.test.aop.test.ScopedUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 3.721 sec
[junit] Test org.jboss.test.aop.test.ScopedUnitTestCase FAILED
[server:stop] Shutting down server: scoped-aop-jdk50
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.34.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
[delete] Deleting: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/pluggable-instrumentor.jar
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
jrmp-invoker-tests:
[echo] creating jrmp-invoker config
[copy] Copying 346 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/jrmp-invoker
[echo] Overwriting config descriptors
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/jrmp-invoker
[server:start] Starting server "jrmp-invoker" with command:
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Djava.net.preferIPv4Stack=true org.jboss.Main -c jrmp-invoker -b 10.18.34.175 -u 227.43.0.80
[echo] Starting patternset=jrmp-invoker.includes config=JRMP-Invoker
[junit] Running org.jboss.test.bank.test.BankEJB20StressTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 13.44 sec
[junit] Running org.jboss.test.cts.test.BmpUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 20.427 sec
[junit] Running org.jboss.test.cts.test.CmpUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.671 sec
[junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.58 sec
[junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 2.573 sec
[junit] Test org.jboss.test.cts.test.IndependentJarsUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.LocalEjbTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.906 sec
[junit] Running org.jboss.test.cts.test.LongWaitStatefulSessionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.288 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 132.979 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionUnitTestCase
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 143.308 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionStressTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.208 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 26.773 sec
[junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 5.858 sec
[server:stop] Shutting down server: jrmp-invoker
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.34.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
pooled-invoker-tests:
[echo] creating pooled-invoker config
[copy] Copying 346 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/pooled-invoker
[echo] Overwriting config descriptors
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/pooled-invoker
[server:start] Starting server "pooled-invoker" with command:
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Djava.net.preferIPv4Stack=true org.jboss.Main -c pooled-invoker -b 10.18.34.175 -u 227.43.0.80
[echo] Starting patternset=jrmp-invoker.includes config=Pooled-Invoker
[junit] Running org.jboss.test.bank.test.BankEJB20StressTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 12.906 sec
[junit] Running org.jboss.test.cts.test.BmpUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 20.972 sec
[junit] Running org.jboss.test.cts.test.CmpUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.2 sec
[junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.575 sec
[junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 2.767 sec
[junit] Test org.jboss.test.cts.test.IndependentJarsUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.LocalEjbTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.24 sec
[junit] Running org.jboss.test.cts.test.LongWaitStatefulSessionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.157 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 62.159 sec
[junit] Test org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.StatefulSessionUnitTestCase
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 142.606 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionStressTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.256 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 26.633 sec
[junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 7.637 sec
[server:stop] Shutting down server: pooled-invoker
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.34.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-classloader-leak:
[echo] creating classloader-leak config
[copy] Copying 388 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/classloader-leak
[copy] Copied 93 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/classloader-leak
[echo] Overwriting config descriptors
[copy] Warning: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/classloader-leak not found.
[server:start] Starting server "classloader-leak" with command:
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/lib/endorsed -Djgroups.udp.ip_ttl=0 org.jboss.Main -c classloader-leak -b 10.18.34.175 -u 227.43.0.80
[junit] Running org.jboss.test.classloader.leak.test.ClassloaderLeakUnitTestCase
[junit] Tests run: 6, Failures: 0, Errors: 2, Time elapsed: 142.588 sec
[junit] Test org.jboss.test.classloader.leak.test.ClassloaderLeakUnitTestCase FAILED
[junit] Running org.jboss.test.classloader.leak.test.CommonsLoggingClassloaderLeakUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 65.726 sec
[junit] Test org.jboss.test.classloader.leak.test.CommonsLoggingClassloaderLeakUnitTestCase FAILED
[junit] Running org.jboss.test.classloader.leak.test.Ejb3ClassloaderLeakUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 2, Time elapsed: 141.123 sec
[junit] Test org.jboss.test.classloader.leak.test.Ejb3ClassloaderLeakUnitTestCase FAILED
[server:stop] Shutting down server: classloader-leak
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.34.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
compile-stylesheets:
tests-report-html:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/html
[junitreport] Transform time: 215827ms
tests-report-text:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text
[style] Transforming into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text
[style] Processing /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text/TESTS-TestSuites.txt
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/summary1b.xsl
tests-report-xml:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml
[style] Transforming into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml
[style] Processing /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml/TESTS-TestSuites.xml
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/shortXmlSummary.xsl
tests-report:
[tar] Building tar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/2008-04-14.16-48.tgz
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/build.xml:938: Some servers failed to shutdown cleanly.
Total time: 252 minutes 4 seconds
+ BSTATUS=1
+ [[ 1 -ne 0 ]]
+ kill-jboss
++ uname -s
+ [[ Linux == \L\i\n\u\x ]]
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill -9
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ return 0
+ exit 1
[JBoss-AS-5.0.x-TestSuite-sun15] $ bash -xe /tmp/hudson9900.sh
+ kill 23224
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
Calculating disk usage for workspace directory...
16 years, 7 months