[ https://issues.apache.org/jira/browse/BEAM-12163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rogelio Miguel Hernandez Sandoval updated BEAM-12163: ----------------------------------------------------- Description: Failures are always in PortableRunnerExternalEnvTest, on ubuntu GHA workers. Example stacktrace: {code:java} File "/home/runner/work/beam/beam/sdks/python/apache_beam/runners/portability/fn_api_runner/worker_handlers.py", line 639, in start_worker raise RuntimeError("Error starting worker: %s" % response.error) RuntimeError: Error starting worker: Traceback (most recent call last): File "/home/runner/work/beam/beam/sdks/python/apache_beam/runners/worker/worker_pool_main.py", line 154, in StartWorker data_buffer_time_limit_ms=self._data_buffer_time_limit_ms) File "/home/runner/work/beam/beam/sdks/python/apache_beam/runners/worker/sdk_worker.py", line 193, in __init__ grpc.channel_ready_future(self._control_channel).result(timeout=60) File "/home/runner/work/beam/beam/sdks/python/target/.tox/py36/lib/python3.6/site-packages/grpc/_utilities.py", line 140, in result self._block(timeout) File "/home/runner/work/beam/beam/sdks/python/target/.tox/py36/lib/python3.6/site-packages/grpc/_utilities.py", line 86, in _block raise grpc.FutureTimeoutError() grpc.FutureTimeoutError {code} First failure on master branch: [https://github.com/apache/beam/runs/2283782613?check_suite_focus=true] Edit: Also fails in _FnApiRunnerTestWithDisabledCaching_ and _FnApiRunnerTestWithGrpc_ Examples: [https://github.com/apache/beam/runs/3118817422?check_suite_focus=true] [https://github.com/apache/beam/runs/2944785264?check_suite_focus=true] [https://github.com/apache/beam/runs/3031709380?check_suite_focus=true] [https://github.com/apache/beam/runs/3063305519?check_suite_focus=true] was: Failures are always in PortableRunnerExternalEnvTest, on ubuntu GHA workers. Example stacktrace: {code} File "/home/runner/work/beam/beam/sdks/python/apache_beam/runners/portability/fn_api_runner/worker_handlers.py", line 639, in start_worker raise RuntimeError("Error starting worker: %s" % response.error) RuntimeError: Error starting worker: Traceback (most recent call last): File "/home/runner/work/beam/beam/sdks/python/apache_beam/runners/worker/worker_pool_main.py", line 154, in StartWorker data_buffer_time_limit_ms=self._data_buffer_time_limit_ms) File "/home/runner/work/beam/beam/sdks/python/apache_beam/runners/worker/sdk_worker.py", line 193, in __init__ grpc.channel_ready_future(self._control_channel).result(timeout=60) File "/home/runner/work/beam/beam/sdks/python/target/.tox/py36/lib/python3.6/site-packages/grpc/_utilities.py", line 140, in result self._block(timeout) File "/home/runner/work/beam/beam/sdks/python/target/.tox/py36/lib/python3.6/site-packages/grpc/_utilities.py", line 86, in _block raise grpc.FutureTimeoutError() grpc.FutureTimeoutError {code} First failure on master branch: https://github.com/apache/beam/runs/2283782613?check_suite_focus=true > Python GHA PreCommits flake with grpc.FutureTimeoutError on SDK harness > startup > ------------------------------------------------------------------------------- > > Key: BEAM-12163 > URL: https://issues.apache.org/jira/browse/BEAM-12163 > Project: Beam > Issue Type: Bug > Components: sdk-py-core, test-failures > Reporter: Brian Hulette > Assignee: Rogelio Miguel Hernandez Sandoval > Priority: P1 > Labels: currently-failing, flake > Time Spent: 2h 10m > Remaining Estimate: 0h > > Failures are always in PortableRunnerExternalEnvTest, on ubuntu GHA workers. > Example stacktrace: > {code:java} > File > "/home/runner/work/beam/beam/sdks/python/apache_beam/runners/portability/fn_api_runner/worker_handlers.py", > line 639, in start_worker > raise RuntimeError("Error starting worker: %s" % response.error) > RuntimeError: Error starting worker: Traceback (most recent call last): > File > "/home/runner/work/beam/beam/sdks/python/apache_beam/runners/worker/worker_pool_main.py", > line 154, in StartWorker > data_buffer_time_limit_ms=self._data_buffer_time_limit_ms) > File > "/home/runner/work/beam/beam/sdks/python/apache_beam/runners/worker/sdk_worker.py", > line 193, in __init__ > grpc.channel_ready_future(self._control_channel).result(timeout=60) > File > "/home/runner/work/beam/beam/sdks/python/target/.tox/py36/lib/python3.6/site-packages/grpc/_utilities.py", > line 140, in result > self._block(timeout) > File > "/home/runner/work/beam/beam/sdks/python/target/.tox/py36/lib/python3.6/site-packages/grpc/_utilities.py", > line 86, in _block > raise grpc.FutureTimeoutError() > grpc.FutureTimeoutError > {code} > First failure on master branch: > [https://github.com/apache/beam/runs/2283782613?check_suite_focus=true] > > Edit: Also fails in _FnApiRunnerTestWithDisabledCaching_ and > _FnApiRunnerTestWithGrpc_ > Examples: > [https://github.com/apache/beam/runs/3118817422?check_suite_focus=true] > [https://github.com/apache/beam/runs/2944785264?check_suite_focus=true] > [https://github.com/apache/beam/runs/3031709380?check_suite_focus=true] > [https://github.com/apache/beam/runs/3063305519?check_suite_focus=true] -- This message was sent by Atlassian Jira (v8.3.4#803005)