You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2024/01/13 08:45:01 UTC

[JENKINS] Lucene-MMAPv2-Windows (64bit/openj9/jdk-20.0.2) - Build # 1045 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-MMAPv2-Windows/1045/
Java: 64bit/openj9/jdk-20.0.2 -XX:-UseCompressedOops -Xgcpolicy:balanced

1 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterMergePolicy.testStressUpdateSameDocumentWithMergeOnGetReader

Error Message:
java.lang.AssertionError: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-MMAPv2-Windows\lucene\core\build\tmp\tests-tmp\lucene.index.TestIndexWriterMergePolicy_4AECBD1EA4BC2DEF-001\index-MMapDirectory-013\_5r7.fdt: Too many open files

Stack Trace:
java.lang.AssertionError: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-MMAPv2-Windows\lucene\core\build\tmp\tests-tmp\lucene.index.TestIndexWriterMergePolicy_4AECBD1EA4BC2DEF-001\index-MMapDirectory-013\_5r7.fdt: Too many open files
	at __randomizedtesting.SeedInfo.seed([4AECBD1EA4BC2DEF]:0)
	at app//org.apache.lucene.index.TestIndexWriterMergePolicy.lambda$stressUpdateSameDocumentWithMergeOnX$4(TestIndexWriterMergePolicy.java:780)
	at java.base@20.0.2/java.lang.Thread.run(Thread.java:1639)
Caused by: java.nio.file.FileSystemException: C:\Users\jenkins\workspace\Lucene-MMAPv2-Windows\lucene\core\build\tmp\tests-tmp\lucene.index.TestIndexWriterMergePolicy_4AECBD1EA4BC2DEF-001\index-MMapDirectory-013\_5r7.fdt: Too many open files
	at app//org.apache.lucene.tests.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:67)
	at app//org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
	at app//org.apache.lucene.tests.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:163)
	at app//org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:200)
	at java.base@20.0.2/java.nio.file.Files.newOutputStream(Files.java:227)
	at app//org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:394)
	at app//org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:387)
	at app//org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:220)
	at app//org.apache.lucene.tests.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:717)
	at app//org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:43)
	at app//org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:41)
	at app//org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:138)
	at app//org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsWriter(Lucene90CompressingStoredFieldsFormat.java:140)
	at app//org.apache.lucene.codecs.lucene90.Lucene90StoredFieldsFormat.fieldsWriter(Lucene90StoredFieldsFormat.java:154)
	at app//org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:50)
	at app//org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:57)
	at app//org.apache.lucene.index.IndexingChain.startStoredFields(IndexingChain.java:512)
	at app//org.apache.lucene.index.IndexingChain.processDocument(IndexingChain.java:543)
	at app//org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:243)
	at app//org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:421)
	at app//org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1550)
	at app//org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1835)
	at app//org.apache.lucene.tests.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:325)
	at app//org.apache.lucene.index.TestIndexWriterMergePolicy.lambda$stressUpdateSameDocumentWithMergeOnX$4(TestIndexWriterMergePolicy.java:774)
	... 1 more