You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@flonkings.com on 2014/08/26 07:30:45 UTC

[JENKINS] Lucene-4x-Linux-Java7-64-test-only - Build # 29695 - Failure!

Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29695/

No tests ran.

Build Log:
[...truncated 145 lines...]
    [javac] Compiling 171 source files to /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/build/test-framework/classes/java
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/DocHelper.java:40: error: cannot find symbol
    [javac] import static org.apache.lucene.util.LuceneTestCase.TEST_VERSION_CURRENT;
    [javac] ^
    [javac]   symbol:   static TEST_VERSION_CURRENT
    [javac]   location: class
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/search/QueryUtils.java:43: error: cannot find symbol
    [javac] import static org.apache.lucene.util.LuceneTestCase.TEST_VERSION_CURRENT;
    [javac] ^
    [javac]   symbol:   static TEST_VERSION_CURRENT
    [javac]   location: class
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java:924: error: cannot find symbol
    [javac]     return newIndexWriterConfig(random(), TEST_VERSION_CURRENT, a);
    [javac]                                           ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class LuceneTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/search/QueryUtils.java:211: error: cannot find symbol
    [javac]     IndexWriter w = new IndexWriter(d, new IndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer(random)));
    [javac]                                                              ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class QueryUtils
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/store/MockDirectoryWrapper.java:703: error: cannot find symbol
    [javac]           IndexWriterConfig iwc = new IndexWriterConfig(LuceneTestCase.TEST_VERSION_CURRENT, null);
    [javac]                                                                       ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class LuceneTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/store/MockDirectoryWrapper.java:794: error: cannot find symbol
    [javac]           new IndexWriter(this, new IndexWriterConfig(LuceneTestCase.TEST_VERSION_CURRENT, null)).close();
    [javac]                                                                     ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class LuceneTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomIndexWriter.java:74: error: cannot find symbol
    [javac]     this(r, dir, LuceneTestCase.newIndexWriterConfig(r, LuceneTestCase.TEST_VERSION_CURRENT, new MockAnalyzer(r)));
    [javac]                                                                       ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class LuceneTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomIndexWriter.java:79: error: cannot find symbol
    [javac]     this(r, dir, LuceneTestCase.newIndexWriterConfig(r, LuceneTestCase.TEST_VERSION_CURRENT, a));
    [javac]                                                                       ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class LuceneTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomIndexWriter.java:78: error: recursive constructor invocation
    [javac]   public RandomIndexWriter(Random r, Directory dir, Analyzer a) throws IOException {
    [javac]          ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/analysis/CollationTestBase.java:87: error: cannot find symbol
    [javac]         TEST_VERSION_CURRENT, analyzer));
    [javac]         ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class CollationTestBase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/analysis/CollationTestBase.java:119: error: cannot find symbol
    [javac]         TEST_VERSION_CURRENT, analyzer));
    [javac]         ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class CollationTestBase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/analysis/CollationTestBase.java:148: error: cannot find symbol
    [javac]         TEST_VERSION_CURRENT, analyzer));
    [javac]         ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class CollationTestBase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/analysis/CollationTestBase.java:194: error: cannot find symbol
    [javac]         TEST_VERSION_CURRENT, new MockAnalyzer(random(), MockTokenizer.WHITESPACE, false)));
    [javac]         ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class CollationTestBase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseIndexFileFormatTestCase.java:179: error: cannot find symbol
    [javac]     IndexWriterConfig cfg = new IndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer(random())).setUseCompoundFile(false).setMergePolicy(mp);
    [javac]                                                   ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class BaseIndexFileFormatTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseIndexFileFormatTestCase.java:195: error: cannot find symbol
    [javac]     cfg = new IndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer(random())).setUseCompoundFile(false).setMergePolicy(mp);
    [javac]                                 ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class BaseIndexFileFormatTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseDocValuesFormatTestCase.java:2374: error: cannot find symbol
    [javac]     IndexWriterConfig conf = new IndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer(random()));
    [javac]                                                    ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class BaseDocValuesFormatTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseDocValuesFormatTestCase.java:3244: error: cannot find symbol
    [javac]     IndexWriter writer = new IndexWriter(directory, new IndexWriterConfig(TEST_VERSION_CURRENT, null));
    [javac]                                                                           ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class BaseDocValuesFormatTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseDocValuesFormatTestCase.java:3296: error: cannot find symbol
    [javac]     IndexWriter writer = new IndexWriter(directory, new IndexWriterConfig(TEST_VERSION_CURRENT, null));
    [javac]                                                                           ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class BaseDocValuesFormatTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseDocValuesFormatTestCase.java:3327: error: cannot find symbol
    [javac]     IndexWriterConfig iwc = new IndexWriterConfig(TEST_VERSION_CURRENT, null);
    [javac]                                                   ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class BaseDocValuesFormatTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseCompressingDocValuesFormatTestCase.java:47: error: cannot find symbol
    [javac]     final IndexWriterConfig iwc = new IndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer(random()));
    [javac]                                                         ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class BaseCompressingDocValuesFormatTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseCompressingDocValuesFormatTestCase.java:81: error: cannot find symbol
    [javac]     final IndexWriterConfig iwc = new IndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer(random()));
    [javac]                                                         ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class BaseCompressingDocValuesFormatTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseCompressingDocValuesFormatTestCase.java:108: error: cannot find symbol
    [javac]     final IndexWriterConfig iwc = new IndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer(random()));
    [javac]                                                         ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class BaseCompressingDocValuesFormatTestCase
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:576: warning: [unchecked] unchecked cast
    [javac]       return (Comparator<BytesRef>) terms.comparator();
    [javac]                                                     ^
    [javac]   required: Comparator<BytesRef>
    [javac]   found:    Comparator<CAP#1>
    [javac]   where CAP#1 is a fresh type-variable:
    [javac]     CAP#1 extends Object super: BytesRef from capture of ? super BytesRef
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:679: warning: [unchecked] unchecked cast
    [javac]       return (Comparator<BytesRef>) terms.comparator();
    [javac]                                                     ^
    [javac]   required: Comparator<BytesRef>
    [javac]   found:    Comparator<CAP#1>
    [javac]   where CAP#1 is a fresh type-variable:
    [javac]     CAP#1 extends Object super: BytesRef from capture of ? super BytesRef
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/DocHelper.java:274: error: cannot find symbol
    [javac]         TEST_VERSION_CURRENT, analyzer).setSimilarity(similarity == null ? IndexSearcher.getDefaultSimilarity() : similarity));
    [javac]         ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class DocHelper
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/search/ShardSearchingTestBase.java:454: error: cannot find symbol
    [javac]       IndexWriterConfig iwc = new IndexWriterConfig(TEST_VERSION_CURRENT, analyzer);
    [javac]                                                     ^
    [javac]   symbol:   variable TEST_VERSION_CURRENT
    [javac]   location: class ShardSearchingTestBase.NodeState
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 24 errors

[...truncated 1 lines...]
BUILD FAILED
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/build.xml:49: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:769: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:518: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:1826: Compile failed; see the compiler error output for details.

Total time: 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure