Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11700/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: junit.framework.TestSuite.org.apache.lucene.queries.TermsQueryTest
Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread
Thread[id=32, name=TEST-TermsQueryTest.testDuel-seed#[5946B5ADCC899A7C],
state=RUNNABLE, group=TGRP-TermsQueryTest], registration stack trace below.
Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope
SUITE failed to close. Resource was registered from thread Thread[id=32,
name=TEST-TermsQueryTest.testDuel-seed#[5946B5ADCC899A7C], state=RUNNABLE,
group=TGRP-TermsQueryTest], registration stack trace below.
at __randomizedtesting.SeedInfo.seed([5946B5ADCC899A7C]:0)
at java.lang.Thread.getStackTrace(Thread.java:1589)
at
com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:166)
at
org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:718)
at
org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1328)
at
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1225)
at
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1217)
at
org.apache.lucene.queries.TermsQueryTest.testDuel(TermsQueryTest.java:63)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
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: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:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
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
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:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: Directory not closed:
MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@59c162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7091c;
maxCacheMB=0.7119140625 maxMergeSizeMB=0.1162109375))
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:699)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:696)
at
com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:183)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:712)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
... 2 more
Build Log:
[...truncated 7500 lines...]
[junit4] Suite: org.apache.lucene.queries.TermsQueryTest
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{g=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
f=Lucene50(blocksize=128)}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {g=DFR GLZ(0.3),
f=DFR I(ne)B1}, locale=pt_BR, timezone=EET
[junit4] 2> NOTE: Linux 3.13.0-45-generic i386/Oracle Corporation 1.7.0_76
(32-bit)/cpus=8,threads=1,free=53689832,total=64880640
[junit4] 2> NOTE: All tests run in this JVM: [TestFunctionQuerySort,
TestDocValuesFieldSources, TestBoostedQuery, BoostingQueryTest,
TestFieldScoreQuery, TestCustomScoreQuery, TermsFilterTest, TestValueSources,
TermsQueryTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TermsQueryTest
-Dtests.seed=5946B5ADCC899A7C -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=pt_BR -Dtests.timezone=EET -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | TermsQueryTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope
SUITE failed to close. Resource was registered from thread Thread[id=32,
name=TEST-TermsQueryTest.testDuel-seed#[5946B5ADCC899A7C], state=RUNNABLE,
group=TGRP-TermsQueryTest], registration stack trace below.
[junit4] > at
__randomizedtesting.SeedInfo.seed([5946B5ADCC899A7C]:0)
[junit4] > at java.lang.Thread.getStackTrace(Thread.java:1589)
[junit4] > at
com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:166)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:718)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1328)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1225)
[junit4] > at
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1217)
[junit4] > at
org.apache.lucene.queries.TermsQueryTest.testDuel(TermsQueryTest.java:63)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.AssertionError: Directory not closed:
MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@59c162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7091c;
maxCacheMB=0.7119140625 maxMergeSizeMB=0.1162109375))
[junit4] > at
org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4] > at
com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:183)
[junit4] > ... 2 more
[junit4] Completed on J1 in 2.64s, 6 tests, 1 error <<< FAILURES!
[...truncated 10 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build.xml:456: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:2164:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/module-build.xml:58:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1368:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:975:
There were test failures: 16 suites, 94 tests, 1 suite-level error
Total time: 30 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server
-XX:+UseConcMarkSweepGC
Archiving artifacts
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]