damccorm commented on issue #38710: URL: https://github.com/apache/beam/issues/38710#issuecomment-5241192428
Looks like this stabilized - it looks like temporary stockout issues: ``` Failed tests [Tests](https://github.com/apache/beam/issues/38710#tab1) [Standard error](https://github.com/apache/beam/issues/38710#tab2) testInGlobalWindowBatchSizeByteSize java.lang.RuntimeException: Startup of the worker pool in us-central1-c failed to bring up any of the desired 1 workers. This is likely a quota issue or a Compute Engine stockout. The service will retry. For troubleshooting steps, see https://cloud.google.com/dataflow/docs/guides/common-errors#worker-pool-failure for help troubleshooting. ZONE_RESOURCE_POOL_EXHAUSTED_WITH_DETAILS: Instance 'groupintobatchestest0test-08072212-e23h-harness-6hzt' creation failed: The zone 'projects/apache-beam-testing/zones/us-central1-c' does not have enough resources available to fulfill the request. 'NULL:0/NULL:0/NULL:0 (state:STOCKOUT, sub-state:STOCKOUT, resource type:compute)'. at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:149) at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:101) at org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:56) at org.apache.beam.sdk.Pipeline.run(Pipeline.java:325) at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:442) at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:381) at org.apache.beam.sdk.transforms.GroupIntoBatchesTest.testInGlobalWindowBatchSizeByteSize(GroupIntoBatchesTest.java:164) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.lang.Thread.run(Thread.java:1583) Wrap lines Generated by [Gradle 8.14.3](https://www.gradle.org/) at Aug 8, 2026, 10:25:33 AM ``` -- 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]
