Build failed in Hudson: jboss-aop-head-testsuite #336

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri Oct 17 14:33:24 EDT 2008


See http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/336/changes

Changes:

[kabir.khan at jboss.com] [JBAOP-668] Minor fixes

[kabir.khan at jboss.com] [JBAOP-668] Minor fixes

[kabir.khan at jboss.com] [JBAOP-668] Minor fixes

[kabir.khan at jboss.com] [JBAOP-668] Move maven chapter

[kabir.khan at jboss.com] [JBAOP-668] Document @Bind.type

[kabir.khan at jboss.com] [JBAOP-668] Minor fixes

[pgier] Remove the use of output directory from aspects and aop modules.  Remove some unused properties from test script.

[kabir.khan at jboss.com] [JBAOP-668] Minor fixes

[kabir.khan at jboss.com] [JBAOP-668] Minor fixes

------------------------------------------
[...truncated 6111 lines...]
    [javac]                   ^
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-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-head-testsuite/ws/trunk/aop/target/test-classes/org/jboss/test/aop/jdk15/dynamic/common/scenario 

precompiled-compatibility-tests:

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

_run-precompiled-test:
     [echo] Compiling callerargs with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1600 ms
    [junit] Running org.jboss.test.aop.callerargs.CallerArgsTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.659 sec

_run-precompiled-test:
     [echo] Compiling dotinpointcutname with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 720 ms
    [junit] Running org.jboss.test.aop.dotinpointcutname.DotInPointcutNameTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.492 sec

_run-precompiled-test:
     [echo] Compiling precedence with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 855 ms
    [junit] Running org.jboss.test.aop.precedence.PrecedenceTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.78 sec

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

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

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

_run-precompiled-test:
     [echo] Compiling constructortarget with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 675 ms
    [junit] Running org.jboss.test.aop.constructortarget.ConstructorTargetTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.65 sec

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

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

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

_run-precompiled-test:
     [echo] Compiling constructortarget with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 447 ms
    [junit] Running org.jboss.test.aop.constructortarget.ConstructorTargetTester
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.639 sec

_run-precompiled-test:
     [echo] Compiling field with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1055 ms
    [junit] Running org.jboss.test.aop.field.FieldTestCase
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.578 sec

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

_run-precompiled-test:
     [echo] Compiling beanstyleconfig with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 962 ms
    [junit] Running org.jboss.test.aop.beanstyleconfig.ConfigTester
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.823 sec

_run-precompiled-test:
     [echo] Compiling perjoinpoint with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 904 ms
    [junit] Running org.jboss.test.aop.perjoinpoint.PerJoinpointTester
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 18.229 sec

_run-precompiled-test:
     [echo] Compiling extender with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
     [aopc] Build Successful: 1003 ms
    [junit] Running org.jboss.test.aop.extender.ExtenderTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.731 sec
   [delete] Deleting directory http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/test-classes 

init-maven-environment:

init:
     [echo] Project: jboss-aop-2.0.0-SNAPSHOT
     [echo] Title: JBoss AOP Framework
     [echo] http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/src/test 
   [delete] Deleting directory http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/aopctmp 
    [mkdir] Created dir: http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/aopctmp 

compile-test-classes:
    [mkdir] Created dir: http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/test-classes 
    [javac] Compiling 848 source files to http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/test-classes 
    [javac] http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-testsuite/ws/trunk/aop/src/test/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-head-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-head-testsuite/ws/trunk/aop/target/test-classes/org/jboss/test/aop/jdk15/dynamic/common/scenario 

compile:

hotswap-tests:
    [junit] Running org.jboss.test.aop.jdk15.dynamic.prepareAll.HotSwapEnabledTester
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 13.602 sec
    [junit] Running org.jboss.test.aop.jdk15.dynamic.prepareConstructor.HotSwapEnabledTester
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.852 sec
    [junit] Running org.jboss.test.aop.jdk15.dynamic.prepareMethod.HotSwapEnabledTester
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.942 sec
    [junit] Running org.jboss.test.aop.jdk15.dynamic.prepareField.HotSwapEnabledTester
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 13.454 sec
    [junit] Running org.jboss.test.aop.jdk15.dynamic.prepareFieldGet.HotSwapEnabledTester
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.645 sec
    [junit] Running org.jboss.test.aop.jdk15.dynamic.prepareFieldSet.HotSwapEnabledTester
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.777 sec

init-maven-environment:

init:
     [echo] Project: jboss-aop-2.0.0-SNAPSHOT
     [echo] Title: JBoss AOP Framework
Overriding previous definition of reference to jboss.test.classpath
Overriding previous definition of reference to junit.junit.classpath
Overriding previous definition of reference to jboss.aop.classpath
     [echo] http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/src/test 
Overriding previous definition of reference to javac.classpath
Overriding previous definition of reference to javac.jrockit.classpath
Overriding previous definition of reference to test.classpath
Overriding previous definition of reference to compatibility15.test.classpath
Overriding previous definition of reference to aopc.task.classpath
Overriding previous definition of reference to test.jrockit.classpath
   [delete] Deleting directory http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/aopctmp 
    [mkdir] Created dir: http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/aopctmp 

compile-stylesheets:
    [mkdir] Created dir: http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/stylesheets 
     [copy] Copying 8 files to http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/stylesheets 

tests-report-html:
    [mkdir] Created dir: http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-testsuite/ws/trunk/aop/target/reports/html 
[junitreport] Transform time: 6687ms

BUILD SUCCESSFUL
Total time: 27 minutes 1 second
ERROR: No artifacts found that match the file pattern "trunk/aop/output/reports/". Configuration error?
ERROR: 'trunk/aop/output/reports/' doesn't match anything, but '' does. Perhaps that's what you mean?
Recording test results




More information about the builds mailing list