Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/304/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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 
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:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-001\tempDir-010\foo.tim
                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
                ... 35 more


FAILED:  org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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 
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:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-002\tempDir-010\foo.tim
                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
                ... 35 more


FAILED:  org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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 
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:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-002\tempDir-010\foo.tim
                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
                ... 35 more


FAILED:  org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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 
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:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-003\tempDir-010\foo.tim
                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
                ... 35 more


FAILED:  org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        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 
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:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-001\tempDir-010\foo.tim
                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
                ... 35 more




Build Log:
[...truncated 1195 lines...]
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] IGNOR/A 0.01s J0 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] IGNOR/A 0.02s J0 | 
TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFileSwitchDirectory -Dtests.method=testDeleteAndList 
-Dtests.seed=D9663F8895F56E3 -Dtests.slow=true -Dtests.locale=saq-KE 
-Dtests.timezone=America/Porto_Velho -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | TestFileSwitchDirectory.testDeleteAndList <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
   [junit4]    >        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-001\tempDir-010\foo.tim
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
   [junit4]    >                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
   [junit4]    >                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
   [junit4]    >                ... 35 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=28, maxMBSortInHeap=5.524730687773955, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@289fdf3e),
 locale=saq-KE, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=131179072,total=214958080
   [junit4]   2> NOTE: All tests run in this JVM: [TestSameScoresWithThreads, 
TestPhrasePrefixQuery, TestIntroSorter, 
TestLucene50StoredFieldsFormatMergeInstance, TestNorms, 
TestLucene80NormsFormatMergeInstance, TestCustomSearcherSort, TestScorerPerf, 
TestManyFields, TestDoubleRangeFieldQueries, TestPerFieldPostingsFormat, 
TestSimpleExplanations, TestSpanCollection, TestBlockMaxConjunction, 
TestOmitNorms, TestRecyclingIntBlockAllocator, 
Test2BSortedDocValuesFixedSorted, TestNumericUtils, TestCachingCollector, 
TestLockFactory, TestLucene50CompoundFormat, TestParallelLeafReader, 
TestSpanNearQuery, TestIndexableField, TestSimilarity, Test2BPoints, 
TestIndexOptions, TestLogMergePolicy, TestLongRangeFieldQueries, 
TestSegmentTermDocs, TestIndexSorting, TestFieldsReader, TestMinimize, 
TestIndexWriterReader, TestAxiomaticF2EXP, TestRangeFieldsDocValuesQuery, 
TestSortRescorer, TestSegmentMerger, TestIndependenceChiSquared, 
TestByteBuffersDirectory, TestPostingsOffsets, TestTragicIndexWriterDeadlock, 
TestSpanExplanations, Test2BTerms, TestSortedSetSelector, 
TestBlockPostingsFormat, TestAxiomaticF1EXP, TestTermQuery, TestLongsRef, 
TestTransactions, TestIndexInput, TestLongRange, TestMultiThreadTermVectors, 
TestGrowableByteArrayDataOutput, TestCharFilter, TestReqExclBulkScorer, 
TestStressAdvance, TestMultiTermConstantScore, TestPointQueries, 
TestNRTCachingDirectory, TestSentinelIntSet, TestDisjunctionMaxQuery, 
TestRegexpRandom, TestPositiveScoresOnlyCollector, TestStressNRT, 
MultiCollectorTest, TestMathUtil, TestDocsWithFieldSet, TestInfoStream, 
TestCrash, TestFilterDirectoryReader, TestNewestSegment, 
TestSparseFixedBitDocIdSet, TestTermsEnum, TestSameTokenSamePosition, 
TestTopFieldCollector, TestFastDecompressionMode, 
TestBooleanQueryVisitSubscorers, TestSingleInstanceLockFactory, 
FiniteStringsIteratorTest, TestFieldInfos, TestConstantScoreScorer, 
TestReadOnlyIndex, TestDistributionLL, TestLucene50StoredFieldsFormat, 
TestAddIndexes, TestFeatureSort, TestReaderPool, 
TestApproximationSearchEquivalence, TestUnicodeUtil, TestNoMergePolicy, 
TestByteSlices, TestMutablePointsReaderUtils, TestLucene60FieldInfoFormat, 
TestRollingBuffer, TestWildcard, TestSimpleFSDirectory, TestIOUtils, 
TestForceMergeForever, TestLatLonPointDistanceSort, TestBytesRefAttImpl, 
TestDoc, TestIndexWriterOnDiskFull, TestIndexWriterMaxDocs, 
TestMultiPhraseEnum, TestMutableValues, TestQueryRescorer, TestSearch, 
TestAnalyzerWrapper, TestEarlyTermination, TestLatLonPointQueries, 
TestUpgradeIndexMergePolicy, TestIndexSearcher, TestPayloadsOnVectors, 
TestMatchesIterator, TestAllFilesHaveCodecHeader, TestBasicModelIn, 
TestIntArrayDocIdSet, TestDocValues, TestAssertions, TestTimSorter, 
TestLMJelinekMercerSimilarity, TestMultiLevelSkipList, 
TestComplexExplanationsOfNonMatches, TestCharsRef, TestArrayUtil, 
TestFileSwitchDirectory]
   [junit4] Completed [253/524 (1!)] on J0 in 2.07s, 43 tests, 1 failure, 2 
