You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/01/12 13:29:45 UTC

Build failed in Hudson: Cayenne-30 » JDK 1.5 (latest),Ubuntu #22

See <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/22/changes>

Changes:

[aadamchik] CAY-1298 String no longer works in query when column type is Integer
(cherry picked from commit 28a125f658bb7a23a0a14f5b84d3562d73736655)

------------------------------------------
[...truncated 72178 lines...]
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT t0.int_enum, t0.char_enum, t0.id FROM enum_entity1 t0 WHERE t0.int_enum IN (?, ?) [bind: 1->int_enum:Two=1, 2->int_enum:Four=3]
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 1 row. - took 1 ms.
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT t0.int_enum, t0.char_enum, t0.id FROM enum_entity1 t0 WHERE t0.int_enum IN (?, ?) [bind: 1->int_enum:Two=1, 2->int_enum:Four=3]
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 1 row. - took 1 ms.
Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/cayenne-api/target/cayenne-api-3.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/cayenne-api/target/cayenne-api-3.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/cayenne/itests/cayenne-api/3.0-SNAPSHOT/cayenne-api-3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Integration Tests - POJO
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 4 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/surefire-reports>
*** CayenneAgent starting...

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.itest.pojo.OneToManyObjectTest
log4j:WARN No appenders could be found for logger (org.apache.cayenne.conf.DefaultConfiguration).
log4j:WARN Please initialize the log4j system properly.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 sec
Running org.apache.cayenne.itest.pojo.ManyToOneObjectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.cayenne.itest.pojo.ExposedPkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cayenne.itest.pojo.SimpleObjectTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec

Results :

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/pojo-3.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/pojo-3.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/cayenne/itests/pojo/3.0-SNAPSHOT/pojo-3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Integration Tests - JPA Chapter 2
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 35 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 8 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/surefire-reports>
*** CayenneAgent starting...

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.jpa.itest.ch2._2_1_8_2_BidiManyToOneRelationshipTest
log4j:WARN No appenders could be found for logger (org.apache.cayenne.jpa.Provider).
log4j:WARN Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 sec
Running org.apache.cayenne.jpa.itest.ch2._2_1_5_EmbeddableTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
Running org.apache.cayenne.jpa.itest.ch2._2_1_6_MappingDefaultsNonRelationshipTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.apache.cayenne.jpa.itest.ch2._2_1_1_PeristentFieldsAndPropertiesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cayenne.jpa.itest.ch2._2_1_7_EntityRelationshipsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cayenne.jpa.itest.ch2._2_1_10_1_SingleTablePerClassTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.apache.cayenne.jpa.itest.ch2._2_1_8_1_BidiOneToOneRelationshipsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cayenne.jpa.itest.ch2._2_1_4_PrimaryKeyAndIdentityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

Tests run: 20, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/jpa-chapter2-3.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/jpa-chapter2-3.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/cayenne/itests/jpa-chapter2/3.0-SNAPSHOT/jpa-chapter2-3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Integration Tests - JPA Chapter 3
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 5 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/surefire-reports>
*** CayenneAgent starting...

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.jpa.itest.ch3._3_6_6_SQLQueriesTest
log4j:WARN No appenders could be found for logger (org.apache.cayenne.jpa.Provider).
log4j:WARN Please initialize the log4j system properly.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 sec
Running org.apache.cayenne.jpa.itest.ch3._3_1_1_EntityManagerTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec
Running org.apache.cayenne.jpa.itest.ch3._3_5_1_LifecycleCallbackMethodsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.cayenne.jpa.itest.ch3._3_1_1_EntityManagerTransactionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cayenne.jpa.itest.ch3._3_6_1_QueryAPITest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec

Results :

Tests run: 25, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/jpa-chapter3-3.0-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/jpa-chapter3-3.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/cayenne/itests/jpa-chapter3/3.0-SNAPSHOT/jpa-chapter3-3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Integration Tests - JPA Chapter 5
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/surefire-reports>
*** CayenneAgent starting...

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.jpa.itest.ch5._5_5_1_JtaEntityManagerTest
Apache OpenEJB 3.0    build: 20080408-04:13
http://openejb.apache.org/
log4j:WARN No appenders could be found for logger (org.apache.cayenne.jpa.Provider).
log4j:WARN Please initialize the log4j system properly.
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.89 sec <<< FAILURE!
Running org.apache.cayenne.jpa.itest.ch5._5_5_2_ResourceLocalEntityManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cayenne.jpa.itest.ch5._5_4_EntityMangerFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec

Results :

Tests in error: 
  testPersist(org.apache.cayenne.jpa.itest.ch5._5_5_1_JtaEntityManagerTest)

Tests run: 5, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/surefire-reports> for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: There are test failures.

Please refer to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/surefire-reports> for the individual test results.
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/surefire-reports> for the individual test results.
	at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:599)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 17 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 2 seconds
