You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Ol...@Sun.COM on 2008/12/23 16:54:07 UTC

Build Report - tinderbox_trunk16 729008 build failed - Sun Database Engineering [Auto-generated mail]

-------------------- ant
ant.properties.jdk16:
j13lib=/usr/local/java/jdk1.3/jre/lib
j14lib=/usr/local/java/jdk1.4/jre/lib
# Need next, otherwise build.xml chooses /usr/local/java/jdk1.5.0_beta2/jre/lib
j15lib=/usr/local/java/jdk1.5/jre/lib
jdk16=/usr/local/java/jdk1.6.0
proceed=false
sane=false
debug=false

jsr169compile.classpath=Apache/Derby/jsr169compile/classes.zip:/home/os136789/Apache/Derby/jsr169compile/jdbc.jar
-------------------- ant clobber
Buildfile: build.xml

clean:
   [delete] Deleting directory Apache/TinderBox_Derby/trunk/classes

cleanstate:
   [delete] Deleting: Apache/TinderBox_Derby/trunk/java/engine/state.properties
   [delete] Deleting: Apache/TinderBox_Derby/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.java

cleanparsers:
   [delete] Deleting 4 files from Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/impl/sql/compile
   [delete] Deleting 10 files from Apache/TinderBox_Derby/trunk/java/tools/org/apache/derby/impl/tools/ij

cleanmessages:

cleancatalog:

cleantoursdb:

clobber:

BUILD SUCCESSFUL
Total time: 3 seconds

-------------------- ant all
Buildfile: build.xml

checkCompilerLevel:

setInitialProperties:

init:
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/empty

ensuresanitystate:

evaluate.sane:

ensuresanitystate.sane:

ensuresanitystate.insane:

insane:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/java/engine/state.properties

setissane:

prebuild:

compile:
    [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes

build:

setCompilerProperties:

printCompilerProperties:
[setJdkProperties] Setting property java14compile.classpath to /usr/local/java/jdk1.4/jre/lib/charsets.jar:/usr/local/java/jdk1.4/jre/lib/jce.jar:/usr/local/java/jdk1.4/jre/lib/jsse.jar:/usr/local/java/jdk1.4/jre/lib/plugin.jar:/usr/local/java/jdk1.4/jre/lib/rt.jar:/usr/local/java/jdk1.4/jre/lib/sunrsasign.jar
[setJdkProperties] Setting property java15compile.classpath to /usr/local/java/jdk1.5/jre/lib/charsets.jar:/usr/local/java/jdk1.5/jre/lib/deploy.jar:/usr/local/java/jdk1.5/jre/lib/javaws.jar:/usr/local/java/jdk1.5/jre/lib/jce.jar:/usr/local/java/jdk1.5/jre/lib/jsse.jar:/usr/local/java/jdk1.5/jre/lib/plugin.jar:/usr/local/java/jdk1.5/jre/lib/rt.jar
[setJdkProperties] Setting property java14compile.classpath to /usr/local/java/jdk1.4/jre/lib/charsets.jar:/usr/local/java/jdk1.4/jre/lib/jce.jar:/usr/local/java/jdk1.4/jre/lib/jsse.jar:/usr/local/java/jdk1.4/jre/lib/plugin.jar:/usr/local/java/jdk1.4/jre/lib/rt.jar:/usr/local/java/jdk1.4/jre/lib/sunrsasign.jar
[setJdkProperties] Setting property java15compile.classpath to /usr/local/java/jdk1.5/jre/lib/charsets.jar:/usr/local/java/jdk1.5/jre/lib/deploy.jar:/usr/local/java/jdk1.5/jre/lib/javaws.jar:/usr/local/java/jdk1.5/jre/lib/jce.jar:/usr/local/java/jdk1.5/jre/lib/jsse.jar:/usr/local/java/jdk1.5/jre/lib/plugin.jar:/usr/local/java/jdk1.5/jre/lib/rt.jar

printCompilerProperties:

jsr169stubs:
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/stubs
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/stubs/jsr169
    [javac] Compiling 26 source files to Apache/TinderBox_Derby/trunk/classes/stubs/jsr169

jdbc3stubs:
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/stubs/jdbc3
    [javac] Compiling 43 source files to Apache/TinderBox_Derby/trunk/classes/stubs/jdbc3

jdbc4stubs:
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/stubs/jdbc4
    [javac] Compiling 93 source files to Apache/TinderBox_Derby/trunk/classes/stubs/jdbc4
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:25: warning: [deprecation] getHours() in java.util.Date has been deprecated
    [javac]     public  int 	getHours()  { return 0; }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:26: warning: [deprecation] getMinutes() in java.util.Date has been deprecated
    [javac]     public  int 	getMinutes()    { return 0; }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:27: warning: [deprecation] getSeconds() in java.util.Date has been deprecated
    [javac]     public  int 	getSeconds()    { return 0; }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:28: warning: [deprecation] setHours(int) in java.util.Date has been deprecated
    [javac]     public  void 	setHours(int i) {  }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:29: warning: [deprecation] setMinutes(int) in java.util.Date has been deprecated
    [javac]     public  void 	setMinutes(int i)   { }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Date.java:30: warning: [deprecation] setSeconds(int) in java.util.Date has been deprecated
    [javac]     public  void 	setSeconds(int i)   { }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:25: warning: [deprecation] getDate() in java.util.Date has been deprecated
    [javac]     public  int 	getDate() { return 0; }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:26: warning: [deprecation] getDay() in java.util.Date has been deprecated
    [javac]     public  int 	getDay() { return 0; }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:27: warning: [deprecation] getMonth() in java.util.Date has been deprecated
    [javac]     public  int 	getMonth() { return 0; }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:28: warning: [deprecation] getYear() in java.util.Date has been deprecated
    [javac]     public  int 	getYear() { return 0; }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:29: warning: [deprecation] setDate(int) in java.util.Date has been deprecated
    [javac]     public  void 	setDate(int i) {  }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:30: warning: [deprecation] setMonth(int) in java.util.Date has been deprecated
    [javac]     public  void 	setMonth(int i) {  }
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/stubs/jdbc4/java/sql/Time.java:32: warning: [deprecation] setYear(int) in java.util.Date has been deprecated
    [javac]     public  void 	setYear(int i) {  }
    [javac]                         ^
    [javac] 13 warnings

showenv:

     [echo] Ant environment:
     [echo]   Base Directory: Apache/TinderBox_Derby/trunk
     [echo]   Build output: Apache/TinderBox_Derby/trunk/classes
     [echo]   Compiler: modern
     [echo]   Sane = false
     [echo]   Proceed = false


getstate:

state:
     [echo]   Generating SanityState.java...
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/java/shared/org/apache/derby/shared/common/sanity
[propertyfile] Updating property file: Apache/TinderBox_Derby/trunk/java/engine/state.properties

shared:

compile:
    [javac] Compiling 11 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes

shared:

parsers:

parser:

chkparser:

genParser:
     [echo]   Generating ij parser...
     [java] Java Compiler Compiler Version 4.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file ij.jj . . .
     [java] Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
     [java] Warning: Lookahead adequacy checking not being performed since option LOOKAHEAD is more than 1.  Set option FORCE_LA_CHECK to true to force checking.
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] File "Token.java" does not exist.  Will create one.
     [java] File "CharStream.java" does not exist.  Will create one.
     [java] Parser generated with 0 errors and 1 warnings.

