prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.97k stars 5.35k forks source link

CI job SingleStore tests failing #23008

Closed karteekmurthys closed 3 months ago

karteekmurthys commented 3 months ago

Your Environment

Circle CI

Steps to Reproduce

Run this job: https://github.com/prestodb/presto/actions/runs/9511373677/job/26217393502?pr=22360

Screenshots (if appropriate)

Context

Please refer to /home/runner/work/presto/presto/presto-singlestore/target/surefire-reports for the individual test results.
Error:  Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
Error: [ERROR] There was an error in the forked process
Error:  
Error:  Cannot instantiate class com.facebook.presto.plugin.singlestore.TestSingleStoreIntegrationSmokeTest
Error:  org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
Error:  
Error:  Cannot instantiate class com.facebook.presto.plugin.singlestore.TestSingleStoreIntegrationSmokeTest
Error:      at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:701)
Error:      at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311)
Error:      at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268)
Error:      at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334)
Error:      at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167)
Error:      at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931)
Error:      at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
Error:      at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
Error:      at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
Error:      at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
Error:      at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
Error:      at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
Error:      at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
Error:      at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:210)
Error:      at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:195)
Error:      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
Error:      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Error:      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
Error:      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:[114](https://github.com/prestodb/presto/actions/runs/9511373677/job/26217393502?pr=22360#step:8:115)9)
Error:      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
Error:      at java.lang.Thread.run(Thread.java:750)
Error:  -> [Help 1]
rschlussel commented 3 months ago

duplicate of https://github.com/prestodb/presto/issues/23006