|
From: Darren D. <da...@sh...> - 2005-07-13 23:58:42
|
1121299116
FAILED
[junit] Testcase: testProxiedUserInterfacesWithMultipleInterfaces took 0.191 sec
[junit] Testcase: testProxiedUserInterfacesWithNoInterface took 0.059 sec
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 95.636 sec
[junit] Testsuite: org.springframework.aop.framework.CglibProxyTests
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 95.636 sec
[junit] ------------- Standard Output ---------------
[junit] StopWatch '': running time (millis) = 55267
[junit] [class org.springframework.aop.framework.CglibProxyTests.testManyProxies: create 10000 proxies] took 55267=100%
[junit] ------------- ---------------- ---------------
[junit] Testcase: testNullConfig took 1.311 sec
[junit] Testcase: testNoTarget took 0.4 sec
[junit] Testcase: testProtectedMethodInvocation took 5.679 sec
[junit] Testcase: testProxyCanBeClassNotInterface took 2.969 sec
[junit] Testcase: testCglibProxyingGivesMeaningfulExceptionIfAskedToProxyNonvisibleClass took 0.782 sec
[junit] Testcase: testMethodInvocationDuringConstructor took 1.341 sec
[junit] Testcase: testUnadvisedProxyCreationWithCallDuringConstructor took 0.467 sec
[junit] Testcase: testMultipleProxies took 4.536 sec
[junit] Testcase: testWithNoArgConstructor took 0.956 sec
[junit] Testcase: testProxyAProxy took 1.756 sec
[junit] Testcase: testExceptionHandling took 0.968 sec
[junit] Testcase: testWithDependencyChecking took 17.218 sec
[junit] Testcase: testNoInterceptorsAndNoTarget took 0 sec
[junit] Testcase: testValuesStick took 0.525 sec
[junit] Testcase: testManyProxies took 55.659 sec
[junit] FAILED
[junit] Proxy creation was too slow
[junit] junit.framework.AssertionFailedError: Proxy creation was too slow
[junit] at org.springframework.aop.framework.AbstractAopProxyTests.testManyProxies(AbstractAopProxyTests.java:147)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-07-18 21:42:19
|
1121722917 FAILED [attribute-compiler] at org.apache.tools.ant.Main.startAnt(Main.java:188) [attribute-compiler] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196) [attribute-compiler] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55) [attribute-compiler] Caused by: java.io.FileNotFoundException: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/generated-commons-attributes-src/org/springframework/web/servlet/handler/metadata/PathMap$__attributeRepository.java (No such file or directory) [attribute-compiler] at java.io.FileOutputStream.open(Native Method) [attribute-compiler] at java.io.FileOutputStream.<init>(FileOutputStream.java:176) [attribute-compiler] at java.io.FileOutputStream.<init>(FileOutputStream.java:131) [attribute-compiler] at java.io.FileWriter.<init>(FileWriter.java:70) [attribute-compiler] at org.apache.commons.attributes.compiler.AttributeCompiler.generateClass(AttributeCompiler.java:291) [attribute-compiler] at org.apache.commons.attributes.compiler.AttributeCompiler.start(AttributeCompiler.java:483) [attribute-compiler] ... 11 more [attribute-compiler] --- Nested Exception --- [attribute-compiler] java.io.FileNotFoundException: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/generated-commons-attributes-src/org/springframework/web/servlet/handler/metadata/PathMap$__attributeRepository.java (No such file or directory) [attribute-compiler] at java.io.FileOutputStream.open(Native Method) [attribute-compiler] at java.io.FileOutputStream.<init>(FileOutputStream.java:176) [attribute-compiler] at java.io.FileOutputStream.<init>(FileOutputStream.java:131) [attribute-compiler] at java.io.FileWriter.<init>(FileWriter.java:70) [attribute-compiler] at org.apache.commons.attributes.compiler.AttributeCompiler.generateClass(AttributeCompiler.java:291) [attribute-compiler] at org.apache.commons.attributes.compiler.AttributeCompiler.start(AttributeCompiler.java:483) [attribute-compiler] at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:105) [attribute-compiler] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [attribute-compiler] at org.apache.tools.ant.Task.perform(Task.java:364) [attribute-compiler] at org.apache.tools.ant.Target.execute(Target.java:341) [attribute-compiler] at org.apache.tools.ant.Target.performTasks(Target.java:369) [attribute-compiler] at org.apache.tools.ant.Project.executeTarget(Project.java:1214) [attribute-compiler] at org.apache.tools.ant.Project.executeTargets(Project.java:1062) [attribute-compiler] at org.apache.tools.ant.Main.runBuild(Main.java:673) [attribute-compiler] at org.apache.tools.ant.Main.startAnt(Main.java:188) [attribute-compiler] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196) [attribute-compiler] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55) This is an automated mail from one of the SF Compile Farm machines. The machine name noted in the subject encountered a failure building or running the Spring test suite. The last few lines of the output were included for info. NB: No further mail will be sent from this machine until a manual reset occurs on the cf-shell machine, although builds will continue as scheduled. See http://springframework.sourceforge.net/test/ for further information. |
|
From: Darren D. <da...@sh...> - 2005-08-05 23:16:12
|
1123283765
FAILED
Buildfile: build.xml
clean:
compileattr:
[attribute-compiler] Generated attribute information for 1 classes. Ignored 0 classes.
buildmain:
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes/META-INF
[javac] Compiling 1105 source files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/jmx/access/MBeanProxyFactoryBean.java:70: unreported exception java.io.IOException; must be caught or declared to be thrown
[javac] super.afterPropertiesSet();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-08-11 07:40:15
|
1123746011
FAILED
[junit] org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'testBean' defined in class path resource [org/springframework/jmx/export/naming/lazyNaming.xml]: Bean class [org.springframework.jmx.export.annotation.AnnotationTestBean] not found; nested exception is java.lang.ClassNotFoundException: org.springframework.jmx.export.annotation.AnnotationTestBean
[junit] java.lang.ClassNotFoundException: org.springframework.jmx.export.annotation.AnnotationTestBean
[junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
[junit] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
[junit] at java.lang.Class.forName0(Native Method)
[junit] at java.lang.Class.forName(Class.java:207)
[junit] at org.springframework.util.ClassUtils.forName(ClassUtils.java:88)
[junit] at org.springframework.beans.factory.support.BeanDefinitionReaderUtils.createBeanDefinition(BeanDefinitionReaderUtils.java:64)
[junit] at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitionElement(DefaultXmlBeanDefinitionParser.java:369)
[junit] at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitionElement(DefaultXmlBeanDefinitionParser.java:335)
[junit] at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitions(DefaultXmlBeanDefinitionParser.java:266)
[junit] at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.registerBeanDefinitions(DefaultXmlBeanDefinitionParser.java:186)
[junit] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:246)
[junit] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:163)
[junit] at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:125)
[junit] at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:141)
[junit] at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:113)
[junit] at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:81)
[junit] at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:89)
[junit] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:267)
[junit] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:81)
[junit] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:66)
[junit] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:57)
[junit] at org.springframework.jmx.export.naming.MetadataNamingStrategyTests.testWithLazyInit(MetadataNamingStrategyTests.java:59)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-08-20 23:13:05
|
1124579580 FAILED This is an automated mail from one of the SF Compile Farm machines. The machine name noted in the subject encountered a failure building or running the Spring test suite. The last few lines of the output were included for info. NB: No further mail will be sent from this machine until a manual reset occurs on the cf-shell machine, although builds will continue as scheduled. See http://springframework.sourceforge.net/test/ for further information. |
|
From: Darren D. <da...@sh...> - 2005-09-06 23:13:20
|
1126048387 FAILED This is an automated mail from one of the SF Compile Farm machines. The machine name noted in the subject encountered a failure building or running the Spring test suite. The last few lines of the output were included for info. NB: No further mail will be sent from this machine until a manual reset occurs on the cf-shell machine, although builds will continue as scheduled. See http://springframework.sourceforge.net/test/ for further information. |
|
From: Darren D. <da...@sh...> - 2005-09-23 07:22:51
|
1127460168
FAILED
[junit] Testsuite: org.springframework.core.enums.LabeledEnumTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,092 sec
[junit] Testcase: testEquals took 0,035 sec
[junit] Testcase: testForCodeFound took 0,037 sec
[junit] Testcase: testDoesNotMatchWrongClass took 0,001 sec
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,353 sec
[junit] Testsuite: org.springframework.core.io.ResourceTests
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,353 sec
[junit] Testcase: testByteArrayResource took 0,014 sec
[junit] Testcase: testByteArrayResourceWithDescription took 0,001 sec
[junit] Testcase: testInputStreamResource took 0,007 sec
[junit] Testcase: testInputStreamResourceWithDescription took 0,001 sec
[junit] Testcase: testClassPathResource took 0,016 sec
[junit] Testcase: testClassPathResourceWithClassLoader took 0,012 sec
[junit] Testcase: testClassPathResourceWithClass took 0,013 sec
[junit] Testcase: testFileSystemResource took 0,003 sec
[junit] Testcase: testUrlResource took 0,003 sec
[junit] Testcase: testServletContextResource took 0,06 sec
[junit] Testcase: testClassPathResourceWithRelativePath took 0 sec
[junit] Testcase: testFileSystemResourceWithRelativePath took 0 sec
[junit] Testcase: testUrlResourceWithRelativePath took 0 sec
[junit] Testcase: testServletContextResourceWithRelativePath took 0,001 sec
[junit] Testcase: testNonFileResourceExists took 0,187 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.core.io.ResourceTests.testNonFileResourceExists(ResourceTests.java:151)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-09-27 07:22:46
|
1127805758
FAILED
[junit] Testsuite: org.springframework.core.enums.LabeledEnumTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,371 sec
[junit] Testcase: testEquals took 0,031 sec
[junit] Testcase: testForCodeFound took 0,317 sec
[junit] Testcase: testDoesNotMatchWrongClass took 0,001 sec
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,525 sec
[junit] Testsuite: org.springframework.core.io.ResourceTests
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,525 sec
[junit] Testcase: testByteArrayResource took 0,008 sec
[junit] Testcase: testByteArrayResourceWithDescription took 0 sec
[junit] Testcase: testInputStreamResource took 0,007 sec
[junit] Testcase: testInputStreamResourceWithDescription took 0,001 sec
[junit] Testcase: testClassPathResource took 0,023 sec
[junit] Testcase: testClassPathResourceWithClassLoader took 0,012 sec
[junit] Testcase: testClassPathResourceWithClass took 0,012 sec
[junit] Testcase: testFileSystemResource took 0,002 sec
[junit] Testcase: testUrlResource took 0,002 sec
[junit] Testcase: testServletContextResource took 0,262 sec
[junit] Testcase: testClassPathResourceWithRelativePath took 0 sec
[junit] Testcase: testFileSystemResourceWithRelativePath took 0 sec
[junit] Testcase: testUrlResourceWithRelativePath took 0,001 sec
[junit] Testcase: testServletContextResourceWithRelativePath took 0 sec
[junit] Testcase: testNonFileResourceExists took 0,16 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.core.io.ResourceTests.testNonFileResourceExists(ResourceTests.java:151)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-10-20 15:15:41
|
1129821332
FAILED
Buildfile: build.xml
clean:
compileattr:
[attribute-compiler] Generated attribute information for 1 classes. Ignored 0 classes.
buildmain:
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes/META-INF
[javac] Compiling 1108 source files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/beans/factory/access/BeanFactoryBootstrap.java:46: error while writing org.springframework.beans.factory.access.BeanFactoryBootstrap: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes/org/springframework/beans/factory/access/BeanFactoryBootstrap.class (No such file or directory)
[javac] public class BeanFactoryBootstrap {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-10-25 07:13:20
|
1130224386 FAILED This is an automated mail from one of the SF Compile Farm machines. The machine name noted in the subject encountered a failure building or running the Spring test suite. The last few lines of the output were included for info. NB: No further mail will be sent from this machine until a manual reset occurs on the cf-shell machine, although builds will continue as scheduled. See http://springframework.sourceforge.net/test/ for further information. |
|
From: Darren D. <da...@sh...> - 2005-11-16 11:50:45
|
1132141735
FAILED
[junit] Testcase: testAutowireWithDefault took 0.045 sec
[junit] Testcase: testAutowireByConstructor took 0.113 sec
[junit] Testcase: testAutowireByConstructorWithSimpleValues took 0.065 sec
[junit] Testcase: testConstructorArgResolution took 0.206 sec
[junit] Testcase: testConstructorArgWithSingleMatch took 0.081 sec
[junit] Testcase: testThrowsExceptionOnTooManyArguments took 0.068 sec
[junit] Testcase: testThrowsExceptionOnAmbiguousResolution took 0.206 sec
[junit] Testcase: testFactoryBeanDefinedAsPrototype took 0.107 sec
[junit] Testcase: testDependsOn took 0.324 sec
[junit] Testcase: testDependsOnInInnerBean took 0.231 sec
[junit] Testcase: testDependenciesThroughConstructorArguments took 0.051 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentAutowiring took 0.1 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentsInInnerBean took 0.117 sec
[junit] Testcase: testDependenciesThroughProperties took 0.043 sec
[junit] Testcase: testDependenciesThroughPropertiesWithInTheMiddle took 0.14 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByName took 0.036 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByType took 0.039 sec
[junit] Testcase: testDependenciesThroughPropertiesInInnerBean took 0.151 sec
[junit] Testcase: testClassNotFoundWithDefault took 0.039 sec
[junit] Testcase: testClassNotFoundWithNoBeanClassLoader took 0.046 sec
[junit] Testcase: testResourceAndInputStream took 0.329 sec
[junit] Testcase: testClassPathResourceWithImport took 0.311 sec
[junit] Testcase: testUrlResourceWithImport took 0.282 sec
[junit] Testcase: testFileSystemResourceWithImport took 0.084 sec
[junit] Testcase: testLookupOverrideMethodsWithSetterInjection took 2.1 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.beans.factory.xml.XmlBeanFactoryTests.testLookupOverrideMethodsWithSetterInjection(XmlBeanFactoryTests.java:897)
Last CVS updates prior to this build were:
1132139581
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C sandbox/src/org/springframework/jms/listener/AbstractMessageListenerContainer.java
C sandbox/src/org/springframework/jms/listener/SessionAwareMessageListener.java
C sandbox/src/org/springframework/jms/listener/SimpleMessageListenerContainer.java
C sandbox/src/org/springframework/jms/listener/SimpleMessageListenerContainer102.java
C sandbox/src/org/springframework/jms/listener/package.html
C sandbox/src/org/springframework/jms/listener/server/AbstractPoolingServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/CommonsPoolServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/ListenerSessionManager.java
C sandbox/src/org/springframework/jms/listener/server/ServerMessageListenerContainer.java
C sandbox/src/org/springframework/jms/listener/server/ServerMessageListenerContainer102.java
C sandbox/src/org/springframework/jms/listener/server/ServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/SimpleServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/package.html
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-11-21 19:33:19
|
1132601587 FAILED Last CVS updates prior to this build were: 1132600381 ? ? ? junit423465713.properties ? junittestcases2136842450.properties ? sandbox/src/org/springframework/core/closure/ElementGenerator.java ? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java ? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java ? sandbox/src/org/springframework/core/closure/support/IfBlock.java ? sandbox/src/org/springframework/jms/listener ? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml This is an automated mail from one of the SF Compile Farm machines. The machine name noted in the subject encountered a failure building or running the Spring test suite. The last few lines of the output were included for info. NB: No further mail will be sent from this machine until a successful build occurs on the machine in question. See http://springframework.sourceforge.net/test/ for further information. |
|
From: Darren D. <da...@sh...> - 2005-12-12 11:47:17
|
1134387856
FAILED
[junit] Testcase: testAutowireWithDefault took 0.107 sec
[junit] Testcase: testAutowireByConstructor took 0.09 sec
[junit] Testcase: testAutowireByConstructorWithSimpleValues took 0.139 sec
[junit] Testcase: testConstructorArgResolution took 0.171 sec
[junit] Testcase: testConstructorArgWithSingleMatch took 0.298 sec
[junit] Testcase: testThrowsExceptionOnTooManyArguments took 0.092 sec
[junit] Testcase: testThrowsExceptionOnAmbiguousResolution took 0.066 sec
[junit] Testcase: testFactoryBeanDefinedAsPrototype took 0.194 sec
[junit] Testcase: testDependsOn took 0.756 sec
[junit] Testcase: testDependsOnInInnerBean took 0.181 sec
[junit] Testcase: testDependenciesThroughConstructorArguments took 0.048 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentAutowiring took 0.116 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentsInInnerBean took 0.08 sec
[junit] Testcase: testDependenciesThroughProperties took 0.053 sec
[junit] Testcase: testDependenciesThroughPropertiesWithInTheMiddle took 0.235 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByName took 0.041 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByType took 0.111 sec
[junit] Testcase: testDependenciesThroughPropertiesInInnerBean took 0.041 sec
[junit] Testcase: testClassNotFoundWithDefault took 0.124 sec
[junit] Testcase: testClassNotFoundWithNoBeanClassLoader took 0.037 sec
[junit] Testcase: testResourceAndInputStream took 0.229 sec
[junit] Testcase: testClassPathResourceWithImport took 0.129 sec
[junit] Testcase: testUrlResourceWithImport took 0.08 sec
[junit] Testcase: testFileSystemResourceWithImport took 0.154 sec
[junit] Testcase: testLookupOverrideMethodsWithSetterInjection took 1.788 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.beans.factory.xml.XmlBeanFactoryTests.testLookupOverrideMethodsWithSetterInjection(XmlBeanFactoryTests.java:908)
Last CVS updates prior to this build were:
1134385982
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-12-15 19:51:52
|
1134676153
FAILED
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
[junit] Testsuite: org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisorTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,075 sec
[junit] Testcase: testSerializability took 0,058 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,025 sec
[junit] Testsuite: org.springframework.transaction.interceptor.TransactionAttributeSourceEditorTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,025 sec
[junit] Testcase: testNull took 0,001 sec
[junit] Testcase: testInvalid took 0 sec
[junit] Testcase: testMatchesSpecific took 0,003 sec
[junit] Testcase: testMatchesAll took 0,001 sec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,027 sec
[junit] Testsuite: org.springframework.transaction.interceptor.TransactionAttributeSourceTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,027 sec
[junit] Testcase: testMatchAlwaysTransactionAttributeSource took 0,008 sec
[junit] Testcase: testMethodMapTransactionAttributeSource took 0,002 sec
[junit] Testcase: testNameMatchTransactionAttributeSource took 0,001 sec
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,056 sec
[junit] Testsuite: org.springframework.transaction.interceptor.TransactionInterceptorTests
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,056 sec
[junit] Testcase: testSerializableWithAttributeProperties took 0,018 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.transaction.interceptor.TransactionInterceptorTests.testSerializableWithAttributeProperties(TransactionInterceptorTests.java:68)
Last CVS updates prior to this build were:
1134673981
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2006-01-08 19:52:48
|
1136749654
FAILED
[junit] Testcase: testAutowireWithDefault took 0.06 sec
[junit] Testcase: testAutowireByConstructor took 0.095 sec
[junit] Testcase: testAutowireByConstructorWithSimpleValues took 0.093 sec
[junit] Testcase: testConstructorArgResolution took 0.213 sec
[junit] Testcase: testConstructorArgWithSingleMatch took 0.207 sec
[junit] Testcase: testThrowsExceptionOnTooManyArguments took 0.074 sec
[junit] Testcase: testThrowsExceptionOnAmbiguousResolution took 0.071 sec
[junit] Testcase: testFactoryBeanDefinedAsPrototype took 0.058 sec
[junit] Testcase: testDependsOn took 0.396 sec
[junit] Testcase: testDependsOnInInnerBean took 0.196 sec
[junit] Testcase: testDependenciesThroughConstructorArguments took 0.056 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentAutowiring took 0.062 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentsInInnerBean took 0.051 sec
[junit] Testcase: testDependenciesThroughProperties took 0.202 sec
[junit] Testcase: testDependenciesThroughPropertiesWithInTheMiddle took 0.213 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByName took 0.045 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByType took 0.27 sec
[junit] Testcase: testDependenciesThroughPropertiesInInnerBean took 0.047 sec
[junit] Testcase: testClassNotFoundWithDefault took 0.058 sec
[junit] Testcase: testClassNotFoundWithNoBeanClassLoader took 0.051 sec
[junit] Testcase: testResourceAndInputStream took 0.461 sec
[junit] Testcase: testClassPathResourceWithImport took 0.09 sec
[junit] Testcase: testUrlResourceWithImport took 0.157 sec
[junit] Testcase: testFileSystemResourceWithImport took 0.095 sec
[junit] Testcase: testLookupOverrideMethodsWithSetterInjection took 2.151 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.beans.factory.xml.XmlBeanFactoryTests.testLookupOverrideMethodsWithSetterInjection(XmlBeanFactoryTests.java:908)
Last CVS updates prior to this build were:
1136747581
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2006-01-14 19:39:01
|
1137267532
FAILED
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> DisposableBean qualified to org.springframework.beans.factory.DisposableBean
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/autoproxy/AutoProxyCreatorTests.java --> AbstractAutoProxyCreator qualified to org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcut qualified to org.springframework.aop.support.DynamicMethodMatcherPointcut
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcutAdvisor qualified to org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/ComposablePointcutTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> ITest qualified to org.springframework.aop.support.ITest
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> DelegatingIntroductionInterceptor qualified to org.springframework.aop.support.DelegatingIntroductionInterceptor
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> DynamicMethodMatcher qualified to org.springframework.aop.support.DynamicMethodMatcher
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/PointcutsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/target/AbstractLazyInitTargetSourceTests.java --> AbstractLazyInitTargetSource qualified to org.springframework.aop.target.AbstractLazyInitTargetSource
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/target/LazyInitTargetSourceTests.java --> LazyInitTargetSource qualified to org.springframework.aop.target.LazyInitTargetSource
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/target/PrototypeBasedTargetSourceTests.java --> AbstractPrototypeBasedTargetSource qualified to org.springframework.aop.target.AbstractPrototypeBasedTargetSource
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/target/dynamic/AbstractRefreshableTargetSourceTests.java --> AbstractRefreshableTargetSource qualified to org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/target/scope/HashMapScopeMap.java --> ScopeMap qualified to org.springframework.aop.target.scope.ScopeMap
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/target/scope/ScopedProxyFactoryBeanTests.java --> Handle qualified to org.springframework.aop.target.scope.Handle
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/jmx/export/MBeanExporterTests.java --> MBeanExporterListener qualified to org.springframework.jmx.export.MBeanExporterListener
buildmaintests:
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-classes
[javac] Compiling 525 source files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-classes
[javac] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/aspectj/MethodInvocationProceedingJoinPointTests.java:77: cannot resolve symbol
[javac] symbol : method contains (java.lang.String)
[javac] location: class java.lang.String
[javac] assertTrue("Method named in toString", jp.toString().contains(method.getName()));
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error
Last CVS updates prior to this build were:
1137265981
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2006-01-18 11:52:31
|
1137585133
FAILED
[junit] Testcase: testWebApplicationObjectSupportWithWrongContext took 0,002 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,236 sec
[junit] Testsuite: org.springframework.web.filter.DelegatingFilterProxyTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,236 sec
[junit] Testcase: testDelegatingFilterProxy took 0,205 sec
[junit] Testcase: testDelegatingFilterProxyWithFilterName took 0,004 sec
[junit] Testcase: testDelegatingFilterProxyWithLazyContextStartup took 0,004 sec
[junit] Testcase: testDelegatingFilterProxyWithTargetFilterLifecycle took 0,004 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,212 sec
[junit] Testsuite: org.springframework.web.filter.RequestContextFilterTests
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,212 sec
[junit] Testcase: testHappyPath took 0,188 sec
[junit] Testcase: testWithException took 0,002 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,026 sec
[junit] Testsuite: org.springframework.web.jsf.DelegatingVariableResolverTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,026 sec
[junit] Testcase: testDelegatingVariableResolver took 0,008 sec
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,105 sec
[junit] Testsuite: org.springframework.web.jsf.navigation.DelegatingNavigationHandlerTests
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,105 sec
[junit] Testcase: testHandleNavigation took 0,07 sec
[junit] FAILED
[junit] expected:<a...> but was:<fromA...>
[junit] junit.framework.ComparisonFailure: expected:<a...> but was:<fromA...>
[junit] at org.springframework.web.jsf.navigation.DelegatingNavigationHandlerTests.testHandleNavigation(DelegatingNavigationHandlerTests.java:51)
Last CVS updates prior to this build were:
1137582781
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2006-01-20 19:35:56
|
1137785753
FAILED
[javac] methodParam.getConstructor().getGenericParameterTypes()[methodParam.getParameterIndex()], typeIndex);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:100: cannot resolve symbol
[javac] symbol : method getGenericParameterTypes ()
[javac] location: class java.lang.reflect.Method
[javac] methodParam.getMethod().getGenericParameterTypes()[methodParam.getParameterIndex()], typeIndex);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:112: cannot resolve symbol
[javac] symbol : method getGenericReturnType ()
[javac] location: class java.lang.reflect.Method
[javac] return extractType(method.getGenericReturnType(), typeIndex);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:122: cannot resolve symbol
[javac] symbol : class ParameterizedType
[javac] location: class org.springframework.core.GenericsHelper
[javac] if (type instanceof ParameterizedType) {
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:123: cannot resolve symbol
[javac] symbol : class Type
[javac] location: class org.springframework.core.GenericsHelper
[javac] Type[] paramTypes = ((ParameterizedType) type).getActualTypeArguments();
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/core/GenericsHelper.java:123: cannot resolve symbol
[javac] symbol : class ParameterizedType
[javac] location: class org.springframework.core.GenericsHelper
[javac] Type[] paramTypes = ((ParameterizedType) type).getActualTypeArguments();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 9 errors
Last CVS updates prior to this build were:
1137784381
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Juergen H. <ju...@in...> - 2005-01-25 08:07:26
|
Oh no, there is *still* not enough disk space....
-----Original Message-----
From: spr...@li...
[mailto:spr...@li...]On Behalf
Of Darren Davison
Sent: Tuesday, January 25, 2005 1:23 AM
To: spr...@li...
Subject: [Springframework-developer] FAILED BUILD: sparc-solaris1 (last
30 lines included)
1106612586
FAILED
tests:
[mkdir] Created dir:
/home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-reports
[junit] java.io.IOException: Not enough space
[junit] at java.lang.UNIXProcess.forkAndExec(Native Method)
[junit] at java.lang.UNIXProcess.<init>(UNIXProcess.java:54)
[junit] at java.lang.Runtime.execInternal(Native Method)
[junit] at java.lang.Runtime.exec(Runtime.java:550)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:324)
[junit] at
org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.jav
a:831)
[junit] at
org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:436)
[junit] at
org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:450)
[junit] at
org.apache.tools.ant.taskdefs.Execute.getProcEnvironment(Execute.java:166)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnit
Task.java:782)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.jav
a:724)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.jav
a:650)
[junit] at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[junit] at org.apache.tools.ant.Task.perform(Task.java:364)
[junit] at org.apache.tools.ant.Target.execute(Target.java:341)
[junit] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[junit] at
org.apache.tools.ant.Project.executeTarget(Project.java:1214)
[junit] at
org.apache.tools.ant.Project.executeTargets(Project.java:1062)
[junit] at org.apache.tools.ant.Main.runBuild(Main.java:673)
[junit] at org.apache.tools.ant.Main.startAnt(Main.java:188)
[junit] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
[junit] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
[junit] Running org.springframework.web.util.TagUtilsTests
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|