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 2007/04/20 22:17:06 UTC

Build Report - tinderbox_trunk16 530903 build failed - Sun DBTG [Auto-generated mail]

-------------------- ant
ant.properties.jdk16:
j14lib=/usr/local/java/jdk1.4/jre/lib
j13lib=/usr/local/java/jdk1.3/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
   [delete] Deleting directory Apache/TinderBox_Derby/trunk/classes.storeless

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:
   [delete] Deleting 1 files from Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/loc

cleancatalog:
   [delete] Deleting: Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/services/cache/ClassSizeCatalog.java

cleantoursdb:
   [delete] Deleting: Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb.jar
   [delete] Deleting: Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb.out
   [delete] Deleting: Apache/TinderBox_Derby/trunk/java/demo/toursdb/derby.log
   [delete] Deleting directory Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb

clobber:

BUILD SUCCESSFUL
Total time: 35 seconds

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

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

ensuresanitystate:

evaluate.sane:

ensuresanitystate.sane:

ensuresanitystate.insane:

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

setissane:

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 12 source files 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 1 source file to Apache/TinderBox_Derby/trunk/classes

authentication:

compile_io:
    [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes

storage:

compile_iapi_error_jsr169:

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

compile_util:

compile_types:
    [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
    [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes

compile_iapi_services_jsr169:
    [javac] Compiling 26 source files to Apache/TinderBox_Derby/trunk/classes

compile_iapi_services_io:
    [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes

compile_iapi_store_jsr169:
    [javac] Compiling 13 source files to Apache/TinderBox_Derby/trunk/classes

compile_iapi_sql_jsr169:

compile_iapi_db:
    [javac] Compiling 6 source files to Apache/TinderBox_Derby/trunk/classes

compile_iapi_jdbc_jsr169:
    [javac] Compiling 10 source files to Apache/TinderBox_Derby/trunk/classes

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

database:

compile_impl_169:

compile_impl_services_169:
    [javac] Compiling 52 source files to Apache/TinderBox_Derby/trunk/classes

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

engine_j2se:

compile_iapi_error_jsr169:

compile_reference:

compile_util:

compile_types:

compile_iapi_services_jsr169:

compile_iapi_services_io:

compile_iapi_store_jsr169:

compile_iapi_sql_jsr169:

compile_iapi_db:

compile_iapi_jdbc_jsr169:

compile_iapi_error:

compile_iapi_services_jsr169:

compile_iapi_services_io:

compile_crypto:

compile_crypto:
    [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes

compile_jdbc3:

compile:

compile_iapi_store_jsr169:

compile_iapi_store_jdk13:

compile:

compile_iapi_sql_jsr169:

compile_iapi_sql_jdbc2:

compile:

compile_iapi_jdbc:

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

compile_iapi_jdbc_jsr169:

compile_iapi_jdbc_jdbc2:
    [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] 2 warnings

compile_iapi_jdbc_jdbc3:
    [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes

compile_jdbc4:
    [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes

compile:

iapi:

compile_vti:
    [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes

vti:

compile_impl_169:

compile_impl_services_169:

compile_impl_io_169:

compile:

compile_impl_services_169:

compile_impl_services:
    [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes

compile_impl_io_169:

compile_impl_io:
    [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes

parser:

chkparser:

genParser:

compile:
    [javac] Compiling 147 source files to Apache/TinderBox_Derby/trunk/classes
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/sql/catalog

compile_impl_store:
    [javac] Compiling 194 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] 1 warning

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

compile:
    [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes

compile:
    [javac] Compiling 15 source files to Apache/TinderBox_Derby/trunk/classes

compile_impl_jdbc:

compile_jsr169:
    [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc

compile_jdbc3:
    [javac] Compiling 12 source files to Apache/TinderBox_Derby/trunk/classes

compile_jdbc4:
    [javac] Compiling 9 source files to Apache/TinderBox_Derby/trunk/classes

compile:

iapi:

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

compile_jdbc2:
    [javac] Compiling 7 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] 1 warning

compile_jdbc3:
    [javac] Compiling 6 source files to Apache/TinderBox_Derby/trunk/classes

compile_jdbc4:
    [javac] Compiling 6 source files to Apache/TinderBox_Derby/trunk/classes

jdbc:

checkosgijar:

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

osgi:

compile_catalog:
    [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes

catalog:

compile_diag:
    [javac] Compiling 7 source files to Apache/TinderBox_Derby/trunk/classes

diag:
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby

checkJ2MEmoduleprops:

J2ME_modules_edit:
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/modulesJ2ME.done

engine_169_opt:

compile_jsr169_opt:
    [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes

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

jdbc4_modules_edit:

engine:

build:

build_base:

compile:
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyBuild
    [javac] Compiling 13 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] 5 warnings

build:

build:

init:

buildMessages:
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/doc

verifysplit:

split:

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc
     [java] split messages_en
     [java] Copied client messages for _en
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_en.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_cs
     [java] Copied client messages for _cs
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_cs.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_de_DE
     [java] Copied client messages for _de_DE
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_de_DE.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_es
     [java] Copied client messages for _es
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_es.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_hu
     [java] Copied client messages for _hu
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_hu.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_ja_JP
     [java] Copied client messages for _ja_JP
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_ja_JP.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_ko_KR
     [java] Copied client messages for _ko_KR
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_ko_KR.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_qq_PP_testOnly
     [java] Copied client messages for _qq_PP_testOnly
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_qq_PP_testOnly.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_pl
     [java] Copied client messages for _pl
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_pl.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_pt_BR
     [java] Copied client messages for _pt_BR
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_pt_BR.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_ru
     [java] Copied client messages for _ru
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_ru.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_zh_CN
     [java] Copied client messages for _zh_CN
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_zh_CN.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_zh_TW
     [java] Copied client messages for _zh_TW
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_zh_TW.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_it
     [java] Copied client messages for _it
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_it.done

splitprops:

verifysplit:

noSplit:

chksplit:

doSplit:
     [java] split messages_fr
     [java] Copied client messages for _fr
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_fr.done

locales:

cscuptodate:

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

storeless:

storeless:
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes.storeless
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes.storeless/org/apache/derby
    [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes.storeless

tools:

tools_base:

compile_tools_impl:
    [javac] Compiling 52 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] 2 warnings

compile_tools_impl_jdk14:
    [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes

compile:

compile_tools_iapi:

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

tools:

copyfiles:
     [copy] Copying 27 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc

locales:

tools:

drda:

drda:

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

drda:

compile:

checkservletjar:

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

copyfiles:
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/drda

drda:

copyfiles:
     [copy] Copying 28 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/drda

locales:

odbcprops:

verifyodbcgen:

noODBC:

chkodbcgen:

odbcMeta:
   [delete] Deleting: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc/metadata.properties
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc
     [move] Moving 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc
    [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc/odbcmeta.done

tools_run:

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

client:

compile:
    [javac] Compiling 120 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] 69 warnings

compile_jdbc4:
    [javac] Compiling 17 source files to Apache/TinderBox_Derby/trunk/classes

client:

build:

build_base:

compile:

build:

build:

ckversioninfo:

writeversioninfo:
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info

infowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/DBMS.properties

infowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/tools.properties

infowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/net.properties

infowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/dnc.properties

versioninfo:

checklocaleinfo:

localeinfo:

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_cs.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_de_DE.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_es.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_fr.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_hu.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_it.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_ja_JP.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_ko_KR.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_pl.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_pt_BR.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_ru.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_zh_CN.properties

buildlocaleinfo:

localeinfowriter:
[propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_zh_TW.properties

buildsource:

demo:

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

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

checktoursdb:

toursdb:

compile:

buildschema:
     [echo] Begin building toursdb

loadtables:

jarup:
      [zip] Building zip: Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb.jar
     [echo] Finished building toursdb

copyfiles:
     [copy] Copying 13 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/demo

toursdb:

demo:

testing:

testing:

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

init:
    [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/harness

compile:
    [javac] Compiling 43 source files to Apache/TinderBox_Derby/trunk/classes

copyfiles:
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/harness

FTharness:

copyfiles:
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/v1
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/v2
     [copy] Copying 20 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/ImportExport

testdata:

copyfiles:
     [copy] Copying 4 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/util

compile:
    [javac] Compiling 47 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] 3 warnings

FTpolicy:

util:

unitTests:
    [javac] Compiling 67 source files to Apache/TinderBox_Derby/trunk/classes

compilex:
    [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes

FTOtestsubdir:

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

copyfiles:
     [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet

FTOtestsubdir:

compilet1:
    [javac] Compiling 58 source files to Apache/TinderBox_Derby/trunk/classes
    [javac] 5 warnings

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

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

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

copyfiles:
     [copy] Copying 51 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/jdbcapi

FTOtestsubdir:

compilet1:
    [javac] Compiling 74 source files to Apache/TinderBox_Derby/trunk/classes

compilet2:
    [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes

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

compilett4:
    [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
    [javac] Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java:101: cannot resolve symbol
    [javac] symbol  : variable ErrorCodeTest 
    [javac] location: class org.apache.derbyTesting.functionTests.tests.lang._Suite
    [javac]         suite.addTest(ErrorCodeTest.suite());
    [javac]                       ^
    [javac] 1 error

BUILD FAILED
Apache/TinderBox_Derby/trunk/build.xml:372: The following error occurred while executing this line:
Apache/TinderBox_Derby/trunk/java/testing/build.xml:67: The following error occurred while executing this line:
Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml:162: Compile failed; see the compiler error output for details.

Total time: 3 minutes 16 seconds


Re: Build Report - tinderbox_trunk16 530903 build failed - Sun DBTG [Auto-generated mail]

Posted by Kristian Waagan <Kr...@Sun.COM>.
Disabled addition of the missing test to keep the build clean.

Index: 
java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java
===================================================================
--- 
java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java   
(revision 530902)
+++ 
java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java   
(working copy)
@@ -98,7 +98,8 @@
         suite.addTest(CollationTest.suite());
         suite.addTest(ScrollCursors1Test.suite());
         suite.addTest(SimpleTest.suite());
-        suite.addTest(ErrorCodeTest.suite());
+        // [TEMPORARY] Commented out because the test class is missing.
+        //suite.addTest(ErrorCodeTest.suite());

         // Add the XML tests, which exist as a separate suite
         // so that users can "run all XML tests" easily.


-- 
Kristian

Ole.Solberg@Sun.COM skrev:
> -------------------- ant
> ant.properties.jdk16:
> j14lib=/usr/local/java/jdk1.4/jre/lib
> j13lib=/usr/local/java/jdk1.3/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
>    [delete] Deleting directory Apache/TinderBox_Derby/trunk/classes.storeless
>
> 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:
>    [delete] Deleting 1 files from Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/loc
>
> cleancatalog:
>    [delete] Deleting: Apache/TinderBox_Derby/trunk/java/engine/org/apache/derby/iapi/services/cache/ClassSizeCatalog.java
>
> cleantoursdb:
>    [delete] Deleting: Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb.jar
>    [delete] Deleting: Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb.out
>    [delete] Deleting: Apache/TinderBox_Derby/trunk/java/demo/toursdb/derby.log
>    [delete] Deleting directory Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb
>
> clobber:
>
> BUILD SUCCESSFUL
> Total time: 35 seconds
>
> -------------------- ant all
> Buildfile: build.xml
>
> init:
>     [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes
>
> ensuresanitystate:
>
> evaluate.sane:
>
> ensuresanitystate.sane:
>
> ensuresanitystate.insane:
>
> insane:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/java/engine/state.properties
>
> setissane:
>
> 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 12 source files 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 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> authentication:
>
> compile_io:
>     [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes
>
> storage:
>
> compile_iapi_error_jsr169:
>
> compile_reference:
>     [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_util:
>
> compile_types:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>     [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_iapi_services_jsr169:
>     [javac] Compiling 26 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_iapi_services_io:
>     [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_iapi_store_jsr169:
>     [javac] Compiling 13 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_iapi_sql_jsr169:
>
> compile_iapi_db:
>     [javac] Compiling 6 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_iapi_jdbc_jsr169:
>     [javac] Compiling 10 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_database:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> database:
>
> compile_impl_169:
>
> compile_impl_services_169:
>     [javac] Compiling 52 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_impl_io_169:
>     [javac] Compiling 11 source files to Apache/TinderBox_Derby/trunk/classes
>
> engine_j2se:
>
> compile_iapi_error_jsr169:
>
> compile_reference:
>
> compile_util:
>
> compile_types:
>
> compile_iapi_services_jsr169:
>
> compile_iapi_services_io:
>
> compile_iapi_store_jsr169:
>
> compile_iapi_sql_jsr169:
>
> compile_iapi_db:
>
> compile_iapi_jdbc_jsr169:
>
> compile_iapi_error:
>
> compile_iapi_services_jsr169:
>
> compile_iapi_services_io:
>
> compile_crypto:
>
> compile_crypto:
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_jdbc3:
>
> compile:
>
> compile_iapi_store_jsr169:
>
> compile_iapi_store_jdk13:
>
> compile:
>
> compile_iapi_sql_jsr169:
>
> compile_iapi_sql_jdbc2:
>
> compile:
>
> compile_iapi_jdbc:
>
> compile_iapi_jdbc_stmt:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> compile_iapi_jdbc_jsr169:
>
> compile_iapi_jdbc_jdbc2:
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] 2 warnings
>
> compile_iapi_jdbc_jdbc3:
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_jdbc4:
>     [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile:
>
> iapi:
>
> compile_vti:
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>
> vti:
>
> compile_impl_169:
>
> compile_impl_services_169:
>
> compile_impl_io_169:
>
> compile:
>
> compile_impl_services_169:
>
> compile_impl_services:
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_impl_io_169:
>
> compile_impl_io:
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>
> parser:
>
> chkparser:
>
> genParser:
>
> compile:
>     [javac] Compiling 147 source files to Apache/TinderBox_Derby/trunk/classes
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/sql/catalog
>
> compile_impl_store:
>     [javac] Compiling 194 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] 1 warning
>
> compile_impl_store_14:
>     [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile:
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile:
>     [javac] Compiling 15 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_impl_jdbc:
>
> compile_jsr169:
>     [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc
>
> compile_jdbc3:
>     [javac] Compiling 12 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_jdbc4:
>     [javac] Compiling 9 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile:
>
> iapi:
>
> compile_jsr169:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> compile_jdbc2:
>     [javac] Compiling 7 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] 1 warning
>
> compile_jdbc3:
>     [javac] Compiling 6 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_jdbc4:
>     [javac] Compiling 6 source files to Apache/TinderBox_Derby/trunk/classes
>
> jdbc:
>
> checkosgijar:
>
> compile_osgi:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> osgi:
>
> compile_catalog:
>     [javac] Compiling 5 source files to Apache/TinderBox_Derby/trunk/classes
>
> catalog:
>
> compile_diag:
>     [javac] Compiling 7 source files to Apache/TinderBox_Derby/trunk/classes
>
> diag:
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby
>
> checkJ2MEmoduleprops:
>
> J2ME_modules_edit:
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/modulesJ2ME.done
>
> engine_169_opt:
>
> compile_jsr169_opt:
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile_jsr169_opt:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> jdbc4_modules_edit:
>
> engine:
>
> build:
>
> build_base:
>
> compile:
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyBuild
>     [javac] Compiling 13 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] 5 warnings
>
> build:
>
> build:
>
> init:
>
> buildMessages:
>     [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/doc
>
> verifysplit:
>
> split:
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>     [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc
>      [java] split messages_en
>      [java] Copied client messages for _en
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_en.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_cs
>      [java] Copied client messages for _cs
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_cs.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_de_DE
>      [java] Copied client messages for _de_DE
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_de_DE.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_es
>      [java] Copied client messages for _es
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_es.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_hu
>      [java] Copied client messages for _hu
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_hu.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_ja_JP
>      [java] Copied client messages for _ja_JP
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_ja_JP.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_ko_KR
>      [java] Copied client messages for _ko_KR
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_ko_KR.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_qq_PP_testOnly
>      [java] Copied client messages for _qq_PP_testOnly
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_qq_PP_testOnly.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_pl
>      [java] Copied client messages for _pl
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_pl.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_pt_BR
>      [java] Copied client messages for _pt_BR
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_pt_BR.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_ru
>      [java] Copied client messages for _ru
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_ru.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_zh_CN
>      [java] Copied client messages for _zh_CN
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_zh_CN.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_zh_TW
>      [java] Copied client messages for _zh_TW
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_zh_TW.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_it
>      [java] Copied client messages for _it
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_it.done
>
> splitprops:
>
> verifysplit:
>
> noSplit:
>
> chksplit:
>
> doSplit:
>      [java] split messages_fr
>      [java] Copied client messages for _fr
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/messages_fr.done
>
> locales:
>
> cscuptodate:
>
> class_size_catalog:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> storeless:
>
> storeless:
>     [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes.storeless
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes.storeless/org/apache/derby
>     [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes.storeless
>
> tools:
>
> tools_base:
>
> compile_tools_impl:
>     [javac] Compiling 52 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] 2 warnings
>
> compile_tools_impl_jdk14:
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile:
>
> compile_tools_iapi:
>
> compile:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> tools:
>
> copyfiles:
>      [copy] Copying 27 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc
>
> locales:
>
> tools:
>
> drda:
>
> drda:
>
> compile:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
>
> drda:
>
> compile:
>
> checkservletjar:
>
> servlet:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> copyfiles:
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/drda
>
> drda:
>
> copyfiles:
>      [copy] Copying 28 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/loc/drda
>
> locales:
>
> odbcprops:
>
> verifyodbcgen:
>
> noODBC:
>
> chkodbcgen:
>
> odbcMeta:
>    [delete] Deleting: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc/metadata.properties
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc
>      [move] Moving 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc
>     [touch] Creating Apache/TinderBox_Derby/trunk/classes/org/apache/derby/impl/jdbc/odbcmeta.done
>
> tools_run:
>
> compile_tools_iapi_run:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> client:
>
> compile:
>     [javac] Compiling 120 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] 69 warnings
>
> compile_jdbc4:
>     [javac] Compiling 17 source files to Apache/TinderBox_Derby/trunk/classes
>
> client:
>
> build:
>
> build_base:
>
> compile:
>
> build:
>
> build:
>
> ckversioninfo:
>
> writeversioninfo:
>     [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info
>
> infowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/DBMS.properties
>
> infowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/tools.properties
>
> infowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/net.properties
>
> infowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/dnc.properties
>
> versioninfo:
>
> checklocaleinfo:
>
> localeinfo:
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_cs.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_de_DE.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_es.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_fr.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_hu.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_it.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_ja_JP.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_ko_KR.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_pl.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_pt_BR.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_ru.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_zh_CN.properties
>
> buildlocaleinfo:
>
> localeinfowriter:
> [propertyfile] Creating new property file: Apache/TinderBox_Derby/trunk/classes/org/apache/derby/info/locale_zh_TW.properties
>
> buildsource:
>
> demo:
>
> compile:
>     [javac] Compiling 2 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>     [javac] Compiling 3 source files to Apache/TinderBox_Derby/trunk/classes
>
> compile:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> checktoursdb:
>
> toursdb:
>
> compile:
>
> buildschema:
>      [echo] Begin building toursdb
>
> loadtables:
>
> jarup:
>       [zip] Building zip: Apache/TinderBox_Derby/trunk/java/demo/toursdb/toursdb.jar
>      [echo] Finished building toursdb
>
> copyfiles:
>      [copy] Copying 13 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/demo
>
> toursdb:
>
> demo:
>
> testing:
>
> testing:
>
> junitcomponents:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>     [javac] Compiling 11 source files to Apache/TinderBox_Derby/trunk/classes
>
> init:
>     [mkdir] Created dir: Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/harness
>
> compile:
>     [javac] Compiling 43 source files to Apache/TinderBox_Derby/trunk/classes
>
> copyfiles:
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/harness
>
> FTharness:
>
> copyfiles:
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/v1
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/v2
>      [copy] Copying 20 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/testData/ImportExport
>
> testdata:
>
> copyfiles:
>      [copy] Copying 4 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/util
>
> compile:
>     [javac] Compiling 47 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] 3 warnings
>
> FTpolicy:
>
> util:
>
> unitTests:
>     [javac] Compiling 67 source files to Apache/TinderBox_Derby/trunk/classes
>
> compilex:
>     [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes
>
> FTOtestsubdir:
>
> compilet1:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> copyfiles:
>      [copy] Copying 1 file to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet
>
> FTOtestsubdir:
>
> compilet1:
>     [javac] Compiling 58 source files to Apache/TinderBox_Derby/trunk/classes
>     [javac] 5 warnings
>
> compilex:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> compilet2:
>     [javac] Compiling 11 source files to Apache/TinderBox_Derby/trunk/classes
>
> compileSuite:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> copyfiles:
>      [copy] Copying 51 files to Apache/TinderBox_Derby/trunk/classes/org/apache/derbyTesting/functionTests/tests/jdbcapi
>
> FTOtestsubdir:
>
> compilet1:
>     [javac] Compiling 74 source files to Apache/TinderBox_Derby/trunk/classes
>
> compilet2:
>     [javac] Compiling 4 source files to Apache/TinderBox_Derby/trunk/classes
>
> compilet3:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>
> compilett4:
>     [javac] Compiling 1 source file to Apache/TinderBox_Derby/trunk/classes
>     [javac] Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java:101: cannot resolve symbol
>     [javac] symbol  : variable ErrorCodeTest 
>     [javac] location: class org.apache.derbyTesting.functionTests.tests.lang._Suite
>     [javac]         suite.addTest(ErrorCodeTest.suite());
>     [javac]                       ^
>     [javac] 1 error
>
> BUILD FAILED
> Apache/TinderBox_Derby/trunk/build.xml:372: The following error occurred while executing this line:
> Apache/TinderBox_Derby/trunk/java/testing/build.xml:67: The following error occurred while executing this line:
> Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml:162: Compile failed; see the compiler error output for details.
>
> Total time: 3 minutes 16 seconds
>
>