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 36FD46DAE for ; Fri, 20 May 2011 05:42:52 +0000 (UTC) Received: (qmail 2648 invoked by uid 500); 20 May 2011 05:42:51 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 2587 invoked by uid 500); 20 May 2011 05:42:51 -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 2578 invoked by uid 99); 20 May 2011 05:42:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 05:42:50 +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; Fri, 20 May 2011 05:42:47 +0000 Received: from aegis (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 913B2C010F for ; Fri, 20 May 2011 05:42:26 +0000 (UTC) Date: Fri, 20 May 2011 05:42:26 +0000 (UTC) From: Apache Jenkins Server To: dev@lucene.apache.org Message-ID: <830244138.6241305870146578.JavaMail.hudson@aegis> In-Reply-To: <1757113855.5901305855197579.JavaMail.hudson@aegis> References: <1757113855.5901305855197579.JavaMail.hudson@aegis> Subject: [JENKINS] Lucene-Solr-tests-only-docvalues-branch - Build # 1148 - 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/hudson/job/Lucene-Solr-tests-only-docvalues-branch/1148/ No tests ran. Build Log (for compile errors): [...truncated 27 lines...] + TEST_LINE_DOCS_FILE=/home/hudson/lucene-data/enwiki.random.lines.txt.gz + TEST_JVM_ARGS='-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/heapdumps/' + set +x Checking for files containing nocommit: ./lucene/src/java/org/apache/lucene/index/values/DocValues.java + mkdir -p /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/heapdumps + rm -rf /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/heapdumps/README.txt + echo 'This directory contains heap dumps that may be generated by test runs when OOM occurred.' + cd /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout + JAVA_HOME=/home/hudson/tools/java/latest1.5 /home/hudson/tools/ant/latest1.7/bin/ant clean Buildfile: build.xml clean: clean: [delete] Deleting directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/lucene/build clean: clean: [echo] Building analyzers-common... clean: [echo] Building analyzers-icu... clean: [echo] Building analyzers-phonetic... clean: [echo] Building analyzers-smartcn... clean: [echo] Building analyzers-stempel... clean: [echo] Building benchmark... clean: [echo] Building grouping... clean: clean-contrib: clean: clean: clean: clean: clean: clean: BUILD SUCCESSFUL Total time: 1 second + cd /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/lucene + JAVA_HOME=/home/hudson/tools/java/latest1.5 /home/hudson/tools/ant/latest1.7/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: [echo] [echo] Clover not found. Code coverage reports disabled. [echo] clover: common.compile-core: [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/lucene/build/classes/java [javac] Compiling 536 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/lucene/build/classes/java [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/lucene/src/java/org/apache/lucene/util/Version.java:80: warning: [dep-ann] deprecated name isnt annotated with @Deprecated [javac] public boolean onOrAfter(Version other) { [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/lucene/src/java/org/apache/lucene/index/PerFieldCodecWrapper.java:309: cannot find symbol [javac] symbol : constructor IOException(java.io.IOException) [javac] location: class java.io.IOException [javac] err = new IOException(ioe); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/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/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/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] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error [...truncated 11 lines...] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org