See 
<https://ci-beam.apache.org/job/beam_Publish_Beam_SDK_Snapshots/4343/display/redirect>

Changes:


------------------------------------------
[...truncated 1.91 MB...]
 ---> 575fd30f40a2
Step 20/32 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> 075a289cf4ff
Step 21/32 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in d2d55de5a798
Removing intermediate container d2d55de5a798
 ---> f149f5a9adca
Step 22/32 : FROM beam as third_party_licenses
 ---> f149f5a9adca
Step 23/32 : ARG pull_licenses
 ---> Running in d871159c98ff
Removing intermediate container d871159c98ff
 ---> df26149aa10c
Step 24/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> a390700696b8
Step 25/32 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> ca9566158ebc
Step 26/32 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 7aafce4628ba
Removing intermediate container 7aafce4628ba
 ---> 811a7b13608e
Step 27/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> b8f8dc8565b1
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 c6fdab781492

> Task :sdks:python:container:py310:docker
INFO:root:Successfully pulled licenses for 135 dependencies
Skip pulling license for  bs4
Removing intermediate container ccf329b62d83
 ---> 47751c0e6fde
Step 29/32 : FROM beam
 ---> 4c700693c5f4
Step 30/32 : ARG pull_licenses
 ---> Running in 77ac397c62c1
Removing intermediate container 77ac397c62c1
 ---> 3d019db0d0c5
Step 31/32 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 4172138ed25c
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in d6485fe96388
Removing intermediate container d6485fe96388
 ---> 102b4094e73b
Successfully built 102b4094e73b
Successfully tagged 
gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:2.44.0.dev

> Task :sdks:python:container:py38:docker
Removing intermediate container 100c4c3d9555
 ---> 4b21c2e8dd5f
Step 27/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> a3245196c630
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 f4c345279f3a
Collecting pip-licenses<4.0.0
  Downloading pip_licenses-3.5.5-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=619c4fc9fdaac75415bd19dff965ee13f9dc2f6928e46987e24c535532894ded
  Stored in directory: 
/root/.cache/pip/wheels/d6/9b/52/533c87ba064d810efcd0e49de4c059c822e60d75cc0a6313ec
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-3.5.5
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
Skip pulling license for  bs4
INFO:root:Successfully pulled licenses for 143 dependencies
Removing intermediate container f4c345279f3a
 ---> 92c32688b148
Step 29/32 : FROM beam
 ---> 96d9165f69c7
Step 30/32 : ARG pull_licenses
 ---> Running in 461a21fa4390
Removing intermediate container 461a21fa4390
 ---> 6491fe819a3b
Step 31/32 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 46d642e2bdd7
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 8ec4f988bd36

> Task 
> :sdks:python:container:py310:dockerTagFd7e86269fa7d7827c2799b613eeea094a070491

> Task :sdks:python:container:py39:docker
  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=22908 
sha256=148122dc51cf041c5a9f2f38edb7beb8254954b1944b4c84f321de6ced01aa95
  Stored in directory: 
/root/.cache/pip/wheels/76/1b/1b/5bec0ab28afde5214c43735d6760d01a5dda7603b83d679871
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-3.5.5
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 143 dependencies
Skip pulling license for  bs4
Removing intermediate container 86bbd1425876
 ---> 1b1be347f795
Step 29/32 : FROM beam
 ---> 4e3ad66b7fb5
Step 30/32 : ARG pull_licenses
 ---> Running in 36c3c4a909db
Removing intermediate container 36c3c4a909db
 ---> 4e3d6cdb0c7a
Step 31/32 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 59a6d31620b0
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 7afe500d910b

> Task 
> :sdks:python:container:py38:dockerTagFd7e86269fa7d7827c2799b613eeea094a070491

> Task :sdks:python:container:py39:docker
Removing intermediate container 7afe500d910b
 ---> ed64bd963302
Successfully built ed64bd963302
Successfully tagged 
gcr.io/apache-beam-testing/beam-sdk/beam_python3.9_sdk:2.44.0.dev