[INFO] Finished at: Tue Jan 12 12:31:31 UTC 2010
[INFO] Final Memory: 64M/273M
[INFO] ------------------------------------------------------------------------
Recording test results


Re: Build failed in Hudson: Cayenne-30 » JDK 1.5 (latest),Ubuntu #22

Posted by Andrus Adamchik <an...@objectstyle.org>.
Ah, joys of CI environment:
Caused by: java.io.IOException: Failed to bind to server socket: tcp:// 
localhost:61616 due to: java.net.BindException: Address already in use  
at  
org 
.apache 
.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:31)  
at  
org 
.apache 
.activemq 
.transport.tcp.TcpTransportServer.bind(TcpTransportServer.java:88)
restarted the build...
Andrus
On Jan 12, 2010, at 2:29 PM, Apache Hudson Server wrote:

> See <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/22/changes 
> >
>
> Changes:
>
> [aadamchik] CAY-1298 String no longer works in query when column  
> type is Integer
> (cherry picked from commit 28a125f658bb7a23a0a14f5b84d3562d73736655)
>
> ------------------------------------------
> [...truncated 72178 lines...]
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logQueryStart
> INFO: --- will run 1 query.
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logBeginTransaction
> INFO: --- transaction started.
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logQuery
> INFO: SELECT t0.int_enum, t0.char_enum, t0.id FROM enum_entity1 t0  
> WHERE t0.int_enum IN (?, ?) [bind: 1->int_enum:Two=1, 2- 
> >int_enum:Four=3]
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logSelectCount
> INFO: === returned 1 row. - took 1 ms.
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logCommitTransaction
> INFO: +++ transaction committed.
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logQueryStart
> INFO: --- will run 1 query.
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logBeginTransaction
> INFO: --- transaction started.
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logQuery
> INFO: SELECT t0.int_enum, t0.char_enum, t0.id FROM enum_entity1 t0  
> WHERE t0.int_enum IN (?, ?) [bind: 1->int_enum:Two=1, 2- 
> >int_enum:Four=3]
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logSelectCount
> INFO: === returned 1 row. - took 1 ms.
> Jan 12, 2010 12:31:18 PM org.apache.cayenne.access.QueryLogger  
> logCommitTransaction
> INFO: +++ transaction committed.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.031 sec
>
> Results :
>
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/cayenne-api/target/cayenne-api-3.0-SNAPSHOT.jar 
> >
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/cayenne-api/target/cayenne-api-3.0-SNAPSHOT.jar 
> > to /home/hudson/.m2/repository/org/apache/cayenne/itests/cayenne- 
> api/3.0-SNAPSHOT/cayenne-api-3.0-SNAPSHOT.jar
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Integration Tests - POJO
> [INFO]    task-segment: [clean, install]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target 
> >
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered  
> resources, i.e. build is platform dependent!
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 4 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/classes 
> >
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered  
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/src/test/resources 
> >
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 4 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/test-classes 
> >
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/surefire-reports 
> >
> *** CayenneAgent starting...
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.cayenne.itest.pojo.OneToManyObjectTest
> log4j:WARN No appenders could be found for logger  
> (org.apache.cayenne.conf.DefaultConfiguration).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 1.027 sec
> Running org.apache.cayenne.itest.pojo.ManyToOneObjectTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.012 sec
> Running org.apache.cayenne.itest.pojo.ExposedPkTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01  
> sec
> Running org.apache.cayenne.itest.pojo.SimpleObjectTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.019 sec
>
> Results :
>
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/pojo-3.0-SNAPSHOT.jar 
> >
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/pojo/target/pojo-3.0-SNAPSHOT.jar 
> > to /home/hudson/.m2/repository/org/apache/cayenne/itests/pojo/3.0- 
> SNAPSHOT/pojo-3.0-SNAPSHOT.jar
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Integration Tests - JPA Chapter 2
> [INFO]    task-segment: [clean, install]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target 
> >
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered  
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 35 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/classes 
> >
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered  
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 8 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/test-classes 
> >
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/surefire-reports 
> >
> *** CayenneAgent starting...
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running  
> org 
> .apache.cayenne.jpa.itest.ch2._2_1_8_2_BidiManyToOneRelationshipTest
> log4j:WARN No appenders could be found for logger  
> (org.apache.cayenne.jpa.Provider).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.884 sec
> Running org.apache.cayenne.jpa.itest.ch2._2_1_5_EmbeddableTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.151 sec
> Running  
> org 
> .apache 
> .cayenne.jpa.itest.ch2._2_1_6_MappingDefaultsNonRelationshipTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.038 sec
> Running  
> org 
> .apache.cayenne.jpa.itest.ch2._2_1_1_PeristentFieldsAndPropertiesTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.017 sec
> Running  
> org.apache.cayenne.jpa.itest.ch2._2_1_7_EntityRelationshipsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.008 sec
> Running  
> org.apache.cayenne.jpa.itest.ch2._2_1_10_1_SingleTablePerClassTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.088 sec
> Running  
> org 
> .apache.cayenne.jpa.itest.ch2._2_1_8_1_BidiOneToOneRelationshipsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.003 sec
> Running  
> org.apache.cayenne.jpa.itest.ch2._2_1_4_PrimaryKeyAndIdentityTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.007 sec
>
> Results :
>
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/jpa-chapter2-3.0-SNAPSHOT.jar 
> >
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter2/target/jpa-chapter2-3.0-SNAPSHOT.jar 
> > to /home/hudson/.m2/repository/org/apache/cayenne/itests/jpa- 
> chapter2/3.0-SNAPSHOT/jpa-chapter2-3.0-SNAPSHOT.jar
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Integration Tests - JPA Chapter 3
> [INFO]    task-segment: [clean, install]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target 
> >
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered  
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 9 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/classes 
> >
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered  
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 5 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/test-classes 
> >
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/surefire-reports 
> >
> *** CayenneAgent starting...
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.cayenne.jpa.itest.ch3._3_6_6_SQLQueriesTest
> log4j:WARN No appenders could be found for logger  
> (org.apache.cayenne.jpa.Provider).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.792 sec
> Running org.apache.cayenne.jpa.itest.ch3._3_1_1_EntityManagerTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.225 sec
> Running  
> org.apache.cayenne.jpa.itest.ch3._3_5_1_LifecycleCallbackMethodsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.014 sec
> Running  
> org.apache.cayenne.jpa.itest.ch3._3_1_1_EntityManagerTransactionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.009 sec
> Running org.apache.cayenne.jpa.itest.ch3._3_6_1_QueryAPITest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.039 sec
>
> Results :
>
> Tests run: 25, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/jpa-chapter3-3.0-SNAPSHOT.jar 
> >
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter3/target/jpa-chapter3-3.0-SNAPSHOT.jar 
> > to /home/hudson/.m2/repository/org/apache/cayenne/itests/jpa- 
> chapter3/3.0-SNAPSHOT/jpa-chapter3-3.0-SNAPSHOT.jar
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Integration Tests - JPA Chapter 5
> [INFO]    task-segment: [clean, install]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target 
> >
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered  
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 2 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/classes 
> >
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered  
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 3 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/test-classes 
> >
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/surefire-reports 
> >
> *** CayenneAgent starting...
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.cayenne.jpa.itest.ch5._5_5_1_JtaEntityManagerTest
> Apache OpenEJB 3.0    build: 20080408-04:13
> http://openejb.apache.org/
> log4j:WARN No appenders could be found for logger  
> (org.apache.cayenne.jpa.Provider).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.89  
> sec <<< FAILURE!
> Running  
> org.apache.cayenne.jpa.itest.ch5._5_5_2_ResourceLocalEntityManagerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.007 sec
> Running org.apache.cayenne.jpa.itest.ch5._5_4_EntityMangerFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.064 sec
>
> Results :
>
> Tests in error:
>   
> testPersist 
> (org.apache.cayenne.jpa.itest.ch5._5_5_1_JtaEntityManagerTest)
>
> Tests run: 5, Failures: 0, Errors: 1, Skipped: 0
>
> [INFO]  
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> Please refer to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/surefire-reports 
> > for the individual test results.
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.BuildFailureException: There are test failures.
>
> Please refer to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/surefire-reports 
> > for the individual test results.
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java: 
> 715)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor 
> .executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java: 
> 535)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor 
> .executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor 
> .executeTaskSegments(DefaultLifecycleExecutor.java:348)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> 	at  
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: 
> 60)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at  
> sun 
> .reflect 
> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at  
> sun 
> .reflect 
> .DelegatingMethodAccessorImpl 
> .invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:592)
> 	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java: 
> 315)
> 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> 	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java: 
> 430)
> 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoFailureException: There are  
> test failures.
>
> Please refer to <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/ws/STABLE-3.0/itests/jpa-chapter5/target/surefire-reports 
> > for the individual test results.
> 	at  
> org 
> .apache 
> .maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:599)
> 	at  
> org 
> .apache 
> .maven 
> .plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java: 
> 490)
> 	at  
> org 
> .apache 
> .maven 
> .lifecycle 
> .DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java: 
> 694)
> 	... 17 more
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Total time: 2 minutes 2 seconds
> [INFO] Finished at: Tue Jan 12 12:31:31 UTC 2010
> [INFO] Final Memory: 64M/273M
> [INFO]  
> ------------------------------------------------------------------------
> Recording test results
>
>


Hudson build is back to normal: Cayenne-30 » JDK 1.5 (latest),Ubuntu #23

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Cayenne-30/./jdk=JDK%201.5%20(latest),label=Ubuntu/23/>