See <https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/166/changes>
Changes: [ryan] LUCENE-2671 -- bind DocTermsCreator and DocTermsIndexCreator to the raw class ------------------------------------------ Started by timer Building remotely on lucene Reverting http://svn.apache.org/repos/asf/lucene/dev/trunk Updating http://svn.apache.org/repos/asf/lucene/dev/trunk U lucene/src/java/org/apache/lucene/search/cache/DocTermsCreator.java U lucene/src/java/org/apache/lucene/search/cache/DocTermsIndexCreator.java At revision 1023379 Reverting http://svn.apache.org/repos/asf/lucene/dev/nightly Updating http://svn.apache.org/repos/asf/lucene/dev/nightly At revision 1023379 no change for http://svn.apache.org/repos/asf/lucene/dev/nightly since the previous build [Lucene-Solr-tests-only-trunk] $ /bin/bash -xe /var/tmp/hudson2244209786585711582.sh + sh <https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/nightly/hudson-lusolr-tests-trunk.sh> + . <https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/nightly/hudson-settings.sh> + ANT_HOME=/home/hudson/tools/ant/apache-ant-1.7.0 + SVNVERSION_EXE=svnversion + SVN_EXE=svn + CLOVER=/home/hudson/tools/clover/clover2latest + JAVA_HOME_15=/home/hudson/tools/java/latest1.5 + JAVA_HOME_16=/home/hudson/tools/java/latest1.6 + TESTS_MULTIPLIER=3 + ROOT_DIR=checkout + CORE_DIR=checkout/lucene + MODULES_DIR=checkout/modules + SOLR_DIR=checkout/solr + ARTIFACTS=<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/artifacts> + MAVEN_ARTIFACTS=<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/maven_artifacts> + JAVADOCS_ARTIFACTS=<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/javadocs> + cd <https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout> + JAVA_HOME=/home/hudson/tools/java/latest1.5 /home/hudson/tools/ant/apache-ant-1.7.0/bin/ant clean Buildfile: build.xml clean: clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/build> clean: clean: [echo] Building analyzers-common... clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/modules/analysis/build/common> [echo] Building analyzers-icu... clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/modules/analysis/build/icu> [echo] Building analyzers-phonetic... clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/modules/analysis/build/phonetic> [echo] Building analyzers-smartcn... clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/modules/analysis/build/smartcn> [echo] Building analyzers-stempel... clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/modules/analysis/build/stempel> clean-contrib: clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/solr/contrib/clustering/build> clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/solr/contrib/dataimporthandler/target> clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/solr/contrib/extraction/build> clean: [delete] Deleting directory /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/solr/build> BUILD SUCCESSFUL Total time: 5 seconds + cd <https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene> + JAVA_HOME=/home/hudson/tools/java/latest1.5 /home/hudson/tools/ant/apache-ant-1.7.0/bin/ant compile compile-test build-contrib Buildfile: build.xml jflex-uptodate-check: jflex-notice: javacc-uptodate-check: javacc-notice: init: clover.setup: clover.info: clover: common.compile-core: [mkdir] Created dir: /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/build/classes/java> [javac] Compiling 479 source files to /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/build/classes/java> [javac] /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/src/java/org/apache/lucene/util/Version.java>:84: warning: [dep-ann] deprecated name isnt annotated with @Deprecated [javac] public boolean onOrAfter(Version other) { [javac] ^ [javac] /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/src/java/org/apache/lucene/queryParser/CharStream.java>:34: warning: [dep-ann] deprecated name isnt annotated with @Deprecated [javac] int getColumn(); [javac] ^ [javac] /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/src/java/org/apache/lucene/queryParser/CharStream.java>:41: warning: [dep-ann] deprecated name isnt annotated with @Deprecated [javac] int getLine(); [javac] ^ [javac] /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/src/java/org/apache/lucene/search/FieldCacheImpl.java>:359: type org.apache.lucene.search.cache.DocTermsIndexCreator does not take parameters [javac] return getTermsIndex(reader, field, new DocTermsIndexCreator<DocTermsIndex>( field ) ); [javac] ^ [javac] /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/src/java/org/apache/lucene/search/FieldCacheImpl.java>:363: type org.apache.lucene.search.cache.DocTermsIndexCreator does not take parameters [javac] return getTermsIndex(reader, field, new DocTermsIndexCreator<DocTermsIndex>( field, [javac] ^ [javac] /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/src/java/org/apache/lucene/search/FieldCacheImpl.java>:375: type org.apache.lucene.search.cache.DocTermsCreator does not take parameters [javac] return getTerms(reader, field, new DocTermsCreator<DocTerms>( field ) ); [javac] ^ [javac] /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/src/java/org/apache/lucene/search/FieldCacheImpl.java>:379: type org.apache.lucene.search.cache.DocTermsCreator does not take parameters [javac] return getTerms(reader, field, new DocTermsCreator<DocTerms>( field, [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 errors [javac] 3 warnings BUILD FAILED /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/common-build.xml>:279: The following error occurred while executing this line: /usr<https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/ws/checkout/lucene/common-build.xml>:654: Compile failed; see the compiler error output for details. Total time: 5 seconds Recording test results --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
