Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14711/
Java: 64bit/jdk1.8.0_60 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.lucene.index.TestDimensionalValues.testRandomBinaryMedium
Error Message:
docID=857 expected:<true> but was:<false>
Stack Trace:
java.lang.AssertionError: docID=857 expected:<true> but was:<false>
at
__randomizedtesting.SeedInfo.seed([831907F8E7511A35:F43480B833FD6FE2]: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.apache.lucene.index.TestDimensionalValues.verify(TestDimensionalValues.java:994)
at
org.apache.lucene.index.TestDimensionalValues.verify(TestDimensionalValues.java:791)
at
org.apache.lucene.index.TestDimensionalValues.doTestRandomBinary(TestDimensionalValues.java:781)
at
org.apache.lucene.index.TestDimensionalValues.testRandomBinaryMedium(TestDimensionalValues.java:391)
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:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
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: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:875)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
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:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 655 lines...]
[junit4] Suite: org.apache.lucene.index.TestDimensionalValues
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestDimensionalValues -Dtests.method=testRandomBinaryMedium
-Dtests.seed=831907F8E7511A35 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=de_GR -Dtests.timezone=America/Puerto_Rico -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 2.05s J0 | TestDimensionalValues.testRandomBinaryMedium <<<
[junit4] > Throwable #1: java.lang.AssertionError: docID=857
expected:<true> but was:<false>
[junit4] > at
__randomizedtesting.SeedInfo.seed([831907F8E7511A35:F43480B833FD6FE2]:0)
[junit4] > at
org.apache.lucene.index.TestDimensionalValues.verify(TestDimensionalValues.java:994)
[junit4] > at
org.apache.lucene.index.TestDimensionalValues.verify(TestDimensionalValues.java:791)
[junit4] > at
org.apache.lucene.index.TestDimensionalValues.doTestRandomBinary(TestDimensionalValues.java:781)
[junit4] > at
org.apache.lucene.index.TestDimensionalValues.testRandomBinaryMedium(TestDimensionalValues.java:391)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/J0/temp/lucene.index.TestDimensionalValues_831907F8E7511A35-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene54): {},
docValues:{}, sim=ClassicSimilarity, locale=de_GR, timezone=America/Puerto_Rico
[junit4] 2> NOTE: Linux 3.19.0-31-generic amd64/Oracle Corporation
1.8.0_60 (64-bit)/cpus=12,threads=1,free=488447560,total=508887040
[junit4] 2> NOTE: All tests run in this JVM: [TestUniqueTermCount,
TestSingleInstanceLockFactory, TestIndexWriterMergePolicy,
TestFilterDirectoryReader, TestQueryBuilder, TestVersion,
TestSortedSetSortField, TestSloppyMath, TestSimpleFSDirectory,
TestApproximationSearchEquivalence, TestDimensionalValues]
[junit4] Completed [52/400] on J0 in 21.35s, 25 tests, 1 failure <<<
FAILURES!
[...truncated 1129 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:775: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:719: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:50: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1432:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:987:
There were test failures: 400 suites (1 ignored), 3263 tests, 1 failure, 51
ignored (47 assumptions) [seed: 831907F8E7511A35]
Total time: 5 minutes 13 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]