Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/351/
1 tests failed.
REGRESSION: org.apache.lucene.index.Test2BPostings.test
Error Message:
first position increment must be > 0 (got 0) for field 'field'
Stack Trace:
java.lang.IllegalArgumentException: first position increment must be > 0 (got
0) for field 'field'
at
__randomizedtesting.SeedInfo.seed([AA541EE7CB672416:2200213D659B49EE]:0)
at
org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:125)
at
org.apache.lucene.index.DocFieldProcessor.processDocument(DocFieldProcessor.java:245)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:254)
at
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:446)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1521)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1191)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1172)
at org.apache.lucene.index.Test2BPostings.test(Test2BPostings.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at java.lang.Thread.run(Thread.java:679)
Build Log:
[...truncated 1403 lines...]
[junit4] Suite: org.apache.lucene.index.Test2BPostings
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=Test2BPostings
-Dtests.method=test -Dtests.seed=AA541EE7CB672416 -Dtests.multiplier=2
-Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt
-Dtests.locale=nl_NL -Dtests.timezone=Africa/Brazzaville
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.02s J0 | Test2BPostings.test <<<
[junit4] > Throwable #1: java.lang.IllegalArgumentException: first
position increment must be > 0 (got 0) for field 'field'
[junit4] > at
__randomizedtesting.SeedInfo.seed([AA541EE7CB672416:2200213D659B49EE]:0)
[junit4] > at
org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:125)
[junit4] > at
org.apache.lucene.index.DocFieldProcessor.processDocument(DocFieldProcessor.java:245)
[junit4] > at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:254)
[junit4] > at
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:446)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1521)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1191)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1172)
[junit4] > at
org.apache.lucene.index.Test2BPostings.test(Test2BPostings.java:76)
[junit4] > at java.lang.Thread.run(Thread.java:679)
[junit4] 2> NOTE: test params are: codec=Lucene42: {}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=nl_NL,
timezone=Africa/Brazzaville
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc.
1.6.0_32 (64-bit)/cpus=16,threads=1,free=112112760,total=465567744
[junit4] 2> NOTE: All tests run in this JVM: [TestSearcherManager, Nested,
TestCustomNorms, TestTransactionRollback, TestConstantScoreQuery, Nested1,
Nested2, Nested3, TestFieldCacheSanityChecker, TestIndexWriterMerging,
TestMergeSchedulerExternal, TestPayloads, Nested1,
TestDocumentsWriterDeleteQueue, TestRegexpQuery, TestPrefixInBooleanQuery,
TestScoreCachingWrappingScorer, TestCharTermAttributeImpl,
TestCrashCausesCorruptIndex, TestFilteredSearch, TestReaderClosed,
TestLucene40PostingsFormat, TestSort, TestAutomatonQueryUnicode, TestIsCurrent,
TestFastDecompressionMode, TestSurrogates,
TestPersistentSnapshotDeletionPolicy, TestTimeLimitingCollector,
TestDeletionPolicy, TestEliasFanoDocIdSet, TestRollback, TestScorerPerf,
TestIndexWriterLockRelease, TestLucene40DocValuesFormat, TestDocTermOrds,
TestPayloadsOnVectors, TestIndexWriterCommit, TestAllFilesHaveCodecHeader,
TestBytesRefHash, Nested, Nested, TestNumericRangeQuery64,
TestTermVectorsWriter, TestRollingUpdates, TestCachingCollector,
TestParallelTermEnum, TestFilterIterator, TestVirtualMethod, Nested1,
TestPostingsOffsets, TestPriorityQueue, TestOmitTf, TestRegexpRandom,
TestSimilarity2, TestSpanFirstQuery, TestComplexExplanationsOfNonMatches,
TestSearch, TestPostingsFormat, TestIndexWriter, TestTermsEnum,
TestSegmentReader, TestSpecialOperations, TestCompressingTermVectorsFormat,
TestSimilarityProvider, TestNoDeletionPolicy, TestNoMergeScheduler,
TestSegmentTermDocs, TestBlockPostingsFormat3, TestFixedBitSet, TestPagedBytes,
TestSpanExplanationsOfNonMatches, TestReusableStringReader, TestFieldsReader,
TestSegmentTermEnum, TestPayloadTermQuery, TestComplexExplanations,
TestIndexableBinaryStringTools, TestDateTools, TestFieldCacheTermsFilter,
Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested,
Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested,
Nested, TestBagOfPositions, TestTryDelete, TestWildcardRandom,
TestDocTermOrdsRewriteMethod, TestSpanMultiTermQueryWrapper,
TestIndexWriterReader, TestPhrasePrefixQuery, TestSetOnce, TestFilteredQuery,
TestPhraseQuery, TestCompoundFile, TestCrash, TestDisjunctionMaxQuery,
TestRecyclingByteBlockAllocator, TestTermVectorsFormat, TestBytesStore,
TestPackedInts, TestLucene42DocValuesFormat, TestIndexWriterWithThreads,
TestNumericRangeQuery32, TestLookaheadTokenFilter, TestAddIndexes,
TestShardSearching, TestIndexWriterExceptions, TestMultiMMap,
TestFlushByRamOrCountsPolicy, TestSloppyPhraseQuery, TestIndexWriterDelete,
TestNRTThreads, TestIndexWriterUnicode, TestNRTReaderWithThreads,
TestIndexWriterForceMerge, TestArrayUtil, TestByteSlices, TestWeakIdentityMap,
TestLockFactory, TestSegmentMerger, TestCollectionUtil, TestOmitNorms,
TestDoubleBarrelLRUCache, TestMockAnalyzer, TestNRTCachingDirectory,
TestParallelCompositeReader, TestFieldCacheRewriteMethod,
TestMultiThreadTermVectors, TestBlockPostingsFormat, TestBitVector,
TestReuseDocsEnum, TestMultiDocValues, TestToken, TestSimpleSearchEquivalence,
TestCustomSearcherSort, TestSimilarityBase, TestHugeRamFile,
TestBooleanMinShouldMatch, TestTermsEnum2, TestDeterminizeLexicon, Test2BDocs,
TestIndexWriterOnDiskFull, TestFieldCache, TestUTF32ToUTF8,
TestFastCompressionMode, Nested, TestStressIndexing2, TestMultiPhraseQuery,
TestDeterminism, TestDocsAndPositions, TestRamUsageEstimatorOnWildAnimals,
TestFieldCacheRangeFilter, TestBagOfPostings, TestCodecs, TestOmitPositions,
TestPayloadExplanations, TestParallelAtomicReader, TestStressNRT,
TestCopyBytes, TestForceMergeForever, TestSameScoresWithThreads,
TestQueryWrapperFilter, TestMultiFields, TestTermRangeQuery,
TestPayloadNearQuery, TestLiveFieldValues, TestForTooMuchCloning, TestDoc,
TestWildcard, TestTermRangeFilter, TestFieldMaskingSpanQuery,
TestExternalCodecs, TestSimpleExplanationsOfNonMatches, TestTermVectors,
TestTermVectorsReader, TestSpansAdvanced2, TestMultiValuedNumericRangeQuery,
TestTopDocsCollector, TestUniqueTermCount, TestBasicOperations, TestSortRandom,
TestAutomatonQuery, TestParallelReaderEmptyIndex, TestForUtil, TestDocument,
TestMaxTermFrequency, TestTopFieldCollector, TestIndexableField,
TestDocValuesScoring, TestSentinelIntSet, TestWindowsMMap, TestPrefixRandom,
TestCachingWrapperFilter, TestFieldValueFilter,
TestBooleanQueryVisitSubscorers, TestSearchForDuplicates, InBeforeClass,
InAfterClass, InTestMethod, NonStringProperties, TestSizeBoundedForceMerge,
TestIndexFileDeleter, TestCompiledAutomaton, TestDocValuesWithThreads,
TestDocIdSet, TestSubScorerFreqs, TestRecyclingIntBlockAllocator,
TestIndexWriterConfig, TestConjunctions, TestMultiTermQueryRewrites,
TestSimilarity, TestIdentityHashSet, TestSmallFloat, TestNumericTokenStream,
TestFilterAtomicReader, TestCachingTokenFilter, ThrowInUncaught, Test2BPostings]
[junit4] Completed on J0 in 0.04s, 1 test, 1 error <<< FAILURES!
[...truncated 162 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:402:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:375:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:49:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1233:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:876:
There were test failures: 371 suites, 2393 tests, 1 error, 32 ignored (19
assumptions)
Total time: 29 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]