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/02/19 14:46:04 UTC

[JENKINS] Lucene-4x-Linux-Java6-64-test-only - Build # 13137 - Failure!

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

No tests ran.

Build Log:
[...truncated 417 lines...]
    [javac] Compiling 144 source files to /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build/test-framework/classes/java
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:67: cannot find symbol
    [javac] symbol  : class _TestUtil
    [javac] location: package org.apache.lucene.util
    [javac] import org.apache.lucene.util._TestUtil;
    [javac]                              ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:51: cannot find symbol
    [javac] symbol  : class _TestUtil
    [javac] location: package org.apache.lucene.util
    [javac] import org.apache.lucene.util._TestUtil;
    [javac]                              ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:56: cannot find symbol
    [javac] symbol  : class _TestUtil
    [javac] location: package org.apache.lucene.util
    [javac] import org.apache.lucene.util._TestUtil;
    [javac]                              ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:104: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
    [javac]       final int blockSize = _TestUtil.nextInt(random, 1, 2000);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:106: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
    [javac]       final int baseBlockSize = _TestUtil.nextInt(random, 1, 127);
    [javac]                                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:150: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]     int skipInterval = _TestUtil.nextInt(seedRandom, minSkipInterval, 10);
    [javac]                        ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:186: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1, 20);
    [javac]                               ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:225: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]       final int minTermsInBlock = _TestUtil.nextInt(random, 2, 100);
    [javac]                                   ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:248: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]           state.termIndexInterval = _TestUtil.nextInt(random, 1, 100);
    [javac]                                     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:257: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int tii = _TestUtil.nextInt(random, 1, 100);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:263: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int docFreqThresh = _TestUtil.nextInt(random, 2, 100);
    [javac]                                       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:264: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int tii = _TestUtil.nextInt(random, 1, 100);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:268: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int gap = _TestUtil.nextInt(random, 2, 40);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:325: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]     int readBufferSize = _TestUtil.nextInt(random, 1, 4096);
    [javac]                          ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:346: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1, 20);
    [javac]                               ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:408: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]           state.termsIndexDivisor = _TestUtil.nextInt(random, 1, 10);
    [javac]                                     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:142: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]       docFreq = _TestUtil.nextInt(random, minDocFreq, maxDocFreq);
    [javac]                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:146: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]       maxDocSpacing = _TestUtil.nextInt(random, 1, 100);
    [javac]                       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           docID += _TestUtil.nextInt(docRandom, 1, maxDocSpacing);
    [javac]                    ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185: inconvertible types
    [javac] found   : <nulltype>
    [javac] required: int
    [javac]           docID += _TestUtil.nextInt(docRandom, 1, maxDocSpacing);
    [javac]                                     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:189: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           freq = _TestUtil.nextInt(random, 1, 1000);
    [javac]                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:191: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           freq = _TestUtil.nextInt(random, 1, 20);
    [javac]                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:193: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           freq = _TestUtil.nextInt(random, 1, 4);
    [javac]                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:199: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]         posSpacing = _TestUtil.nextInt(random, 1, 100);
    [javac]                      ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
    [javac]                ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231: inconvertible types
    [javac] found   : <nulltype>
    [javac] required: int
    [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
    [javac]                                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:333: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     final int numFields = _TestUtil.nextInt(random(), 1, 5);
    [javac]                           ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:342: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       String field = _TestUtil.randomSimpleString(random());
    [javac]                      ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:360: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]         numTerms = _TestUtil.nextInt(random(), 2, 20);
    [javac]                    ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:364: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]         String term = _TestUtil.randomSimpleString(random());
    [javac]                       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:456: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       String pf = _TestUtil.getPostingsFormat(codec, oldFieldInfo.name);
    [javac]                   ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:733: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     int numSkips = expected.docFreq < 3 ? 1 : _TestUtil.nextInt(random(), 1, Math.min(20, expected.docFreq/3));
    [javac]                                               ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:776: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]           final int skipCount = _TestUtil.nextInt(random(), 1, skipInc);
    [javac]                                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:784: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]           final int skipDocIDs = _TestUtil.nextInt(random(), 1, skipDocInc);
    [javac]                                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:938: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       int numThreads = _TestUtil.nextInt(random(), 2, 5);
    [javac]                        ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1067: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     File path = _TestUtil.getTempDir("testPostingsFormat.testExact");
    [javac]                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1088: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     _TestUtil.rmDir(path);
    [javac]     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1120: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       File path = _TestUtil.getTempDir("testPostingsFormat");
    [javac]                   ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1137: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       _TestUtil.rmDir(path);
    [javac]       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:124: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]     int minItemsPerBlock = _TestUtil.nextInt(random, 2, 100);
    [javac]                            ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:126: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]     int lowFreqCutoff = _TestUtil.nextInt(random, 2, 100);
    [javac]                         ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:144: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]         new MockFixedIntBlockPostingsFormat(_TestUtil.nextInt(random, 1, 2000)),
    [javac]                                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:145: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]         new MockVariableIntBlockPostingsFormat( _TestUtil.nextInt(random, 1, 127)),
    [javac]                                                 ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 43 errors

