Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED75CCAE9 for ; Fri, 11 May 2012 01:34:39 +0000 (UTC) Received: (qmail 33825 invoked by uid 500); 11 May 2012 01:34:38 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 33797 invoked by uid 500); 11 May 2012 01:34:38 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 33779 invoked by uid 99); 11 May 2012 01:34:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 01:34:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 01:34:36 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 98B7BC00B7 for ; Fri, 11 May 2012 01:34:16 +0000 (UTC) Date: Fri, 11 May 2012 01:34:16 +0000 (UTC) From: Apache Jenkins Server To: torque-dev@db.apache.org Message-ID: <396392864.107.1336700056623.JavaMail.hudson@aegis.apache.org> In-Reply-To: <753198102.13.1336657648159.JavaMail.hudson@aegis> References: <753198102.13.1336657648159.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: torque4-test-project-derby #80 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: torque4-test-project-derby X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See ------------------------------------------ [...truncated 2361 lines...] [ERROR] Failed to execute: drop table types_object [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TYPES_OBJECT' because it does not exist. [ERROR] Failed to execute: drop table types_primitive [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TYPES_PRIMITIVE' because it does not exist. [ERROR] Failed to execute: drop table SUMMARIZE1 [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SUMMARIZE1' because it does not exist. [ERROR] Failed to execute: drop table ABSTRACT [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ABSTRACT' because it does not exist. [ERROR] Failed to execute: ALTER TABLE course_number ADD CONSTRAINT course_number_FK_1 FOREIGN KEY (course_id) REFERENCES course (id) ON UPDATE cascade ON DELETE cascade [ERROR] java.sql.SQLSyntaxErrorException: Syntax error: Encountered "cascade" at line 9, column 12. [ERROR] Failed to execute: ALTER TABLE reference_to_included ADD CONSTRAINT reference_to_included_FK_1 FOREIGN KEY (included_id) REFERENCES included (id) [ERROR] java.sql.SQLException: Constraint 'REFERENCE_TO_INCLUDED_FK_1' is invalid: referenced table INCLUDED does not exist. [ERROR] Failed to execute: ALTER TABLE reference_to_included ADD CONSTRAINT reference_to_included_FK_2 FOREIGN KEY (included_from_included_id) REFERENCES included_from_included (id) [ERROR] java.sql.SQLException: Constraint 'REFERENCE_TO_INCLUDED_FK_2' is invalid: referenced table INCLUDED_FROM_INCLUDED does not exist. [ERROR] Failed to execute: ALTER TABLE ext_schema ADD CONSTRAINT ext_schema_FK_1 FOREIGN KEY (ext_id) REFERENCES ext (ext_id) [ERROR] java.sql.SQLException: Constraint 'EXT_SCHEMA_FK_1' is invalid: referenced table EXT does not exist. [ERROR] Failed to execute: ALTER TABLE extext_schema ADD CONSTRAINT extext_schema_FK_1 FOREIGN KEY (extext_id) REFERENCES extext (extext_id) [ERROR] java.sql.SQLException: Constraint 'EXTEXT_SCHEMA_FK_1' is invalid: referenced table EXTEXT does not exist. [INFO] Executing file: [ERROR] Failed to execute: drop table bit_value [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BIT_VALUE' because it does not exist. [ERROR] Failed to execute: drop table blob_test [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BLOB_TEST' because it does not exist. [ERROR] Failed to execute: drop table clob_test [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CLOB_TEST' because it does not exist. [ERROR] Failed to execute: drop table bint_bchar_value [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BINT_BCHAR_VALUE' because it does not exist. [ERROR] Failed to execute: drop table DATE_TIME_TIMESTAMP [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DATE_TIME_TIMESTAMP' because it does not exist. [INFO] 120 of 255 SQL statements executed successfully [INFO] [sql:execute {execution: execute-idtable-sql}] [INFO] Executing file: [INFO] Executing file: [INFO] Executing file: [INFO] Executing file: [INFO] Executing file: [INFO] Executing file: [INFO] Executing file: [INFO] Executing file: [INFO] Executing file: [ERROR] Failed to execute: insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (143, 'VARCHAR_PK', 1000, 10) [ERROR] java.sql.SQLIntegrityConstraintViolationException: The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint or unique index identified by 'ID_TABLE_UQ_1' defined on 'ID_TABLE'. [INFO] Executing file: [INFO] Executing file: [INFO] Executing file: [INFO] 86 of 87 SQL statements executed successfully [INFO] [sql:execute {execution: shutdown-db-after-ddl}] [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 3 resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Compiling 36 source files to [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] :[33,39] cannot find symbol symbol : class FunctionFactory location: package org.apache.torque.util.functions [ERROR] :[113,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[117,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[121,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[125,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[129,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[133,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[137,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[141,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[145,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[201,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[205,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[209,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[213,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[217,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[221,16] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[225,16] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[229,16] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [ERROR] :[233,16] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [INFO] 19 errors [INFO] ------------------------------------------------------------- [JENKINS] Archiving to /home/hudson/hudson/jobs/torque4-test-project-derby/modules/org.apache.torque$torque-test/builds/2012-05-11_01-33-09/archive/org.apache.torque/torque-test/4.0-alpha1-SNAPSHOT/torque-test-4.0-alpha1-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure :[33,39] cannot find symbol symbol : class FunctionFactory location: package org.apache.torque.util.functions :[113,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[117,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[121,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[125,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[129,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[133,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[137,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[141,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[145,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[201,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[205,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[209,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[213,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[217,32] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[221,16] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[225,16] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[229,16] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest :[233,16] cannot find symbol symbol : variable FunctionFactory location: class org.apache.torque.util.SummaryHelperTest [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 37 seconds [INFO] Finished at: Fri May 11 01:34:15 UTC 2012 [INFO] Final Memory: 50M/299M [INFO] ------------------------------------------------------------------------ Sending e-mails to: torque-dev@db.apache.org channel stopped --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org