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

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Thu May 7 13:26:15 EDT 2009


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

Changes:

[stalep] only build reference docs when we do a release

[stalep] [JBAOP-723]
changed it to use class if class != null.

[flavia.rainone at jboss.com] [JBAOP-730] Replaced the old cflow precedence algorithm by an algorithm that uses a graph to determine precedence, avoiding repetition of the same advice on the resulting overall precedence order.

[flavia.rainone at jboss.com] [JBAOP-726] Added tests that reproduce the bug to precedence package.

[flavia.rainone at jboss.com] [JBAOP-726] Added svn Revision property.

[flavia.rainone at jboss.com] [JBAOP-726] Merged current version of arguments tests with the old version. Normally, the previous commit would have been rolled back, but given that the new version of those tests uncovered a new bug, I'm keeping the new version, and merging it with the old one.

[flavia.rainone at jboss.com] [JBAOP-726] Replaced all collections at ClassifiedBindingAndPointcutCollection (ConcurrentSet and CopyOnWriteArrayList) by plain old ArrayLists. 
This commit nullifies JBAOP-720.

[flavia.rainone at jboss.com] [JBAOP-567] Now that constructortarget reproduces the bug, it should be kept out of the 2.0.x-compliance-tests, or else those tests start failing.

------------------------------------------
[...truncated 67511 lines...]
     [aopc] Build Successful: 1777 ms
    [junit] Running org.jboss.test.aop.dynamic.SimpleDynamicTester
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.159 sec

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

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

_run-precompiled-test_2.0.x:
     [echo] Compiling jdk15annotated with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 4011 ms
    [junit] Running org.jboss.test.aop.jdk15annotated.AnnotatedTestCase
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 13.847 sec

_run-precompiled-test_2.0.x:
     [echo] Compiling introduction with optimized=true and instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
     [aopc] Build Successful: 2775 ms
    [junit] Running org.jboss.test.aop.introduction.IntroductionTester
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.303 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: 1142 ms
    [junit] Running org.jboss.test.aop.bridgemethod.BridgeMethodWeavingTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.665 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: 1085 ms
    [junit] Running org.jboss.test.aop.inheritanceacrosspackages.InheritanceAcrossPackagesTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.194 sec

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

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

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

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

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

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

_run-precompiled-test_2.0.x:
     [echo] Compiling jdk15base with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1248 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: 1304 ms
    [junit] Running org.jboss.test.aop.invoketarget.InvokeTargetTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.868 sec

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

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

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

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

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

_run-precompiled-test_2.0.x:
     [echo] Compiling constructortarget with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1129 ms
    [junit] Running org.jboss.test.aop.constructortarget.ConstructorTargetTester
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.851 sec

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

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

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

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

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

_run-precompiled-test_2.0.x:
     [echo] Compiling regression with optimized=false and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 2966 ms
    [junit] Running org.jboss.test.aop.regression.annotatedIntroduction.AOPTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.912 sec
    [junit] Running org.jboss.test.aop.regression.arraymethodparam.ArrayMethodParamTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.929 sec
    [junit] Running org.jboss.test.aop.regression.ejbthree315.UnderscoreMethodTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.961 sec
    [junit] Running org.jboss.test.aop.regression.inheritedfield.InheritedFieldTestCase

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 :262: 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 :510: 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 :64: 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 :688: Could not delete temporary properties file.

Total time: 74 minutes 46 seconds
[jboss-aop-branch-2-1-testsuite] $ bash -xe /tmp/hudson8705125356069181839.sh
+ kill 918
/tmp/hudson8705125356069181839.sh: line 1: kill: (918) - No such process
Recording test results




More information about the builds mailing list