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

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri May 8 01:39:00 EDT 2009


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

Changes:

[flavia.rainone at jboss.com] [JBAOP-730] Added cycle detection to the precedence sorter algorithm.

------------------------------------------
[...truncated 67081 lines...]
    [junit] Running org.jboss.test.aop.jdk15annotated.AnnotatedTestCase
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 6.011 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling introduction with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1277 ms
    [junit] Running org.jboss.test.aop.introduction.IntroductionTester
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.781 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling override with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1734 ms
    [junit] Running org.jboss.test.aop.override.OverrideTestCase
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.145 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling postweavingmixins with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 614 ms
    [junit] Running org.jboss.test.aop.postweavingmixins.PostWeavingMixinsTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.657 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 

precompiled-genadvisor-tests_2.0.x:

_run-precompiled-test_2.0.x:
     [echo] Compiling inforesolve with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 1816 ms
    [junit] Running org.jboss.test.aop.inforesolve.InfoResolveAnnotationTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.345 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling typedAdvices with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 2928 ms
    [junit] Running org.jboss.test.aop.typedAdvices.BeforeAfterThrowingTestCase
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.241 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling annotatedAdviceParams with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 28116 ms
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.Arg2TestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.346 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ArgInvalidJDK50TestCase
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.587 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ArgInvalidTestCase
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 8.087 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ArgTestCase
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 6.033 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ArgsInvalidTestCase
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 3.617 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ArgsTestCase
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 4.511 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.CallerInvalidTestCase
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 9.259 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.CallerTestCase
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 7.203 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.JoinPointInvalidTestCase
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 3.076 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.JoinPointTestCase
    [junit] Tests run: 32, Failures: 0, Errors: 0, Time elapsed: 4.334 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.OverloadedAdviceTestCase
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 11.598 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ReturnInvalidJDK50TestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.981 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ReturnInvalidTestCase
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 4.034 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ReturnJDK50TestCase
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.197 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ReturnTestCase
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 4.268 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.TargetInvalidTestCase
    [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 9.613 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.TargetTestCase
    [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 6.926 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ThrownInvalidTestCase
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.944 sec
    [junit] Running org.jboss.test.aop.annotatedAdviceParams.ThrownTestCase
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 3.549 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling dynamicgenadvisor with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 3806 ms
    [junit] Running org.jboss.test.aop.dynamicgenadvisor.DynamicTester
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 4.256 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling override with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 2442 ms
    [junit] Running org.jboss.test.aop.override.GenAdvisorOverrideTestCase
    [junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 3.293 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling nameddomain with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 1689 ms
    [junit] Running org.jboss.test.aop.nameddomain.NamedDomainTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.087 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling beforeafterthrowingstack with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 1890 ms
    [junit] Running org.jboss.test.aop.beforeafterthrowingstack.BeforeAfterThrowingStackTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.341 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling beforeafterthrowingscoped with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 6682 ms
    [junit] Running org.jboss.test.aop.beforeafterthrowingscoped.BeforeAfterThrowingScopedTestCase
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 4.661 sec
    [junit] Running org.jboss.test.aop.beforeafterthrowingscoped.CallerJoinpointScopedTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 17.674 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling beforeafterthrowingannotated with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 1854 ms
    [junit] Running org.jboss.test.aop.beforeafterthrowingannotated.BeforeAfterThrowingAnnotatedTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.776 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling postweavingmixins with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 1505 ms
    [junit] Running org.jboss.test.aop.postweavingmixins.PostWeavingMixinsTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.093 sec

_base-jdk50-tests_2.0.x:

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

_base-tests:

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

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

_run-precompiled-test_2.0.x:
     [echo] Compiling arguments with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 3527 ms
    [junit] Running org.jboss.test.aop.arguments.ArgumentsTestCase
    [junit] Tests run: 22, Failures: 2, Errors: 0, Time elapsed: 3.561 sec
    [junit] Test org.jboss.test.aop.arguments.ArgumentsTestCase FAILED

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

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

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

_run-precompiled-test_2.0.x:
     [echo] Compiling extender with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor

BUILD FAILED
http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/build-tests-jdk50.xml :275: The following error occurred while executing this line:
http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/2.0.x-compliance-tests.xml :259: The following error occurred while executing this line:
http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/2.0.x-compliance-tests.xml :591: The following error occurred while executing this line:
http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/2.0.x-compliance-tests.xml :292: The following error occurred while executing this line:
http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/base-tests.xml :22: The following error occurred while executing this line:
http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch-2-1-testsuite/ws/trunk/aop/2.0.x-compliance-tests.xml :650: Java returned: 143

Total time: 82 minutes 8 seconds
[jboss-aop-branch-2-1-testsuite] $ bash -xe /tmp/hudson4381619214318431926.sh
+ kill 27081
+ /home/hudson/hudson_workspace/plugins/process-kill/WEB-INF/classes/hudson/plugins/process_kill/kill-script.sh: line 134: 16325 Terminated sleep 10
/tmp/hudson4381619214318431926.sh: line 2: /home/hudson/hudson_workspace/plugins/process-kill/WEB-INF/classes/hudson/plugins/process_kill/kill-script.sh:: No such file or directory
Recording test results




More information about the builds mailing list