BUILD FAILED
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build.xml:49: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:719: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:471: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:1728: Compile failed; see the compiler error output for details.

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



Re: [JENKINS] Lucene-4x-Linux-Java6-64-test-only - Build # 13137 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
I did a quick find-replace to unbreak the build. I'll commit it as a temp
measure.

Benson, if you want, you can revert my change when you have the chance and
merge your part 2?


On Wed, Feb 19, 2014 at 9:00 AM, Simon Willnauer <si...@apache.org> wrote:

> hmm this seems like a problem just introduced @benson are youi looking
> into this?
>
> simon
>
> On Wed, Feb 19, 2014 at 2:46 PM,  <bu...@flonkings.com> wrote:
> > Build:
> builds.flonkings.com/job/Lucene-4x-Linux-Java6-64-test-only/13137/
> >
> > No tests ran.
> >
> > Build Log:
> > [...truncated 417 lines...]
> >     [javac] Compiling 144 source files to
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build/test-framework/classes/java
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:67:
> cannot find symbol
> >     [javac] symbol  : class _TestUtil
> >     [javac] location: package org.apache.lucene.util
> >     [javac] import org.apache.lucene.util._TestUtil;
> >     [javac]                              ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:51:
> cannot find symbol
> >     [javac] symbol  : class _TestUtil
> >     [javac] location: package org.apache.lucene.util
> >     [javac] import org.apache.lucene.util._TestUtil;
> >     [javac]                              ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:56:
> cannot find symbol
> >     [javac] symbol  : class _TestUtil
> >     [javac] location: package org.apache.lucene.util
> >     [javac] import org.apache.lucene.util._TestUtil;
> >     [javac]                              ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:104:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
> >     [javac]       final int blockSize = _TestUtil.nextInt(random, 1,
> 2000);
> >     [javac]                             ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:106:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
> >     [javac]       final int baseBlockSize = _TestUtil.nextInt(random, 1,
> 127);
> >     [javac]                                 ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:150:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]     int skipInterval = _TestUtil.nextInt(seedRandom,
> minSkipInterval, 10);
> >     [javac]                        ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:186:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1,
> 20);
> >     [javac]                               ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:225:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]       final int minTermsInBlock = _TestUtil.nextInt(random,
> 2, 100);
> >     [javac]                                   ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:248:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]           state.termIndexInterval =
> _TestUtil.nextInt(random, 1, 100);
> >     [javac]                                     ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:257:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]             final int tii = _TestUtil.nextInt(random, 1,
> 100);
> >     [javac]                             ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:263:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]             final int docFreqThresh =
> _TestUtil.nextInt(random, 2, 100);
> >     [javac]                                       ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:264:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]             final int tii = _TestUtil.nextInt(random, 1,
> 100);
> >     [javac]                             ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:268:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]             final int gap = _TestUtil.nextInt(random, 2, 40);
> >     [javac]                             ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:325:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]     int readBufferSize = _TestUtil.nextInt(random, 1, 4096);
> >     [javac]                          ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:346:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1,
> 20);
> >     [javac]                               ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:408:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
> >     [javac]           state.termsIndexDivisor =
> _TestUtil.nextInt(random, 1, 10);
> >     [javac]                                     ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:142:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
> >     [javac]       docFreq = _TestUtil.nextInt(random, minDocFreq,
> maxDocFreq);
> >     [javac]                 ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:146:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
> >     [javac]       maxDocSpacing = _TestUtil.nextInt(random, 1, 100);
> >     [javac]                       ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
> >     [javac]           docID += _TestUtil.nextInt(docRandom, 1,
> maxDocSpacing);
> >     [javac]                    ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185:
> inconvertible types
> >     [javac] found   : <nulltype>
> >     [javac] required: int
> >     [javac]           docID += _TestUtil.nextInt(docRandom, 1,
> maxDocSpacing);
> >     [javac]                                     ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:189:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
> >     [javac]           freq = _TestUtil.nextInt(random, 1, 1000);
> >     [javac]                  ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:191:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
> >     [javac]           freq = _TestUtil.nextInt(random, 1, 20);
> >     [javac]                  ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:193:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
> >     [javac]           freq = _TestUtil.nextInt(random, 1, 4);
> >     [javac]                  ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:199:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
> >     [javac]         posSpacing = _TestUtil.nextInt(random, 1, 100);
> >     [javac]                      ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
> >     [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
> >     [javac]                ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231:
> inconvertible types
> >     [javac] found   : <nulltype>
> >     [javac] required: int
> >     [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
> >     [javac]                                 ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:333:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]     final int numFields = _TestUtil.nextInt(random(), 1, 5);
> >     [javac]                           ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:342:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]       String field = _TestUtil.randomSimpleString(random());
> >     [javac]                      ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:360:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]         numTerms = _TestUtil.nextInt(random(), 2, 20);
> >     [javac]                    ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:364:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]         String term = _TestUtil.randomSimpleString(random());
> >     [javac]                       ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:456:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]       String pf = _TestUtil.getPostingsFormat(codec,
> oldFieldInfo.name);
> >     [javac]                   ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:733:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]     int numSkips = expected.docFreq < 3 ? 1 :
> _TestUtil.nextInt(random(), 1, Math.min(20, expected.docFreq/3));
> >     [javac]                                               ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:776:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]           final int skipCount = _TestUtil.nextInt(random(),
> 1, skipInc);
> >     [javac]                                 ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:784:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]           final int skipDocIDs = _TestUtil.nextInt(random(),
> 1, skipDocInc);
> >     [javac]                                  ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:938:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]       int numThreads = _TestUtil.nextInt(random(), 2, 5);
> >     [javac]                        ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1067:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]     File path =
> _TestUtil.getTempDir("testPostingsFormat.testExact");
> >     [javac]                 ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1088:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]     _TestUtil.rmDir(path);
> >     [javac]     ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1120:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]       File path = _TestUtil.getTempDir("testPostingsFormat");
> >     [javac]                   ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1137:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class
> org.apache.lucene.index.BasePostingsFormatTestCase
> >     [javac]       _TestUtil.rmDir(path);
> >     [javac]       ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:124:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class org.apache.lucene.index.RandomCodec
> >     [javac]     int minItemsPerBlock = _TestUtil.nextInt(random, 2, 100);
> >     [javac]                            ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:126:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class org.apache.lucene.index.RandomCodec
> >     [javac]     int lowFreqCutoff = _TestUtil.nextInt(random, 2, 100);
> >     [javac]                         ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:144:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class org.apache.lucene.index.RandomCodec
> >     [javac]         new
> MockFixedIntBlockPostingsFormat(_TestUtil.nextInt(random, 1, 2000)),
> >     [javac]                                             ^
> >     [javac]
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:145:
> cannot find symbol
> >     [javac] symbol  : variable _TestUtil
> >     [javac] location: class org.apache.lucene.index.RandomCodec
> >     [javac]         new MockVariableIntBlockPostingsFormat(
> _TestUtil.nextInt(random, 1, 127)),
> >     [javac]                                                 ^
> >     [javac] Note: Some input files use or override a deprecated API.
> >     [javac] Note: Recompile with -Xlint:deprecation for details.
> >     [javac] 43 errors
> >
> > BUILD FAILED
> >
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build.xml:49:
> The following error occurred while executing this line:
> >
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:719:
> The following error occurred while executing this line:
> >
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:471:
> The following error occurred while executing this line:
> >
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:1728:
> Compile failed; see the compiler error output for details.
> >
> > Total time: 25 seconds
> > Build step 'Invoke Ant' marked build as failure
> > Recording test results
> > Email was triggered for: Failure
> > Sending email for trigger: Failure
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [JENKINS] Lucene-4x-Linux-Java6-64-test-only - Build # 13137 - Failure!