skipped <<< FAILURES!

[...truncated 59395 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/304/consoleText

[repro] Revision: cd809ef7673c6f28306061e9349d34243715c5e4

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    lucene\core
[repro]       TestFileSwitchDirectory
[repro] ant compile-test

[...truncated 213 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestFileSwitchDirectory" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=D9663F8895F56E3 
-Dtests.slow=true -Dtests.locale=saq-KE -Dtests.timezone=America/Porto_Velho 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 32 lines...]
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] OK      0.04s J1 | TestFileSwitchDirectory.testLargeWrites
   [junit4] OK      0.29s J1 | TestFileSwitchDirectory.testCopyBytesWithThreads
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testString
   [junit4] OK      0.16s J1 | TestFileSwitchDirectory.testRandomLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testByte
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testNoDir
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSetOfStrings
   [junit4] OK      0.14s J1 | TestFileSwitchDirectory.testCreateTempOutput
   [junit4] OK      0.11s J1 | TestFileSwitchDirectory.testRandomInt
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testZInt
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testDetectClose
   [junit4] OK      0.48s J1 | TestFileSwitchDirectory.testBasic
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSliceOfSlice
   [junit4] OK      4.09s J1 | TestFileSwitchDirectory.testThreadSafetyInListAll
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testChecksum
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testIndexOutputToString
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testDeleteFile
   [junit4] OK      0.04s J1 | TestFileSwitchDirectory.testRandomByte
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekToEndOfFile
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testInt
   [junit4] OK      0.01s J1 | 
TestFileSwitchDirectory.testCreateOutputForExistingFile
   [junit4] OK      0.03s J1 | TestFileSwitchDirectory.testListAllIsSorted
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testCopyFrom
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testShort
   [junit4] IGNOR/A 0.03s J1 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testSeekBeyondEndOfFile
   [junit4] OK      0.06s J1 | TestFileSwitchDirectory.testCopyBytes
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testDoubleCloseInput
   [junit4] OK      0.01s J1 | 
TestFileSwitchDirectory.testFileExistsInListAfterCreated
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testVLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testMapOfStrings
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testZLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testDoubleCloseOutput
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testRename
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSliceOutOfBounds
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testIllegalEOF
   [junit4] IGNOR/A 0.01s J1 | 
TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testVInt
   [junit4] OK      0.05s J1 | TestFileSwitchDirectory.testRandomShort
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekToEOFThenBack
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekPastEOF
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFileSwitchDirectory -Dtests.method=testDeleteAndList 
-Dtests.seed=D9663F8895F56E3 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=saq-KE -Dtests.timezone=America/Porto_Velho -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J1 | TestFileSwitchDirectory.testDeleteAndList <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
   [junit4]    >        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-001\tempDir-010\foo.tim
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
   [junit4]    >                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
   [junit4]    >                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
   [junit4]    >                ... 35 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=28, maxMBSortInHeap=5.524730687773955, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@51627bb7),
 locale=saq-KE, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=85288712,total=100663296
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileSwitchDirectory]
   [junit4] Completed [1/5 (1!)] on J1 in 6.41s, 43 tests, 1 failure, 2 skipped 
