You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/06/21 07:27:19 UTC

[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+122) - Build # 934 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/934/
Java: 32bit/jdk-9-ea+122 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.lucene.index.TestStressNRT.test

Error Message:
hit unexpected IOException while trying to corrupt file _9w_1.liv

Stack Trace:
java.lang.RuntimeException: hit unexpected IOException while trying to corrupt file _9w_1.liv
	at __randomizedtesting.SeedInfo.seed([DBEA100EBF3FF779:53BE2FD411C39A81]:0)
	at org.apache.lucene.store.MockDirectoryWrapper.corruptFiles(MockDirectoryWrapper.java:418)
	at org.apache.lucene.store.MockDirectoryWrapper.crash(MockDirectoryWrapper.java:461)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:835)
	at org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:398)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	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(java.base@9-ea/Thread.java:843)
Caused by: java.nio.file.FileAlreadyExistsException: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestStressNRT_DBEA100EBF3FF779-001/tempDir-001/_9w_1.liv
	at sun.nio.fs.UnixException.translateToIOException(java.base@9-ea/UnixException.java:94)
	at sun.nio.fs.UnixException.rethrowAsIOException(java.base@9-ea/UnixException.java:111)
	at sun.nio.fs.UnixException.rethrowAsIOException(java.base@9-ea/UnixException.java:116)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(java.base@9-ea/UnixFileSystemProvider.java:215)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(java.base@9-ea/FileSystemProvider.java:434)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
	at java.nio.file.Files.newOutputStream(java.base@9-ea/Files.java:218)
	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:408)
	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:404)
	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:253)
	at org.apache.lucene.store.MockDirectoryWrapper.corruptFiles(MockDirectoryWrapper.java:414)
	... 39 more




Build Log:
[...truncated 385 lines...]
   [junit4] Suite: org.apache.lucene.index.TestStressNRT
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestStressNRT -Dtests.method=test -Dtests.seed=DBEA100EBF3FF779 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ca -Dtests.timezone=Atlantic/Faroe -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   4.06s J0 | TestStressNRT.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: hit unexpected IOException while trying to corrupt file _9w_1.liv
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DBEA100EBF3FF779:53BE2FD411C39A81]:0)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.corruptFiles(MockDirectoryWrapper.java:418)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.crash(MockDirectoryWrapper.java:461)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:835)
   [junit4]    > 	at org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:398)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > Caused by: java.nio.file.FileAlreadyExistsException: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestStressNRT_DBEA100EBF3FF779-001/tempDir-001/_9w_1.liv
   [junit4]    > 	at sun.nio.fs.UnixException.translateToIOException(java.base@9-ea/UnixException.java:94)
   [junit4]    > 	at sun.nio.fs.UnixException.rethrowAsIOException(java.base@9-ea/UnixException.java:111)
   [junit4]    > 	at sun.nio.fs.UnixException.rethrowAsIOException(java.base@9-ea/UnixException.java:116)
   [junit4]    > 	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(java.base@9-ea/UnixFileSystemProvider.java:215)
   [junit4]    > 	at java.nio.file.spi.FileSystemProvider.newOutputStream(java.base@9-ea/FileSystemProvider.java:434)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at java.nio.file.Files.newOutputStream(java.base@9-ea/Files.java:218)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:408)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:404)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:253)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.corruptFiles(MockDirectoryWrapper.java:414)
   [junit4]    > 	... 39 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/core/test/J0/temp/lucene.index.TestStressNRT_DBEA100EBF3FF779-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=ca, timezone=Atlantic/Faroe
   [junit4]   2> NOTE: Linux 4.4.0-24-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=7923648,total=31842304
   [junit4]   2> NOTE: All tests run in this JVM: [TestSearchAfter, TestPolygon, TestIsCurrent, TestEarlyTerminatingSortingCollector, TestIndexWriterOnJRECrash, TestNGramPhraseQuery, TestRollback, TestBytesRefHash, TestIntBlockPool, TestConjunctionDISI, TestFieldsReader, TestIndexReaderClose, TestIntroSorter, TestBlockPostingsFormat2, TestIndexWriterWithThreads, TestFilterDirectory, TestTotalHitCountCollector, TestDirectory, TestDocValuesIndexing, TestComplexExplanationsOfNonMatches, TestSortRescorer, TestStressNRT]
   [junit4] Completed [56/432 (1!)] on J0 in 4.08s, 1 test, 1 error <<< FAILURES!

[...truncated 1249 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1427: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:984: There were test failures: 432 suites (1 ignored), 3704 tests, 1 error, 65 ignored (61 assumptions) [seed: DBEA100EBF3FF779]

Total time: 9 minutes 2 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