See <https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/2654/display/redirect>
Changes: ------------------------------------------ [...truncated 1.14 MB...] 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.0 pytz==2021.3 PyYAML==6.0 regex==2022.1.18 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==57.5.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.62.3 typing-inspect==0.7.1 typing-utils==0.1.0 typing_extensions==4.0.1 uritemplate==4.1.1 urllib3==1.26.8 wcwidth==0.2.5 websocket-client==1.2.3 Werkzeug==2.0.3 wheel==0.37.1 wrapt==1.13.3 zipp==3.7.0 Removing intermediate container 662708865ca5 ---> 3733b6fc339f Step 16/31 : COPY target/LICENSE /opt/apache/beam/ ---> ad349a5653c3 Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/ ---> 1ce770cfc921 Step 18/31 : COPY target/NOTICE /opt/apache/beam/ ---> 2187613a74a3 Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/ ---> d24c3b35da56 Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in 2c5f94b4bf06 Removing intermediate container 2c5f94b4bf06 ---> c524f9220cbc Step 21/31 : FROM beam as third_party_licenses ---> c524f9220cbc Step 22/31 : ARG pull_licenses ---> Running in cbd4ae06f9a5 Removing intermediate container cbd4ae06f9a5 ---> 82a57f987ce9 Step 23/31 : COPY target/license_scripts /tmp/license_scripts/ ---> 77b6b49eba41 Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> 0a0169d51cd1 Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in 6214e3970c64 Removing intermediate container 6214e3970c64 ---> 48e2e108f8d2 Step 26/31 : COPY target/license_scripts /tmp/license_scripts/ ---> 73557f01b81d 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 1b6c03d8f442 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.8/site-packages (6.0) Requirement already satisfied: tenacity in /usr/local/lib/python3.8/site-packages (5.1.5) Collecting PTable Downloading PTable-0.9.2.tar.gz (31 kB) Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/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=ce3f2e4d585d4819938c09d69fc6139ba111ff5af3bf85bdb73b868d6af4c8a2 Stored in directory: /root/.cache/pip/wheels/1b/3a/02/8d8da2bca2223dda2f827949c88b2d82dc85dccbc2bb6265e5 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 22.0.3 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. [0mSkip pulling license for bs4 [91mINFO:root:Successfully pulled licenses for 137 dependencies [0mRemoving intermediate container 1b6c03d8f442 ---> 602eb381e9ef Step 28/31 : FROM beam ---> c524f9220cbc Step 29/31 : ARG pull_licenses ---> Running in 1db69d6bfefa Removing intermediate container 1db69d6bfefa ---> 9de08a1f8f00 Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses ---> 82377cc8c5a2 Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in c833ae6a6949 Removing intermediate container c833ae6a6949 ---> 7abcfeaf6e9a Successfully built 7abcfeaf6e9a Successfully tagged gcr.io/apache-beam-testing/beam-sdk/beam_python3.8_sdk:2.38.0.dev > Task > :sdks:python:container:py38:dockerTagF87f1462f7285dae6026495146eddd39f1cb2d3d > Task :sdks:python:container:py37:docker [91mINFO:root:Successfully pulled licenses for 138 dependencies [0mSkip pulling license for bs4 Removing intermediate container 8150347b3051 ---> 498a368f85a7 Step 28/31 : FROM beam ---> be19d5128d7e Step 29/31 : ARG pull_licenses ---> Running in 2742bec64a84 Removing intermediate container 2742bec64a84 ---> 28496ae12625 Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses ---> c07a2f7389b4 Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in bfd72f7c734d > Task :sdks:python:container:py39:docker Removing intermediate container 47127c3fd8a5 ---> 820f1c9d6daf Step 16/31 : COPY target/LICENSE /opt/apache/beam/ ---> e36ccc371282 Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/ ---> e1ebc57ad794 Step 18/31 : COPY target/NOTICE /opt/apache/beam/ ---> b3a6490a2f39 Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/ ---> 4a3984b7bdf4 Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in 358a09afa6ae Removing intermediate container 358a09afa6ae ---> d898ff2a7753 Step 21/31 : FROM beam as third_party_licenses ---> d898ff2a7753 Step 22/31 : ARG pull_licenses ---> Running in 805f9f2e48f5 Removing intermediate container 805f9f2e48f5 ---> 662c3fd17015 Step 23/31 : COPY target/license_scripts /tmp/license_scripts/ ---> 5ce5af1bf312 Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> b00ba613c6f3 Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in 2ee8edc5696e Removing intermediate container 2ee8edc5696e ---> 83560202ab5b Step 26/31 : COPY target/license_scripts /tmp/license_scripts/ ---> 555aab3d379a 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 2734048f421e 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) 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=24d33d4eb51c0075dc72e7761bf904481a075133d0f27a9be43470c05d8dd086 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[91mWARNING: You are using pip version 21.2.4; however, version 22.0.3 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. [0m[91mINFO:root:Successfully pulled licenses for 137 dependencies [0mSkip pulling license for bs4 Removing intermediate container 2734048f421e ---> d3d34543a2c9 Step 28/31 : FROM beam ---> d898ff2a7753 Step 29/31 : ARG pull_licenses ---> Running in eb8727ca707a Removing intermediate container eb8727ca707a ---> b2d50d4c6dd1 Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses ---> 82987dba6cd7 Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in 0ee591179212 > Task > :sdks:python:container:py37:dockerTagF87f1462f7285dae6026495146eddd39f1cb2d3d > Task > :sdks:python:container:py39:dockerTagF87f1462f7285dae6026495146eddd39f1cb2d3d > Task > :sdks:python:container:py38:dockerPushF87f1462f7285dae6026495146eddd39f1cb2d3d > Task > :sdks:python:container:py37:dockerPushF87f1462f7285dae6026495146eddd39f1cb2d3d > Task > :sdks:python:container:py39:dockerPushF87f1462f7285dae6026495146eddd39f1cb2d3d > Task :sdks:python:container:py38:dockerTagLatest > Task :sdks:python:container:py38:dockerPushLatest > Task :sdks:python:container:py38:dockerTagsPush > Task :sdks:python:container:py37:dockerTagLatest > Task :sdks:python:container:py37:dockerPushLatest > Task :sdks:python:container:py37:dockerTagsPush > Task :sdks:python:container:py39:dockerTagLatest > Task :sdks:python:container:py39:dockerPushLatest > Task :sdks:python:container:py39:dockerTagsPush FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':sdks:python:container:py36:docker'. > Process 'command 'docker'' finished with non-zero exit value 2 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.3.2/userguide/command_line_interface.html#sec:command_line_warnings Execution optimizations have been disabled for 3 invalid unit(s) of work during this build to ensure correctness. Please consult deprecation warnings for more details. BUILD FAILED in 13m 18s 174 actionable tasks: 136 executed, 25 from cache, 13 up-to-date Publishing build scan... https://gradle.com/s/7scng7ohje7tk 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]
