tvalentyn opened a new pull request, #30204: URL: https://github.com/apache/beam/pull/30204
Another attempt to fix https://github.com/apache/beam/issues/28703 Looks like flakes are still happening and retries not happening: ``` > Task :sdks:python:bdistPy310linux Collecting cibuildwheel==2.9.0 Downloading cibuildwheel-2.9.0-py3-none-any.whl (63 kB) ... cibuildwheel version 2.9.0 Build options: platform: 'linux' architectures: {<Architecture.x86_64: 'x86_64'>, <Architecture.i686: 'i686'>} build_selector: {'build_config': 'cp310-manylinux_*64*', 'skip_config': '', 'requires_python': None, 'prerelease_pythons': False} container_engine: 'docker' output_dir: PosixPath('/runner/_work/beam/beam/sdks/python/build') package_dir: PosixPath('/runner/_work/beam/beam/sdks/python') test_selector: {'skip_config': ''} before_all: '' before_build: '' before_test: '' build_frontend: 'pip' build_verbosity: 0 dependency_constraints: DependencyConstraints(PosixPath('/runner/_work/beam/beam/build/gradleenv/1922375555/lib/python3.10/site-packages/cibuildwheel/resources/constraints.txt')) environment: {'assignments': [SETUPTOOLS_USE_DISTUTILS=stdlib]} cp310-manylinux_x86_64: ParsedEnvironment(['SETUPTOOLS_USE_DISTUTILS=stdlib']) self.process.wait(timeout=30) File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/subprocess.py", line 1209, in wait return self._wait(timeout=timeout) File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/subprocess.py", line 1951, in _wait raise TimeoutExpired(self.args, timeout) subprocess.TimeoutExpired: Command '['docker', 'start', '--attach', '--interactive', 'cibuildwheel-5185decf-f8fe-4515-bbca-0fa628587781']' timed out after 30 seconds > Task :sdks:python:bdistPy310linux FAILED ``` -- 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]
