Build failed in Hudson: jboss-aop-branch-2-1-testsuite #20

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Sat Jun 20 01:49:58 EDT 2009


See http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/20/changes

Changes:

[steve.ebersole at jboss.com] added fonts

------------------------------------------
[...truncated 67545 lines...]
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.411 sec
   [delete] Deleting directory http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/target/test-classes 

init-maven-parent:

init-maven-dist-dependencies:
Overriding previous definition of reference to maven.dependencies.compile.classpath
Overriding previous definition of reference to maven.dependencies.test.classpath

init_2.0.x:
     [echo] Testing JBoss AOP 2.0.x compilance
     [echo] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java 
   [delete] Deleting directory http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/target/aopctmp 
    [mkdir] Created dir: http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/target/aopctmp 

compile-test-classes_2.0.x:
    [mkdir] Created dir: http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/target/test-classes 
    [javac] Compiling 873 source files to http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/target/test-classes 
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/annotationoverride/AnnotationOverrideTestCase.java :83: warning: [deprecation] setClass(java.lang.Class<?>) in org.jboss.aop.ClassContainer has been deprecated
    [javac]       container.setClass(Proxied.class);
    [javac]                ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/annotationoverride/AnnotationOverrideTestCase.java :84: warning: [deprecation] initializeClassContainer() in org.jboss.aop.ClassContainer has been deprecated
    [javac]       container.initializeClassContainer();
    [javac]                ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/container/ContainerTestCase.java :90: warning: [deprecation] setClass(java.lang.Class<?>) in org.jboss.aop.ClassContainer has been deprecated
    [javac]          container.setClass(Child.class);
    [javac]                   ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/container/ContainerTestCase.java :91: warning: [deprecation] initializeClassContainer() in org.jboss.aop.ClassContainer has been deprecated
    [javac]          container.initializeClassContainer();
    [javac]                   ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/container/ContainerTestCase.java :109: warning: [deprecation] setClass(java.lang.Class<?>) in org.jboss.aop.ClassContainer has been deprecated
    [javac]       advisor.setClass(Child.class);
    [javac]              ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/container/ContainerTestCase.java :110: warning: [deprecation] initializeClassContainer() in org.jboss.aop.ClassContainer has been deprecated
    [javac]       advisor.initializeClassContainer();
    [javac]              ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/container/TestContainer.java :43: warning: [deprecation] methodInterceptors in org.jboss.aop.Advisor has been deprecated
    [javac]       return super.methodInterceptors;
    [javac]                   ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/ejb3dependencies/TestJoinPointInfo.java :40: warning: [deprecation] interceptors in org.jboss.aop.JoinPointInfo has been deprecated
    [javac]       Interceptor[] interceptor = info.interceptors;
    [javac]                                       ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/ejb3dependencies/TestJoinPointInfo.java :41: warning: [deprecation] unadvisedMethod in org.jboss.aop.MethodInfo has been deprecated
    [javac]       Method method = info.unadvisedMethod;
    [javac]                           ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/methodhashing/MethodHashingTestCase.java :70: warning: [deprecation] getInterfaceHashes(java.lang.Class<?>) in org.jboss.aop.util.MethodHashing has been deprecated
    [javac]       Map hashes = MethodHashing.getInterfaceHashes(TestSubClass.class);
    [javac]                                 ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/proxy/ProxyTestCase.java :219: warning: [deprecation] setClass(java.lang.Class<?>) in org.jboss.aop.ClassContainer has been deprecated
    [javac]       container.setClass(proxyClass);
    [javac]                ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/proxy/ProxyTestCase.java :220: warning: [deprecation] initializeClassContainer() in org.jboss.aop.ClassContainer has been deprecated
    [javac]       container.initializeClassContainer();
    [javac]                ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/proxy/ProxyTestCase.java :255: warning: [deprecation] setClass(java.lang.Class<?>) in org.jboss.aop.ClassContainer has been deprecated
    [javac]       container.setClass(proxyClass);
    [javac]                ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/src/test/java/org/jboss/test/aop/proxy/ProxyTestCase.java :256: warning: [deprecation] initializeClassContainer() in org.jboss.aop.ClassContainer has been deprecated
    [javac]       container.initializeClassContainer();
    [javac]                ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 14 warnings
      [jar] Building jar: http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/target/test-classes/org/jboss/test/aop/jdk15/dynamic/common/scenario.jar 
   [delete] Deleting directory http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/target/test-classes/org/jboss/test/aop/jdk15/dynamic/common/scenario 

non-optimized-precompiled-tests_2.0.x:

_base-jdk50-tests_2.0.x:

_run-precompiled-test_2.0.x:
     [echo] Compiling bridgemethod with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1149 ms
    [junit] Running org.jboss.test.aop.bridgemethod.BridgeMethodWeavingTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.02 sec

_base-tests:

