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

Changes:


------------------------------------------
[...truncated 1.98 MB...]
#16 1.699 keras==2.12.0rc1
#16 1.699 libclang==15.0.6.1
#16 1.699 Markdown==3.4.1
#16 1.699 MarkupSafe==2.1.2
#16 1.699 mmh3==3.0.0
#16 1.699 mock==5.0.1
#16 1.699 nltk==3.8.1
#16 1.699 nose==1.3.7
#16 1.699 numpy==1.23.5
#16 1.699 oauth2client==4.1.3
#16 1.699 oauthlib==3.2.2
#16 1.699 objsize==0.6.1
#16 1.699 opt-einsum==3.3.0
#16 1.699 orjson==3.8.7
#16 1.699 overrides==6.5.0
#16 1.699 packaging==23.0
#16 1.699 pandas==1.5.3
#16 1.699 parameterized==0.8.1
#16 1.699 pip==23.0.1
#16 1.699 pluggy==1.0.0
#16 1.699 proto-plus==1.22.2
#16 1.699 protobuf==4.22.1
#16 1.699 psycopg2-binary==2.9.5
#16 1.699 py==1.11.0
#16 1.699 pyarrow==9.0.0
#16 1.699 pyasn1==0.4.8
#16 1.699 pyasn1-modules==0.2.8
#16 1.699 pycparser==2.21
#16 1.699 pydot==1.4.2
#16 1.699 PyHamcrest==1.10.1
#16 1.699 pymongo==4.3.3
#16 1.699 PyMySQL==1.0.2
#16 1.699 pyparsing==3.0.9
#16 1.699 pytest==7.2.2
#16 1.699 pytest-forked==1.6.0
#16 1.699 pytest-timeout==2.1.0
#16 1.699 pytest-xdist==2.5.0
#16 1.699 python-dateutil==2.8.2
#16 1.699 python-snappy==0.6.1
#16 1.699 pytz==2022.7.1
#16 1.699 PyYAML==6.0
#16 1.699 regex==2022.10.31
#16 1.699 requests==2.28.2
#16 1.699 requests-mock==1.10.0
#16 1.699 requests-oauthlib==1.3.1
#16 1.699 rsa==4.9
#16 1.699 scikit-learn==1.2.2
#16 1.699 scipy==1.10.1
#16 1.699 setuptools==67.6.1
#16 1.699 six==1.16.0
#16 1.699 sortedcontainers==2.4.0
#16 1.699 soupsieve==2.4
#16 1.699 SQLAlchemy==1.4.46
#16 1.699 sqlparse==0.4.3
#16 1.699 tenacity==5.1.5
#16 1.699 tensorboard==2.12.0
#16 1.699 tensorboard-data-server==0.7.0
#16 1.699 tensorboard-plugin-wit==1.8.1
#16 1.699 tensorflow==2.12.0rc1
#16 1.699 tensorflow-estimator==2.12.0rc0
#16 1.699 tensorflow-io-gcs-filesystem==0.31.0
#16 1.699 termcolor==2.2.0
#16 1.699 testcontainers==3.7.1
#16 1.699 threadpoolctl==3.1.0
#16 1.699 tomli==2.0.1
#16 1.699 tqdm==4.65.0
#16 1.699 typing_extensions==4.5.0
#16 1.699 urllib3==1.26.14
#16 1.699 websocket-client==1.5.1
#16 1.699 Werkzeug==2.2.3
#16 1.699 wheel==0.40.0
#16 1.699 wrapt==1.14.1
#16 1.699 zstandard==0.20.0
#16 DONE 2.2s

#17 [beam 13/16] COPY target/LICENSE /opt/apache/beam/
#17 DONE 0.1s

#18 [beam 14/16] COPY target/LICENSE.python /opt/apache/beam/
#18 DONE 0.1s

#19 [beam 15/16] COPY target/NOTICE /opt/apache/beam/
#19 DONE 0.1s

#20 [beam 16/16] COPY target/launcher/linux_amd64/boot /opt/apache/beam/
#20 DONE 0.2s

#21 [third_party_licenses 1/5] COPY target/license_scripts /tmp/license_scripts/
#21 DONE 0.1s

#22 [third_party_licenses 2/5] COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
#22 DONE 0.1s

#23 [third_party_licenses 3/5] RUN rm 
/opt/apache/beam/third_party_licenses/golang/LICENSE
#23 DONE 0.3s

#24 [third_party_licenses 4/5] COPY target/license_scripts /tmp/license_scripts/
#24 DONE 0.0s

#25 [third_party_licenses 5/5] RUN if [ "true" = "true" ] ; then       pip 
install 'pip-licenses<5' pyyaml tenacity &&       python 
/tmp/license_scripts/pull_licenses_py.py ;     fi
#25 1.722 Collecting pip-licenses<5
#25 1.895   Downloading pip_licenses-4.1.0-py3-none-any.whl (18 kB)
#25 1.959 Requirement already satisfied: pyyaml in 
/usr/local/lib/python3.10/site-packages (6.0)
#25 1.960 Requirement already satisfied: tenacity in 
/usr/local/lib/python3.10/site-packages (5.1.5)
#25 2.081 Collecting prettytable>=2.3.0
#25 2.112   Downloading prettytable-3.6.0-py3-none-any.whl (27 kB)
#25 2.186 Requirement already satisfied: six>=1.9.0 in 
/usr/local/lib/python3.10/site-packages (from tenacity) (1.16.0)
#25 2.274 Collecting wcwidth
#25 2.300   Downloading wcwidth-0.2.6-py2.py3-none-any.whl (29 kB)
#25 3.515 Installing collected packages: wcwidth, prettytable, pip-licenses
#25 3.671 Successfully installed pip-licenses-4.1.0 prettytable-3.6.0 
wcwidth-0.2.6
#25 3.672 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
#25 19.90 INFO:root:Successfully pulled licenses for 132 dependencies
#25 19.90 Skip pulling license for  bs4
#25 DONE 20.6s

