uschindler commented on PR #14901: URL: https://github.com/apache/lucene/pull/14901#issuecomment-3045512967
Hi for me the test failed without verbose: ``` $ gradlew :lucene:core:test --tests TestVectorUtil > Task :lucene:core:test WARNING: Using incubator modules: jdk.incubator.vector TestVectorUtil > classMethod FAILED java.util.MissingFormatArgumentException: Format specifier '%s' at java.base/java.util.Formatter.format(Formatter.java:2760) at java.base/java.util.Formatter.format(Formatter.java:2698) at java.base/java.lang.String.format(String.java:4509) at org.apache.lucene.internal.vectorization.PanamaVectorizationProvider.<init>(PanamaVectorizationProvider.java:56) at org.apache.lucene.internal.vectorization.VectorizationProvider.lookup(VectorizationProvider.java:168) at org.apache.lucene.internal.vectorization.BaseVectorizationTestCase.maybePanamaProvider(BaseVectorizationTestCase.java:39) at org.apache.lucene.internal.vectorization.BaseVectorizationTestCase.<clinit>(BaseVectorizationTestCase.java:25) at org.apache.lucene.util.TestVectorUtil.<clinit>(TestVectorUtil.java:404) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:543) at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:631) org.apache.lucene.util.TestVectorUtil > test suite's output saved to C:\Users\Uwe Schindler\Projects\lucene\lucene\lucene\core\build\test-results\test\outputs\OUTPUT-org.apache.lucene.util.TestVectorUtil.txt, copied below: > java.util.MissingFormatArgumentException: Format specifier '%s' > at java.base/java.util.Formatter.format(Formatter.java:2760) > at java.base/java.util.Formatter.format(Formatter.java:2698) > at java.base/java.lang.String.format(String.java:4509) > at org.apache.lucene.internal.vectorization.PanamaVectorizationProvider.<init>(PanamaVectorizationProvider.java:56) > at org.apache.lucene.internal.vectorization.VectorizationProvider.lookup(VectorizationProvider.java:168) > at org.apache.lucene.internal.vectorization.BaseVectorizationTestCase.maybePanamaProvider(BaseVectorizationTestCase.java:39) > at org.apache.lucene.internal.vectorization.BaseVectorizationTestCase.<clinit>(BaseVectorizationTestCase.java:25) > at org.apache.lucene.util.TestVectorUtil.<clinit>(TestVectorUtil.java:404) > at java.base/java.lang.Class.forName0(Native Method) > at java.base/java.lang.Class.forName(Class.java:543) > at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:631) :lucene:core:test (FAILURE): 1 test(s), 1 failure(s) -- 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