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

   i still see some problems during tests regarding vector module. I have to 
check what's going on. Possibly some test system properties issue. It looks 
like the vector module is not always readable due to some strange behaviour 
with module names.
   
   Let's find that issue. Working on it:
   
   ```
   > Task :lucene:expressions:test
   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
   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
   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
   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
   
   Juni 07, 2024 12:07:56 PM 
org.apache.lucene.internal.vectorization.VectorizationProvider lookup
   WARNUNG: Java vector incubator module is not readable. For optimal vector 
performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.
   ```
   
   And this one in codecs:test , not sure why this happens:
   
   ```
   WARNING: Unknown module: org.apache.lucene.core specified to 
--enable-native-access
   ```
   
   All a bit strange.


-- 
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