Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B5447E56 for ; Thu, 14 Jul 2011 17:49:15 +0000 (UTC) Received: (qmail 18775 invoked by uid 500); 14 Jul 2011 17:49:14 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 18693 invoked by uid 500); 14 Jul 2011 17:49:13 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 18686 invoked by uid 99); 14 Jul 2011 17:49:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 17:49:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 17:49:09 +0000 Received: from aegis (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id ABB05C00A5 for ; Thu, 14 Jul 2011 17:48:47 +0000 (UTC) Date: Thu, 14 Jul 2011 17:48:47 +0000 (UTC) From: Apache Jenkins Server To: dev@lucene.apache.org Message-ID: <110317095.4011310665727686.JavaMail.hudson@aegis> In-Reply-To: <2010672189.4001310664860857.JavaMail.hudson@aegis> References: <2010672189.4001310664860857.JavaMail.hudson@aegis> Subject: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 9561 - Still Failing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/9561/ No tests ran. Build Log (for compile errors): [...truncated 3751 lines...] [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:41: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Map [javac] l.put("size", "100"); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:42: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Map [javac] l.put("initialSize", "10"); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:43: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Map [javac] l.put("autowarmCount", "25"); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:47: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type org.apache.solr.search.SolrCache [javac] newCache.put(oldKey, oldVal); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:54: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type org.apache.solr.search.FastLRUCache [javac] sc.put(i + 1, "" + (i + 1)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:56: warning: [unchecked] unchecked call to get(K) as a member of the raw type org.apache.solr.search.FastLRUCache [javac] assertEquals("25", sc.get(25)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:57: warning: [unchecked] unchecked call to get(K) as a member of the raw type org.apache.solr.search.FastLRUCache [javac] assertEquals(null, sc.get(110)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:63: warning: [unchecked] unchecked call to get(K) as a member of the raw type org.apache.solr.search.FastLRUCache [javac] assertEquals(null, sc.get(1)); // first item put in should be the first out [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:71: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type org.apache.solr.search.FastLRUCache [javac] scNew.put(103, "103"); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:72: warning: [unchecked] unchecked call to get(K) as a member of the raw type org.apache.solr.search.FastLRUCache [javac] assertEquals("90", scNew.get(90)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:73: warning: [unchecked] unchecked call to get(K) as a member of the raw type org.apache.solr.search.FastLRUCache [javac] assertEquals(null, scNew.get(50)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:118: warning: [unchecked] unchecked call to ConcurrentLRUCache(int,int,int,int,boolean,boolean,org.apache.solr.common.util.ConcurrentLRUCache.EvictionListener) as a member of the raw type org.apache.solr.common.util.ConcurrentLRUCache [javac] ConcurrentLRUCache cache = new ConcurrentLRUCache(upperWaterMark, lowerWaterMark, (upperWaterMark+lowerWaterMark)/2, upperWaterMark, false, false, null); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:122: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type org.apache.solr.common.util.ConcurrentLRUCache [javac] cache.put(r.nextInt(maxKey),"TheValue"); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:156: warning: [unchecked] unchecked call to get(K) as a member of the raw type org.apache.solr.search.SolrCache [javac] Integer v = (Integer)sc.get(k); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:158: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type org.apache.solr.search.SolrCache [javac] sc.put(k, k); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:169: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type org.apache.solr.search.SolrCache [javac] sc.put(kv,kv); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:176: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Map [javac] l.put("size", ""+cacheSize); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java:177: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Map [javac] l.put("initialSize", ""+cacheSize); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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-tests-only-3.x/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] 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] 9 errors [...truncated 13 lines...] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org