See <https://builds.apache.org/job/torque4-test-project-derby/80/>

------------------------------------------
[...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: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/types-schema.sql>
[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: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/bookstore-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/databaseMapInit-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/default-value-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/ext-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/extext-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/foreign-key-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/included-from-included-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/included-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/pk-schema-idtable-init.sql>
[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: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/save-method-in-peer-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/test-schema-idtable-init.sql>
[INFO] Executing file: 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/generated-sql/types-schema-idtable-init.sql>
[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 
<https://builds.apache.org/job/torque4-test-project-derby/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[33,39]
 cannot find symbol
symbol  : class FunctionFactory
location: package org.apache.torque.util.functions

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[113,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[117,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[121,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[125,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[129,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[133,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[137,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[141,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[145,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[201,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[205,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[209,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[213,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[217,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[221,16]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[225,16]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[229,16]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[ERROR] 
<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[233,16]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

[INFO] 19 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving 
<https://builds.apache.org/job/torque4-test-project-derby/ws/pom.xml> 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

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[33,39]
 cannot find symbol
symbol  : class FunctionFactory
location: package org.apache.torque.util.functions

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[113,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[117,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[121,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[125,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[129,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[133,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[137,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[141,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[145,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[201,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[205,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[209,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[213,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[217,32]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[221,16]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[225,16]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[229,16]
 cannot find symbol
symbol  : variable FunctionFactory
location: class org.apache.torque.util.SummaryHelperTest

<https://builds.apache.org/job/torque4-test-project-derby/ws/src/test/java/org/apache/torque/util/SummaryHelperTest.java>:[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-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to