Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #129

From: Apache Hudson Server (hudso..udson.zones.apache.org)
Date: Fri Dec 25 2009 - 15:41:08 EST

  • Next message: Apache Hudson Server: "Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #130"

    See <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest)/129/changes>

    Changes:

    [aadamchik] build tweaks

    * fixing copyright year in the docs template
    * excluding META-INF from assembly src

    (cherry picked from commit ea1e598246d637c043273c41dd99896b5deb3629)

    [aadamchik] Cayenne tutorial work:

    * refactoring tutorial package names to clearly identify the source of this code
    * removing database-generated PK, as CreateIfNoSchemaStrategy is now running at the right moment
    * declaring objectstyle.org repository to ensure we are pulling Derby DB with the fixed pom
    * proper use of generics
    * including tutorials in the maven build and assembly
    * adding apache headers to non-generated files

    ------------------------------------------
    [...truncated 71938 lines...]
    [INFO] [compiler:testCompile]
    [INFO] No sources to compile
    [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
    [INFO] [surefire:test]
    [INFO] No tests to run.
    [INFO] [jar:jar]
    [INFO] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/itest-common/target/itest-common-3.1-SNAPSHOT.jar
    [INFO] Preparing source:jar
    [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
    [INFO] No goals needed for project - skipping
    [INFO] [source:jar {execution: bundle-source-jar}]
    [INFO] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/itest-common/target/itest-common-3.1-SNAPSHOT-sources.jar
    [INFO] [install:install]
    [INFO] Installing /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/itest-common/target/itest-common-3.1-SNAPSHOT.jar to /export/home/hudson/.m2/repository/org/apache/cayenne/itests/itest-common/3.1-SNAPSHOT/itest-common-3.1-SNAPSHOT.jar
    [INFO] Installing /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/itest-common/target/itest-common-3.1-SNAPSHOT-sources.jar to /export/home/hudson/.m2/repository/org/apache/cayenne/itests/itest-common/3.1-SNAPSHOT/itest-common-3.1-SNAPSHOT-sources.jar
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Integration Tests - Cayenne DI Stack
    [INFO] task-segment: [clean, install]
    [INFO] ------------------------------------------------------------------------
    [INFO] [clean:clean]
    [INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/cayenne-di-stack/target
    [INFO] [resources:resources]
    [INFO] Using default encoding to copy filtered resources.
    [INFO] [compiler:compile]
    [INFO] Compiling 6 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/cayenne-di-stack/target/classes
    [INFO] [resources:testResources]
    [INFO] Using default encoding to copy filtered resources.
    [INFO] [compiler:testCompile]
    [INFO] Compiling 1 source file to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/cayenne-di-stack/target/test-classes
    [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
    [INFO] [surefire:test]
    [INFO] Surefire report directory: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/cayenne-di-stack/target/surefire-reports

    -------------------------------------------------------
     T E S T S
    -------------------------------------------------------
    Running org.apache.cayenne.runtime.CayenneServerRuntimeIntegrationTest
    Dec 25, 2009 8:35:51 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
    INFO: loading user name and password.
    Dec 25, 2009 8:35:51 PM org.apache.cayenne.access.QueryLogger logPoolCreated
    INFO: Created connection pool: jdbc:hsqldb:mem:DEFAULT
            Driver class: org.hsqldb.jdbcDriver
            Min. connections in the pool: 1
            Max. connections in the pool: 1
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logConnect
    INFO: Opening connection: jdbc:hsqldb:mem:DEFAULT
            Login: null
            Password: *******
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logConnectSuccess
    INFO: +++ Connecting: SUCCESS.
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger log
    INFO: Detected and installed adapter: org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.dbsync.CreateIfNoSchemaStrategy processSchemaUpdate
    INFO: No schema detected, will create mapped tables
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logQuery
    INFO: CREATE CACHED TABLE TABLE1 (ID BIGINT NOT NULL, NAME VARCHAR(255) NULL, PRIMARY KEY (ID))
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logQuery
    INFO: CREATE TABLE AUTO_PK_SUPPORT ( TABLE_NAME CHAR(100) NOT NULL, NEXT_ID BIGINT NOT NULL, PRIMARY KEY(TABLE_NAME))
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logQuery
    INFO: DELETE FROM AUTO_PK_SUPPORT WHERE TABLE_NAME IN ('TABLE1')
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logQuery
    INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('TABLE1', 200)
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logQueryStart
    INFO: --- will run 1 query.
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
    INFO: --- transaction started.
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logQuery
    INFO: SELECT t0.NAME, t0.ID FROM TABLE1 t0 - prepared in 30 ms.
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logSelectCount
    INFO: === returned 1 row. - took 39 ms.
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
    INFO: +++ transaction committed.
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logQueryStart
    INFO: --- will run 1 query.
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
    INFO: --- transaction started.
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logQuery
    INFO: SELECT t0.NAME, t0.ID FROM TABLE1 t0
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logSelectCount
    INFO: === returned 1 row. - took 0 ms.
    Dec 25, 2009 8:35:52 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
    INFO: +++ transaction committed.
    Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.819 sec

    Results :

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

    [INFO] [jar:jar]
    [INFO] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/cayenne-di-stack/target/cayenne-di-stack-3.1-SNAPSHOT.jar
    [INFO] [install:install]
    [INFO] Installing /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/itests/cayenne-di-stack/target/cayenne-di-stack-3.1-SNAPSHOT.jar to /export/home/hudson/.m2/repository/org/apache/cayenne/itests/cayenne-di-stack/3.1-SNAPSHOT/cayenne-di-stack-3.1-SNAPSHOT.jar
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Cayenne Modeler Java
    [INFO] task-segment: [clean, install]
    [INFO] ------------------------------------------------------------------------
    [INFO] artifact org.objectstyle.woproject.maven2:maven-japplication-plugin: checking for updates from webobjects.mdimension.com/plugin/releases
    [INFO] artifact org.objectstyle.woproject.maven2:maven-japplication-plugin: checking for updates from Maven Central Repo
    [INFO] [clean:clean]
    [INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/modeler/cayenne-modeler-java/target
    [INFO] [japplication:japplication {execution: default}]
    [INFO] [resources:resources]
    [INFO] Using default encoding to copy filtered resources.
    [INFO] [compiler:compile]
    [INFO] No sources to compile
    [INFO] [resources:testResources]
    [INFO] Using default encoding to copy filtered resources.
    [INFO] [compiler:testCompile]
    [INFO] No sources to compile
    [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
    [INFO] [surefire:test]
    [INFO] No tests to run.
    [INFO] [jar:jar]
    [INFO] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/modeler/cayenne-modeler-java/target/cayenne-modeler-java-3.1-SNAPSHOT.jar
    [INFO] [install:install]
    [INFO] Installing /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/modeler/cayenne-modeler-java/target/cayenne-modeler-java-3.1-SNAPSHOT.jar to /export/home/hudson/.m2/repository/org/apache/cayenne/cayenne-modeler-java/3.1-SNAPSHOT/cayenne-modeler-java-3.1-SNAPSHOT.jar
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Cayenne Modeler Parent
    [INFO] task-segment: [clean, install]
    [INFO] ------------------------------------------------------------------------
    [INFO] [clean:clean]
    [INFO] [site:attach-descriptor]
    [INFO] [install:install]
    [INFO] Installing /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/modeler/pom.xml to /export/home/hudson/.m2/repository/org/apache/cayenne/parents/cayenne-modeler-parent/3.1-SNAPSHOT/cayenne-modeler-parent-3.1-SNAPSHOT.pom
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Cayenne Tutorial
    [INFO] task-segment: [clean, install]
    [INFO] ------------------------------------------------------------------------
    Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/maven-jetty-plugin/6.1.22/maven-jetty-plugin-6.1.22.pom
    1260/?
    4812/?
    5528/?
    Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/maven-jetty-plugin/6.1.22/maven-jetty-plugin-6.1.22.jar
    737/?
    1248/?
    1760/?
    2272/?
    2783/?
    3295/?
    3882/?
    4382/?
    4894/?
    5443/?
    5966/?
    6527/?
    7135/?
    7696/?
    8256/?
    8812/?
    9060/?
    9571/?
    10082/?
    10644/?
    11155/?
    11711/?
    12047/?
    12619/?
    13130/?
    13641/?
    14196/?
    14707/?
    15276/?
    15788/?
    16299/?
    16547/?
    17059/?
    17259/?
    17283/?
    17742/?
    18253/?
    18765/?
    19277/?
    19790/?
    20350/?
    20864/?
    21375/?
    21935/?
    22446/?
    22958/?
    23470/?
    23821/?
    24332/?
    24896/?
    25322/?
    25889/?
    26400/?
    26968/?
    27480/?
    27992/?
    28505/?
    29016/?
    29576/?
    30087/?
    30654/?
    31229/?
    31809/?
    32322/?
    32835/?
    33348/?
    33859/?
    34371/?
    34807/?
    35319/?
    35726/?
    36239/?
    36749/?
    37260/?
    37818/?
    38327/?
    38726/?
    39236/?
    39746/?
    40257/?
    40768/?
    41341/?
    41851/?
    42361/?
    42869/?
    43528/?
    44037/?
    44829/?
    47073/?
    47815/?
    [INFO] [clean:clean]
    [INFO] [resources:resources]
    [INFO] Using default encoding to copy filtered resources.
    Downloading: http://objectstyle.org/maven2/org/apache/derby/derby-project/${derby.version}/derby-project-${derby.version}.pom
    Downloading: http://repo1.maven.org/maven2/org/apache/derby/derby-project/${derby.version}/derby-project-${derby.version}.pom
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Error building POM (may not be this project's POM).

    Project ID: org.apache.derby:derby:jar:null

    Reason: Cannot find parent: org.apache.derby:derby-project for project: org.apache.derby:derby:jar:null for project org.apache.derby:derby:jar:null

    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 9 minutes 33 seconds
    [INFO] Finished at: Fri Dec 25 20:38:44 UTC 2009
    [INFO] Final Memory: 107M/218M
    [INFO] ------------------------------------------------------------------------
    [locks-and-latches] Releasing all the locks
    [locks-and-latches] All the locks released
    Recording test results



    This archive was generated by hypermail 2.0.0 : Fri Dec 25 2009 - 15:42:02 EST