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 4830DC45D for ; Sat, 28 Apr 2012 06:39:41 +0000 (UTC) Received: (qmail 62299 invoked by uid 500); 28 Apr 2012 06:39:40 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 62166 invoked by uid 500); 28 Apr 2012 06:39: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 62111 invoked by uid 99); 28 Apr 2012 06:39:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Apr 2012 06:39:36 +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; Sat, 28 Apr 2012 06:39:32 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 28E68C00B7 for ; Sat, 28 Apr 2012 06:39:10 +0000 (UTC) Date: Sat, 28 Apr 2012 06:39:10 +0000 (UTC) From: Apache Jenkins Server To: torque-dev@db.apache.org Message-ID: <462579533.608.1335595150165.JavaMail.hudson@aegis> Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_torque4-test-?= =?UTF-8?Q?project-derby_=C2=BB_Torque_Test_Project_#65?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Torque Test Project X-Jenkins-Result: FAILURE See ------------------------------------------ [...truncated 2135 lines...] [ERROR] Failed to execute: drop table VARCHAR_PK [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'VARCHAR_PK' because it does not exist. [ERROR] Failed to execute: drop table TIMESTAMP_PK [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TIMESTAMP_PK' because it does not exist. [ERROR] Failed to execute: drop table FLOAT_PK [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'FLOAT_PK' because it does not exist. [ERROR] Failed to execute: drop table REAL_PK [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'REAL_PK' because it does not exist. [ERROR] Failed to execute: drop table DOUBLE_PK [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DOUBLE_PK' because it does not exist. [ERROR] Failed to execute: drop table LARGE_PK [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'LARGE_PK' because it does not exist. [ERROR] Failed to execute: drop table BIT_COMPOSITE_PK [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BIT_COMPOSITE_PK' because it does not exist. [ERROR] Failed to execute: drop table MULTI_PK [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MULTI_PK' because it does not exist. [ERROR] Failed to execute: CREATE TABLE VARCHAR_PK ( ID VARCHAR(30) NOT NULL, NAME CHAR(50), PRIMARY KEY(ID)) [ERROR] java.sql.SQLException: Table/View 'VARCHAR_PK' already exists in Schema 'APP'. [INFO] Executing file: [ERROR] Failed to execute: ALTER TABLE save_method_in_peer_fk DROP CONSTRAINT save_method_in_peer_fk_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'SAVE_METHOD_IN_PEER_FK' because it does not exist. [ERROR] Failed to execute: ALTER TABLE save_method_in_object_fk DROP CONSTRAINT save_method_in_object_fk_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'SAVE_METHOD_IN_OBJECT_FK' because it does not exist. [ERROR] Failed to execute: drop table save_method_in_peer [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SAVE_METHOD_IN_PEER' because it does not exist. [ERROR] Failed to execute: drop table save_method_in_peer_fk [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SAVE_METHOD_IN_PEER_FK' because it does not exist. [ERROR] Failed to execute: drop table save_method_in_object_fk [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SAVE_METHOD_IN_OBJECT_FK' because it does not exist. [INFO] Executing file: [ERROR] Failed to execute: ALTER TABLE course_number DROP CONSTRAINT course_number_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'COURSE_NUMBER' because it does not exist. [ERROR] Failed to execute: ALTER TABLE reference_to_included DROP CONSTRAINT reference_to_included_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'REFERENCE_TO_INCLUDED' because it does not exist. [ERROR] Failed to execute: ALTER TABLE reference_to_included DROP CONSTRAINT reference_to_included_FK_2 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'REFERENCE_TO_INCLUDED' because it does not exist. [ERROR] Failed to execute: ALTER TABLE ext_schema DROP CONSTRAINT ext_schema_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'EXT_SCHEMA' because it does not exist. [ERROR] Failed to execute: ALTER TABLE extext_schema DROP CONSTRAINT extext_schema_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'EXTEXT_SCHEMA' because it does not exist. [ERROR] Failed to execute: ALTER TABLE multi_pk_foreign_key DROP CONSTRAINT multi_pk_foreign_key_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'MULTI_PK_FOREIGN_KEY' because it does not exist. [ERROR] Failed to execute: ALTER TABLE CIRCULAR_REFERENCE_A DROP CONSTRAINT CIRCULAR_REFERENCE_A_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CIRCULAR_REFERENCE_A' because it does not exist. [ERROR] Failed to execute: ALTER TABLE CIRCULAR_REFERENCE_B DROP CONSTRAINT CIRCULAR_REFERENCE_B_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CIRCULAR_REFERENCE_B' because it does not exist. [ERROR] Failed to execute: ALTER TABLE multi_ref_same_table DROP CONSTRAINT multi_ref_same_table_FK_1 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'MULTI_REF_SAME_TABLE' because it does not exist. [ERROR] Failed to execute: ALTER TABLE multi_ref_same_table DROP CONSTRAINT multi_ref_same_table_FK_2 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'MULTI_REF_SAME_TABLE' because it does not exist. [ERROR] Failed to execute: ALTER TABLE multi_ref_same_table DROP CONSTRAINT multi_ref_same_table_FK_3 [ERROR] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'MULTI_REF_SAME_TABLE' because it does not exist. [ERROR] Failed to execute: drop table course [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COURSE' because it does not exist. [ERROR] Failed to execute: drop table course_number [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COURSE_NUMBER' because it does not exist. [ERROR] Failed to execute: drop table reference_to_included [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'REFERENCE_TO_INCLUDED' because it does not exist. [ERROR] Failed to execute: drop table ext_schema [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXT_SCHEMA' because it does not exist. [ERROR] Failed to execute: drop table extext_schema [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXTEXT_SCHEMA' because it does not exist. [ERROR] Failed to execute: drop table BASE [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BASE' because it does not exist. [ERROR] Failed to execute: drop table NATIVE_TEST [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NATIVE_TEST' because it does not exist. [ERROR] Failed to execute: drop table NATIVE_REF_TEST [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NATIVE_REF_TEST' because it does not exist. [ERROR] Failed to execute: drop table payment_invoice_map [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PAYMENT_INVOICE_MAP' because it does not exist. [ERROR] Failed to execute: drop table AUTOINCREMENT_NATIVE [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AUTOINCREMENT_NATIVE' because it does not exist. [ERROR] Failed to execute: drop table AUTOINCREMENT_NONE [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AUTOINCREMENT_NONE' because it does not exist. [ERROR] Failed to execute: drop table AUTOINCREMENT_IDBROKER [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AUTOINCREMENT_IDBROKER' because it does not exist. [ERROR] Failed to execute: drop table LEAGUES_OBJECT [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'LEAGUES_OBJECT' because it does not exist. [ERROR] Failed to execute: drop table LEAGUES_PRIMITIVE [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'LEAGUES_PRIMITIVE' because it does not exist. [ERROR] Failed to execute: drop table multi_pk_foreign_key [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MULTI_PK_FOREIGN_KEY' because it does not exist. [ERROR] Failed to execute: drop table integer_pk [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INTEGER_PK' because it does not exist. [ERROR] Failed to execute: drop table integer_object_pk [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INTEGER_OBJECT_PK' 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. [ERROR] Failed to execute: drop table INHERITANCE_TEST [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INHERITANCE_TEST' because it does not exist. [ERROR] Failed to execute: drop table INHERITANCE_CLASSNAME_TEST [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INHERITANCE_CLASSNAME_TEST' because it does not exist. [ERROR] Failed to execute: drop table SCALE_TEST [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCALE_TEST' because it does not exist. [ERROR] Failed to execute: drop table CIRCULAR_REFERENCE_A [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CIRCULAR_REFERENCE_A' because it does not exist. [ERROR] Failed to execute: drop table CIRCULAR_REFERENCE_B [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CIRCULAR_REFERENCE_B' because it does not exist. [ERROR] Failed to execute: drop table referenced [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'REFERENCED' because it does not exist. [ERROR] Failed to execute: drop table multi_ref_same_table [ERROR] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MULTI_REF_SAME_TABLE' because it does not exist. [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. [INFO] 116 of 247 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 (139, '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] 82 of 83 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 35 source files to [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] :[252,16] addAlias(java.lang.String,java.lang.String) in org.apache.torque.criteria.Criteria cannot be applied to (java.lang.String,org.apache.torque.criteria.Criteria) [INFO] 1error [INFO] ------------------------------------------------------------- [JENKINS] Archiving to /home/hudson/hudson/jobs/torque4-test-project-derby/modules/org.apache.torque$torque-test/builds/2012-04-28_06-38-01/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 :[252,16] addAlias(java.lang.String,java.lang.String) in org.apache.torque.criteria.Criteria cannot be applied to (java.lang.String,org.apache.torque.criteria.Criteria) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40 seconds [INFO] Finished at: Sat Apr 28 06:39:09 UTC 2012 [INFO] Final Memory: 49M/269M [INFO] ------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org