See <https://ci-beam.apache.org/job/beam_PreCommit_PythonDocker_Cron/2818/display/redirect>
Changes: ------------------------------------------ [...truncated 1.61 MB...] pluggy==0.13.1 proto-plus==1.20.3 protobuf==3.19.4 psycopg2-binary==2.9.3 py==1.11.0 pyarrow==6.0.1 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.21 pydot==1.4.2 PyHamcrest==1.10.1 pymongo==3.12.3 PyMySQL==1.0.2 pyparsing==2.4.7 pytest==4.6.11 pytest-forked==1.4.0 pytest-timeout==1.4.2 pytest-xdist==1.34.0 python-dateutil==2.8.2 python-snappy==0.6.1 pytz==2021.3 PyYAML==6.0 regex==2022.3.2 requests==2.27.1 requests-mock==1.9.3 requests-oauthlib==1.3.1 rsa==4.8 scikit-learn==1.0.2 scipy==1.8.0 setuptools==58.1.0 six==1.16.0 soupsieve==2.3.1 SQLAlchemy==1.4.31 tenacity==5.1.5 tensorboard==2.8.0 tensorboard-data-server==0.6.1 tensorboard-plugin-wit==1.8.1 tensorflow==2.8.0 tensorflow-io-gcs-filesystem==0.24.0 termcolor==1.1.0 testcontainers==3.4.2 tf-estimator-nightly==2.8.0.dev2021122109 threadpoolctl==3.1.0 tqdm==4.63.0 typing-inspect==0.7.1 typing-utils==0.1.0 typing_extensions==4.1.1 uritemplate==4.1.1 urllib3==1.26.8 wcwidth==0.2.5 websocket-client==1.3.1 Werkzeug==2.0.3 wheel==0.37.1 wrapt==1.13.3 zipp==3.7.0 Removing intermediate container cf269731fe74 ---> af48a29c25b6 Step 16/31 : COPY target/LICENSE /opt/apache/beam/ ---> c56145c7d7eb Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/ ---> 1fd4ef3794b4 Step 18/31 : COPY target/NOTICE /opt/apache/beam/ ---> 3031dc2d1963 Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/ ---> 4a59a015645d Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in 8d6073cebef1 Removing intermediate container 8d6073cebef1 ---> 55d6caf3c58f Step 21/31 : FROM beam as third_party_licenses ---> 55d6caf3c58f Step 22/31 : ARG pull_licenses ---> Running in 1dc4b4f9c9e4 Removing intermediate container 1dc4b4f9c9e4 ---> dd712d59f502 Step 23/31 : COPY target/license_scripts /tmp/license_scripts/ ---> 9e70e77bf608 Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> 669f5cf9dba0 Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in 0351925c0873 Removing intermediate container 0351925c0873 ---> 95c8d74cbd3c Step 26/31 : COPY target/license_scripts /tmp/license_scripts/ ---> f50c696652e0 Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then pip install 'pip-licenses<3.0.0' pyyaml tenacity && python /tmp/license_scripts/pull_licenses_py.py ; fi ---> Running in a8caaeb71024 Collecting pip-licenses<3.0.0 Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB) Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/site-packages (6.0) Requirement already satisfied: tenacity in /usr/local/lib/python3.9/site-packages (5.1.5) Collecting PTable Downloading PTable-0.9.2.tar.gz (31 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.9/site-packages (from tenacity) (1.16.0) Building wheels for collected packages: PTable Building wheel for PTable (setup.py): started Building wheel for PTable (setup.py): finished with status 'done' Created wheel for PTable: filename=PTable-0.9.2-py3-none-any.whl size=22925 sha256=1852ba7aa0400f088c6ffb1611c4068b76eba6c4bce1177f7bc5ab06d86e5d4b Stored in directory: /root/.cache/pip/wheels/b8/d5/8b/e0c9765594e0dc8093aae5f67eacc08b9b533da598c710b54a Successfully built PTable Installing collected packages: PTable, pip-licenses Successfully installed PTable-0.9.2 pip-licenses-2.3.0 [91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [0m[91mTraceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/piplicenses.py", line 40, in <module> [0m[91m from pip._internal.utils.misc import get_installed_distributions ImportError: cannot import name 'get_installed_distributions' from 'pip._internal.utils.misc' (/usr/local/lib/python3.9/site-packages/pip/_internal/utils/misc.py) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/pip-licenses", line 5, in <module> [0m[91m from piplicenses import main File "/usr/local/lib/python3.9/site-packages/piplicenses.py", line 42, in <module> [0m[91m from pip import get_installed_distributions ImportError: cannot import name 'get_installed_distributions' from 'pip' (/usr/local/lib/python3.9/site-packages/pip/__init__.py) [0m[91mTraceback (most recent call last): [0m[91m File "/tmp/license_scripts/pull_licenses_py.py", line 166, in <module> [0m[91m dependencies = run_pip_licenses() File "/tmp/license_scripts/pull_licenses_py.py", line 49, in run_pip_licenses [0m[91m dependencies = run_bash_command(command) File "/tmp/license_scripts/pull_licenses_py.py", line 44, in run_bash_command [0m[91m return subprocess.check_output(command.split()).decode('utf-8') [0m[91m File "/usr/local/lib/python3.9/subprocess.py", line 424, in check_output [0m[91m return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, [0m[91m File "/usr/local/lib/python3.9/subprocess.py", line 528, in run [0m[91m raise CalledProcessError(retcode, process.args, [0m[91msubprocess.CalledProcessError: Command '['pip-licenses', '--with-license-file', '--with-urls', '--from=mixed', '--ignore', 'apache-beam', '--format=json']' returned non-zero exit status 1. [0mThe command '/bin/sh -c if [ "$pull_licenses" = "true" ] ; then pip install 'pip-licenses<3.0.0' pyyaml tenacity && python /tmp/license_scripts/pull_licenses_py.py ; fi' returned a non-zero code: 1 :sdks:python:container:py39:docker (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 12 mins 11.939 secs. > Task :sdks:python:container:py36:docker Building wheel for PTable (setup.py): finished with status 'done' Created wheel for PTable: filename=PTable-0.9.2-py3-none-any.whl size=22924 sha256=61ee9d98b365a75de91d656eca9b77113d3b5920ed06337bc0e0f9f9c68097c8 Stored in directory: /root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e Successfully built PTable Installing collected packages: PTable, pip-licenses Successfully installed PTable-0.9.2 pip-licenses-2.3.0 [91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [0m[91mWARNING: You are using pip version 21.2.4; however, version 21.3.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. [0m > Task :sdks:python:container:py37:docker FAILED Building wheel for PTable (setup.py): finished with status 'done' Created wheel for PTable: filename=PTable-0.9.2-py3-none-any.whl size=22925 sha256=9d01b793df68fe431bf63fc0e0c37e777de689c34f6f608c77f394918a168de5 Stored in directory: /root/.cache/pip/wheels/33/df/2f/674985b3f8a2de3f96357d1eadef5110f74fa91b3785e52a54 Successfully built PTable Installing collected packages: PTable, pip-licenses Successfully installed PTable-0.9.2 pip-licenses-2.3.0 [91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [0m[91mTraceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/piplicenses.py", line 40, in <module> from pip._internal.utils.misc import get_installed_distributions ImportError: cannot import name 'get_installed_distributions' from 'pip._internal.utils.misc' (/usr/local/lib/python3.7/site-packages/pip/_internal/utils/misc.py) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/pip-licenses", line 5, in <module> from piplicenses import main File "/usr/local/lib/python3.7/site-packages/piplicenses.py", line 42, in <module> from pip import get_installed_distributions ImportError: cannot import name 'get_installed_distributions' from 'pip' (/usr/local/lib/python3.7/site-packages/pip/__init__.py) [0m[91mTraceback (most recent call last): File "/tmp/license_scripts/pull_licenses_py.py", line 166, in <module> dependencies = run_pip_licenses() File "/tmp/license_scripts/pull_licenses_py.py", line 49, in run_pip_licenses dependencies = run_bash_command(command) File "/tmp/license_scripts/pull_licenses_py.py", line 44, in run_bash_command return subprocess.check_output(command.split()).decode('utf-8') File "/usr/local/lib/python3.7/subprocess.py", line 411, in check_output **kwargs).stdout File "/usr/local/lib/python3.7/subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['pip-licenses', '--with-license-file', '--with-urls', '--from=mixed', '--ignore', 'apache-beam', '--format=json']' returned non-zero exit status 1. [0mThe command '/bin/sh -c if [ "$pull_licenses" = "true" ] ; then pip install 'pip-licenses<3.0.0' pyyaml tenacity && python /tmp/license_scripts/pull_licenses_py.py ; fi' returned a non-zero code: 1 :sdks:python:container:py37:docker (Thread[Daemon worker,5,main]) completed. Took 12 mins 14.755 secs. > Task :sdks:python:container:py36:docker [91mINFO:root:Successfully pulled licenses for 139 dependencies [0mSkip pulling license for bs4 Removing intermediate container aed73b5699f6 ---> 477e6e585582 Step 28/31 : FROM beam ---> 6187492bc9e5 Step 29/31 : ARG pull_licenses ---> Running in 9f015d817666 Removing intermediate container 9f015d817666 ---> 973a5ce726b9 Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses ---> 28e3a95a9c54 Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in 3f726db5b55e Removing intermediate container 3f726db5b55e ---> 7e7bc068f602 Successfully built 7e7bc068f602 Successfully tagged apache/beam_python3.6_sdk:2.38.0.dev :sdks:python:container:py36:docker (Thread[Execution worker for ':' Thread 11,5,main]) completed. Took 12 mins 30.197 secs. FAILURE: Build completed with 3 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:container:py38:docker'. > Process 'command 'docker'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:container:py39:docker'. > Process 'command 'docker'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':sdks:python:container:py37:docker'. > Process 'command 'docker'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== * Get more help at https://help.gradle.org BUILD FAILED in 14m 38s 50 actionable tasks: 39 executed, 4 from cache, 7 up-to-date Publishing build scan... https://gradle.com/s/ngxpilqrd57gm Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
