Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9290/
Java: 64bit/jdk-15-ea+35 -XX:-UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.update.DirectUpdateHandlerTest.testPrepareCommit
Error Message:
java.lang.AssertionError
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([874A5459E8DC4202:27F79B6B018E966B]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.solr.update.DirectUpdateHandlerTest.testPrepareCommit(DirectUpdateHandlerTest.java:405)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:832)
Build Log:
[...truncated 2381 lines...]
ERROR: The following test(s) have failed:
- org.apache.solr.update.DirectUpdateHandlerTest.testPrepareCommit
(:solr:core)
Test output:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\build\test-results\test\outputs\OUTPUT-org.apache.solr.update.DirectUpdateHandlerTest.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.update.DirectUpdateHandlerTest" -Ptests.seed=874A5459E8DC4202
-Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1
FAILURE: Build completed with 11 failures.
1: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:classification:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\classification\build\docs\javadoc\org\apache\lucene\classification/ClassificationResult.html,
line 135? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:core:checkMissingDocsMethod'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\build\docs\javadoc\org\apache\lucene\util\automaton/CompiledAutomaton.html,
line 253? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
3: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:demo:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\demo\build\docs\javadoc\org\apache\lucene\demo\facet/DistanceFacetsExample.html,
line 176? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
4: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:facet:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\facet\build\docs\javadoc\org\apache\lucene\facet/DrillDownQuery.html,
line 166? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
5: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:join:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\join\build\docs\javadoc\org\apache\lucene\search\join/ParentChildrenBlockJoinQuery.html,
line 137? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
6: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:spatial3d:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\spatial3d\build\docs\javadoc\org\apache\lucene\spatial3d/Geo3DDocValuesField.html,
line 291? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
7: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:suggest:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\suggest\build\docs\javadoc\org\apache\lucene\search\spell/DirectSpellChecker.ScoreTerm.html,
line 190? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
8: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:analysis:icu:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\analysis\icu\build\docs\javadoc\org\apache\lucene\analysis\icu/ICUFoldingFilterFactory.html,
line 179? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
9: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:analysis:morfologik:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\analysis\morfologik\build\docs\javadoc\org\apache\lucene\analysis\morfologik/MorfologikFilterFactory.html,
line 199? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
10: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:analysis:phonetic:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\analysis\phonetic\build\docs\javadoc\org\apache\lucene\analysis\phonetic/BeiderMorseFilter.html,
line 172? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
11: Task failed with an exception.
-----------
* Where:
Script
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\gradle\validation\missing-docs-check.gradle'
line: 105
* What went wrong:
Execution failed for task ':lucene:analysis:stempel:checkMissingDocsDefault'.
> Javadoc verification failed:
Traceback (most recent call last):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 388, in <module>
if checkPackageSummaries(sys.argv[1], level):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 368, in checkPackageSummaries
if checkClassSummaries(fullPath):
File
"C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\dev-tools\scripts\checkJavaDocs.py",
line 227, in checkClassSummaries
raise RuntimeError('failed to locate javadoc item in %s, line %d? last
line: %s' % (fullPath, lineCount, line.rstrip()))
RuntimeError: failed to locate javadoc item in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\analysis\stempel\build\docs\javadoc\org\apache\lucene\analysis\pl/PolishAnalyzer.html,
line 224? last line: </tr>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 1h 10m 21s
820 actionable tasks: 820 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[Java] Skipping execution of recorder since overall result is 'FAILURE'
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]