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 2021/06/15 11:37:16 UTC

[JENKINS-EA] Lucene-main-Linux (64bit/jdk-17-ea+25) - Build # 30594 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/30594/
Java: 64bit/jdk-17-ea+25 -XX:+UseCompressedOops -XX:+UseZGC

1 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testDocsAndFreqsAndPositions

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=82, name=Thread-54, state=RUNNABLE, group=TGRP-TestUniformSplitPostingFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=82, name=Thread-54, state=RUNNABLE, group=TGRP-TestUniformSplitPostingFormat]
	at __randomizedtesting.SeedInfo.seed([DBA5E13C35DB0470:C18655ADCD380474]:0)
Caused by: java.lang.RuntimeException: java.io.IOException: Bad file descriptor: NIOFSIndexInput(path="/home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-tmp/lucene.codecs.uniformsplit.TestUniformSplitPostingFormat_DBA5E13C35DB0470-001/testPostingsFormat.testExact-004/_0_UniformSplitRot13_0.pos")
	at __randomizedtesting.SeedInfo.seed([DBA5E13C35DB0470]:0)
	at org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1377)
Caused by: java.io.IOException: Bad file descriptor: NIOFSIndexInput(path="/home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-tmp/lucene.codecs.uniformsplit.TestUniformSplitPostingFormat_DBA5E13C35DB0470-001/testPostingsFormat.testExact-004/_0_UniformSplitRot13_0.pos")
	at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:200)
	at org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:291)
	at org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:55)
	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:131)
	at org.apache.lucene.store.BufferedIndexInput.readVInt(BufferedIndexInput.java:183)
	at org.apache.lucene.store.MockIndexInputWrapper.readVInt(MockIndexInputWrapper.java:190)
	at org.apache.lucene.codecs.lucene90.Lucene90PostingsReader$EverythingEnum.refillPositions(Lucene90PostingsReader.java:780)
	at org.apache.lucene.codecs.lucene90.Lucene90PostingsReader$EverythingEnum.skipPositions(Lucene90PostingsReader.java:961)
	at org.apache.lucene.codecs.lucene90.Lucene90PostingsReader$EverythingEnum.nextPosition(Lucene90PostingsReader.java:994)
	at org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1110)
	at org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1534)
	at org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1374)
Caused by: java.io.IOException: Bad file descriptor
	at java.base/sun.nio.ch.FileDispatcherImpl.pread0(Native Method)
	at java.base/sun.nio.ch.FileDispatcherImpl.pread(FileDispatcherImpl.java:54)
	at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:328)
	at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:296)
	at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:273)
	at java.base/sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:815)
	at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:800)
	at org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:108)
	at org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:108)
	at org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:108)
	at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:179)
	... 11 more