#26 [stage-2 1/2] COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
#26 DONE 1.0s

#27 [stage-2 2/2] RUN if [ "true" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
#27 DONE 0.9s

#28 exporting to image
#28 exporting layers

> Task :sdks:python:container:py38:docker
#25 16.75 INFO:root:Successfully pulled licenses for 134 dependencies
#25 16.75 Skip pulling license for  bs4
#25 DONE 17.5s

#26 [stage-2 1/2] COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
#26 DONE 1.0s

#27 [stage-2 2/2] RUN if [ "true" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
#27 DONE 0.9s

#28 exporting to image
#28 exporting layers

> Task :sdks:python:container:py37:docker
#25 13.78 Skip pulling license for  bs4
#25 13.78 INFO:root:Successfully pulled licenses for 111 dependencies
#25 DONE 14.5s

#26 [stage-2 1/2] COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
#26 DONE 1.0s

#27 [stage-2 2/2] RUN if [ "true" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
#27 DONE 0.9s

#28 exporting to image
#28 exporting layers
#28 exporting layers 15.8s done
#28 writing image 
sha256:e22c3c19a443d2e77b37c26d4e595662774f63f9710b4be6f4b6e92a455c9b0a done
#28 naming to gcr.io/apache-beam-testing/beam-sdk/beam_python3.7_sdk:2.47.0.dev 
done
#28 DONE 15.8s

> Task :sdks:python:container:py37:dockerTag2.47.0-SNAPSHOT

> Task :sdks:python:container:py39:docker
#25 17.06 INFO:root:Successfully pulled licenses for 134 dependencies
#25 17.06 Skip pulling license for  bs4
#25 DONE 17.8s

#26 [stage-2 1/2] COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
#26 DONE 0.9s

#27 [stage-2 2/2] RUN if [ "true" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
#27 DONE 0.7s

#28 exporting to image
#28 exporting layers

> Task :sdks:python:container:py310:docker
#28 exporting layers 23.9s done
#28 writing image 
sha256:d082a5332d77f5e38f775a431c5467d7def8f2658a6317d4897b0f08bb4701c8 0.0s 
done
#28 naming to 
gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:2.47.0.dev done
#28 DONE 23.9s

> Task :sdks:python:container:py38:docker
#28 exporting layers 23.9s done
#28 writing image 
sha256:99479eba5994fbbd403ba8f9959da108cfd703b1226d6802847347489fc8ae56 done
#28 naming to gcr.io/apache-beam-testing/beam-sdk/beam_python3.8_sdk:2.47.0.dev 
done
#28 DONE 23.9s

> Task :sdks:python:container:py310:dockerTag2.47.0-SNAPSHOT
> Task :sdks:python:container:py38:dockerTag2.47.0-SNAPSHOT

> Task :sdks:python:container:py39:docker
#28 exporting layers 24.1s done
#28 writing image 
sha256:c9935a2cab19772d2652460e11b4da98ee0779c7a54ed1c053bb910e246c450f done
#28 naming to gcr.io/apache-beam-testing/beam-sdk/beam_python3.9_sdk:2.47.0.dev 
done
#28 DONE 24.2s

> Task :sdks:python:container:py39:dockerTag2.47.0-SNAPSHOT
> Task :sdks:python:container:py37:dockerPush2.47.0-SNAPSHOT
> Task :sdks:python:container:py310:dockerPush2.47.0-SNAPSHOT
> Task :sdks:python:container:py38:dockerPush2.47.0-SNAPSHOT
> Task :sdks:python:container:py39:dockerPush2.47.0-SNAPSHOT
> Task 
> :sdks:python:container:py37:dockerTag5e368b4d7cee32a4b2dc2b9c28cf88179db19365
> Task 
> :sdks:python:container:py37:dockerPush5e368b4d7cee32a4b2dc2b9c28cf88179db19365
> Task :sdks:python:container:py37:dockerTagLatest
> Task :sdks:python:container:py37:dockerPushLatest
> Task :sdks:python:container:py37:dockerTagsPush
> Task 
> :sdks:python:container:py310:dockerTag5e368b4d7cee32a4b2dc2b9c28cf88179db19365
> Task 
> :sdks:python:container:py310:dockerPush5e368b4d7cee32a4b2dc2b9c28cf88179db19365
> Task :sdks:python:container:py310:dockerTagLatest
> Task :sdks:python:container:py310:dockerPushLatest
> Task :sdks:python:container:py310:dockerTagsPush
> Task 
> :sdks:python:container:py38:dockerTag5e368b4d7cee32a4b2dc2b9c28cf88179db19365
> Task 
> :sdks:python:container:py38:dockerPush5e368b4d7cee32a4b2dc2b9c28cf88179db19365
> Task :sdks:python:container:py38:dockerTagLatest
> Task :sdks:python:container:py38:dockerPushLatest
> Task :sdks:python:container:py38:dockerTagsPush
> Task 
> :sdks:python:container:py39:dockerTag5e368b4d7cee32a4b2dc2b9c28cf88179db19365
> Task 
> :sdks:python:container:py39:dockerPush5e368b4d7cee32a4b2dc2b9c28cf88179db19365
> 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: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 14m 40s
186 actionable tasks: 150 executed, 23 from cache, 13 up-to-date

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

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