<<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] OK      0.06s J0 | TestFileSwitchDirectory.testLargeWrites
   [junit4] OK      0.14s J0 | TestFileSwitchDirectory.testCopyBytesWithThreads
   [junit4] OK      0.02s J0 | TestFileSwitchDirectory.testString
   [junit4] OK      0.17s J0 | TestFileSwitchDirectory.testRandomLong
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testByte
   [junit4] OK      0.02s J0 | TestFileSwitchDirectory.testNoDir
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSetOfStrings
   [junit4] OK      0.12s J0 | TestFileSwitchDirectory.testCreateTempOutput
   [junit4] OK      0.20s J0 | TestFileSwitchDirectory.testRandomInt
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testZInt
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testDetectClose
   [junit4] OK      0.70s J0 | TestFileSwitchDirectory.testBasic
   [junit4] OK      0.03s J0 | TestFileSwitchDirectory.testSliceOfSlice
   [junit4] OK      4.13s J0 | TestFileSwitchDirectory.testThreadSafetyInListAll
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testChecksum
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testIndexOutputToString
   [junit4] OK      0.02s J0 | TestFileSwitchDirectory.testDeleteFile
   [junit4] OK      0.03s J0 | TestFileSwitchDirectory.testRandomByte
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSeekToEndOfFile
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testInt
   [junit4] OK      0.01s J0 | 
TestFileSwitchDirectory.testCreateOutputForExistingFile
   [junit4] OK      0.02s J0 | TestFileSwitchDirectory.testListAllIsSorted
   [junit4] OK      0.07s J0 | TestFileSwitchDirectory.testCopyFrom
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testShort
   [junit4] IGNOR/A 0.01s J0 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSeekBeyondEndOfFile
   [junit4] OK      0.05s J0 | TestFileSwitchDirectory.testCopyBytes
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testDoubleCloseInput
   [junit4] OK      0.02s J0 | 
TestFileSwitchDirectory.testFileExistsInListAfterCreated
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testVLong
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testMapOfStrings
   [junit4] OK      0.03s J0 | TestFileSwitchDirectory.testZLong
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testDoubleCloseOutput
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testRename
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSliceOutOfBounds
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testIllegalEOF
   [junit4] IGNOR/A 0.01s J0 | 
TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testLong
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testVInt
   [junit4] OK      0.10s J0 | TestFileSwitchDirectory.testRandomShort
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSeekToEOFThenBack
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSeekPastEOF
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFileSwitchDirectory -Dtests.method=testDeleteAndList 
-Dtests.seed=D9663F8895F56E3 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=saq-KE -Dtests.timezone=America/Porto_Velho -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | TestFileSwitchDirectory.testDeleteAndList <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
   [junit4]    >        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-001\tempDir-010\foo.tim
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
   [junit4]    >                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
   [junit4]    >                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
   [junit4]    >                ... 35 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=28, maxMBSortInHeap=5.524730687773955, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@65410f6e),
 locale=saq-KE, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=74265960,total=100663296
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileSwitchDirectory]
   [junit4] Completed [2/5 (2!)] on J0 in 6.70s, 43 tests, 1 failure, 2 skipped 
<<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testLargeWrites
   [junit4] OK      0.14s J1 | TestFileSwitchDirectory.testCopyBytesWithThreads
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testString
   [junit4] OK      0.53s J1 | TestFileSwitchDirectory.testRandomLong
   [junit4] OK      0.00s J1 | TestFileSwitchDirectory.testByte
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testNoDir
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSetOfStrings
   [junit4] OK      0.03s J1 | TestFileSwitchDirectory.testCreateTempOutput
   [junit4] OK      0.03s J1 | TestFileSwitchDirectory.testRandomInt
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testZInt
   [junit4] OK      0.00s J1 | TestFileSwitchDirectory.testDetectClose
   [junit4] OK      0.29s J1 | TestFileSwitchDirectory.testBasic
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSliceOfSlice
   [junit4] OK      1.30s J1 | TestFileSwitchDirectory.testThreadSafetyInListAll
   [junit4] OK      0.00s J1 | TestFileSwitchDirectory.testChecksum
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testIndexOutputToString
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testDeleteFile
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testRandomByte
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekToEndOfFile
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testInt
   [junit4] OK      0.01s J1 | 
TestFileSwitchDirectory.testCreateOutputForExistingFile
   [junit4] OK      0.04s J1 | TestFileSwitchDirectory.testListAllIsSorted
   [junit4] OK      0.04s J1 | TestFileSwitchDirectory.testCopyFrom
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testShort
   [junit4] IGNOR/A 0.01s J1 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekBeyondEndOfFile
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testCopyBytes
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testDoubleCloseInput
   [junit4] OK      0.00s J1 | 
TestFileSwitchDirectory.testFileExistsInListAfterCreated
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testVLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testMapOfStrings
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testZLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testDoubleCloseOutput
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testRename
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSliceOutOfBounds
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testIllegalEOF
   [junit4] IGNOR/A 0.01s J1 | 
TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testVInt
   [junit4] OK      0.03s J1 | TestFileSwitchDirectory.testRandomShort
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekToEOFThenBack
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekPastEOF
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFileSwitchDirectory -Dtests.method=testDeleteAndList 
-Dtests.seed=D9663F8895F56E3 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=saq-KE -Dtests.timezone=America/Porto_Velho -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J1 | TestFileSwitchDirectory.testDeleteAndList <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
   [junit4]    >        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-002\tempDir-010\foo.tim
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
   [junit4]    >                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
   [junit4]    >                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
   [junit4]    >                ... 35 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=28, maxMBSortInHeap=5.524730687773955, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7be45286),
 locale=saq-KE, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=55593832,total=100663296
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileSwitchDirectory, 
TestFileSwitchDirectory]
   [junit4] Completed [3/5 (3!)] on J1 in 2.95s, 43 tests, 1 failure, 2 skipped 
<<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] OK      0.00s J0 | TestFileSwitchDirectory.testLargeWrites
   [junit4] OK      0.31s J0 | TestFileSwitchDirectory.testCopyBytesWithThreads
   [junit4] OK      0.00s J0 | TestFileSwitchDirectory.testString
   [junit4] OK      0.14s J0 | TestFileSwitchDirectory.testRandomLong
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testByte
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testNoDir
   [junit4] OK      0.00s J0 | TestFileSwitchDirectory.testSetOfStrings
   [junit4] OK      0.03s J0 | TestFileSwitchDirectory.testCreateTempOutput
   [junit4] OK      0.37s J0 | TestFileSwitchDirectory.testRandomInt
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testZInt
   [junit4] OK      0.00s J0 | TestFileSwitchDirectory.testDetectClose
   [junit4] OK      0.14s J0 | TestFileSwitchDirectory.testBasic
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSliceOfSlice
   [junit4] OK      1.30s J0 | TestFileSwitchDirectory.testThreadSafetyInListAll
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testChecksum
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testIndexOutputToString
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testDeleteFile
   [junit4] OK      0.04s J0 | TestFileSwitchDirectory.testRandomByte
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSeekToEndOfFile
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testInt
   [junit4] OK      0.01s J0 | 
TestFileSwitchDirectory.testCreateOutputForExistingFile
   [junit4] OK      0.02s J0 | TestFileSwitchDirectory.testListAllIsSorted
   [junit4] OK      0.19s J0 | TestFileSwitchDirectory.testCopyFrom
   [junit4] OK      0.04s J0 | TestFileSwitchDirectory.testShort
   [junit4] IGNOR/A 0.01s J0 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSeekBeyondEndOfFile
   [junit4] OK      0.10s J0 | TestFileSwitchDirectory.testCopyBytes
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testDoubleCloseInput
   [junit4] OK      0.01s J0 | 
TestFileSwitchDirectory.testFileExistsInListAfterCreated
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testVLong
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testMapOfStrings
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testZLong
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testDoubleCloseOutput
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testRename
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSliceOutOfBounds
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testIllegalEOF
   [junit4] IGNOR/A 0.02s J0 | 
TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testLong
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testVInt
   [junit4] OK      0.03s J0 | TestFileSwitchDirectory.testRandomShort
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSeekToEOFThenBack
   [junit4] OK      0.01s J0 | TestFileSwitchDirectory.testSeekPastEOF
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFileSwitchDirectory -Dtests.method=testDeleteAndList 
-Dtests.seed=D9663F8895F56E3 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=saq-KE -Dtests.timezone=America/Porto_Velho -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | TestFileSwitchDirectory.testDeleteAndList <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
   [junit4]    >        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-002\tempDir-010\foo.tim
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
   [junit4]    >                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
   [junit4]    >                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
   [junit4]    >                ... 35 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J0\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-002
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=28, maxMBSortInHeap=5.524730687773955, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3044d10),
 locale=saq-KE, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=80974008,total=100663296
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileSwitchDirectory, 
TestFileSwitchDirectory]
   [junit4] Completed [4/5 (4!)] on J0 in 3.20s, 43 tests, 1 failure, 2 skipped 
