Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/309/
No tests ran.
Build Log (for compile errors):
[...truncated 12980 lines...]
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/DirectSolrSpellCheckerTest.java:63:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(DirectSolrSpellChecker.MINQUERYLENGTH, 2); //
we will try "fob"
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:65:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add("classname",
FileBasedSpellChecker.class.getName());
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:67:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(SolrSpellChecker.DICTIONARY_NAME, "external");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:68:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(AbstractLuceneSpellChecker.LOCATION,
"spellings.txt");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:69:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(IndexBasedSpellChecker.FIELD, "teststop");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:70:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac]
spellchecker.add(FileBasedSpellChecker.SOURCE_FILE_CHAR_ENCODING, "UTF-8");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:73:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(FileBasedSpellChecker.INDEX_DIR,
indexDir.getAbsolutePath());
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:102:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add("classname",
FileBasedSpellChecker.class.getName());
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:103:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(SolrSpellChecker.DICTIONARY_NAME, "external");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:104:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(AbstractLuceneSpellChecker.LOCATION,
"spellings.txt");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:105:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(IndexBasedSpellChecker.FIELD, "teststop");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:106:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac]
spellchecker.add(FileBasedSpellChecker.SOURCE_FILE_CHAR_ENCODING, "UTF-8");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:109:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(FileBasedSpellChecker.INDEX_DIR,
indexDir.getAbsolutePath());
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:110:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(FileBasedSpellChecker.FIELD_TYPE, "teststop");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:111:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac]
spellchecker.add(AbstractLuceneSpellChecker.SPELLCHECKER_ARG_NAME,
spellchecker);
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:147:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add("classname",
FileBasedSpellChecker.class.getName());
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:149:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(SolrSpellChecker.DICTIONARY_NAME, "external");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:150:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(AbstractLuceneSpellChecker.LOCATION,
"spellings.txt");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:151:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac]
spellchecker.add(FileBasedSpellChecker.SOURCE_FILE_CHAR_ENCODING, "UTF-8");
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/core/src/test/org/apache/solr/spelling/FileBasedSpellCheckerTest.java:152:
warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] spellchecker.add(IndexBasedSpellChecker.FIELD, "teststop");
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files additionally use unchecked or unsafe
operations.
[javac] 100 warnings
[copy] Copying 1 file to
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/build/solr-core/classes/test
compile-test:
test:
[mkdir] Created dir:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/build/jsp-temp
[jasper] INFO: Built File: /zookeeper.jsp
[jasper] INFO: Built File: /index.jsp
[jasper] INFO: Built File: /admin/zookeeper.jsp
[jasper] INFO: Built File: /admin/stats.jsp
[jasper] INFO: Built File: /admin/threaddump.jsp
[jasper] INFO: Built File: /admin/form.jsp
[jasper] INFO: Built File: /admin/distributiondump.jsp
[jasper] INFO: Built File: /admin/_info.jsp
[jasper] INFO: Built File: /admin/action.jsp
[jasper] INFO: Built File: /admin/registry.jsp
[jasper] INFO: Built File: /admin/schema.jsp
[jasper] INFO: Built File: /admin/get-properties.jsp
[jasper] INFO: Built File: /admin/header.jsp
[jasper] INFO: Built File: /admin/index.jsp
[jasper] INFO: Built File: /admin/analysis.jsp
[jasper] INFO: Built File: /admin/replication/header.jsp
[jasper] INFO: Built File: /admin/replication/index.jsp
[javac] Compiling 17 source files to
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/build/jsp-temp
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/build/jsp-temp/j/admin/analysis_jsp.java:163:
cannot find symbol
[javac] symbol : constructor BytesRef(org.apache.lucene.util.BytesRef)
[javac] location: class org.apache.lucene.util.BytesRef
[javac] bytes = new BytesRef(spare);
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/solr/build/jsp-temp/j/admin/analysis_jsp.java:591:
cannot find symbol
[javac] symbol : constructor BytesRef(org.apache.lucene.util.BytesRef)
[javac] location: class org.apache.lucene.util.BytesRef
[javac] matches.add(new BytesRef(bytes));
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
[...truncated 11 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]