chkparser:

genParser:
     [echo]   Generating mtGrammar parser...
     [java] Java Compiler Compiler Version 4.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file mtGrammar.jj . . .
     [java] Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
     [java] File "SimpleCharStream.java" does not exist.  Will create one.
     [java] Parser generated successfully.

parser:

chkparser:

genParser:
     [echo]   Generating SQL parser...
     [java] Java Compiler Compiler Version 4.0 (Parser Generator)
     [java] (type "javacc" with no arguments for help)
     [java] Reading from file sqlgrammar.jj . . .
     [java] Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
     [java] File "TokenMgrError.java" does not exist.  Will create one.
     [java] Warning: ParseException.java: File is obsolete.  Please rename or delete this file so that a new one can be generated for you.
     [java] Warning: Token.java: File is obsolete.  Please rename or delete this file so that a new one can be generated for you.
     [java] Warning: CharStream.java: File is obsolete.  Please rename or delete this file so that a new one can be generated for you.
     [java] Parser generated with 0 errors and 3 warnings.

engine:

engine_169:

compile_reference:
    [javac] Compiling 11 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes

compile_authentication:
    [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes

authentication:

compile_security:
    [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes

security:

compile_mbeans:
    [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java:86: cannot find symbol
    [javac] symbol  : method initCause(java.lang.Throwable)
    [javac] location: class org.apache.derby.iapi.error.StandardException
    [javac] 			initCause(t);
    [javac]                         ^
    [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java:436: cannot find symbol
    [javac] symbol  : method initCause(java.lang.Throwable)
    [javac] location: class org.apache.derby.iapi.error.StandardException
    [javac]             se.initCause(t);
    [javac]               ^
    [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java:460: cannot find symbol
    [javac] symbol  : method getCause()
    [javac] location: class java.sql.SQLException
    [javac] 		Throwable	cause = se.getCause();
    [javac]                                           ^
    [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java:500: cannot find symbol
    [javac] symbol  : method initCause(java.sql.SQLException)
    [javac] location: class org.apache.derby.iapi.error.StandardException
    [javac] 					se.initCause(sqlex.getNextException());
    [javac]                                           ^
    [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java:509: cannot find symbol
    [javac] symbol  : method getCause()
    [javac] location: class java.sql.SQLException
    [javac] 				Throwable wrapped = ((SQLException)ferry).getCause();
    [javac]                                                     ^
    [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java:610: cannot find symbol
    [javac] symbol  : method initCause(org.apache.derby.iapi.error.StandardException)
    [javac] location: class org.apache.derby.iapi.error.StandardException
    [javac] 					se.initCause(plainWrapException(sqle));
    [javac]                                           ^
    [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/impl/services/monitor/BaseMonitor.java:1896: cannot find symbol
    [javac] symbol  : method getCause()
    [javac] location: class org.apache.derby.iapi.error.StandardException
    [javac] 			Throwable nested = se.getCause();
    [javac]                                              ^
    [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/error/ErrorStringBuilder.java:95: cannot find symbol
    [javac] symbol  : method getCause()
    [javac] location: class java.lang.Throwable
    [javac] 				t = (next == null) ? t.getCause() : next;
    [javac]                                                       ^
    [javac] Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/error/ErrorStringBuilder.java:97: cannot find symbol
    [javac] symbol  : method getCause()
    [javac] location: class java.lang.Throwable
    [javac] 				t = t.getCause();
    [javac]                                      ^
    [javac] 9 errors

BUILD FAILED
Apache/TinderBox_Derby/trunk/build.xml:438: The following error occurred while executing this line:
Apache/TinderBox_Derby/trunk/java/engine/build.xml:77: The following error occurred while executing this line:
Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/mbeans/build.xml:49: Compile failed; see the compiler error output for details.

Total time: 21 seconds