Build: https://jenkins.thetaphi.de/job/Lucene-nightly-main-Linux/262/
Java: 64bit/hotspot/jdk-25-ea+15 -XX:+UseCompressedOops -XX:+UseParallelGC
9 tests failed.
FAILED: org.apache.lucene.index.TestIndexWriterThreadsToSegments.classMethod
Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13871, name=Thread-13617, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13871, name=Thread-13617, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.RuntimeException:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
at __randomizedtesting.SeedInfo.seed([4A5521907B4168C9]:0)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:240)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is
closed
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:908)
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:921)
at
app//org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1555)
at
app//org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1839)
at
app//org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1483)
at
app//org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:228)
Caused by: java.nio.file.FileSystemException:
/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/core/build/tmp/tests-tmp/lucene.index.TestIndexWriterThreadsToSegments_4A5521907B4168C9-001/tempDir-001/_1k4_Lucene90FieldsIndexfile_pointers_34l.tmp:
Too many open files
at
org.apache.lucene.tests.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:67)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:163)
at
org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:200)
at java.base/java.nio.file.Files.newOutputStream(Files.java:215)
at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:389)
at
org.apache.lucene.store.FSDirectory.createTempOutput(FSDirectory.java:229)
at
org.apache.lucene.tests.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:753)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:81)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:49)
at
org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:87)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:151)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsWriter(Lucene90CompressingStoredFieldsFormat.java:140)
at
org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat.fieldsWriter(Lucene90StoredFieldsFormat.java:154)
at
org.apache.lucene.tests.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:49)
at
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:50)
at
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:57)
at
org.apache.lucene.index.IndexingChain.startStoredFields(IndexingChain.java:544)
at
org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:575)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:274)
at
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:425)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1557)
... 3 more
FAILED: org.apache.lucene.index.TestIndexWriterThreadsToSegments.classMethod
Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13868, name=Thread-13614, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13868, name=Thread-13614, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.RuntimeException:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
at __randomizedtesting.SeedInfo.seed([4A5521907B4168C9]:0)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:240)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is
closed
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:908)
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:921)
at
app//org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1555)
at
app//org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1839)
at
app//org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1483)
at
app//org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:228)
Caused by: java.nio.file.FileSystemException:
/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/core/build/tmp/tests-tmp/lucene.index.TestIndexWriterThreadsToSegments_4A5521907B4168C9-001/tempDir-001/_1k4_Lucene90FieldsIndexfile_pointers_34l.tmp:
Too many open files
at
org.apache.lucene.tests.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:67)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:163)
at
org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:200)
at java.base/java.nio.file.Files.newOutputStream(Files.java:215)
at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:389)
at
org.apache.lucene.store.FSDirectory.createTempOutput(FSDirectory.java:229)
at
org.apache.lucene.tests.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:753)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:81)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:49)
at
org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:87)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:151)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsWriter(Lucene90CompressingStoredFieldsFormat.java:140)
at
org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat.fieldsWriter(Lucene90StoredFieldsFormat.java:154)
at
org.apache.lucene.tests.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:49)
at
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:50)
at
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:57)
at
org.apache.lucene.index.IndexingChain.startStoredFields(IndexingChain.java:544)
at
org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:575)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:274)
at
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:425)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1557)
... 3 more
FAILED: org.apache.lucene.index.TestIndexWriterThreadsToSegments.classMethod
Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13864, name=Thread-13610, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13864, name=Thread-13610, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.RuntimeException:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
at __randomizedtesting.SeedInfo.seed([4A5521907B4168C9]:0)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:240)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is
closed
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:908)
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:921)
at
app//org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1555)
at
app//org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1839)
at
app//org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1483)
at
app//org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:228)
Caused by: java.nio.file.FileSystemException:
/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/core/build/tmp/tests-tmp/lucene.index.TestIndexWriterThreadsToSegments_4A5521907B4168C9-001/tempDir-001/_1k4_Lucene90FieldsIndexfile_pointers_34l.tmp:
Too many open files
at
org.apache.lucene.tests.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:67)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:163)
at
org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:200)
at java.base/java.nio.file.Files.newOutputStream(Files.java:215)
at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:389)
at
org.apache.lucene.store.FSDirectory.createTempOutput(FSDirectory.java:229)
at
org.apache.lucene.tests.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:753)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:81)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:49)
at
org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:87)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:151)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsWriter(Lucene90CompressingStoredFieldsFormat.java:140)
at
org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat.fieldsWriter(Lucene90StoredFieldsFormat.java:154)
at
org.apache.lucene.tests.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:49)
at
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:50)
at
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:57)
at
org.apache.lucene.index.IndexingChain.startStoredFields(IndexingChain.java:544)
at
org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:575)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:274)
at
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:425)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1557)
... 3 more
FAILED: org.apache.lucene.index.TestIndexWriterThreadsToSegments.classMethod
Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13870, name=Thread-13616, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13870, name=Thread-13616, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.RuntimeException:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
at __randomizedtesting.SeedInfo.seed([4A5521907B4168C9]:0)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:240)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is
closed
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:908)
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:921)
at
app//org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1555)
at
app//org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1839)
at
app//org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1483)
at
app//org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:228)
Caused by: java.nio.file.FileSystemException:
/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/core/build/tmp/tests-tmp/lucene.index.TestIndexWriterThreadsToSegments_4A5521907B4168C9-001/tempDir-001/_1k4_Lucene90FieldsIndexfile_pointers_34l.tmp:
Too many open files
at
org.apache.lucene.tests.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:67)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:163)
at
org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:200)
at java.base/java.nio.file.Files.newOutputStream(Files.java:215)
at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:389)
at
org.apache.lucene.store.FSDirectory.createTempOutput(FSDirectory.java:229)
at
org.apache.lucene.tests.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:753)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:81)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:49)
at
org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:87)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:151)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsWriter(Lucene90CompressingStoredFieldsFormat.java:140)
at
org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat.fieldsWriter(Lucene90StoredFieldsFormat.java:154)
at
org.apache.lucene.tests.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:49)
at
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:50)
at
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:57)
at
org.apache.lucene.index.IndexingChain.startStoredFields(IndexingChain.java:544)
at
org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:575)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:274)
at
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:425)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1557)
... 3 more
FAILED: org.apache.lucene.index.TestIndexWriterThreadsToSegments.classMethod
Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13869, name=Thread-13615, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13869, name=Thread-13615, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException:
/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/core/build/tmp/tests-tmp/lucene.index.TestIndexWriterThreadsToSegments_4A5521907B4168C9-001/tempDir-001/_1k4_Lucene90FieldsIndexfile_pointers_34l.tmp:
Too many open files
at __randomizedtesting.SeedInfo.seed([4A5521907B4168C9]:0)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:240)
Caused by: java.nio.file.FileSystemException:
/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/core/build/tmp/tests-tmp/lucene.index.TestIndexWriterThreadsToSegments_4A5521907B4168C9-001/tempDir-001/_1k4_Lucene90FieldsIndexfile_pointers_34l.tmp:
Too many open files
at
org.apache.lucene.tests.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:67)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:163)
at
org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:200)
at java.base/java.nio.file.Files.newOutputStream(Files.java:215)
at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:389)
at
org.apache.lucene.store.FSDirectory.createTempOutput(FSDirectory.java:229)
at
org.apache.lucene.tests.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:753)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:81)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:49)
at
org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:87)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:151)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsWriter(Lucene90CompressingStoredFieldsFormat.java:140)
at
org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat.fieldsWriter(Lucene90StoredFieldsFormat.java:154)
at
org.apache.lucene.tests.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:49)
at
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:50)
at
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:57)
at
org.apache.lucene.index.IndexingChain.startStoredFields(IndexingChain.java:544)
at
org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:575)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:274)
at
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:425)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1557)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1839)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1483)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:228)
FAILED: org.apache.lucene.index.TestIndexWriterThreadsToSegments.classMethod
Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13865, name=Thread-13611, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13865, name=Thread-13611, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.RuntimeException:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
at __randomizedtesting.SeedInfo.seed([4A5521907B4168C9]:0)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:240)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is
closed
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:908)
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:921)
at
app//org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1555)
at
app//org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1839)
at
app//org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1483)
at
app//org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:228)
Caused by: java.nio.file.FileSystemException:
/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/core/build/tmp/tests-tmp/lucene.index.TestIndexWriterThreadsToSegments_4A5521907B4168C9-001/tempDir-001/_1k4_Lucene90FieldsIndexfile_pointers_34l.tmp:
Too many open files
at
org.apache.lucene.tests.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:67)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:163)
at
org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:200)
at java.base/java.nio.file.Files.newOutputStream(Files.java:215)
at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:389)
at
org.apache.lucene.store.FSDirectory.createTempOutput(FSDirectory.java:229)
at
org.apache.lucene.tests.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:753)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:81)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:49)
at
org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:87)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:151)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsWriter(Lucene90CompressingStoredFieldsFormat.java:140)
at
org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat.fieldsWriter(Lucene90StoredFieldsFormat.java:154)
at
org.apache.lucene.tests.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:49)
at
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:50)
at
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:57)
at
org.apache.lucene.index.IndexingChain.startStoredFields(IndexingChain.java:544)
at
org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:575)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:274)
at
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:425)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1557)
... 3 more
FAILED: org.apache.lucene.index.TestIndexWriterThreadsToSegments.classMethod
Error Message:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([4A5521907B4168C9]:0)
FAILED: org.apache.lucene.index.TestIndexWriterThreadsToSegments.classMethod
Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13872, name=Thread-13618, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=13872, name=Thread-13618, state=RUNNABLE,
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.RuntimeException:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
at __randomizedtesting.SeedInfo.seed([4A5521907B4168C9]:0)
at
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:240)
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is
closed
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:908)
at
app//org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:921)
at
app//org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1555)
at
app//org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1839)
at
app//org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1483)
at
app//org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:228)
Caused by: java.nio.file.FileSystemException:
/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/core/build/tmp/tests-tmp/lucene.index.TestIndexWriterThreadsToSegments_4A5521907B4168C9-001/tempDir-001/_1k4_Lucene90FieldsIndexfile_pointers_34l.tmp:
Too many open files
at
org.apache.lucene.tests.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:67)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
at
org.apache.lucene.tests.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:163)
at
org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:200)
at java.base/java.nio.file.Files.newOutputStream(Files.java:215)
at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:389)
at
org.apache.lucene.store.FSDirectory.createTempOutput(FSDirectory.java:229)
at
org.apache.lucene.tests.store.MockDirectoryWrapper.createTempOutput(MockDirectoryWrapper.java:753)
at
org.apache.lucene.store.FilterDirectory.createTempOutput(FilterDirectory.java:81)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createTempOutput(TrackingDirectoryWrapper.java:49)
at
org.apache.lucene.codecs.lucene90.compressing.FieldsIndexWriter.<init>(FieldsIndexWriter.java:87)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:151)
at
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsWriter(Lucene90CompressingStoredFieldsFormat.java:140)
at
org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat.fieldsWriter(Lucene90StoredFieldsFormat.java:154)
at
org.apache.lucene.tests.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:49)
at
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:50)
at
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:57)
at
org.apache.lucene.index.IndexingChain.startStoredFields(IndexingChain.java:544)
at
org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:575)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:274)
at
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:425)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1557)
... 3 more
FAILED:
org.apache.lucene.index.TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom
Error Message:
java.lang.Exception: Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([4A5521907B4168C9]:0)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]