mocobeta commented on pull request #550: URL: https://github.com/apache/lucene/pull/550#issuecomment-999814200
I thought [something strange was happening on the Actions](https://github.com/apache/lucene/pull/564#issuecomment-999793043), but after merging the main branch (I did that to fetch https://github.com/apache/lucene/commit/a94fbb79ac6e60c1ebfa76b24cab23fabcb60bbf), the failure started to be reproduced on my local machine. ``` org.apache.lucene.distribution.TestScripts > test suite's output saved to /mnt/hdd/repo/lucene/lucene/distribution.tests/build/test-results/test/outputs/OUTPUT-org.apache.lucene.distribution.TestScripts.txt, copied below: 1> --- [forked subprocess output: /usr/bin/bash] --- 1> Picked up _JAVA_OPTIONS: -Duser.language=en 1> Error occurred during initialization of boot layer 1> java.lang.module.FindException: Module randomizedtesting.runner not found, required by org.apache.lucene.test_framework 1> 1> --- [end of subprocess output] --- > org.junit.ComparisonFailure: [forked process exit status] expected:<[0]> but was:<[1]> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
