Abacn commented on PR #27595: URL: https://github.com/apache/beam/pull/27595#issuecomment-1646090460
As a check, change the timeout https://github.com/apache/beam/blob/4ffeae4d2b800f2df36d2ea2eab549f2204d5691/runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/environment/DockerCommand.java#L57 to 10s from master and run the test (https://github.com/apache/beam/pull/27595#issuecomment-1646005465) indeed encounters exact same error: ``` RuntimeError: Pipeline BeamApp-yathu-0721182603-43bbd017_08810687-bc69-441f-ae7e-a4a7f94c1855 failed in state FAILED: java.util.concurrent.TimeoutException: Timed out while waiting for command 'docker run -d --mount type=bind,src=/Users/yathu/.config/gcloud,dst=/root/.config/gcloud --network=host --env=DOCKER_MAC_CONTAINER=null gcr.io/apache-beam-testing/beam_portability/beam_python3.8_sdk:latest --id=1-1 --provision_endpoint=host.docker.internal:60233' ``` -- 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]