<<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testLargeWrites
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testCopyBytesWithThreads
   [junit4] OK      0.00s J1 | TestFileSwitchDirectory.testString
   [junit4] OK      0.06s J1 | TestFileSwitchDirectory.testRandomLong
   [junit4] OK      0.00s J1 | TestFileSwitchDirectory.testByte
   [junit4] OK      0.00s J1 | TestFileSwitchDirectory.testNoDir
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSetOfStrings
   [junit4] OK      0.03s J1 | TestFileSwitchDirectory.testCreateTempOutput
   [junit4] OK      0.03s J1 | TestFileSwitchDirectory.testRandomInt
   [junit4] OK      0.00s J1 | TestFileSwitchDirectory.testZInt
   [junit4] OK      0.00s J1 | TestFileSwitchDirectory.testDetectClose
   [junit4] OK      0.10s J1 | TestFileSwitchDirectory.testBasic
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSliceOfSlice
   [junit4] OK      0.20s J1 | TestFileSwitchDirectory.testThreadSafetyInListAll
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testChecksum
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testIndexOutputToString
   [junit4] OK      0.00s J1 | TestFileSwitchDirectory.testDeleteFile
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testRandomByte
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekToEndOfFile
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testInt
   [junit4] OK      0.01s J1 | 
TestFileSwitchDirectory.testCreateOutputForExistingFile
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testListAllIsSorted
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testCopyFrom
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testShort
   [junit4] IGNOR/A 0.01s J1 | TestFileSwitchDirectory.testPendingDeletions
   [junit4]    > Assumption #1: we can only install VirusCheckingFS on an 
FSDirectory
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekBeyondEndOfFile
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testCopyBytes
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testDoubleCloseInput
   [junit4] OK      0.01s J1 | 
TestFileSwitchDirectory.testFileExistsInListAfterCreated
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testVLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testMapOfStrings
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testZLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testDoubleCloseOutput
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testRename
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSliceOutOfBounds
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testIllegalEOF
   [junit4] IGNOR/A 0.01s J1 | 
TestFileSwitchDirectory.testFsyncDoesntCreateNewFiles
   [junit4]    > Assumption #1: test only works for FSDirectory subclasses
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testLong
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testVInt
   [junit4] OK      0.02s J1 | TestFileSwitchDirectory.testRandomShort
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekToEOFThenBack
   [junit4] OK      0.01s J1 | TestFileSwitchDirectory.testSeekPastEOF
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestFileSwitchDirectory -Dtests.method=testDeleteAndList 
-Dtests.seed=D9663F8895F56E3 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=saq-KE -Dtests.timezone=America/Porto_Velho -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J1 | TestFileSwitchDirectory.testDeleteAndList <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D9663F8895F56E3:F4217543D9D1661]:0)
   [junit4]    >        at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:152)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        Suppressed: java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-003\tempDir-010\foo.tim
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
   [junit4]    >                at 
java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.getKey(WindowsFS.java:59)
   [junit4]    >                at 
org.apache.lucene.mockfile.WindowsFS.onClose(WindowsFS.java:76)
   [junit4]    >                at 
org.apache.lucene.mockfile.HandleTrackingFS$5.close(HandleTrackingFS.java:249)
   [junit4]    >                at 
org.apache.lucene.store.SimpleFSDirectory$SimpleFSIndexInput.close(SimpleFSDirectory.java:119)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.$closeResource(TestFileSwitchDirectory.java:163)
   [junit4]    >                at 
org.apache.lucene.store.TestFileSwitchDirectory.testDeleteAndList(TestFileSwitchDirectory.java:157)
   [junit4]    >                ... 35 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\J1\temp\lucene.store.TestFileSwitchDirectory_D9663F8895F56E3-003
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=28, maxMBSortInHeap=5.524730687773955, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@8252238),
 locale=saq-KE, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9.0.4 
(64-bit)/cpus=3,threads=1,free=82533768,total=100663296
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileSwitchDirectory, 
TestFileSwitchDirectory, TestFileSwitchDirectory]
   [junit4] Completed [5/5 (5!)] on J1 in 0.77s, 43 tests, 1 failure, 2 skipped 
<<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1572:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1099:
 There were test failures: 5 suites, 215 tests, 5 failures, 10 ignored (10 
assumptions) [seed: D9663F8895F56E3]

Total time: 13 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   5/5 failed: org.apache.lucene.store.TestFileSwitchDirectory
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move 
/y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y 
solr\build solr\build.repro 

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig 
move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig 
move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0 
Archiving artifacts
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=cd809ef7673c6f28306061e9349d34243715c5e4, 
workspace=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows
[WARNINGS] Computing warning deltas based on reference build #303
Recording test results
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to