Build failed in Hudson: JBoss-AS-5.0.x #212
by jboss-qa-internal@redhat.com
See http://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/212/changes
Changes:
[bstansberry(a)jboss.com] [JBAS-4724] DRM lifecycle must be controlled by ClusterPartition
[JBAS-4726] DistributedStateImpl does not subclass ServiceMBeanSupport
Don't inject DS via the config object
Don't use deprecated JBC config attribute
[bstansberry(a)jboss.com] [JBAS-4628] Update multiplexer protocol stack configs for 2.5
[bstansberry(a)jboss.com] [JBAS-4724] DRM lifecycle must be controlled by ClusterPartition
[JBAS-4726] DistributedStateImpl does not subclass ServiceMBeanSupport
Don't inject DS via the config object
Create the channel in start()
[bstansberry(a)jboss.com] [JBAS-4726] DistributedStateImpl does not subclass ServiceMBeanSupport
[bstansberry(a)jboss.com] Don't inject DS via the config object
[bstansberry(a)jboss.com] [JBAS-4724] DRM lifecycle must be controlled by ClusterPartition
[bstansberry(a)jboss.com] Remove property that shouldn't be JMX-exposed
[bstansberry(a)jboss.com] Remove setter that shouldn't be JMX-exposed
[bstansberry(a)jboss.com] Remove setter that shouldn't be JMX-exposed
[bstansberry(a)jboss.com] [JBAS-4727] ServiceMBeanSupport should ignore duplicate create calls
------------------------------------------
[...truncated 26021 lines...]
configure:
Overriding previous definition of reference to jboss.test.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/console/output/classes
[javac] Compiling 97 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/manager/interfaces/impl/GraphMBeanAttributeAction.java:217: warning: [deprecation] show() in java.awt.Window has been deprecated
frame.show();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/helpers/AbstractPluginWrapper.java:404: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
return java.net.URLEncoder.encode(source);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:132: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPMethodMetaData.jsp?classname=" + classname + "&method=" + java.net.URLEncoder.encode(method));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:188: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPConstructorMetaData.jsp?classname=" + classname + "&constructor=" + java.net.URLEncoder.encode(signature));
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:307: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPIntroductionPointcut.jsp?pointcut=" + java.net.URLEncoder.encode(introduction.getName()), // Default URL
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:356: warning: [deprecation] getFieldWriteInterceptors() in org.jboss.aop.ClassAdvisor has been deprecated
Interceptor[] chain = advisor.getFieldWriteInterceptors()[i];
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:363: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPFieldChain.jsp?classname=" + java.net.URLEncoder.encode(advisor.getName())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:371: warning: [deprecation] getFieldReadInterceptors() in org.jboss.aop.ClassAdvisor has been deprecated
chain = advisor.getFieldReadInterceptors()[i];
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:378: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPFieldChain.jsp?classname=" + java.net.URLEncoder.encode(advisor.getName())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:436: warning: [deprecation] getConstructorInterceptors() in org.jboss.aop.Advisor has been deprecated
if (advisor.getConstructorInterceptors() == null) return;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:442: warning: [deprecation] getConstructorInterceptors() in org.jboss.aop.Advisor has been deprecated
Interceptor[] chain = advisor.getConstructorInterceptors()[i];
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:454: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPConstructorChain.jsp?classname=" + java.net.URLEncoder.encode(con.getDeclaringClass().getName())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:532: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPMethodChain.jsp?classname=" + java.net.URLEncoder.encode(advisor.getName())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:565: warning: [deprecation] getAdvisedMethod() in org.jboss.aop.MethodInfo has been deprecated
shortenMethod(advisor.getName(), method.getAdvisedMethod()), // name
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:625: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPConstructorMethodCallerChain.jsp?index=" + index + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:625: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPConstructorMethodCallerChain.jsp?index=" + index + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:625: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPConstructorMethodCallerChain.jsp?index=" + index + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:652: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPConstructorConstructorCallerChain.jsp?index=" + index + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:652: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPConstructorConstructorCallerChain.jsp?index=" + index + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:652: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPConstructorConstructorCallerChain.jsp?index=" + index + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:679: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPMethodMethodCallerChain.jsp?callinghash=" + callingHash + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:679: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPMethodMethodCallerChain.jsp?callinghash=" + callingHash + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:679: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPMethodMethodCallerChain.jsp?callinghash=" + callingHash + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:706: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPMethodConstructorCallerChain.jsp?callinghash=" + callingHash + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:706: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPMethodConstructorCallerChain.jsp?callinghash=" + callingHash + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:706: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPMethodConstructorCallerChain.jsp?callinghash=" + callingHash + "&hash=" + java.net.URLEncoder.encode(Long.toString(keys[i])) + "&classname=" + java.net.URLEncoder.encode(advisor.getName()) + "&calledclassname=" + java.net.URLEncoder.encode(calledClass),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/AOPLister.java:729: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
"AOPBinding.jsp?binding=" + java.net.URLEncoder.encode(binding.getName()),
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/EJBModuleLister.java:75: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
containerUrl = java.net.URLEncoder.encode(containerUrl);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/src/main/org/jboss/console/plugins/monitor/CreateSnapshotServlet.java:122: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated
resp.sendRedirect("/web-console/manageSnapshot.jsp?monitorObjectName=" + java.net.URLEncoder.encode(sname.toString()));
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
29 warnings
compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/resources
[copy] Copying 104 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/resources
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/etc
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/etc
compile-bin:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/bin
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/bin
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/jboss-console.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/jboss-console-client.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/twiddle.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/console.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/console-mgr-classes.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/console-mgr.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/applet.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/web-console.war
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/build-marker
most:
==
== Finished with 'most' in module 'console'.
======================================================================
_module-console-most:
_module-console-most:
[copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/bin
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/all/lib
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/console-mgr.sar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/all/deploy/management/console-mgr.sar
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/console/output/lib/web-console.war into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/all/deploy/management/console-mgr.sar/web-console.war
modules-most:
thirdparty:
thirdparty:
[copy] Copying 6 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/all/lib
[copy] Copying 31 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/lib
[copy] Copying 38 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/lib/endorsed
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/lib/endorsed
[copy] Copying 9 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/all/lib
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/all/deploy/jbossws.sar
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/jboss/jbossws-native50/lib/jbossws-native50.sar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/all/deploy/jbossws.sar
[unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/jboss/jbossws/lib/jbossws-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/bin
[unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/thirdparty/jboss/jbossws-framework/lib/jbossws-framework-scripts.zip into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/bin
partition-build:
[copy] Copying 315 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/default
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/default/conf
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/default/deployers/jbossweb.deployer/META-INF
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/varia/output/lib/http-invoker.sar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/default/deploy/http-invoker.sar
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/minimal/deploy
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/minimal/deployers
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/minimal/conf
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/minimal/conf
[copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/minimal/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/server/minimal/lib
_buildmagic:init:
init:
bypass-jboss-all-client:
jboss-all-client:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/commons-logging.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/concurrent.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/ejb3-persistence.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/hibernate-annotations.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/hibernate-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-annotations-ejb3.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-aop-jdk50-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-aspect-jdk50-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-common-core.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-deployers-client-spi.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-deployers-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-deployers-core-spi.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-deployers-core.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-deployment.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-ejb3-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-iiop-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-integration.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-j2se.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-javaee.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-jsr77-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-logging-jdk.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-logging-log4j.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-logging-spi.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-main-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-messaging.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-remoting.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-security-spi.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-serialization.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-srp-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-system-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-system-jmx-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-transaction-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jbosscx-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jbossha-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jbosssx-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jmx-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jmx-invoker-adaptor-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jnp-client.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/xmlsec.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.Beta3/client/jbossall-client.jar
[delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/build
install:
most:
main:
BUILD SUCCESSFUL
Total time: 3 minutes 24 seconds
+ cd ../testsuite
+ ./build.sh
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/build.xml:452: Compile failed; see the compiler error output for details.
Total time: 59 seconds
Deleting old artifacts from #210
Recording fingerprints
Sending e-mails to: rrajasek(a)redhat.com pjha(a)redhat.com
Build was marked for publishing on https://hudson.jboss.org/hudson
finished: FAILURE
18 years, 6 months
Build failed in Hudson: JBoss-AS-5.0.x-TestSuite-sun15 #52
by jboss-qa-internal@redhat.com
See http://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/52/changes
Changes:
[pgier] Removing some debugging code.
[dimitris(a)jboss.org] JBAS-4688, take jbossts to 4.3.0.BETA1 (from 4.2.3.SP5)
[scott.stark(a)jboss.org] Route the ManagedOperation calls to the mgtview impl
------------------------------------------
[...truncated 31442 lines...]
[server:stop] shutdownTimeout will be=45
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
tomcat-webctx-tests:
[echo] creating tomcat-webctx config
[copy] Copying 142 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/server/tomcat-webctx
[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.Beta3/server/tomcat-webctx
[server:start] Starting server "tomcat-webctx" with command:
[server:start] /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar org.jboss.Main -c tomcat-webctx -b 10.18.6.175 -u 227.43.67.66
[echo] Starting patternset=tomcat.webctx.includes config=tomcat-webctx
[junit] Running org.jboss.test.web.test.WebCtxLoaderTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.9 sec
[server:stop] Shutting down server: tomcat-webctx
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/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 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
tomcat-federation-tests:
[echo] creating tomcat-federation config
[copy] Copying 168 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/server/tomcat-federation
[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/tomcat-federation not found.
[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.Beta3/server/tomcat-federation/deploy/jbossweb-tomcat6.sar/META-INF
[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.Beta3/server/tomcat-federation/deploy/jbossweb-tomcat6.sar
[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.Beta3/server/tomcat-federation/deploy/jbossweb-tomcat6.sar
[server:start] Starting server "tomcat-federation" with command:
[server:start] /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar org.jboss.Main -c tomcat-federation -b 10.18.6.175 -u 227.43.67.66
[echo] Starting patternset=tc-federation.includes config=tomcat-federation
[junit] Running org.jboss.test.web.security.AuthenticatorsExternalizationTestCase
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 1.865 sec
[junit] Test org.jboss.test.web.security.AuthenticatorsExternalizationTestCase FAILED
[junit] Running org.jboss.test.web.security.CustomHeaderAuthTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.623 sec
[junit] Running org.jboss.test.web.test.FormAuthUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 1.521 sec
[junit] Test org.jboss.test.web.test.FormAuthUnitTestCase FAILED
[server:stop] Shutting down server: tomcat-federation
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/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 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-jacc-security:
[echo] creating jacc config
[copy] Copying 194 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/server/jacc
[echo] Overwriting config descriptors
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/server/jacc
[server:start] Starting server "jacc" with command:
[server:start] /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar -Xmx128m org.jboss.Main -c jacc -b 10.18.6.175 -u 227.43.67.66
[echo] Starting patternset=jacc.includes config=JACC
[junit] Running org.jboss.test.cmp2.audit.test.AuditUnitTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 9.842 sec
[junit] Running org.jboss.test.cmp2.cmrstress.CMRStressTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.929 sec
[junit] Running org.jboss.test.cmp2.cmrtransaction.test.CMRTransactionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.745 sec
[junit] Running org.jboss.test.cmp2.commerce.CompleteUnitTestCase
[junit] Tests run: 32, Failures: 0, Errors: 26, Time elapsed: 11.812 sec
[junit] Test org.jboss.test.cmp2.commerce.CompleteUnitTestCase FAILED
[junit] Running org.jboss.test.cmp2.perf.test.PerfUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 2.008 sec
[junit] Test org.jboss.test.cmp2.perf.test.PerfUnitTestCase FAILED
[junit] Running org.jboss.test.cmp2.relationship.RelationshipUnitTestCase
[junit] Tests run: 21, Failures: 0, Errors: 21, Time elapsed: 5.221 sec
[junit] Test org.jboss.test.cmp2.relationship.RelationshipUnitTestCase FAILED
[junit] Running org.jboss.test.cmp2.simple.SimpleUnitTestCase
[junit] Tests run: 44, Failures: 0, Errors: 44, Time elapsed: 9.67 sec
[junit] Test org.jboss.test.cmp2.simple.SimpleUnitTestCase FAILED
[junit] Running org.jboss.test.jacc.test.CallerInRoleUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.698 sec
[junit] Running org.jboss.test.jacc.test.EJBSpecUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Test org.jboss.test.jacc.test.EJBSpecUnitTestCase FAILED (timeout)
[junit] Running org.jboss.test.jacc.test.FormAuthUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 1.62 sec
[junit] Test org.jboss.test.jacc.test.FormAuthUnitTestCase FAILED
[junit] Running org.jboss.test.jacc.test.JMXConsoleUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.384 sec
[junit] Test org.jboss.test.jacc.test.JMXConsoleUnitTestCase FAILED
[junit] Running org.jboss.test.jacc.test.MissingMethodUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.191 sec
[junit] Running org.jboss.test.jacc.test.WebConstraintsUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.919 sec
[junit] Test org.jboss.test.jacc.test.WebConstraintsUnitTestCase FAILED
[junit] Running org.jboss.test.jacc.test.WebIntegrationUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 7.091 sec
[junit] Test org.jboss.test.jacc.test.WebIntegrationUnitTestCase FAILED
[junit] Running org.jboss.test.jacc.test.WebPermissionsValidationTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.36 sec
[junit] Running org.jboss.test.web.test.UserInRoleUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 3, Time elapsed: 2.348 sec
[junit] Test org.jboss.test.web.test.UserInRoleUnitTestCase FAILED
[junit] Running org.jboss.test.webservice.jbws309.JBWS309TestCase
[junit] Tests run: 5, Failures: 0, Errors: 5, Time elapsed: 12.127 sec
[junit] Test org.jboss.test.webservice.jbws309.JBWS309TestCase FAILED
[server:stop] Shutting down server: jacc
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.6.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
[server:stop] Failed to shutdown server "jacc" before timeout. Destroying the process.
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-jacc-securitymgr:
[echo] creating jacc-securitymgr config
[copy] Copying 191 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/server/jacc-securitymgr
[echo] Overwriting config descriptors
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/server/jacc-securitymgr
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
init:
tests-compatibility:
[junit] Running org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase
[junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 113.197 sec
[junit] Test org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase FAILED
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-aop-scoped:
[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.Beta3/bin
[server:start] Starting server "scoped-aop-jdk50" with command:
[server:start] /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.Beta3/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -javaagent:pluggable-instrumentor.jar -Djgroups.udp.ip_ttl=0 org.jboss.Main -c all -b 10.18.6.175 -u 227.43.67.66
[server:start] Failed to start server "scoped-aop-jdk50" before timeout. Destroying the process.
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/build.xml:859: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/build.xml:2762: Error starting server "scoped-aop-jdk50": Server failed to start; see logs.
Total time: 208 minutes 34 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
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill -9
+ exit 1
Recording test results
Sending e-mails to: rrajasek(a)redhat.com
Build was marked for publishing on https://hudson.jboss.org/hudson
finished: FAILURE
18 years, 6 months