> Task 
> :sdks:python:container:py39:dockerTagFd7e86269fa7d7827c2799b613eeea094a070491
> Task 
> :sdks:python:container:py37:dockerTagFd7e86269fa7d7827c2799b613eeea094a070491
> Task 
> :sdks:python:container:py310:dockerPushFd7e86269fa7d7827c2799b613eeea094a070491
> Task 
> :sdks:python:container:py38:dockerPushFd7e86269fa7d7827c2799b613eeea094a070491
> Task 
> :sdks:python:container:py39:dockerPushFd7e86269fa7d7827c2799b613eeea094a070491
> Task 
> :sdks:python:container:py37:dockerPushFd7e86269fa7d7827c2799b613eeea094a070491
> Task :sdks:python:container:py310:dockerTagLatest
> Task :sdks:python:container:py310:dockerPushLatest
> Task :sdks:python:container:py310:dockerTagsPush
> 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]
fba5ed3437ea: Preparing
98305dfa99b3: Preparing
c96c55a14b1f: Preparing
3beebe37c0aa: Preparing
5842041db939: Preparing
76de2e8aa2d1: Preparing
11ab575e9836: Preparing
b9137c56862e: Preparing
fcd4e1d0176b: Preparing
04942b09c768: Preparing
e1e7fb6c4ac9: Preparing
1e23f7b188e7: Preparing
0f5b7031dead: Preparing
cdcfbb05efbc: Preparing
b45cdf575114: Preparing
c96c55a14b1f: Waiting
2a83e40fce9c: Preparing
159c88093839: Preparing
3beebe37c0aa: Waiting
e6e9854ca999: Preparing
397a239a053b: Preparing
89c3244a87b2: Preparing
5842041db939: Waiting
80231db1194c: Preparing
f1c1f2298584: Preparing
ccba29d69370: Preparing
76de2e8aa2d1: Waiting
b9137c56862e: Waiting
e1e7fb6c4ac9: Waiting
11ab575e9836: Waiting
fcd4e1d0176b: Waiting
397a239a053b: Waiting
cdcfbb05efbc: Waiting
04942b09c768: Waiting
1e23f7b188e7: Waiting
f1c1f2298584: Waiting
2a83e40fce9c: Waiting
159c88093839: Waiting
0f5b7031dead: Waiting
89c3244a87b2: Waiting
ccba29d69370: Waiting
80231db1194c: Waiting
e6e9854ca999: Waiting
fba5ed3437ea: Layer already exists
98305dfa99b3: Layer already exists
3beebe37c0aa: Layer already exists
c96c55a14b1f: Layer already exists
76de2e8aa2d1: Layer already exists
5842041db939: Layer already exists
11ab575e9836: Layer already exists
b9137c56862e: Layer already exists
fcd4e1d0176b: Layer already exists
04942b09c768: Layer already exists
e1e7fb6c4ac9: Layer already exists
1e23f7b188e7: Layer already exists
0f5b7031dead: Layer already exists
cdcfbb05efbc: Layer already exists
b45cdf575114: Layer already exists
2a83e40fce9c: Layer already exists
159c88093839: Layer already exists
e6e9854ca999: Layer already exists
397a239a053b: Layer already exists
80231db1194c: Layer already exists
89c3244a87b2: Layer already exists
ccba29d69370: Layer already exists
f1c1f2298584: Layer already exists
latest: digest: 
sha256:e0c14f3b03cfbd3502370eb5e1ac07c27353fc445280e4de1672f1160b388667 size: 
5156

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

> Task 
> :sdks:python:container:py37:dockerPushFd7e86269fa7d7827c2799b613eeea094a070491
3afaff50cf63: Pushed

> Task 
> :sdks:python:container:py39:dockerPushFd7e86269fa7d7827c2799b613eeea094a070491
fb3c484c1d55: Pushed
fd7e86269fa7d7827c2799b613eeea094a070491: digest: 
sha256:473f4635fa87c40fdbcc386cf7a9ef3e903d3c2ec90575eb9265194d30743880 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 20m 30s
178 actionable tasks: 140 executed, 25 from cache, 13 up-to-date

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

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