Max, I found a link from your PR and noticed below errors. This would be the true error.
*07:57:03* >* Task :sdks:python:container:py37:docker**07:57:03* [91mERROR: Could not install packages due to an EnvironmentError: [Errno 28] No space left on device*07:57:03* *07:57:03* [0m*07:57:03* >* Task :sdks:python:container:py35:docker**07:57:03* [91mERROR: Could not install packages due to an EnvironmentError: [Errno 28] No space left on device On Wed, Apr 29, 2020 at 5:59 PM Hannah Jiang <hannahji...@google.com> wrote: > There is a PythonDocker Precommit test running for PRs with Python > changes. It seems running well.[1] > Max, can you please give me a link so I can check more details? Do other > images with different Python versions fail as well? > > 1. https://builds.apache.org/job/beam_PreCommit_PythonDocker_Commit/ > > > On Wed, Apr 29, 2020 at 2:44 PM Ahmet Altay <al...@google.com> wrote: > >> +Valentyn Tymofieiev <valen...@google.com> +Hannah Jiang >> <hannahji...@google.com> -- in case they have relevant information. >> >> On Wed, Apr 29, 2020 at 12:35 PM Maximilian Michels <m...@apache.org> >> wrote: >> >>> Hi, >>> >>> has anyone noticed the Python 3.7 Docker container fails to build? I >>> haven't been able to build the Python 3.7 container, neither locally nor >>> on Jenkins. >>> >>> I get: >>> >>> 17:48:10 > Task :sdks:python:container:py37:docker >>> 17:49:36 The command '/bin/sh -c pip install -r >>> /tmp/base_image_requirements.txt && python -c "from >>> google.protobuf.internal import api_implementation; assert >>> api_implementation._default_implementation_type == 'cpp'; print >>> ('Verified fast protobuf used.')" && rm -rf /root/.cache/pip' returned a >>> non-zero code: 1 >>> 17:49:36 >>> 17:49:36 > Task :sdks:python:container:py37:docker FAILED >>> >>> >>> Cheers, >>> Max >>> >>>