Build failed in Hudson: JBoss-AS-5.0.x #1613
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1613/changes
Changes:
[pgier] [JBAS-5288] Upgrade jboss-integration to 5.0.0.CR1
[adrian(a)jboss.org] [JBAS-5571] - Port from jboss-4.2
------------------------------------------
[...truncated 16475 lines...]
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.
68 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 33 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/JBoss5DeploymentScope.java:162: cannot find symbol
symbol : method getEndpointInfo(java.lang.Class,java.lang.String,java.lang.String)
location: interface org.jboss.deployment.spi.DeploymentEndpointResolver
EndpointInfo endpoint = endpointResolver.getEndpointInfo(businessIntf, EndpointType.EJB, vfsContext);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/JBoss5DeploymentScope.java:198: cannot find symbol
symbol : method getEndpointInfo(java.lang.String,java.lang.String,java.lang.String)
location: interface org.jboss.deployment.spi.DeploymentEndpointResolver
EndpointInfo endpoint = endpointResolver.getEndpointInfo(ejbLink, EndpointType.EJB, vfsContext);
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use 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: 5 minutes 15 seconds
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 6 months
Build failed in Hudson: JBoss-AS-5.0.x-TestSuite-sun15 #621
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/621/ch...
Changes:
[pgier] [JBAS-5133] Update poms to match component-matrix for Hibernate 3.3.0.CR1
[dimitris(a)jboss.org] JBAS-5569, org.jboss.test.hibernate.test.TimersUnitTestCase leaves back garbage
------------------------------------------
[...truncated 13245 lines...]
At revision 73846
no change for http://anonsvn.jboss.org/repos/qa/hudson/trunk/scripts/common since the previous build
Launching killing script.
[JBoss-AS-5.0.x-TestSuite-sun15] $ bash /home/hudson/hudson_workspace/plugins/process-kill/WEB-INF/classes/hudson/plugins/process_kill/kill-script.sh
[JBoss-AS-5.0.x-TestSuite-sun15] $ bash -xe /tmp/hudson64121.sh
+ . /home/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/home/hudson/config_repository
++ common_variables=/home/hudson/config_repository/resources/common.variables
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/chprop
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/copy-eap-results
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/get-soa
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-children
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-derby
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-glassfish
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-pointbase
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-sunri
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /home/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_15
++++ JAVA16=/qa/tools/opt/jdk1.6.0_03
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/home/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/home/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/runejb3tck
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/runtck
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setant
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setjava
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setmaven2
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/stacktrace
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/start-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/stop-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/versions
+ setant 165
+ '[' 165 ']'
+ local 'command=. /home/hudson/config_repository/resources/common.variables && echo $ANT165'
++ eval . /home/hudson/config_repository/resources/common.variables '&&' echo '$ANT165'
+++ . /home/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_15
++++ JAVA16=/qa/tools/opt/jdk1.6.0_03
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/home/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/home/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
+++ echo /qa/tools/opt/apache-ant-1.6.5
+ local antpath=/qa/tools/opt/apache-ant-1.6.5
+ '[' -d /qa/tools/opt/apache-ant-1.6.5/bin ']'
+ export ANT_HOME=/qa/tools/opt/apache-ant-1.6.5
+ ANT_HOME=/qa/tools/opt/apache-ant-1.6.5
+ export PATH=/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/maven-2.0.9/bin:/qa/tools/opt/amd64/subversion-1.4.0/bin:/qa/tools/opt/amd64/jdk1.5.0_15/bin:/usr/xpg4/bin:/usr/xpg4/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/hudson/bin
+ PATH=/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/maven-2.0.9/bin:/qa/tools/opt/amd64/subversion-1.4.0/bin:/qa/tools/opt/amd64/jdk1.5.0_15/bin:/usr/xpg4/bin:/usr/xpg4/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/hudson/bin
+ 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
+ cd trunk/build
+ ./build.sh
Searching for build.xml ...
Buildfile: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/build.xml
_buildmagic:init:
Trying to override old definition of task property
_buildmagic:init:local-properties:
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build
_buildmagic:init:buildlog:
configure:
[echo] groups: default
[echo] modules: main,bootstrap,j2se,mbeans,jmx,system,system-jmx,security,server,deployment,jbossas/remoting,jmx-remoting,jbossas/jmx-remoting,messaging,jbossmq,cluster,varia,iiop,aspects,profileservice,connector,management,ejb3,tomcat,webservices,hibernate-int,console,spring-int
init:
check.inhibit.downloads:
check.proxy:
set.proxy.withoutauth:
set.proxy.auth:
set.proxy:
createthirdparty:
[java] [INFO] Scanning for projects...
[java] WAGON_VERSION: 1.0-beta-2
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss Application Server Thirdparty Build
[java] [INFO] task-segment: [package]
[java] [INFO] ------------------------------------------------------------------------
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-transaction-spi/5.0.0....
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-transaction-spi/5.0.0.CR1/j...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-integration/5.0.0.CR1/...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-integration/5.0.0.CR1/jboss...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-classloading-spi/5.0.0...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-classloading-spi/5.0.0.CR1/...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-corba-ots-spi/5.0.0.CR...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-corba-ots-spi/5.0.0.CR1/jbo...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-transaction-spi/5.0.0....
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-transaction-spi/5.0.0.CR1/j...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-integration/5.0.0.CR1/...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-integration/5.0.0.CR1/jboss...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-classloading-spi/5.0.0...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-classloading-spi/5.0.0.CR1/...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-corba-ots-spi/5.0.0.CR...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-corba-ots-spi/5.0.0.CR1/jbo...
[java] [INFO] ------------------------------------------------------------------------
[java] [ERROR] BUILD ERROR
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Failed to resolve artifact.
[java] Missing:
[java] ----------
[java] 1) org.jboss:jboss-transaction-spi:jar:5.0.0.CR1
[java] Try downloading the file manually from the project website.
[java] Then, install it using the command:
[java] mvn install:install-file -DgroupId=org.jboss -DartifactId=jboss-transaction-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file
[java] Alternatively, if you host your own repository you can deploy the file there:
[java] mvn deploy:deploy-file -DgroupId=org.jboss -DartifactId=jboss-transaction-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[java] Path to dependency:
[java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] 2) org.jboss:jboss-transaction-spi:jar:5.0.0.CR1
[java] 2) org.jboss:jboss-integration:jar:5.0.0.CR1
[java] Try downloading the file manually from the project website.
[java] Then, install it using the command:
[java] mvn install:install-file -DgroupId=org.jboss -DartifactId=jboss-integration -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file
[java] Alternatively, if you host your own repository you can deploy the file there:
[java] mvn deploy:deploy-file -DgroupId=org.jboss -DartifactId=jboss-integration -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[java] Path to dependency:
[java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] 2) org.jboss:jboss-integration:jar:5.0.0.CR1
[java] 3) org.jboss:jboss-classloading-spi:jar:5.0.0.CR1
[java] Try downloading the file manually from the project website.
[java] Then, install it using the command:
[java] mvn install:install-file -DgroupId=org.jboss -DartifactId=jboss-classloading-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file
[java] Alternatively, if you host your own repository you can deploy the file there:
[java] mvn deploy:deploy-file -DgroupId=org.jboss -DartifactId=jboss-classloading-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[java] Path to dependency:
[java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] 2) org.jboss:jboss-classloading-spi:jar:5.0.0.CR1
[java] 4) org.jboss:jboss-corba-ots-spi:jar:5.0.0.CR1
[java] Try downloading the file manually from the project website.
[java] Then, install it using the command:
[java] mvn install:install-file -DgroupId=org.jboss -DartifactId=jboss-corba-ots-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file
[java] Alternatively, if you host your own repository you can deploy the file there:
[java] mvn deploy:deploy-file -DgroupId=org.jboss -DartifactId=jboss-corba-ots-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[java] Path to dependency:
[java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] 2) org.jboss:jboss-corba-ots-spi:jar:5.0.0.CR1
[java] ----------
[java] 4 required artifacts are missing.
[java] for artifact:
[java] org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] from the specified remote repositories:
[java] central (http://repo1.maven.org/maven2),
[java] repository.jboss.org (http://repository.jboss.org/maven2),
[java] snapshots.jboss.org (http://snapshots.jboss.org/maven2)
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] For more information, run Maven with the -e switch
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Total time: 18 seconds
[java] [INFO] Finished at: Fri May 30 11:46:51 EDT 2008
[java] [INFO] Final Memory: 21M/157M
[java] [INFO] ------------------------------------------------------------------------
[java] Java Result: 1
_buildmagic:modules:most:
======================================================================
== Executing 'most' in module 'main'...
==
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/thirdparty/libraries.ent could not be found
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/tools/etc/buildmagic/buildmagic.ent:1029: java.io.FileNotFoundException: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/thirdparty/libraries.ent (No such file or directory)
Total time: 21 seconds
[JBoss-AS-5.0.x-TestSuite-sun15] $ bash -xe /tmp/hudson64122.sh
+ kill 10701
ERROR: No artifacts found that match the file pattern "trunk/build/output/**/*.log,trunk/build/output/jboss-5.0.x.zip". Configuration error?
ERROR: 'trunk/build/output/**/*.log' doesn't match anything, but '**/*.log' does. Perhaps that's what you mean?
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 6 months
Build failed in Hudson: JBoss-AS-5.0.x #1612
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1612/changes
Changes:
[pgier] [JBAS-5133] Update poms to match component-matrix for Hibernate 3.3.0.CR1
------------------------------------------
[...truncated 13237 lines...]
AU jbossmq/build.xml
U
At revision 73846
[JBoss-AS-5.0.x] $ bash -xe /tmp/hudson44157.sh
+ . /home/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/home/hudson/config_repository
++ common_variables=/home/hudson/config_repository/resources/common.variables
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/chprop
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/copy-eap-results
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/get-soa
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-children
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-derby
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-glassfish
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-pointbase
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-sunri
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /home/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_15
++++ JAVA16=/qa/tools/opt/jdk1.6.0_03
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/home/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/home/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/runejb3tck
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/runtck
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setant
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setjava
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setmaven2
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/stacktrace
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/start-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/stop-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/versions
+ setjava 15
+ '[' 15 ']'
+ local 'command=. /home/hudson/config_repository/resources/common.variables && echo $JAVA15'
++ eval . /home/hudson/config_repository/resources/common.variables '&&' echo '$JAVA15'
+++ . /home/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_15
++++ JAVA16=/qa/tools/opt/jdk1.6.0_03
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/home/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/home/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
+++ echo /qa/tools/opt/jdk1.5.0_15
+ local javapath=/qa/tools/opt/jdk1.5.0_15
+ '[' -d /qa/tools/opt/jdk1.5.0_15/bin ']'
+ export JAVA_HOME=/qa/tools/opt/jdk1.5.0_15
+ JAVA_HOME=/qa/tools/opt/jdk1.5.0_15
+ export PATH=/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/maven-2.0.9/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/subversion-1.4.0/bin:/usr/xpg4/bin:/usr/kerberos/bin:/usr/xpg4/bin:/usr/local/bin:/bin:/usr/bin:/opt/maven/bin:/opt/subversion/bin:/usr/X11R6/bin:/opt/maven/bin:/opt/subversion/bin:/home/hudson/bin
+ PATH=/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/maven-2.0.9/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/subversion-1.4.0/bin:/usr/xpg4/bin:/usr/kerberos/bin:/usr/xpg4/bin:/usr/local/bin:/bin:/usr/bin:/opt/maven/bin:/opt/subversion/bin:/usr/X11R6/bin:/opt/maven/bin:/opt/subversion/bin:/home/hudson/bin
+ setant 165
+ '[' 165 ']'
+ local 'command=. /home/hudson/config_repository/resources/common.variables && echo $ANT165'
++ eval . /home/hudson/config_repository/resources/common.variables '&&' echo '$ANT165'
+++ . /home/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_15
++++ JAVA16=/qa/tools/opt/jdk1.6.0_03
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/home/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/home/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
+++ echo /qa/tools/opt/apache-ant-1.6.5
+ local antpath=/qa/tools/opt/apache-ant-1.6.5
+ '[' -d /qa/tools/opt/apache-ant-1.6.5/bin ']'
+ export ANT_HOME=/qa/tools/opt/apache-ant-1.6.5
+ ANT_HOME=/qa/tools/opt/apache-ant-1.6.5
+ export PATH=/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/maven-2.0.9/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/subversion-1.4.0/bin:/usr/xpg4/bin:/usr/kerberos/bin:/usr/xpg4/bin:/usr/local/bin:/bin:/usr/bin:/opt/maven/bin:/opt/subversion/bin:/usr/X11R6/bin:/opt/maven/bin:/opt/subversion/bin:/home/hudson/bin
+ PATH=/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/maven-2.0.9/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/subversion-1.4.0/bin:/usr/xpg4/bin:/usr/kerberos/bin:/usr/xpg4/bin:/usr/local/bin:/bin:/usr/bin:/opt/maven/bin:/opt/subversion/bin:/usr/X11R6/bin:/opt/maven/bin:/opt/subversion/bin:/home/hudson/bin
+ export PATH=/opt/subversion-1.4.0/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/maven-2.0.9/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/subversion-1.4.0/bin:/usr/xpg4/bin:/usr/kerberos/bin:/usr/xpg4/bin:/usr/local/bin:/bin:/usr/bin:/opt/maven/bin:/opt/subversion/bin:/usr/X11R6/bin:/opt/maven/bin:/opt/subversion/bin:/home/hudson/bin
+ PATH=/opt/subversion-1.4.0/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/apache-ant-1.6.5/bin:/qa/tools/opt/maven-2.0.9/bin:/qa/tools/opt/jdk1.5.0_15/bin:/qa/tools/opt/subversion-1.4.0/bin:/usr/xpg4/bin:/usr/kerberos/bin:/usr/xpg4/bin:/usr/local/bin:/bin:/usr/bin:/opt/maven/bin:/opt/subversion/bin:/usr/X11R6/bin:/opt/maven/bin:/opt/subversion/bin:/home/hudson/bin
+ cd trunk
+ cd build
+ ./build.sh
Searching for build.xml ...
Buildfile: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build.xml
_buildmagic:init:
Trying to override old definition of task property
_buildmagic:init:local-properties:
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build
_buildmagic:init:buildlog:
configure:
[echo] groups: default
[echo] modules: main,bootstrap,j2se,mbeans,jmx,system,system-jmx,security,server,deployment,jbossas/remoting,jmx-remoting,jbossas/jmx-remoting,messaging,jbossmq,cluster,varia,iiop,aspects,profileservice,connector,management,ejb3,tomcat,webservices,hibernate-int,console,spring-int
init:
check.inhibit.downloads:
check.proxy:
set.proxy.withoutauth:
set.proxy.auth:
set.proxy:
createthirdparty:
[java] [INFO] Scanning for projects...
[java] WAGON_VERSION: 1.0-beta-2
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss Application Server Thirdparty Build
[java] [INFO] task-segment: [package]
[java] [INFO] ------------------------------------------------------------------------
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-transaction-spi/5.0.0....
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-transaction-spi/5.0.0.CR1/j...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-integration/5.0.0.CR1/...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-integration/5.0.0.CR1/jboss...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-classloading-spi/5.0.0...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-classloading-spi/5.0.0.CR1/...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-corba-ots-spi/5.0.0.CR...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-corba-ots-spi/5.0.0.CR1/jbo...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-transaction-spi/5.0.0....
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-transaction-spi/5.0.0.CR1/j...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-integration/5.0.0.CR1/...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-integration/5.0.0.CR1/jboss...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-classloading-spi/5.0.0...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-classloading-spi/5.0.0.CR1/...
[java] Downloading: http://repository.jboss.org/maven2/org/jboss/jboss-corba-ots-spi/5.0.0.CR...
[java] Downloading: http://repo1.maven.org/maven2/org/jboss/jboss-corba-ots-spi/5.0.0.CR1/jbo...
[java] [INFO] ------------------------------------------------------------------------
[java] [ERROR] BUILD ERROR
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Failed to resolve artifact.
[java] Missing:
[java] ----------
[java] 1) org.jboss:jboss-transaction-spi:jar:5.0.0.CR1
[java] Try downloading the file manually from the project website.
[java] Then, install it using the command:
[java] mvn install:install-file -DgroupId=org.jboss -DartifactId=jboss-transaction-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file
[java] Alternatively, if you host your own repository you can deploy the file there:
[java] mvn deploy:deploy-file -DgroupId=org.jboss -DartifactId=jboss-transaction-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[java] Path to dependency:
[java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] 2) org.jboss:jboss-transaction-spi:jar:5.0.0.CR1
[java] 2) org.jboss:jboss-integration:jar:5.0.0.CR1
[java] Try downloading the file manually from the project website.
[java] Then, install it using the command:
[java] mvn install:install-file -DgroupId=org.jboss -DartifactId=jboss-integration -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file
[java] Alternatively, if you host your own repository you can deploy the file there:
[java] mvn deploy:deploy-file -DgroupId=org.jboss -DartifactId=jboss-integration -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[java] Path to dependency:
[java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] 2) org.jboss:jboss-integration:jar:5.0.0.CR1
[java] 3) org.jboss:jboss-classloading-spi:jar:5.0.0.CR1
[java] Try downloading the file manually from the project website.
[java] Then, install it using the command:
[java] mvn install:install-file -DgroupId=org.jboss -DartifactId=jboss-classloading-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file
[java] Alternatively, if you host your own repository you can deploy the file there:
[java] mvn deploy:deploy-file -DgroupId=org.jboss -DartifactId=jboss-classloading-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[java] Path to dependency:
[java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] 2) org.jboss:jboss-classloading-spi:jar:5.0.0.CR1
[java] 4) org.jboss:jboss-corba-ots-spi:jar:5.0.0.CR1
[java] Try downloading the file manually from the project website.
[java] Then, install it using the command:
[java] mvn install:install-file -DgroupId=org.jboss -DartifactId=jboss-corba-ots-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file
[java] Alternatively, if you host your own repository you can deploy the file there:
[java] mvn deploy:deploy-file -DgroupId=org.jboss -DartifactId=jboss-corba-ots-spi -Dversion=5.0.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[java] Path to dependency:
[java] 1) org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] 2) org.jboss:jboss-corba-ots-spi:jar:5.0.0.CR1
[java] ----------
[java] 4 required artifacts are missing.
[java] for artifact:
[java] org.jboss.jbossas:jboss-as-thirdparty:pom:5.0.0-SNAPSHOT
[java] from the specified remote repositories:
[java] central (http://repo1.maven.org/maven2),
[java] repository.jboss.org (http://repository.jboss.org/maven2),
[java] snapshots.jboss.org (http://snapshots.jboss.org/maven2)
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] For more information, run Maven with the -e switch
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Total time: 9 seconds
[java] [INFO] Finished at: Fri May 30 11:48:18 EDT 2008
[java] [INFO] Final Memory: 16M/29M
[java] [INFO] ------------------------------------------------------------------------
[java] Java Result: 1
_buildmagic:modules:most:
======================================================================
== Executing 'most' in module 'main'...
==
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/libraries.ent could not be found
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tools/etc/buildmagic/buildmagic.ent:1029: java.io.FileNotFoundException: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/libraries.ent (No such file or directory)
Total time: 11 seconds
Deleting old artifacts from #1610
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 6 months
Build failed in Hudson: jboss-esb-linux_CP1 #137
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/jboss-esb-linux_CP1/137/changes
Changes:
[kevin.conner(a)jboss.com] Fix H2 shutdown: JBESB-1778
------------------------------------------
[...truncated 9122 lines...]
[java] [junit] 14:17:53,249 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:17:53,251 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb is a valid file
[java] [junit] 14:17:53,253 DEBUG [main][SimpleDeployUnitTest] Deploying simple.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:17:53,594 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:17:53,595 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb]
[java] [junit] 14:17:54,284 DEBUG [main][SimpleDeployUnitTest] deployed package: simple.esb
[java] [junit] 14:17:54,286 DEBUG [main][SimpleDeployUnitTest] simple-scoped.esb is not a valid URL, no protocol: simple-scoped.esb
[java] [junit] 14:17:54,288 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:17:54,290 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb is a valid file
[java] [junit] 14:17:54,291 DEBUG [main][SimpleDeployUnitTest] Deploying simple-scoped.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:17:54,293 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:17:54,294 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb]
[java] [junit] 14:17:54,799 DEBUG [main][SimpleDeployUnitTest] deployed package: simple-scoped.esb
[java] [junit] 14:17:54,802 DEBUG [main][SimpleDeployUnitTest] ==== Starting testSimple ====
[java] [junit] 14:17:59,594 DEBUG [main][SimpleDeployUnitTest] ==== Starting testScope ====
[java] [junit] 14:18:01,750 DEBUG [main][SimpleDeployUnitTest] simple-scoped.esb is not a valid URL, no protocol: simple-scoped.esb
[java] [junit] 14:18:01,754 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:18:01,758 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb is a valid file
[java] [junit] 14:18:01,762 DEBUG [main][SimpleDeployUnitTest] Undeploying simple-scoped.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:18:01,765 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:18:01,768 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb]
[java] [junit] 14:18:02,078 DEBUG [main][SimpleDeployUnitTest] undeployed package: simple-scoped.esb
[java] [junit] 14:18:02,079 DEBUG [main][SimpleDeployUnitTest] simple.esb is not a valid URL, no protocol: simple.esb
[java] [junit] 14:18:02,079 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:18:02,082 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb is a valid file
[java] [junit] 14:18:02,082 DEBUG [main][SimpleDeployUnitTest] Undeploying simple.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:18:02,083 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:18:02,083 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb]
[java] [junit] 14:18:02,244 DEBUG [main][SimpleDeployUnitTest] undeployed package: simple.esb
[java] [junit] 14:18:02,245 DEBUG [main][SimpleDeployUnitTest] JBossTestServices.tearDown()
[java] [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 9.748 sec
[java] [junit] Testsuite: org.jboss.soa.esb.server.SimpleDeployUnitTest
[java] [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 9.748 sec
[java] [junit] ------------- Standard Output ---------------
[java] [junit] 14:17:53,151 DEBUG [main][SimpleDeployUnitTest] ==== setUp org.jboss.soa.esb.server.SimpleDeployUnitTest ====
[java] [junit] 14:17:53,155 DEBUG [main][SimpleDeployUnitTest] JBossTestServices.setUp()
[java] [junit] 14:17:53,233 DEBUG [main][SimpleDeployUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:17:53,235 INFO [main][SimpleDeployUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:17:53,237 INFO [main][SimpleDeployUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:17:53,238 INFO [main][SimpleDeployUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:17:53,240 INFO [main][SimpleDeployUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:17:53,241 INFO [main][SimpleDeployUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:17:53,243 INFO [main][SimpleDeployUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:17:53,245 DEBUG [main][SimpleDeployUnitTest] simple.esb is not a valid URL, no protocol: simple.esb
[java] [junit] 14:17:53,249 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:17:53,251 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb is a valid file
[java] [junit] 14:17:53,253 DEBUG [main][SimpleDeployUnitTest] Deploying simple.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:17:53,594 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:17:53,595 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb]
[java] [junit] 14:17:54,284 DEBUG [main][SimpleDeployUnitTest] deployed package: simple.esb
[java] [junit] 14:17:54,286 DEBUG [main][SimpleDeployUnitTest] simple-scoped.esb is not a valid URL, no protocol: simple-scoped.esb
[java] [junit] 14:17:54,288 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:17:54,290 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb is a valid file
[java] [junit] 14:17:54,291 DEBUG [main][SimpleDeployUnitTest] Deploying simple-scoped.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:17:54,293 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:17:54,294 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb]
[java] [junit] 14:17:54,799 DEBUG [main][SimpleDeployUnitTest] deployed package: simple-scoped.esb
[java] [junit] 14:17:54,802 DEBUG [main][SimpleDeployUnitTest] ==== Starting testSimple ====
[java] [junit] 14:17:59,594 DEBUG [main][SimpleDeployUnitTest] ==== Starting testScope ====
[java] [junit] 14:18:01,750 DEBUG [main][SimpleDeployUnitTest] simple-scoped.esb is not a valid URL, no protocol: simple-scoped.esb
[java] [junit] 14:18:01,754 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:18:01,758 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb is a valid file
[java] [junit] 14:18:01,762 DEBUG [main][SimpleDeployUnitTest] Undeploying simple-scoped.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb
[java] [junit] 14:18:01,765 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:18:01,768 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple-scoped.esb]
[java] [junit] 14:18:02,078 DEBUG [main][SimpleDeployUnitTest] undeployed package: simple-scoped.esb
[java] [junit] 14:18:02,079 DEBUG [main][SimpleDeployUnitTest] simple.esb is not a valid URL, no protocol: simple.esb
[java] [junit] 14:18:02,079 DEBUG [main][SimpleDeployUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:18:02,082 DEBUG [main][SimpleDeployUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb is a valid file
[java] [junit] 14:18:02,082 DEBUG [main][SimpleDeployUnitTest] Undeploying simple.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb
[java] [junit] 14:18:02,083 DEBUG [main][SimpleDeployUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:18:02,083 DEBUG [main][SimpleDeployUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/simple.esb]
[java] [junit] 14:18:02,244 DEBUG [main][SimpleDeployUnitTest] undeployed package: simple.esb
[java] [junit] 14:18:02,245 DEBUG [main][SimpleDeployUnitTest] JBossTestServices.tearDown()
[java] [junit] ------------- ---------------- ---------------
[java] [junit] ------------- Standard Error -----------------
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] ------------- ---------------- ---------------
[java] [junit] Testcase: testSimple took 4.791 sec
[java] [junit] Testcase: testScope took 2.155 sec
[java] [junit] Running org.jboss.soa.esb.server.ftp.FtpUnitTest
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] 14:18:05,269 DEBUG [main][FtpUnitTest] ==== setUp org.jboss.soa.esb.server.ftp.FtpUnitTest ====
[java] [junit] 14:18:05,273 DEBUG [main][FtpUnitTest] JBossTestServices.setUp()
[java] [junit] 14:18:05,356 DEBUG [main][FtpUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:18:05,358 INFO [main][FtpUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:18:05,360 INFO [main][FtpUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:18:05,361 INFO [main][FtpUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:18:05,363 INFO [main][FtpUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:18:05,364 INFO [main][FtpUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:18:05,368 INFO [main][FtpUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:18:05,369 DEBUG [main][FtpUnitTest] ftp-test.esb is not a valid URL, no protocol: ftp-test.esb
[java] [junit] 14:18:05,371 DEBUG [main][FtpUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:18:05,374 DEBUG [main][FtpUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb is a valid file
[java] [junit] 14:18:05,376 DEBUG [main][FtpUnitTest] Deploying ftp-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:18:05,670 DEBUG [main][FtpUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:18:05,672 DEBUG [main][FtpUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb]
[java] [junit] 14:18:07,348 DEBUG [main][FtpUnitTest] deployed package: ftp-test.esb
[java] [junit] 14:18:07,350 DEBUG [main][FtpUnitTest] ==== Starting testFtp ====
[java] [junit] FTP URL=ftp://ftpesb:ftppass@dev39.qa.atl.jboss.com/%2FFtpUnitTestCase-1212085087353.dat
[java] [junit] version=scope1
[java] [junit] 14:18:17,714 DEBUG [main][FtpUnitTest] ftp-test.esb is not a valid URL, no protocol: ftp-test.esb
[java] [junit] 14:18:17,715 DEBUG [main][FtpUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:18:17,720 DEBUG [main][FtpUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb is a valid file
[java] [junit] 14:18:17,721 DEBUG [main][FtpUnitTest] Undeploying ftp-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:18:17,721 DEBUG [main][FtpUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:18:17,722 DEBUG [main][FtpUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb]
[java] [junit] 14:18:17,926 DEBUG [main][FtpUnitTest] undeployed package: ftp-test.esb
[java] [junit] 14:18:17,926 DEBUG [main][FtpUnitTest] JBossTestServices.tearDown()
[java] [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.439 sec
[java] [junit] Testsuite: org.jboss.soa.esb.server.ftp.FtpUnitTest
[java] [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.439 sec
[java] [junit] ------------- Standard Output ---------------
[java] [junit] 14:18:05,269 DEBUG [main][FtpUnitTest] ==== setUp org.jboss.soa.esb.server.ftp.FtpUnitTest ====
[java] [junit] 14:18:05,273 DEBUG [main][FtpUnitTest] JBossTestServices.setUp()
[java] [junit] 14:18:05,356 DEBUG [main][FtpUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:18:05,358 INFO [main][FtpUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:18:05,360 INFO [main][FtpUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:18:05,361 INFO [main][FtpUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:18:05,363 INFO [main][FtpUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:18:05,364 INFO [main][FtpUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:18:05,368 INFO [main][FtpUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:18:05,369 DEBUG [main][FtpUnitTest] ftp-test.esb is not a valid URL, no protocol: ftp-test.esb
[java] [junit] 14:18:05,371 DEBUG [main][FtpUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:18:05,374 DEBUG [main][FtpUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb is a valid file
[java] [junit] 14:18:05,376 DEBUG [main][FtpUnitTest] Deploying ftp-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:18:05,670 DEBUG [main][FtpUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:18:05,672 DEBUG [main][FtpUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb]
[java] [junit] 14:18:07,348 DEBUG [main][FtpUnitTest] deployed package: ftp-test.esb
[java] [junit] 14:18:07,350 DEBUG [main][FtpUnitTest] ==== Starting testFtp ====
[java] [junit] FTP URL=ftp://ftpesb:ftppass@dev39.qa.atl.jboss.com/%2FFtpUnitTestCase-1212085087353.dat
[java] [junit] version=scope1
[java] [junit] 14:18:17,714 DEBUG [main][FtpUnitTest] ftp-test.esb is not a valid URL, no protocol: ftp-test.esb
[java] [junit] 14:18:17,715 DEBUG [main][FtpUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:18:17,720 DEBUG [main][FtpUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb is a valid file
[java] [junit] 14:18:17,721 DEBUG [main][FtpUnitTest] Undeploying ftp-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb
[java] [junit] 14:18:17,721 DEBUG [main][FtpUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:18:17,722 DEBUG [main][FtpUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/ftp-test.esb]
[java] [junit] 14:18:17,926 DEBUG [main][FtpUnitTest] undeployed package: ftp-test.esb
[java] [junit] 14:18:17,926 DEBUG [main][FtpUnitTest] JBossTestServices.tearDown()
[java] [junit] ------------- ---------------- ---------------
[java] [junit] ------------- Standard Error -----------------
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] ------------- ---------------- ---------------
[java] [junit] Testcase: testFtp took 10.357 sec
[java] [junit] Running org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] 14:18:20,212 DEBUG [main][JbpmAsyncUnitTest] ==== setUp org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest ====
[java] [junit] 14:18:20,217 DEBUG [main][JbpmAsyncUnitTest] JBossTestServices.setUp()
[java] [junit] 14:18:20,312 DEBUG [main][JbpmAsyncUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:18:20,314 INFO [main][JbpmAsyncUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:18:20,317 INFO [main][JbpmAsyncUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:18:20,318 INFO [main][JbpmAsyncUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:18:20,320 INFO [main][JbpmAsyncUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:18:20,322 INFO [main][JbpmAsyncUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:18:20,324 INFO [main][JbpmAsyncUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:18:20,326 DEBUG [main][JbpmAsyncUnitTest] jbpm-async-test.esb is not a valid URL, no protocol: jbpm-async-test.esb
[java] [junit] 14:18:20,328 DEBUG [main][JbpmAsyncUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:18:20,331 DEBUG [main][JbpmAsyncUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb is a valid file
[java] [junit] 14:18:20,333 DEBUG [main][JbpmAsyncUnitTest] Deploying jbpm-async-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:18:20,655 DEBUG [main][JbpmAsyncUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:18:20,657 DEBUG [main][JbpmAsyncUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb]
[java] [junit] 14:18:21,157 DEBUG [main][JbpmAsyncUnitTest] deployed package: jbpm-async-test.esb
[java] [junit] 14:18:21,161 DEBUG [main][JbpmAsyncUnitTest] ==== Starting testAsyncCallback ====
[java] [junit] 14:18:22,599 DEBUG [main][JbpmAsyncUnitTest] ==== Starting testSuspendedAsyncCallback ====
[java] [junit] 14:19:02,936 DEBUG [main][JbpmAsyncUnitTest] jbpm-async-test.esb is not a valid URL, no protocol: jbpm-async-test.esb
[java] [junit] 14:19:02,936 DEBUG [main][JbpmAsyncUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:19:02,942 DEBUG [main][JbpmAsyncUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb is a valid file
[java] [junit] 14:19:02,942 DEBUG [main][JbpmAsyncUnitTest] Undeploying jbpm-async-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:19:02,943 DEBUG [main][JbpmAsyncUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:19:02,943 DEBUG [main][JbpmAsyncUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb]
[java] [junit] 14:19:03,061 DEBUG [main][JbpmAsyncUnitTest] undeployed package: jbpm-async-test.esb
[java] [junit] 14:19:03,061 DEBUG [main][JbpmAsyncUnitTest] JBossTestServices.tearDown()
[java] [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 43.527 sec
[java] [junit] Testsuite: org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest
[java] [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 43.527 sec
[java] [junit] ------------- Standard Output ---------------
[java] [junit] 14:18:20,212 DEBUG [main][JbpmAsyncUnitTest] ==== setUp org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest ====
[java] [junit] 14:18:20,217 DEBUG [main][JbpmAsyncUnitTest] JBossTestServices.setUp()
[java] [junit] 14:18:20,312 DEBUG [main][JbpmAsyncUnitTest] initialContext.getEnvironment()={jnp.parsedName=, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.provider.url=localhost:1099, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 14:18:20,314 INFO [main][JbpmAsyncUnitTest] jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 14:18:20,317 INFO [main][JbpmAsyncUnitTest] jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 14:18:20,318 INFO [main][JbpmAsyncUnitTest] jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 14:18:20,320 INFO [main][JbpmAsyncUnitTest] jbosstest.nodeploy: null
[java] [junit] 14:18:20,322 INFO [main][JbpmAsyncUnitTest] jbosstest.jndiurl: localhost:1099
[java] [junit] 14:18:20,324 INFO [main][JbpmAsyncUnitTest] jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 14:18:20,326 DEBUG [main][JbpmAsyncUnitTest] jbpm-async-test.esb is not a valid URL, no protocol: jbpm-async-test.esb
[java] [junit] 14:18:20,328 DEBUG [main][JbpmAsyncUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:18:20,331 DEBUG [main][JbpmAsyncUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb is a valid file
[java] [junit] 14:18:20,333 DEBUG [main][JbpmAsyncUnitTest] Deploying jbpm-async-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:18:20,655 DEBUG [main][JbpmAsyncUnitTest] Invoking jboss.system:service=MainDeployer method=redeploy
[java] [junit] 14:18:20,657 DEBUG [main][JbpmAsyncUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb]
[java] [junit] 14:18:21,157 DEBUG [main][JbpmAsyncUnitTest] deployed package: jbpm-async-test.esb
[java] [junit] 14:18:21,161 DEBUG [main][JbpmAsyncUnitTest] ==== Starting testAsyncCallback ====
[java] [junit] 14:18:22,599 DEBUG [main][JbpmAsyncUnitTest] ==== Starting testSuspendedAsyncCallback ====
[java] [junit] 14:19:02,936 DEBUG [main][JbpmAsyncUnitTest] jbpm-async-test.esb is not a valid URL, no protocol: jbpm-async-test.esb
[java] [junit] 14:19:02,936 DEBUG [main][JbpmAsyncUnitTest] Testing file: /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:19:02,942 DEBUG [main][JbpmAsyncUnitTest] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb is a valid file
[java] [junit] 14:19:02,942 DEBUG [main][JbpmAsyncUnitTest] Undeploying jbpm-async-test.esb, url=file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb
[java] [junit] 14:19:02,943 DEBUG [main][JbpmAsyncUnitTest] Invoking jboss.system:service=MainDeployer method=undeploy
[java] [junit] 14:19:02,943 DEBUG [main][JbpmAsyncUnitTest] args=[file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/lib/jbpm-async-test.esb]
[java] [junit] 14:19:03,061 DEBUG [main][JbpmAsyncUnitTest] undeployed package: jbpm-async-test.esb
[java] [junit] 14:19:03,061 DEBUG [main][JbpmAsyncUnitTest] JBossTestServices.tearDown()
[java] [junit] ------------- ---------------- ---------------
[java] [junit] ------------- Standard Error -----------------
[java] [junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/log4j.xml
[java] [junit] ------------- ---------------- ---------------
[java] [junit] Testcase: testAsyncCallback took 1.438 sec
[java] [junit] Testcase: testSuspendedAsyncCallback took 40.329 sec
[java] [junit] FAILED
[java] [junit] checkWaitingAction expected:<true> but was:<false>
[java] [junit] junit.framework.AssertionFailedError: checkWaitingAction expected:<true> but was:<false>
[java] [junit] at org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest.testSuspendedAsyncCallback(JbpmAsyncUnitTest.java:78)
[java] [junit] at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
[java] [junit] at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
[java] [junit] at junit.extensions.TestSetup.run(TestSetup.java:27)
[java] BUILD FAILED
[java] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build.xml:105: The following error occurred while executing this line:
[java] /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/junit/build.xml:214: Test org.jboss.soa.esb.server.jbpmAsync.JbpmAsyncUnitTest failed
[java] Total time: 1 minute 45 seconds
[java] Java Result: 1
esb.init-app-server:
esb.init-esb-server:
esb.init-ftp-server:
esb.init:
stop-server:
[echo] Stopping local ESB server
[java] Shutdown message has been posted to the server.
[java] Server shutdown may take a while - check logfiles for completion
[echo] 2008-05-29 14:19:04 EDT: waiting for ESB server to stop, checking file /qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build/jbossesb-test/jbossesb-server/server/default/log/server.log ...
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/integration-build.xml:12: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/jboss-esb-linux_CP1/trunk/qa/build.xml:88: QA Unit Test failure
Total time: 29 minutes 0 seconds
Recording test results
Recording Emma reports trunk/product/build/tests/coverage/coverage.xml
16 years, 6 months