Build: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-NightlyTests-main/1485/

1 tests failed.
FAILED:  
org.apache.lucene.index.TestBinaryDocValuesUpdates.testStressMultiThreading

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=8261, name=UpdateThread-2, state=RUNNABLE, 
group=TGRP-TestBinaryDocValuesUpdates]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=8261, name=UpdateThread-2, state=RUNNABLE, 
group=TGRP-TestBinaryDocValuesUpdates]
        at 
__randomizedtesting.SeedInfo.seed([61B44C003F48D39A:EA06B5C30FFD6BAA]:0)
Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-NightlyTests-main/checkout/lucene/core/build/tmp/tests-tmp/lucene.index.TestBinaryDocValuesUpdates_61B44C003F48D39A-001/index-NIOFSDirectory-001/_v_1c_Lucene90_1.dvm:
 Too many open files
        at __randomizedtesting.SeedInfo.seed([61B44C003F48D39A]:0)
        at 
org.apache.lucene.index.TestBinaryDocValuesUpdates$2.run(TestBinaryDocValuesUpdates.java:1128)
Caused by: java.nio.file.FileSystemException: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-NightlyTests-main/checkout/lucene/core/build/tmp/tests-tmp/lucene.index.TestBinaryDocValuesUpdates_61B44C003F48D39A-001/index-NIOFSDirectory-001/_v_1c_Lucene90_1.dvm:
 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.newFileChannel(HandleTrackingFS.java:202)
        at 
org.apache.lucene.tests.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:171)
        at 
org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:206)
        at java.base/java.nio.channels.FileChannel.open(FileChannel.java:309)
        at java.base/java.nio.channels.FileChannel.open(FileChannel.java:369)
        at 
org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:78)
        at 
org.apache.lucene.tests.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:3064)
        at 
org.apache.lucene.tests.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:801)
        at 
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:156)
        at 
org.apache.lucene.tests.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1132)
        at 
org.apache.lucene.codecs.lucene90.Lucene90DocValuesProducer.<init>(Lucene90DocValuesProducer.java:92)
        at 
org.apache.lucene.codecs.lucene90.Lucene90DocValuesFormat.fieldsProducer(Lucene90DocValuesFormat.java:166)
        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:304)
        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:379)
        at 
org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
        at 
org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:68)
        at 
org.apache.lucene.index.SegmentDocValuesProducer.<init>(SegmentDocValuesProducer.java:74)
        at 
org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:193)
        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:161)
        at 
org.apache.lucene.index.ReadersAndUpdates.createNewReaderWithLatestLiveDocs(ReadersAndUpdates.java:738)
        at 
org.apache.lucene.index.ReadersAndUpdates.swapNewReaderWithLatestLiveDocs(ReadersAndUpdates.java:754)
        at 
org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:691)
        at 
org.apache.lucene.index.ReaderPool.writeAllDocValuesUpdates(ReaderPool.java:250)
        at 
org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3996)
        at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:600)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:382)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:367)
        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:246)
        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:227)
        at 
org.apache.lucene.index.TestBinaryDocValuesUpdates$2.run(TestBinaryDocValuesUpdates.java:1117)




Build Log:
[...truncated 1031 lines...]
ERROR: The following test(s) have failed:
  - org.apache.lucene.index.TestBinaryDocValuesUpdates.testStressMultiThreading 
(:lucene:core)
    Test output: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-NightlyTests-main/checkout/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.index.TestBinaryDocValuesUpdates.txt
    Reproduce with: gradlew :lucene:core:test --tests 
"org.apache.lucene.index.TestBinaryDocValuesUpdates.testStressMultiThreading" 
-Ptests.jvms=4 -Ptests.jvmargs= -Ptests.seed=61B44C003F48D39A 
-Ptests.multiplier=2 -Ptests.nightly=true -Ptests.gui=true 
-Ptests.file.encoding=US-ASCII 
-Ptests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-NightlyTests-main/test-data/enwiki.random.lines.txt
 -Ptests.vectorsize=default -Ptests.forceintegervectors=false


Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.10/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD SUCCESSFUL in 2h 38m 25s
246 actionable tasks: 183 executed, 63 up-to-date

Publishing build scan...
https://ge.apache.org/s/wmg7i3cd3l73e

Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
‘**/*.events’ doesn’t match anything: ‘**’ exists but not ‘**/*.events’
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
[Checks API] No suitable checks publisher found.
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to