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

Changes:

[noreply] Extract playground components (#23253)


------------------------------------------
[...truncated 1.37 MB...]
urllib3==1.26.11
websocket-client==1.3.3
Werkzeug==2.2.1
wheel==0.37.1
wrapt==1.14.1
zipp==3.8.1
zstandard==0.18.0
Removing intermediate container 0cc6deb5b449
 ---> 2bfded0e08bd
Step 17/32 : COPY target/LICENSE /opt/apache/beam/
 ---> 1161699ceb99
Step 18/32 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 0af90adce93d
Step 19/32 : COPY target/NOTICE /opt/apache/beam/
 ---> 5a24c51723b1
Step 20/32 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> ca42fc8c36b9
Step 21/32 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 3db50b4122f7
Removing intermediate container 3db50b4122f7
 ---> f15a3eede320
Step 22/32 : FROM beam as third_party_licenses
 ---> f15a3eede320
Step 23/32 : ARG pull_licenses
 ---> Running in 2e9b607f87c9
Removing intermediate container 2e9b607f87c9
 ---> 4ccd58a76e95
Step 24/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> 40e95e877e46
Step 25/32 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 3aedafc77229
Step 26/32 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 33a7bd5b070f
Removing intermediate container 33a7bd5b070f
 ---> bb13df472074
Step 27/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> 340844b75131
Step 28/32 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 
'pip-licenses<4.0.0' pyyaml tenacity &&       python 
/tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in efc836a16357
Collecting pip-licenses<4.0.0
  Downloading pip_licenses-3.5.4-py3-none-any.whl (17 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)
  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.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=22908 
sha256=a3375495be44f4398c816538f0bcd86e5e34dabf46b61ff121b9db0bbc7b1478
  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-3.5.4
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
INFO:root:Successfully pulled licenses for 136 dependencies
Skip pulling license for  bs4
Removing intermediate container efc836a16357
 ---> 875fe2657fd5
Step 29/32 : FROM beam
 ---> f15a3eede320
Step 30/32 : ARG pull_licenses
 ---> Running in d1310fc5fe6f
Removing intermediate container d1310fc5fe6f
 ---> 89c7e392152c
Step 31/32 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 6bb3e621cf40
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 2f61fdee29ee
Removing intermediate container 2f61fdee29ee
 ---> 9a5b4dae84d8
Successfully built 9a5b4dae84d8
Successfully tagged 
gcr.io/apache-beam-testing/beam-sdk/beam_python3.8_sdk:2.43.0.dev

> Task :sdks:python:container:py37:docker
Collecting pip-licenses<4.0.0
  Downloading pip_licenses-3.5.4-py3-none-any.whl (17 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)
  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.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=22908 
sha256=187127c992c3f88d9f140ab9265136f38e7069904ceccf4d5590791d6854d3b4
  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-3.5.4
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
INFO:root:Successfully pulled licenses for 136 dependencies
Skip pulling license for  bs4
Removing intermediate container 7e7bf87de5df
 ---> 040378e320cc
Step 29/32 : FROM beam
 ---> 078278a5ac75
Step 30/32 : ARG pull_licenses
 ---> Running in e9a7b40028ae
Removing intermediate container e9a7b40028ae
 ---> 2a2563d70b1a
Step 31/32 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 4e4b602d5243
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in a06256f3687c

> Task :sdks:python:container:py39:docker
INFO:root:Successfully pulled licenses for 136 dependencies
Skip pulling license for  bs4
Removing intermediate container 5780b029dbf1
 ---> cb5a15f719ac
Step 29/32 : FROM beam
 ---> 144b4b256da5
Step 30/32 : ARG pull_licenses
 ---> Running in 47d5a0376680
Removing intermediate container 47d5a0376680
 ---> 693c3b3d4bdc
Step 31/32 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> a5599a1f141d
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in bed379f6b1df
Removing intermediate container bed379f6b1df
 ---> 67a6274208de
Successfully built 67a6274208de
Successfully tagged 
gcr.io/apache-beam-testing/beam-sdk/beam_python3.9_sdk:2.43.0.dev

> Task 
> :sdks:python:container:py38:dockerTagC4fe823b4f9e8fc4711478749efb35cd143bfce2
> Task 
> :sdks:python:container:py39:dockerTagC4fe823b4f9e8fc4711478749efb35cd143bfce2
> Task 
> :sdks:python:container:py37:dockerTagC4fe823b4f9e8fc4711478749efb35cd143bfce2
> Task 
> :sdks:python:container:py38:dockerPushC4fe823b4f9e8fc4711478749efb35cd143bfce2
> Task 
> :sdks:python:container:py39:dockerPushC4fe823b4f9e8fc4711478749efb35cd143bfce2
> Task 
> :sdks:python:container:py37:dockerPushC4fe823b4f9e8fc4711478749efb35cd143bfce2
> Task :sdks:python:container:py38:dockerTagLatest

> Task :sdks:python:container:py38:dockerPushLatest
The push refers to repository 
[gcr.io/apache-beam-testing/beam-sdk/beam_python3.8_sdk]
c942e9136f34: Preparing
946e70e64e23: Preparing
52b6ca321b2b: Preparing
7c91d93c1542: Preparing
3d863eedf67f: Preparing
96cafb768d8f: Preparing
7b9060a48c5e: Preparing
164285575d8f: Preparing
3e0c2be1a6a7: Preparing
99154d6e5dc7: Preparing
fd3eec3a6d1e: Preparing
e4675bdb341c: Preparing
33dc6653df5e: Preparing
dd8a1389c4ea: Preparing
71c735a569a2: Preparing
c112daac83e5: Preparing
8f0223524d61: Preparing
6966fb7c59ef: Preparing
b78efdac8138: Preparing
bcc8223cbebf: Preparing
7c91d93c1542: Waiting
a24f9e96a54c: Preparing
54b354c15c5a: Preparing
e4675bdb341c: Waiting
3d863eedf67f: Waiting
b9fcb0f781e4: Preparing
33dc6653df5e: Waiting
fd3eec3a6d1e: Waiting
96cafb768d8f: Waiting
99154d6e5dc7: Waiting
6966fb7c59ef: Waiting
dd8a1389c4ea: Waiting
7b9060a48c5e: Waiting
3e0c2be1a6a7: Waiting
bcc8223cbebf: Waiting
71c735a569a2: Waiting
54b354c15c5a: Waiting
8f0223524d61: Waiting
c112daac83e5: Waiting
a24f9e96a54c: Waiting
b9fcb0f781e4: Waiting
164285575d8f: Waiting
c942e9136f34: Layer already exists
52b6ca321b2b: Layer already exists
946e70e64e23: Layer already exists
96cafb768d8f: Layer already exists
3d863eedf67f: Layer already exists
7c91d93c1542: Layer already exists
164285575d8f: Layer already exists
3e0c2be1a6a7: Layer already exists
7b9060a48c5e: Layer already exists
99154d6e5dc7: Layer already exists
e4675bdb341c: Layer already exists
fd3eec3a6d1e: Layer already exists
33dc6653df5e: Layer already exists
dd8a1389c4ea: Layer already exists
71c735a569a2: Layer already exists
8f0223524d61: Layer already exists
c112daac83e5: Layer already exists
6966fb7c59ef: Layer already exists
b78efdac8138: Layer already exists
bcc8223cbebf: Layer already exists
a24f9e96a54c: Layer already exists
54b354c15c5a: Layer already exists
b9fcb0f781e4: Layer already exists
latest: digest: 
sha256:b1ac246230f522ee585926057f35ec8b987db784accda4d50afe5d9bec620dd2 size: 
5156

> Task :sdks:python:container:py38:dockerTagsPush

> Task 
> :sdks:python:container:py39:dockerPushC4fe823b4f9e8fc4711478749efb35cd143bfce2
e1b28fde8152: Pushed
c4fe823b4f9e8fc4711478749efb35cd143bfce2: digest: 
sha256:1e157244e61787aba1ddf9717714b725f395e724ae4eb037379c2921ff74d253 size: 
5156

> Task :sdks:python:container:py39:dockerTagLatest
> Task :sdks:python:container:py39:dockerPushLatest
> Task :sdks:python:container:py39:dockerTagsPush
> Task :sdks:python:container:py37:dockerTagLatest
> Task :sdks:python:container:py37:dockerPushLatest
> Task :sdks:python:container:py37:dockerTagsPush

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:java:container:java8:docker'.
> Process 'command 'docker'' 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.

* 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.5.1/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 16m 18s
164 actionable tasks: 127 executed, 25 from cache, 12 up-to-date

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

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