_run-precompiled-test_2.0.x:
     [echo] Compiling inheritanceacrosspackages with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1203 ms
    [junit] Running org.jboss.test.aop.inheritanceacrosspackages.InheritanceAcrossPackagesTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.174 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling annotationoverride with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1186 ms
    [junit] Running org.jboss.test.aop.annotationoverride.AnnotationOverrideTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.727 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling arguments with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1562 ms
    [junit] Running org.jboss.test.aop.arguments.ArgumentsTestCase
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 1.391 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling invocationParams with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1040 ms
    [junit] Running org.jboss.test.aop.invocationParams.InvocationTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.312 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling packagedotdot with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 2073 ms
    [junit] Running org.jboss.test.aop.packagedotdot.PackageTestCase
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.881 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling serialization/simple with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 903 ms
    [junit] Running org.jboss.test.aop.serialization.simple.SimpleSerialiizationTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.384 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling extender with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1774 ms
    [junit] Running org.jboss.test.aop.extender.ExtenderTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.186 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling jdk15base with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1208 ms
    [junit] Running org.jboss.test.aop.jdk15base.AOPTester
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.845 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling invoketarget with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1227 ms
    [junit] Running org.jboss.test.aop.invoketarget.InvokeTargetTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.83 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling instanceofintroduced with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1271 ms
    [junit] Running org.jboss.test.aop.instanceofintroduced.InstanceofIntroducedTestCase
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.904 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling implementz with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1407 ms
    [junit] Running org.jboss.test.aop.implementz.ImplementsTester
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.11 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling annotatedcflow with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1122 ms
    [junit] Running org.jboss.test.aop.annotatedcflow.AnnotatedCFlowTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.769 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling scope with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 2749 ms
    [junit] Running org.jboss.test.aop.scope.ScopeTestCase
    [junit] Tests run: 26, Failures: 0, Errors: 0, Time elapsed: 1.661 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling construction with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1062 ms
    [junit] Running org.jboss.test.aop.construction.ConstructionTester
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.926 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling nonexistent with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 557 ms

_run-precompiled-test_2.0.x:
     [echo] Compiling basic with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 4862 ms
    [junit] Running org.jboss.test.aop.basic.AOPTester
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 2.237 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling marshalling with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 853 ms
    [junit] Running org.jboss.test.aop.marshalling.MarshallingTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.834 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling annotatedparams with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 975 ms
    [junit] Running org.jboss.test.aop.annotatedparams.AnnotatedParamsTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.775 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling callerscope with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1209 ms
    [junit] Running org.jboss.test.aop.callerscope.CallerScopeTestCase
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 10.506 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling reflection with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 2310 ms
    [junit] Running org.jboss.test.aop.reflection.ReflectionTester
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 2.406 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling regression with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 4208 ms
    [junit] Running org.jboss.test.aop.regression.annotatedIntroduction.AOPTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.94 sec
    [junit] Running org.jboss.test.aop.regression.arraymethodparam.ArrayMethodParamTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.955 sec
    [junit] Running org.jboss.test.aop.regression.ejbthree315.UnderscoreMethodTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.015 sec
    [junit] Running org.jboss.test.aop.regression.inheritedfield.InheritedFieldTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.98 sec
    [junit] Running org.jboss.test.aop.regression.inheritedmcall.AOPTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.227 sec
    [junit] Running org.jboss.test.aop.regression.jbaop110.InnerClassTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.164 sec
    [junit] Running org.jboss.test.aop.regression.jbaop137.ExtenderTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.676 sec
    [junit] Running org.jboss.test.aop.regression.jbaop194_undeploy.UndeployTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.733 sec
    [junit] Running org.jboss.test.aop.regression.jbaop197.OwnConstructorTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.678 sec
    [junit] Running org.jboss.test.aop.regression.jbaop206inheritadvised.AOPTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.097 sec
    [junit] Running org.jboss.test.aop.regression.jbaop217typedefredeploy.TypeDefRedeployTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.775 sec
    [junit] Running org.jboss.test.aop.regression.jbaop248annotationoverride.AnnotationOverrideTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.757 sec
    [junit] Running org.jboss.test.aop.regression.jbaop264underscorefieldname.UnderscoreInFieldNameTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.876 sec
    [junit] Running org.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.727 sec
    [junit] Running org.jboss.test.aop.regression.jbaop316annotationsinwrapperonly.AnnotationsInWrapperMethodOnlyTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.756 sec
    [junit] Running org.jboss.test.aop.regression.jbaop336callnpe.CallerNPETestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.813 sec
    [junit] Running org.jboss.test.aop.regression.jbaop398nosuchfield.SimpleTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.162 sec
    [junit] Running org.jboss.test.aop.regression.jbaop442instancedomain.InstanceDomainTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.783 sec
    [junit] Running org.jboss.test.aop.regression.jbaop484superproxyadvised.SuperClassIsAdvisedByProxyTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.644 sec
    [junit] Running org.jboss.test.aop.regression.statictest.AOPTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.154 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling perjoinpoint with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1293 ms
    [junit] Running org.jboss.test.aop.perjoinpoint.PerJoinpointTester
    [junit] Test org.jboss.test.aop.perjoinpoint.PerJoinpointTester FAILED
[jboss-aop-branch-2-1-testsuite] $ bash -xe /tmp/hudson910214131580513751.sh
+ kill 25267
/tmp/hudson910214131580513751.sh: line 1: kill: (25267) - No such process
Recording test results




More information about the builds mailing list