pushed a fix - sorry for the noise On Thu, May 26, 2016 at 12:03 PM, Policeman Jenkins Server <[email protected]> wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/206/ > Java: 32bit/jdk1.8.0_92 -server -XX:+UseG1GC > > 2 tests failed. > FAILED: > junit.framework.TestSuite.org.apache.lucene.store.TestHardLinkCopyDirectoryWrapper > > Error Message: > Resource in scope SUITE failed to close. Resource was registered from thread > Thread[id=35, > name=TEST-TestHardLinkCopyDirectoryWrapper.testCopyHardLinks-seed#[B160A9C164A284D], > state=RUNNABLE, group=TGRP-TestHardLinkCopyDirectoryWrapper], registration > stack trace below. > > Stack Trace: > com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope > SUITE failed to close. Resource was registered from thread Thread[id=35, > name=TEST-TestHardLinkCopyDirectoryWrapper.testCopyHardLinks-seed#[B160A9C164A284D], > state=RUNNABLE, group=TGRP-TestHardLinkCopyDirectoryWrapper], registration > stack trace below. > at java.lang.Thread.getStackTrace(Thread.java:1552) > at > com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:173) > at > org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:749) > at > org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1429) > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1393) > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1373) > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1360) > at > org.apache.lucene.store.TestHardLinkCopyDirectoryWrapper.testCopyHardLinks(TestHardLinkCopyDirectoryWrapper.java:46) > 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) > Caused by: java.lang.AssertionError: Directory not closed: > MockDirectoryWrapper(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestHardLinkCopyDirectoryWrapper_B160A9C164A284D-001\tempDir-005\dir_1 > lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bebfe) > at org.junit.Assert.fail(Assert.java:93) > at > org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:46) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:738) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:735) > at > com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:221) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$4.afterAlways(RandomizedRunner.java:751) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43) > ... 2 more > > > FAILED: > junit.framework.TestSuite.org.apache.lucene.store.TestHardLinkCopyDirectoryWrapper > > Error Message: > Resource in scope SUITE failed to close. Resource was registered from thread > Thread[id=35, > name=TEST-TestHardLinkCopyDirectoryWrapper.testCopyHardLinks-seed#[B160A9C164A284D], > state=RUNNABLE, group=TGRP-TestHardLinkCopyDirectoryWrapper], registration > stack trace below. > > Stack Trace: > com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope > SUITE failed to close. Resource was registered from thread Thread[id=35, > name=TEST-TestHardLinkCopyDirectoryWrapper.testCopyHardLinks-seed#[B160A9C164A284D], > state=RUNNABLE, group=TGRP-TestHardLinkCopyDirectoryWrapper], registration > stack trace below. > at java.lang.Thread.getStackTrace(Thread.java:1552) > at > com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:173) > at > org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:749) > at > org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1429) > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1393) > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1373) > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1360) > at > org.apache.lucene.store.TestHardLinkCopyDirectoryWrapper.testCopyHardLinks(TestHardLinkCopyDirectoryWrapper.java:47) > 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) > Caused by: java.lang.AssertionError: Directory not closed: > MockDirectoryWrapper(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestHardLinkCopyDirectoryWrapper_B160A9C164A284D-001\tempDir-005\dir_2 > lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bebfe) > at org.junit.Assert.fail(Assert.java:93) > at > org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:46) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:738) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:735) > at > com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:221) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$4.afterAlways(RandomizedRunner.java:751) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43) > ... 2 more > > > > > Build Log: > [...truncated 7509 lines...] > [junit4] Suite: org.apache.lucene.store.TestHardLinkCopyDirectoryWrapper > [junit4] IGNOR/A 0.01s J0 | > TestHardLinkCopyDirectoryWrapper.testFsyncDoesntCreateNewFiles > [junit4] > Assumption #1: test only works for FSDirectory subclasses > [junit4] IGNOR/A 0.02s J0 | > TestHardLinkCopyDirectoryWrapper.testCopyHardLinks > [junit4] > Assumption #1: hardlinks are not supported > [junit4] IGNOR/A 0.01s J0 | > TestHardLinkCopyDirectoryWrapper.testPendingDeletions > [junit4] > Assumption #1: we can only install VirusCheckingFS on an > FSDirectory > [junit4] 2> NOTE: test params are: codec=Asserting(Lucene60): {}, > docValues:{}, maxPointsInLeafNode=136, maxMBSortInHeap=5.369155933902916, > sim=ClassicSimilarity, locale=cs-CZ, timezone=Africa/Asmera > [junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 > (32-bit)/cpus=3,threads=1,free=24812056,total=73400320 > [junit4] 2> NOTE: All tests run in this JVM: > [TestSlowCompositeReaderWrapper, TestFieldCacheVsDocValues, TestDocTermOrds, > TestLazyDocument, SortingLeafReaderTest, TestMultiPassIndexSplitter, > TestHardLinkCopyDirectoryWrapper] > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestHardLinkCopyDirectoryWrapper -Dtests.seed=B160A9C164A284D > -Dtests.slow=true -Dtests.locale=cs-CZ -Dtests.timezone=Africa/Asmera > -Dtests.asserts=true -Dtests.file.encoding=US-ASCII > [junit4] ERROR 0.00s J0 | TestHardLinkCopyDirectoryWrapper (suite) <<< > [junit4] > Throwable #1: > com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope > SUITE failed to close. Resource was registered from thread Thread[id=35, > name=TEST-TestHardLinkCopyDirectoryWrapper.testCopyHardLinks-seed#[B160A9C164A284D], > state=RUNNABLE, group=TGRP-TestHardLinkCopyDirectoryWrapper], registration > stack trace below. > [junit4] > at java.lang.Thread.getStackTrace(Thread.java:1552) > [junit4] > at > com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:173) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:749) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1429) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1393) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1373) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1360) > [junit4] > at > org.apache.lucene.store.TestHardLinkCopyDirectoryWrapper.testCopyHardLinks(TestHardLinkCopyDirectoryWrapper.java:46) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] > Caused by: java.lang.AssertionError: Directory not closed: > MockDirectoryWrapper(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestHardLinkCopyDirectoryWrapper_B160A9C164A284D-001\tempDir-005\dir_1 > lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bebfe) > [junit4] > at > org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:46) > [junit4] > at > com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:221) > [junit4] > ... 2 moreThrowable #2: > com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope > SUITE failed to close. Resource was registered from thread Thread[id=35, > name=TEST-TestHardLinkCopyDirectoryWrapper.testCopyHardLinks-seed#[B160A9C164A284D], > state=RUNNABLE, group=TGRP-TestHardLinkCopyDirectoryWrapper], registration > stack trace below. > [junit4] > at java.lang.Thread.getStackTrace(Thread.java:1552) > [junit4] > at > com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:173) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:749) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1429) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1393) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1373) > [junit4] > at > org.apache.lucene.util.LuceneTestCase.newFSDirectory(LuceneTestCase.java:1360) > [junit4] > at > org.apache.lucene.store.TestHardLinkCopyDirectoryWrapper.testCopyHardLinks(TestHardLinkCopyDirectoryWrapper.java:47) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] > Caused by: java.lang.AssertionError: Directory not closed: > MockDirectoryWrapper(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestHardLinkCopyDirectoryWrapper_B160A9C164A284D-001\tempDir-005\dir_2 > lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bebfe) > [junit4] > at > org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:46) > [junit4] > at > com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:221) > [junit4] > ... 2 more > [junit4] Completed [13/28 (1!)] on J0 in 6.36s, 46 tests, 2 errors, 3 > skipped <<< FAILURES! > > [...truncated 55 lines...] > BUILD FAILED > C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:740: The > following error occurred while executing this line: > C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:684: The > following error occurred while executing this line: > C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:59: The > following error occurred while executing this line: > C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\build.xml:476: The > following error occurred while executing this line: > C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:2161: > The following error occurred while executing this line: > C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\module-build.xml:58: > The following error occurred while executing this line: > C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:1427: > The following error occurred while executing this line: > C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:984: > There were test failures: 28 suites, 263 tests, 2 suite-level errors, 4 > ignored (4 assumptions) [seed: B160A9C164A284D] > > Total time: 21 minutes 16 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]
