Yang Jie created SPARK-51365: -------------------------------- Summary: OOM occurred during macOS daily tests Key: SPARK-51365 URL: https://issues.apache.org/jira/browse/SPARK-51365 Project: Spark Issue Type: Bug Components: Tests Affects Versions: 4.1.0 Reporter: Yang Jie
* [https://github.com/apache/spark/actions/runs/13316147273/job/37299839380] {code:java} Warning: [343.044s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 4096k, guardsize: 16k, detached. 11372Warning: [343.044s][warning][os,thread] Failed to start the native thread for java.lang.Thread "shuffle-exchange-1529" 11373*** RUN ABORTED *** 11374An exception or error caused a run to abort: unable to create native thread: possibly out of memory or process/resource limits reached 11375 java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached 11376 at java.base/java.lang.Thread.start0(Native Method) 11377 at java.base/java.lang.Thread.start(Thread.java:1553) 11378 at java.base/java.lang.System$2.start(System.java:2577) 11379 at java.base/jdk.internal.vm.SharedThreadContainer.start(SharedThreadContainer.java:152) 11380 at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:953) 11381 at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1364) 11382 at scala.concurrent.impl.ExecutionContextImpl.execute(ExecutionContextImpl.scala:21) 11383 at java.base/java.util.concurrent.CompletableFuture.asyncSupplyStage(CompletableFuture.java:1782) 11384 at java.base/java.util.concurrent.CompletableFuture.supplyAsync(CompletableFuture.java:2005) 11385 at org.apache.spark.sql.execution.SQLExecution$.withThreadLocalCaptured(SQLExecution.scala:329) 11386 ... 11387Warning: The requested profile "volcano" could not be activated because it does not exist. 11388Warning: The requested profile "hive" could not be activated because it does not exist. 11389Error: Failed to execute goal org.scalatest:scalatest-maven-plugin:2.2.0:test (test) on project spark-sql_2.13: There are test failures -> [Help 1] 11390Error: 11391Error: To see the full stack trace of the errors, re-run Maven with the -e switch. 11392Error: Re-run Maven using the -X switch to enable full debug logging. 11393Error: 11394Error: For more information about the errors and possible solutions, please read the following articles: 11395Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 11396Error: Process completed with exit code 1. {code} The root cause is unknown for now, and we need to investigate it. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org