JBoss-AS-5.0.x - Build # 1880 - Failure!

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri Jul 11 08:27:49 EDT 2008


JBoss-AS-5.0.x - Build # 1880 - Failure:

Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-5.0.x/1880 to view the results.

Modifications since last build:

[stalep] [JBAS-5757] added scoped annotated testes



-------------------------------------------------------------------------
[...truncated 19308 lines...]
createthirdparty:

init:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/ejb
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/interfaces
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/service
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/interfaces
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/ejb
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/cts/service
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/classloader/scoping/singleton
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/classloader/scoping/singleton

compile-resources:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources
     [copy] Copying 1370 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources
     [copy] Copied 925 empty directories to 8 empty directories under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources

init-code-generation:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/reports

compile-bean-sources:

compile-mbean-sources:

compile-proxycompiler-bean-sources:

compile-annotated-classes-50:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes
    [javac] Compiling 239 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes
    [javac] Note: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/util/web/HttpUtils.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

compile-classes-only:
    [javac] Compiling 2595 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java:207: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class for a varargs call
    [javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
    [javac]             Method method = PropertyTestAdminObject.class.getMethod(getter, null);
    [javac]                                                                             ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java:208: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             Object value = method.invoke(ao, null); 
    [javac]                                              ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java:207: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class for a varargs call
    [javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
    [javac]             Method method = PropertyTestAdminObject.class.getMethod(getter, null);
    [javac]                                                                             ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java:208: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             Object value = method.invoke(ao, null); 
    [javac]                                              ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/xml/JBossXBTestDelegate.java:91: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class for a varargs call
    [javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
    [javac]          Method method = clazz.getMethod("initResolver", null);
    [javac]                                                          ^
    [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/src/main/org/jboss/test/xml/JBossXBTestDelegate.java:92: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]          defaultResolver = (SchemaBindingResolver) method.invoke(null, null);
    [javac]                                                                        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 6 warnings

compile-classes:

compile-xmbean-dds:

compile-stubs:
     [rmic] Warning: org/jboss/test/cts/test/ClientCallbackImpl.class modified in the future.
     [rmic] Warning: org/jboss/test/jmx/invoker/RMIBadListener.class modified in the future.
     [rmic] Warning: org/jboss/test/jmx/invoker/RMIListener.class modified in the future.
     [rmic] RMI Compiling 3 classes to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes

compile-etc:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/etc
     [copy] Copying 46 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/etc

compile-stylesheets:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/stylesheets
     [copy] Copying 8 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/stylesheets

compile:

_jars-dummy:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/tests-dummy.jar

_jars-aop:
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath

compile-aop-annotatations:
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aoptest.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/simpleejb.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-call-logging.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-invocationlog.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-invocationlog.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aoptest.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aoptest.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/simpleejb.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/jmx-aoptest.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-deployertest.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-deployertest-xml.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-deployertest-annotations.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-mc-jmxtest.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-mc-jmxtest-has-dependency.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-mc-jmxtest-dependency.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-mc-defaultannotationtest.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-annotated.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-annotated.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scoped-annotated.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scoped-annotated.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedtest1.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedtest1.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedtest2.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear1-ejb.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear1.aop
      [war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear1.war
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear1.ear
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear2-ejb.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear2.aop
      [war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear2.war
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedear2.ear
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-extendertest.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-extendertest.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-base.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-base.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child-parentdelegation.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child-noparentdelegation.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-base-notloaded.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-base-loaded.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child-parentdelegation.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedextender-child-noparentdelegation.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedattachtest1.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedattachtest1.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedattachtest2.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-scopedattachtest2.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf-lib.jar
      [war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf.war
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf-ejb.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-classesinwebinf.ear
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-proxycache.aop
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/aop-proxycache-global.sar

_jars-bank:
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/banktest.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bank.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bank-ejb20.jar

_jars-bank-new:
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/banknewtest.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/banknew.jar

_jars-bankiiop:
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bankiioptest.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bankiiop.jar

_jars-bench:
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bench.jar
      [war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bench.war
      [ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bench.ear

_jars-bmp:
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bmptest.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/bmp.jar

_jars-cache:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/META-INF
     [copy] Copying 9 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/META-INF
Overriding previous definition of reference to aop.task.classpath
     [aopc] Build Successful: 4617 ms
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/cachetest.jar
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/cluster/cache/META-INF
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/cachetest.sar
   [delete] Deleting: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/cluster/cache/META-INF/jboss-service.xml
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/resources/cluster/cache/META-INF
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/cacheAoptest.sar

_jars-classloader:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes/java/sql
    [touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes/java/sql/Fake.class
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/java-sql.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/interrupt.sar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loading.sar
      [ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loadingresource.ear
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/META-INF
     [copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/META-INF
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/tests-dummy.jar
    [unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/tests-dummy.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/tests.dummy.jar
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/loading.sar/META-INF
    [unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loading.sar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/loading.sar
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/loading.sar/META-INF
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource1.ear/dtds
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/META-INF
     [copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/META-INF
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/tests-dummy.jar
    [unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/tests-dummy.jar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/tests.dummy.jar
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp/META-INF
    [unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loading.sar into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp/META-INF
     [copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp/dtds
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp/dtds
      [zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.sar
   [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/unpacked/loadingresource2.ear/loading.tmp
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/lib/loadingclazz.sar
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/gen-src/org/jboss/test/classloader/scoping/singleton
     [echo] V1 MySingleton.java cksum: 4208e590356f488b8d8ab24a93c292a5
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes/org/jboss/test/classloader/scoping/singleton
    [javac] Warning: org/jboss/test/classloader/scoping/singleton/MySingleton.java modified in the future.
    [javac] Compiling 1 source file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/output/classes

BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/testsuite/imports/sections/classloader.xml:130: /opt/jboss-5.0.0.CR1/client not found.

Total time: 3 minutes 46 seconds
Deleting old artifacts from #1878
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
Email was triggered for: Failure
There are 1 triggered emails.
Sending email for trigger: Failure




More information about the builds mailing list