dweiss commented on PR #13453:
URL: https://github.com/apache/lucene/pull/13453#issuecomment-2155387049

   These messages are sys-outed from each forked test runner and echoed as 
'system.err' by the main gradle process. You can see them in the debug log if 
you run gradle with -debug:
   ```
   2024-06-07T21:11:59.792+0200 [ERROR] [system.err] WARNING: Using incubator 
modules: jdk.incubator.vector
   2024-06-07T21:11:59.831+0200 [ERROR] [system.err] WARNING: A command line 
option has enabled the Security Manager
   2024-06-07T21:11:59.831+0200 [ERROR] [system.err] WARNING: The Security 
Manager is deprecated and will be removed in a future release
   ```
   and when you launch the full runner executable (again - provided in debug 
logs), you'll see the same thing:
   ```
   WARNING: Using incubator modules: jdk.incubator.vector
   WARNING: A command line option has enabled the Security Manager
   WARNING: The Security Manager is deprecated and will be removed in a future 
release
   ```
   Perhaps gradle finally improved the runner to echo jvm messages emitted 
before the tests commence (which should help with security log audits...)?
   
   I don't think there's anything we can do about these messages - they're 
really emitted by the jvm that runs tests.


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to