Maximilian Michels created BEAM-9854:
----------------------------------------
Summary: Docker container build fails
(:sdks:python:container:py37:docker)
Key: BEAM-9854
URL: https://issues.apache.org/jira/browse/BEAM-9854
Project: Beam
Issue Type: Bug
Components: build-system, sdk-py-harness
Reporter: Maximilian Michels
The {{:sdks:python:container:py37:docker}} goal doesn't build, e.g.:
https://builds.apache.org/job/beam_LoadTests_Python_ParDo_Flink_Streaming_PR/5/console
{noformat}
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
17:49:36
17:49:36 FAILURE: Build failed with an exception.
17:49:36
17:49:36 * What went wrong:
17:49:36 Execution failed for task ':sdks:python:container:py37:docker'.
17:49:36 > Process 'command 'docker'' finished with non-zero exit value 1
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)