Posted by Simon Willnauer <si...@apache.org>.
hmm this seems like a problem just introduced @benson are youi looking
into this?

simon

On Wed, Feb 19, 2014 at 2:46 PM,  <bu...@flonkings.com> wrote:
> Build: builds.flonkings.com/job/Lucene-4x-Linux-Java6-64-test-only/13137/
>
> No tests ran.
>
> Build Log:
> [...truncated 417 lines...]
>     [javac] Compiling 144 source files to /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build/test-framework/classes/java
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:67: cannot find symbol
>     [javac] symbol  : class _TestUtil
>     [javac] location: package org.apache.lucene.util
>     [javac] import org.apache.lucene.util._TestUtil;
>     [javac]                              ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:51: cannot find symbol
>     [javac] symbol  : class _TestUtil
>     [javac] location: package org.apache.lucene.util
>     [javac] import org.apache.lucene.util._TestUtil;
>     [javac]                              ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:56: cannot find symbol
>     [javac] symbol  : class _TestUtil
>     [javac] location: package org.apache.lucene.util
>     [javac] import org.apache.lucene.util._TestUtil;
>     [javac]                              ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:104: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
>     [javac]       final int blockSize = _TestUtil.nextInt(random, 1, 2000);
>     [javac]                             ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:106: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
>     [javac]       final int baseBlockSize = _TestUtil.nextInt(random, 1, 127);
>     [javac]                                 ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:150: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]     int skipInterval = _TestUtil.nextInt(seedRandom, minSkipInterval, 10);
>     [javac]                        ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:186: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1, 20);
>     [javac]                               ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:225: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]       final int minTermsInBlock = _TestUtil.nextInt(random, 2, 100);
>     [javac]                                   ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:248: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]           state.termIndexInterval = _TestUtil.nextInt(random, 1, 100);
>     [javac]                                     ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:257: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]             final int tii = _TestUtil.nextInt(random, 1, 100);
>     [javac]                             ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:263: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]             final int docFreqThresh = _TestUtil.nextInt(random, 2, 100);
>     [javac]                                       ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:264: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]             final int tii = _TestUtil.nextInt(random, 1, 100);
>     [javac]                             ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:268: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]             final int gap = _TestUtil.nextInt(random, 2, 40);
>     [javac]                             ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:325: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]     int readBufferSize = _TestUtil.nextInt(random, 1, 4096);
>     [javac]                          ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:346: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1, 20);
>     [javac]                               ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:408: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
>     [javac]           state.termsIndexDivisor = _TestUtil.nextInt(random, 1, 10);
>     [javac]                                     ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:142: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
>     [javac]       docFreq = _TestUtil.nextInt(random, minDocFreq, maxDocFreq);
>     [javac]                 ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:146: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
>     [javac]       maxDocSpacing = _TestUtil.nextInt(random, 1, 100);
>     [javac]                       ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
>     [javac]           docID += _TestUtil.nextInt(docRandom, 1, maxDocSpacing);
>     [javac]                    ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185: inconvertible types
>     [javac] found   : <nulltype>
>     [javac] required: int
>     [javac]           docID += _TestUtil.nextInt(docRandom, 1, maxDocSpacing);
>     [javac]                                     ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:189: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
>     [javac]           freq = _TestUtil.nextInt(random, 1, 1000);
>     [javac]                  ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:191: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
>     [javac]           freq = _TestUtil.nextInt(random, 1, 20);
>     [javac]                  ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:193: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
>     [javac]           freq = _TestUtil.nextInt(random, 1, 4);
>     [javac]                  ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:199: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
>     [javac]         posSpacing = _TestUtil.nextInt(random, 1, 100);
>     [javac]                      ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
>     [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
>     [javac]                ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231: inconvertible types
>     [javac] found   : <nulltype>
>     [javac] required: int
>     [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
>     [javac]                                 ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:333: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]     final int numFields = _TestUtil.nextInt(random(), 1, 5);
>     [javac]                           ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:342: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]       String field = _TestUtil.randomSimpleString(random());
>     [javac]                      ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:360: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]         numTerms = _TestUtil.nextInt(random(), 2, 20);
>     [javac]                    ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:364: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]         String term = _TestUtil.randomSimpleString(random());
>     [javac]                       ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:456: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]       String pf = _TestUtil.getPostingsFormat(codec, oldFieldInfo.name);
>     [javac]                   ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:733: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]     int numSkips = expected.docFreq < 3 ? 1 : _TestUtil.nextInt(random(), 1, Math.min(20, expected.docFreq/3));
>     [javac]                                               ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:776: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]           final int skipCount = _TestUtil.nextInt(random(), 1, skipInc);
>     [javac]                                 ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:784: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]           final int skipDocIDs = _TestUtil.nextInt(random(), 1, skipDocInc);
>     [javac]                                  ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:938: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]       int numThreads = _TestUtil.nextInt(random(), 2, 5);
>     [javac]                        ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1067: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]     File path = _TestUtil.getTempDir("testPostingsFormat.testExact");
>     [javac]                 ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1088: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]     _TestUtil.rmDir(path);
>     [javac]     ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1120: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]       File path = _TestUtil.getTempDir("testPostingsFormat");
>     [javac]                   ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1137: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
>     [javac]       _TestUtil.rmDir(path);
>     [javac]       ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:124: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.RandomCodec
>     [javac]     int minItemsPerBlock = _TestUtil.nextInt(random, 2, 100);
>     [javac]                            ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:126: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.RandomCodec
>     [javac]     int lowFreqCutoff = _TestUtil.nextInt(random, 2, 100);
>     [javac]                         ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:144: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.RandomCodec
>     [javac]         new MockFixedIntBlockPostingsFormat(_TestUtil.nextInt(random, 1, 2000)),
>     [javac]                                             ^
>     [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:145: cannot find symbol
>     [javac] symbol  : variable _TestUtil
>     [javac] location: class org.apache.lucene.index.RandomCodec
>     [javac]         new MockVariableIntBlockPostingsFormat( _TestUtil.nextInt(random, 1, 127)),
>     [javac]                                                 ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 43 errors
>
> BUILD FAILED
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build.xml:49: The following error occurred while executing this line:
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:719: The following error occurred while executing this line:
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:471: The following error occurred while executing this line:
> /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:1728: Compile failed; see the compiler error output for details.
>
> Total time: 25 seconds
> Build step 'Invoke Ant' marked build as failure
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-4x-Linux-Java6-64-test-only - Build # 13139 - Still Failing!

Posted by bu...@flonkings.com.
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java6-64-test-only/13139/

No tests ran.

Build Log:
[...truncated 94 lines...]
    [javac] Compiling 144 source files to /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build/test-framework/classes/java
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:67: cannot find symbol
    [javac] symbol  : class _TestUtil
    [javac] location: package org.apache.lucene.util
    [javac] import org.apache.lucene.util._TestUtil;
    [javac]                              ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:51: cannot find symbol
    [javac] symbol  : class _TestUtil
    [javac] location: package org.apache.lucene.util
    [javac] import org.apache.lucene.util._TestUtil;
    [javac]                              ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:56: cannot find symbol
    [javac] symbol  : class _TestUtil
    [javac] location: package org.apache.lucene.util
    [javac] import org.apache.lucene.util._TestUtil;
    [javac]                              ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:104: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
    [javac]       final int blockSize = _TestUtil.nextInt(random, 1, 2000);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:106: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
    [javac]       final int baseBlockSize = _TestUtil.nextInt(random, 1, 127);
    [javac]                                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:150: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]     int skipInterval = _TestUtil.nextInt(seedRandom, minSkipInterval, 10);
    [javac]                        ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:186: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1, 20);
    [javac]                               ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:225: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]       final int minTermsInBlock = _TestUtil.nextInt(random, 2, 100);
    [javac]                                   ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:248: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]           state.termIndexInterval = _TestUtil.nextInt(random, 1, 100);
    [javac]                                     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:257: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int tii = _TestUtil.nextInt(random, 1, 100);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:263: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int docFreqThresh = _TestUtil.nextInt(random, 2, 100);
    [javac]                                       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:264: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int tii = _TestUtil.nextInt(random, 1, 100);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:268: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int gap = _TestUtil.nextInt(random, 2, 40);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:325: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]     int readBufferSize = _TestUtil.nextInt(random, 1, 4096);
    [javac]                          ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:346: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1, 20);
    [javac]                               ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:408: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]           state.termsIndexDivisor = _TestUtil.nextInt(random, 1, 10);
    [javac]                                     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:142: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]       docFreq = _TestUtil.nextInt(random, minDocFreq, maxDocFreq);
    [javac]                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:146: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]       maxDocSpacing = _TestUtil.nextInt(random, 1, 100);
    [javac]                       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           docID += _TestUtil.nextInt(docRandom, 1, maxDocSpacing);
    [javac]                    ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185: inconvertible types
    [javac] found   : <nulltype>
    [javac] required: int
    [javac]           docID += _TestUtil.nextInt(docRandom, 1, maxDocSpacing);
    [javac]                                     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:189: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           freq = _TestUtil.nextInt(random, 1, 1000);
    [javac]                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:191: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           freq = _TestUtil.nextInt(random, 1, 20);
    [javac]                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:193: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           freq = _TestUtil.nextInt(random, 1, 4);
    [javac]                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:199: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]         posSpacing = _TestUtil.nextInt(random, 1, 100);
    [javac]                      ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
    [javac]                ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231: inconvertible types
    [javac] found   : <nulltype>
    [javac] required: int
    [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
    [javac]                                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:333: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     final int numFields = _TestUtil.nextInt(random(), 1, 5);
    [javac]                           ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:342: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       String field = _TestUtil.randomSimpleString(random());
    [javac]                      ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:360: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]         numTerms = _TestUtil.nextInt(random(), 2, 20);
    [javac]                    ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:364: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]         String term = _TestUtil.randomSimpleString(random());
    [javac]                       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:456: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       String pf = _TestUtil.getPostingsFormat(codec, oldFieldInfo.name);
    [javac]                   ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:733: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     int numSkips = expected.docFreq < 3 ? 1 : _TestUtil.nextInt(random(), 1, Math.min(20, expected.docFreq/3));
    [javac]                                               ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:776: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]           final int skipCount = _TestUtil.nextInt(random(), 1, skipInc);
    [javac]                                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:784: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]           final int skipDocIDs = _TestUtil.nextInt(random(), 1, skipDocInc);
    [javac]                                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:938: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       int numThreads = _TestUtil.nextInt(random(), 2, 5);
    [javac]                        ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1067: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     File path = _TestUtil.getTempDir("testPostingsFormat.testExact");
    [javac]                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1088: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     _TestUtil.rmDir(path);
    [javac]     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1120: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       File path = _TestUtil.getTempDir("testPostingsFormat");
    [javac]                   ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1137: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       _TestUtil.rmDir(path);
    [javac]       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:124: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]     int minItemsPerBlock = _TestUtil.nextInt(random, 2, 100);
    [javac]                            ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:126: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]     int lowFreqCutoff = _TestUtil.nextInt(random, 2, 100);
    [javac]                         ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:144: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]         new MockFixedIntBlockPostingsFormat(_TestUtil.nextInt(random, 1, 2000)),
    [javac]                                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:145: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]         new MockVariableIntBlockPostingsFormat( _TestUtil.nextInt(random, 1, 127)),
    [javac]                                                 ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 43 errors

