test bug: This test goes thru the directory and finds all CFS files (not just those referenced by latest commit) which could include some undeleted trash.
Ill fix it. On Tue, Sep 2, 2014 at 1:08 PM, <[email protected]> wrote: > Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/30247/ > > 1 tests failed. > REGRESSION: org.apache.lucene.index.TestCompoundFile.testListAll > > Error Message: > _5.cfe in dir=RAMDirectory@5da4c5ee > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6cbebc49 > > Stack Trace: > java.nio.file.NoSuchFileException: _5.cfe in dir=RAMDirectory@5da4c5ee > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6cbebc49 > at > __randomizedtesting.SeedInfo.seed([234E0F130BC76B1F:36ABEB9322A728E7]:0) > at > org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:610) > at > org.apache.lucene.store.Directory.openChecksumInput(Directory.java:113) > at > org.apache.lucene.store.CompoundFileDirectory.readEntries(CompoundFileDirectory.java:166) > at > org.apache.lucene.store.CompoundFileDirectory.<init>(CompoundFileDirectory.java:106) > at > org.apache.lucene.index.TestCompoundFile.checkFiles(TestCompoundFile.java:837) > at > org.apache.lucene.index.TestCompoundFile.testListAll(TestCompoundFile.java:829) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) > at > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) > at > org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) > at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > at > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) > at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) > at > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > at > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > at java.lang.Thread.run(Thread.java:745) > > > > > Build Log: > [...truncated 1050 lines...] > [junit4] Suite: org.apache.lucene.index.TestCompoundFile > [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCompoundFile > -Dtests.method=testListAll -Dtests.seed=234E0F130BC76B1F -Dtests.slow=true > -Dtests.locale=lt_LT -Dtests.timezone=America/Knox_IN > -Dtests.file.encoding=UTF-8 > [junit4] ERROR 0.34s J0 | TestCompoundFile.testListAll <<< > [junit4] > Throwable #1: java.nio.file.NoSuchFileException: _5.cfe in > dir=RAMDirectory@5da4c5ee > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6cbebc49 > [junit4] > at > __randomizedtesting.SeedInfo.seed([234E0F130BC76B1F:36ABEB9322A728E7]:0) > [junit4] > at > org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:610) > [junit4] > at > org.apache.lucene.store.Directory.openChecksumInput(Directory.java:113) > [junit4] > at > org.apache.lucene.store.CompoundFileDirectory.readEntries(CompoundFileDirectory.java:166) > [junit4] > at > org.apache.lucene.store.CompoundFileDirectory.<init>(CompoundFileDirectory.java:106) > [junit4] > at > org.apache.lucene.index.TestCompoundFile.checkFiles(TestCompoundFile.java:837) > [junit4] > at > org.apache.lucene.index.TestCompoundFile.testListAll(TestCompoundFile.java:829) > [junit4] > at java.lang.Thread.run(Thread.java:745) > [junit4] 2> NOTE: leaving temporary files on disk at: > /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/build/core/test/J0/./temp/lucene.index.TestCompoundFile-234E0F130BC76B1F-001 > [junit4] 2> NOTE: test params are: codec=Lucene46, > sim=DefaultSimilarity, locale=lt_LT, timezone=America/Knox_IN > [junit4] 2> NOTE: Linux 3.2.0-26-generic amd64/Oracle Corporation > 1.7.0_65 (64-bit)/cpus=8,threads=1,free=104150560,total=210239488 > [junit4] 2> NOTE: All tests run in this JVM: [TestRateLimiter, > TestAutomatonQuery, TestDisjunctionMaxQuery, TestStressIndexing, > TestBytesRefArray, TestThreadedForceMerge, TestVirtualMethod, > TestPrefixInBooleanQuery, TestTermsEnum2, TestPayloadNearQuery, > TestStressAdvance, TestPrefixQuery, TestPostingsFormat, > TestCodecHoldsOpenFiles, TestBackwardsCompatibility, > TestFastDecompressionMode, TestBufferedIndexInput, > TestFieldCacheSanityChecker, TestSearch, TestBooleanCoord, > TestSpanSearchEquivalence, TestTryDelete, TestRegexpRandom2, > TestPForDeltaDocIdSet, TestIndexWriterLockRelease, TestStressDeletes, > TestPrefixRandom, TestFSTs, TestLucene42DocValuesFormat, > TestBlockPostingsFormat3, TestAtomicUpdate, TestIndexWriterCommit, > TestCompoundFile] > [junit4] Completed on J0 in 2.57s, 18 tests, 1 error <<< FAILURES! > > [...truncated 650 lines...] > BUILD FAILED > /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/build.xml:49: > The following error occurred while executing this line: > /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:1337: > The following error occurred while executing this line: > /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:952: > There were test failures: 418 suites, 3732 tests, 1 error, 155 ignored (144 > assumptions) > > Total time: 7 minutes 5 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > Recording test results > Email was triggered for: Failure > Sending email for trigger: Failure > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
