See 
<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/2281/display/redirect?page=changes>

Changes:

[noreply] Merge pull request #16061 from [BEAM-13428] [Playground] Integrate


------------------------------------------
[...truncated 1.23 MB...]
orjson==3.6.4
packaging==21.3
pandas==1.3.4
parameterized==0.7.5
pbr==5.8.0
pip==21.2.4
pluggy==0.13.1
proto-plus==1.19.8
protobuf==3.19.1
psycopg2-binary==2.9.2
py==1.11.0
pyarrow==6.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pydot==1.4.2
PyHamcrest==1.10.1
pymongo==3.12.2
pyparsing==2.4.7
pytest==4.6.11
pytest-forked==1.3.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==2021.11.10
requests==2.26.0
requests-mock==1.9.3
requests-oauthlib==1.3.0
rsa==4.8
scikit-learn==1.0.1
scipy==1.7.3
setuptools==57.5.0
six==1.16.0
soupsieve==2.3.1
SQLAlchemy==1.4.27
tenacity==5.1.5
tensorboard==2.7.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.0
tensorflow==2.7.0
tensorflow-estimator==2.7.0
tensorflow-io-gcs-filesystem==0.22.0
termcolor==1.1.0
testcontainers==3.4.2
threadpoolctl==3.0.0
tqdm==4.62.3
typing-extensions==3.10.0.2
typing-inspect==0.7.1
uritemplate==4.1.1
urllib3==1.26.7
wcwidth==0.2.5
websocket-client==1.2.1
Werkzeug==2.0.2
wheel==0.37.0
wrapt==1.13.3
zipp==3.6.0
Removing intermediate container 34a14b2af491
 ---> 3ff1258363d0
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> d115911c2041
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> a57bacd3637b
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> e7187b455043
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> 00f5d6de41d9
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 0896093efb2c
Removing intermediate container 0896093efb2c
 ---> d2987db595d1
Step 21/31 : FROM beam as third_party_licenses
 ---> d2987db595d1
Step 22/31 : ARG pull_licenses
 ---> Running in 20b10032f1f9
Removing intermediate container 20b10032f1f9
 ---> 7bf140f661ea
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> d336d7c3d363
Step 24/31 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 6ceb81713e32
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 6a0506bc9c25
Removing intermediate container 6a0506bc9c25
 ---> cf063d80c876
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 25ab0ebf819a
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 e5a16dd72abe
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.7/site-packages 
(6.0)
Requirement already satisfied: tenacity in 
/usr/local/lib/python3.7/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.7/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=22924 
sha256=ce3f6c01d86de8abac5149689588e11fcefda890d0a5d39716bba723cc3b1987
  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
WARNING: 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
WARNING: 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.
INFO:root:Successfully pulled licenses for 130 dependencies
Skip pulling license for  bs4
Removing intermediate container e5a16dd72abe
 ---> 53651156606c
Step 28/31 : FROM beam
 ---> d2987db595d1
Step 29/31 : ARG pull_licenses
 ---> Running in 3bb4ea565547
Removing intermediate container 3bb4ea565547
 ---> cf85f48944e7
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> f72998e4053c
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 97c6c49e33f4

> Task :sdks:python:container:py38:docker
Removing intermediate container 4e5c78319a8f
 ---> 2429dbae34f8
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> f81130f62de1
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 9c87d6f3201c
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> 8f3fbd781226
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> fc8ed6e37b87
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 7630baab94bb
Removing intermediate container 7630baab94bb
 ---> 22382b5761aa
Step 21/31 : FROM beam as third_party_licenses
 ---> 22382b5761aa
Step 22/31 : ARG pull_licenses
 ---> Running in 71a601d8cea6
Removing intermediate container 71a601d8cea6
 ---> 0d5ef91cf3eb
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> c4809f5ecee6
Step 24/31 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 20e243747884
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 14ebf665008e
Removing intermediate container 14ebf665008e
 ---> c9290924ab1b
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 4ed45e10a042
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 cf99f2f04ec7
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=22924 
sha256=ce3f6c01d86de8abac5149689588e11fcefda890d0a5d39716bba723cc3b1987
  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
WARNING: 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
WARNING: 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.
INFO:root:Successfully pulled licenses for 129 dependencies
Skip pulling license for  bs4
Removing intermediate container cf99f2f04ec7
 ---> 864c817d7419
Step 28/31 : FROM beam
 ---> 22382b5761aa
Step 29/31 : ARG pull_licenses
 ---> Running in 637dca607daf
Removing intermediate container 637dca607daf
 ---> de29ee1610d6
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 3f8d73adcacb
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 0fc83b9cc386
Removing intermediate container 0fc83b9cc386
 ---> 553efa1eb1d6
Successfully built 553efa1eb1d6
Successfully tagged 
gcr.io/apache-beam-testing/beam-sdk/beam_python3.8_sdk:2.36.0.dev

> Task 
> :sdks:python:container:py38:dockerTag48357002c458a1245f5c627019f90bb04a061750

> Task :sdks:python:container:py36:docker
INFO:root:Successfully pulled licenses for 130 dependencies
Skip pulling license for  bs4
Removing intermediate container 01da4393ad3f
 ---> 1fa2eff6cda5
Step 28/31 : FROM beam
 ---> dfd682a255a9
Step 29/31 : ARG pull_licenses
 ---> Running in 1f5a9db621b9
Removing intermediate container 1f5a9db621b9
 ---> f73a1001980b
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 9de19f1d5ef2
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 205a1da48155

> Task 
> :sdks:python:container:py37:dockerTag48357002c458a1245f5c627019f90bb04a061750
> Task 
> :sdks:python:container:py36:dockerTag48357002c458a1245f5c627019f90bb04a061750
> Task 
> :sdks:python:container:py38:dockerPush48357002c458a1245f5c627019f90bb04a061750
> Task 
> :sdks:python:container:py37:dockerPush48357002c458a1245f5c627019f90bb04a061750
> Task 
> :sdks:python:container:py36:dockerPush48357002c458a1245f5c627019f90bb04a061750
> 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:py36:dockerTagLatest
> Task :sdks:python:container:py36:dockerPushLatest
> Task :sdks:python:container:py36:dockerTagsPush

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:java:container:pullLicenses'.
> Process 'command './license_scripts/license_script.sh'' finished with 
> non-zero exit value 1

* 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 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 12m 51s
137 actionable tasks: 107 executed, 21 from cache, 9 up-to-date

Publishing build scan...
https://gradle.com/s/mjxkq7sex2g4o

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]

Reply via email to