BUILD FAILED
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build.xml:49: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:719: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:471: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:1728: Compile failed; see the compiler error output for details.

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



[JENKINS] Lucene-4x-Linux-Java6-64-test-only - Build # 13138 - Still Failing!

Posted by bu...@flonkings.com.
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java6-64-test-only/13138/

No tests ran.

Build Log:
[...truncated 95 lines...]
    [javac] Compiling 144 source files to /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build/test-framework/classes/java
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:67: cannot find symbol
    [javac] symbol  : class _TestUtil
    [javac] location: package org.apache.lucene.util
    [javac] import org.apache.lucene.util._TestUtil;
    [javac]                              ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:51: cannot find symbol
    [javac] symbol  : class _TestUtil
    [javac] location: package org.apache.lucene.util
    [javac] import org.apache.lucene.util._TestUtil;
    [javac]                              ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:56: cannot find symbol
    [javac] symbol  : class _TestUtil
    [javac] location: package org.apache.lucene.util
    [javac] import org.apache.lucene.util._TestUtil;
    [javac]                              ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:104: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
    [javac]       final int blockSize = _TestUtil.nextInt(random, 1, 2000);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:106: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat.MockIntStreamFactory
    [javac]       final int baseBlockSize = _TestUtil.nextInt(random, 1, 127);
    [javac]                                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:150: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]     int skipInterval = _TestUtil.nextInt(seedRandom, minSkipInterval, 10);
    [javac]                        ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:186: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1, 20);
    [javac]                               ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:225: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]       final int minTermsInBlock = _TestUtil.nextInt(random, 2, 100);
    [javac]                                   ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:248: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]           state.termIndexInterval = _TestUtil.nextInt(random, 1, 100);
    [javac]                                     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:257: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int tii = _TestUtil.nextInt(random, 1, 100);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:263: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int docFreqThresh = _TestUtil.nextInt(random, 2, 100);
    [javac]                                       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:264: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int tii = _TestUtil.nextInt(random, 1, 100);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:268: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]             final int gap = _TestUtil.nextInt(random, 2, 40);
    [javac]                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:325: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]     int readBufferSize = _TestUtil.nextInt(random, 1, 4096);
    [javac]                          ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:346: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]       final int totTFCutoff = _TestUtil.nextInt(random, 1, 20);
    [javac]                               ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java:408: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.codecs.mockrandom.MockRandomPostingsFormat
    [javac]           state.termsIndexDivisor = _TestUtil.nextInt(random, 1, 10);
    [javac]                                     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:142: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]       docFreq = _TestUtil.nextInt(random, minDocFreq, maxDocFreq);
    [javac]                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:146: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]       maxDocSpacing = _TestUtil.nextInt(random, 1, 100);
    [javac]                       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           docID += _TestUtil.nextInt(docRandom, 1, maxDocSpacing);
    [javac]                    ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:185: inconvertible types
    [javac] found   : <nulltype>
    [javac] required: int
    [javac]           docID += _TestUtil.nextInt(docRandom, 1, maxDocSpacing);
    [javac]                                     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:189: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           freq = _TestUtil.nextInt(random, 1, 1000);
    [javac]                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:191: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           freq = _TestUtil.nextInt(random, 1, 20);
    [javac]                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:193: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]           freq = _TestUtil.nextInt(random, 1, 4);
    [javac]                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:199: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]         posSpacing = _TestUtil.nextInt(random, 1, 100);
    [javac]                      ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase.SeedPostings
    [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
    [javac]                ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:231: inconvertible types
    [javac] found   : <nulltype>
    [javac] required: int
    [javac]         pos += _TestUtil.nextInt(random, 1, posSpacing);
    [javac]                                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:333: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     final int numFields = _TestUtil.nextInt(random(), 1, 5);
    [javac]                           ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:342: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       String field = _TestUtil.randomSimpleString(random());
    [javac]                      ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:360: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]         numTerms = _TestUtil.nextInt(random(), 2, 20);
    [javac]                    ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:364: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]         String term = _TestUtil.randomSimpleString(random());
    [javac]                       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:456: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       String pf = _TestUtil.getPostingsFormat(codec, oldFieldInfo.name);
    [javac]                   ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:733: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     int numSkips = expected.docFreq < 3 ? 1 : _TestUtil.nextInt(random(), 1, Math.min(20, expected.docFreq/3));
    [javac]                                               ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:776: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]           final int skipCount = _TestUtil.nextInt(random(), 1, skipInc);
    [javac]                                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:784: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]           final int skipDocIDs = _TestUtil.nextInt(random(), 1, skipDocInc);
    [javac]                                  ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:938: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       int numThreads = _TestUtil.nextInt(random(), 2, 5);
    [javac]                        ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1067: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     File path = _TestUtil.getTempDir("testPostingsFormat.testExact");
    [javac]                 ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1088: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]     _TestUtil.rmDir(path);
    [javac]     ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1120: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       File path = _TestUtil.getTempDir("testPostingsFormat");
    [javac]                   ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java:1137: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.BasePostingsFormatTestCase
    [javac]       _TestUtil.rmDir(path);
    [javac]       ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:124: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]     int minItemsPerBlock = _TestUtil.nextInt(random, 2, 100);
    [javac]                            ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:126: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]     int lowFreqCutoff = _TestUtil.nextInt(random, 2, 100);
    [javac]                         ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:144: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]         new MockFixedIntBlockPostingsFormat(_TestUtil.nextInt(random, 1, 2000)),
    [javac]                                             ^
    [javac] /var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/test-framework/src/java/org/apache/lucene/index/RandomCodec.java:145: cannot find symbol
    [javac] symbol  : variable _TestUtil
    [javac] location: class org.apache.lucene.index.RandomCodec
    [javac]         new MockVariableIntBlockPostingsFormat( _TestUtil.nextInt(random, 1, 127)),
    [javac]                                                 ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 43 errors

BUILD FAILED
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/build.xml:49: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:719: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:471: The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-4x-Linux-Java6-64-test-only/checkout/lucene/common-build.xml:1728: Compile failed; see the compiler error output for details.

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