Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Check-10.x/2783/

2 tests failed.
FAILED:  org.apache.lucene.index.TestAddIndexes.testAddIndexesWithCloseNoWait

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=326, name=Lucene Merge Thread #22, 
state=RUNNABLE, group=TGRP-TestAddIndexes]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=326, name=Lucene Merge Thread #22, 
state=RUNNABLE, group=TGRP-TestAddIndexes]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
org.apache.lucene.store.AlreadyClosedException: Lock instance already released: 
org.apache.lucene.store.SingleInstanceLockFactory$SingleInstanceLock@70ad84b4: 
write.lock
        at __randomizedtesting.SeedInfo.seed([7490CFCE9EB56B30]:0)
        at 
app//org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:764)
        at 
app//org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:756)
Caused by: org.apache.lucene.store.AlreadyClosedException: Lock instance 
already released: 
org.apache.lucene.store.SingleInstanceLockFactory$SingleInstanceLock@70ad84b4: 
write.lock
        at 
app//org.apache.lucene.store.SingleInstanceLockFactory$SingleInstanceLock.ensureValid(SingleInstanceLockFactory.java:56)
        at 
app//org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:42)
        at 
app//org.apache.lucene.index.ConcurrentMergeScheduler$1.createOutput(ConcurrentMergeScheduler.java:309)
        at 
app//org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:41)
        at 
app//org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter.<init>(Lucene90CompressingStoredFieldsWriter.java:130)
        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.tests.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:49)
        at 
app//org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:247)
        at 
app//org.apache.lucene.index.SegmentMerger.mergeWithLogging(SegmentMerger.java:289)
        at 
app//org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:119)
        at 
app//org.apache.lucene.index.IndexWriter.addIndexesReaderMerge(IndexWriter.java:3497)
        at 
app//org.apache.lucene.index.IndexWriter$AddIndexesMergeSource.merge(IndexWriter.java:3379)
        at 
app//org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:668)
        at 
app//org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:729)


FAILED:  org.apache.lucene.index.TestAddIndexes.classMethod

Error Message:
java.lang.AssertionError: The test or suite printed 124183 bytes to stdout and 
stderr, even though the limit was set to 8192 bytes. Increase the limit with 
@Limit, ignore it completely with @SuppressSysoutChecks or run with 
-Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 124183 bytes to stdout and 
stderr, even though the limit was set to 8192 bytes. Increase the limit with 
@Limit, ignore it completely with @SuppressSysoutChecks or run with 
-Dtests.verbose=true
        at __randomizedtesting.SeedInfo.seed([7490CFCE9EB56B30]:0)
        at 
org.apache.lucene.tests.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:283)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
        at 
org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at 
org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at java.base/java.lang.Thread.run(Thread.java:1583)




Build Log:
[...truncated 5747 lines...]
ERROR: The following test(s) have failed:
  - org.apache.lucene.index.TestAddIndexes.testAddIndexesWithCloseNoWait 
(:lucene:core)
    Test output: 
/home/jenkins/jenkins-agent/workspace/Lucene/Lucene-Check-10.x/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.index.TestAddIndexes.txt
    Reproduce with: gradlew :lucene:core:test --tests 
"org.apache.lucene.index.TestAddIndexes.testAddIndexesWithCloseNoWait" 
-Ptests.jvms=4 -Ptests.jvmargs= -Ptests.seed=7490CFCE9EB56B30 
-Ptests.multiplier=2 -Ptests.useSecurityManager=true -Ptests.gui=true 
-Ptests.file.encoding=US-ASCII -Ptests.vectorsize=512 
-Ptests.forceintegervectors=true

  - org.apache.lucene.index.TestAddIndexes.classMethod (:lucene:core)
    Test output: 
/home/jenkins/jenkins-agent/workspace/Lucene/Lucene-Check-10.x/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.index.TestAddIndexes.txt
    Reproduce with: gradlew :lucene:core:test --tests 
"org.apache.lucene.index.TestAddIndexes.classMethod" -Ptests.jvms=4 
-Ptests.jvmargs= -Ptests.seed=7490CFCE9EB56B30 -Ptests.multiplier=2 
-Ptests.useSecurityManager=true -Ptests.gui=true -Ptests.file.encoding=US-ASCII 
-Ptests.vectorsize=512 -Ptests.forceintegervectors=true


[Incubating] Problems report is available at: 
file:///home/jenkins/jenkins-agent/workspace/Lucene/Lucene-Check-10.x/build/reports/problems/problems-report.html

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.14/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD SUCCESSFUL in 22m 31s
897 actionable tasks: 897 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
‘**/build*/**/tests-cwd/*.hprof’ doesn’t match anything: ‘**’ exists but not 
‘**/build*/**/tests-cwd/*.hprof’
No artifacts found that match the file pattern 
"**/build*/**/tests-cwd/*.hprof,**/*_pid*.log". 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