I suspect this is LUCENE-7301 ... I'l confirm.

Mike McCandless

http://blog.mikemccandless.com

On Mon, May 30, 2016 at 2:36 AM, Policeman Jenkins Server <
[email protected]> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5878/
> Java: 32bit/jdk1.8.0_92 -server -XX:+UseG1GC
>
> 1 tests failed.
> FAILED:  org.apache.lucene.index.TestIndexSorting.testConcurrentDVUpdates
>
> Error Message:
> expected:<2> but was:<3>
>
> Stack Trace:
> java.lang.AssertionError: expected:<2> but was:<3>
>         at
> __randomizedtesting.SeedInfo.seed([87180EBC6BAC9BFE:BE80F025C7CEA297]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at org.junit.Assert.assertEquals(Assert.java:456)
>         at
> org.apache.lucene.index.TestIndexSorting.testConcurrentDVUpdates(TestIndexSorting.java:872)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 618 lines...]
>    [junit4] Suite: org.apache.lucene.index.TestIndexSorting
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=TestIndexSorting -Dtests.method=testConcurrentDVUpdates
> -Dtests.seed=87180EBC6BAC9BFE -Dtests.slow=true -Dtests.locale=de-CH
> -Dtests.timezone=Asia/Rangoon -Dtests.asserts=true
> -Dtests.file.encoding=ISO-8859-1
>    [junit4] FAILURE 0.75s J1 | TestIndexSorting.testConcurrentDVUpdates <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<2> but
> was:<3>
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([87180EBC6BAC9BFE:BE80F025C7CEA297]:0)
>    [junit4]    >        at
> org.apache.lucene.index.TestIndexSorting.testConcurrentDVUpdates(TestIndexSorting.java:872)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\J1\temp\lucene.index.TestIndexSorting_87180EBC6BAC9BFE-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62):
> {docs=FSTOrd50, norms=FSTOrd50, positions=Lucene50(blocksize=128),
> id=FSTOrd50,
> term_vectors=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
> docValues:{sorted=DocValuesFormat(name=Memory),
> double=DocValuesFormat(name=Memory), bytes=DocValuesFormat(name=Asserting),
> foo=DocValuesFormat(name=SimpleText), binary=DocValuesFormat(name=Memory),
> numeric=DocValuesFormat(name=Memory),
> sorted_set=DocValuesFormat(name=SimpleText),
> id=DocValuesFormat(name=Asserting), float=DocValuesFormat(name=Direct),
> sorted_numeric=DocValuesFormat(name=Asserting),
> long=DocValuesFormat(name=Direct), int=DocValuesFormat(name=Asserting)},
> maxPointsInLeafNode=268, maxMBSortInHeap=5.386875101603014,
> sim=ClassicSimilarity, locale=de-CH, timezone=Asia/Rangoon
>    [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92
> (32-bit)/cpus=3,threads=1,free=252310712,total=320864256
>    [junit4]   2> NOTE: All tests run in this JVM:
> [TestBinaryDocValuesUpdates, TestAddIndexes, TestDocValuesIndexing,
> TestSloppyPhraseQuery, TestPayloads, TestSparseFixedBitDocIdSet,
> TestTermVectorsReader, TestBooleanScorer, TestAutomatonQuery,
> TestMaxTermFrequency, TestNumericUtils, TestIndexWriterReader,
> TestSimpleFSLockFactory, TestForTooMuchCloning, TestIndexFileDeleter,
> TestIndexWriterMaxDocs, TestSentinelIntSet, TestNeedsScores, TestTimSorter,
> TestConsistentFieldNumbers, TestNRTThreads, TestFilterDirectory,
> TestPhraseQuery, TestSortRescorer, TestMergedIterator,
> TestThreadedForceMerge, TestBooleanOr, TestNewestSegment, TestHugeRamFile,
> TestTerm, TestTragicIndexWriterDeadlock, TestIndexWriterNRTIsCurrent,
> TestSnapshotDeletionPolicy, TestTopDocsCollector, TestNRTCachingDirectory,
> TestOmitTf, TestDocument, TestUpgradeIndexMergePolicy, TestDirectMonotonic,
> TestMultiPhraseEnum, TestAutomatonQueryUnicode, TestLegacyNumericUtils,
> TestPrefixQuery, TestInfoStream, TestRegExp, TestSearch,
> TestSpanFirstQuery, TestFastDecompressionMode, TestNRTReaderCleanup,
> TestLevenshteinAutomata, TestAutomaton, TestElevationComparator,
> TestIntroSorter, TestIndexWriterExceptions2, TestFuzzyQuery,
> TestIndexSorting]
>    [junit4] Completed [119/423 (1!)] on J1 in 17.31s, 27 tests, 1 failure
> <<< FAILURES!
>
> [...truncated 1020 lines...]
> BUILD FAILED
> C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:740: The
> following error occurred while executing this line:
> C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:684: The
> following error occurred while executing this line:
> C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:59: The
> following error occurred while executing this line:
> C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build.xml:50:
> The following error occurred while executing this line:
> C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1427:
> The following error occurred while executing this line:
> C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:984:
> There were test failures: 423 suites (1 ignored), 3552 tests, 1 failure, 73
> ignored (69 assumptions) [seed: 87180EBC6BAC9BFE]
>
> Total time: 8 minutes 42 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

Reply via email to