austin3dickey commented on PR #40929:
URL: https://github.com/apache/arrow/pull/40929#issuecomment-2034373407

   @vibhatha Unfortunately we never printed the stdout/stderr of the archery 
process in the past because of the GBs of log output, so we don't have past 
logs to look at. 
   
   I think the critical line in that log is line 10377. I see a bunch of 
failures like the below. Not sure why the process exits 0, because no 
benchmarks are run due to these failures.
   
   ```
   # JMH version: 1.37
   # VM version: JDK 1.8.0_402, OpenJDK 64-Bit Server VM, 25.402-b06
   # VM invoker: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
   # VM options: -Darrow.enable_null_check_for_get=false 
-Darrow.enable_unsafe_memory_access=true
   # Blackhole mode: full + dont-inline hint (auto-detected, use 
-Djmh.blackhole.autoDetect=false to disable)
   # Warmup: 5 iterations, 10 s each
   # Measurement: 1 iterations, 10 s each
   # Timeout: 10 min per iteration
   # Threads: 1 thread, will synchronize iterations
   # Benchmark mode: Average time, time/op
   # Benchmark: org.apache.arrow.vector.ipc.WriteChannelBenchmark.alignBenchmark
   # Parameters: (alignSize = 5)
   
   # Run progress: 87.50% complete, ETA 00:00:01
   # Fork: 1 of 1
   # Warmup Iteration   1: <failure>
   
   java.lang.UnsupportedClassVersionError: 
ch/qos/logback/classic/spi/LogbackServiceProvider has been compiled by a more 
recent version of the Java Runtime (class file version 55.0), this version of 
the Java Runtime only recognizes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
        at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:348)
        at 
java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:370)
        at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
        at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
        at org.slf4j.LoggerFactory.safelyInstantiate(LoggerFactory.java:149)
        at org.slf4j.LoggerFactory.findServiceProviders(LoggerFactory.java:130)
        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:191)
        at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:183)
        at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:486)
        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:472)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:421)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:447)
        at 
org.apache.arrow.vector.ipc.WriteChannel.<clinit>(WriteChannel.java:45)
        at 
org.apache.arrow.vector.ipc.WriteChannelBenchmark$AlignState.prepareInvoke(WriteChannelBenchmark.java:61)
        at 
org.apache.arrow.vector.ipc.jmh_generated.WriteChannelBenchmark_alignBenchmark_jmhTest.alignBenchmark_avgt_jmhStub(WriteChannelBenchmark_alignBenchmark_jmhTest.java:395)
        at 
org.apache.arrow.vector.ipc.jmh_generated.WriteChannelBenchmark_alignBenchmark_jmhTest.alignBenchmark_AverageTime(WriteChannelBenchmark_alignBenchmark_jmhTest.java:313)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:527)
        at 
org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:504)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:750)
   ```


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

Reply via email to