See 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/1677/display/redirect>

Changes:


------------------------------------------
[...truncated 1.11 MB...]
parameterized==0.8.1
pip==23.0.1
pluggy==1.0.0
proto-plus==1.22.2
protobuf==4.22.1
psycopg2-binary==2.9.5
py==1.11.0
pyarrow==9.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pydot==1.4.2
PyHamcrest==1.10.1
pymongo==4.3.3
PyMySQL==1.0.2
pyparsing==3.0.9
pytest==7.2.2
pytest-forked==1.6.0
pytest-timeout==2.1.0
pytest-xdist==2.5.0
python-dateutil==2.8.2
python-snappy==0.6.1
pytz==2022.7.1
PyYAML==6.0
regex==2022.10.31
requests==2.28.2
requests-mock==1.10.0
requests-oauthlib==1.3.1
rsa==4.9
scikit-learn==1.2.2
scipy==1.10.1
setuptools==67.6.0
six==1.16.0
sortedcontainers==2.4.0
soupsieve==2.4
SQLAlchemy==1.4.46
sqlparse==0.4.3
tenacity==5.1.5
tensorboard==2.12.0
tensorboard-data-server==0.7.0
tensorboard-plugin-wit==1.8.1
tensorflow==2.12.0rc1
tensorflow-estimator==2.12.0rc0
tensorflow-io-gcs-filesystem==0.31.0
termcolor==2.2.0
testcontainers==3.7.1
threadpoolctl==3.1.0
tomli==2.0.1
tqdm==4.65.0
typing_extensions==4.5.0
urllib3==1.26.14
websocket-client==1.5.1
Werkzeug==2.2.3
wheel==0.40.0
wrapt==1.14.1
zstandard==0.20.0
Removing intermediate container d4fcd5b77ddb
 ---> 286c93c6b08c
Step 17/32 : COPY target/LICENSE /opt/apache/beam/
 ---> 5074825489ac
Step 18/32 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 81772680938d
Step 19/32 : COPY target/NOTICE /opt/apache/beam/
 ---> fc710f400889
Step 20/32 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> 240f2a1e95ba
Step 21/32 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 65a2aabe7862
Removing intermediate container 65a2aabe7862
 ---> ce04004f235a
Step 22/32 : FROM beam as third_party_licenses
 ---> ce04004f235a
Step 23/32 : ARG pull_licenses
 ---> Running in e6cdd3efc5fe
Removing intermediate container e6cdd3efc5fe
 ---> d9bd2c631784
Step 24/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> 7c6ee4cd6c38
Step 25/32 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> a408941dfeb8
Step 26/32 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 1d0aaee32840
Removing intermediate container 1d0aaee32840
 ---> 82bf61a474b7
Step 27/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> 3c05db8fb431
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 0ef6071120ca
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.10/site-packages (6.0)
Requirement already satisfied: tenacity in 
/usr/local/lib/python3.10/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.10/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=f1bcc0793011b75b30f42833eed8f1fff4c255e537b8a86697dfec89f129e7d7
  Stored in directory: 
/root/.cache/pip/wheels/bc/88/52/f2e9fc70f3a657cf256e9b01a8a42938c4c5ee69118d51ed90
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 132 dependencies
Removing intermediate container 0ef6071120ca
 ---> 61de3e5e9109
Step 29/32 : FROM beam
 ---> ce04004f235a
Step 30/32 : ARG pull_licenses
 ---> Running in af3baca8e163
Removing intermediate container af3baca8e163
 ---> 917e6ed12d4c
Step 31/32 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 8254972ecc76
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 8f5472bf5712
Removing intermediate container 8f5472bf5712
 ---> fbb4e5edf9f2
Successfully built fbb4e5edf9f2
Successfully tagged apache/beam_python3.10_sdk:2.47.0.dev

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerPythonContainer
WARNING: `gcloud docker` will not be supported for Docker client versions above 
18.03.

As an alternative, use `gcloud auth configure-docker` to configure `docker` to
use `gcloud` as a credential helper, then use `docker` as you would for non-GCR
registries, e.g. `docker pull gcr.io/project-id/my-image`. Add
`--verbosity=error` to silence this warning: `gcloud docker
--verbosity=error -- pull gcr.io/project-id/my-image`.

See: 
https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker

The push refers to repository 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python]
b27a501302df: Preparing
b187dfc9c853: Preparing
077f4e00a8a7: Preparing
713e59e4e533: Preparing
c995b8957cb9: Preparing
5bd3bad72136: Preparing
eb66fffdcc57: Preparing
026711919e4d: Preparing
1ada73b20b28: Preparing
0d89b6913a76: Preparing
b924f1abe03b: Preparing
59205cd0e979: Preparing
393dde77b532: Preparing
4869967f78d5: Preparing
b2f5d6c61925: Preparing
d6054790f4e6: Preparing
e48e7a1ca5ed: Preparing
eb66fffdcc57: Waiting
5c563cc8b216: Preparing
d4514f8b2aac: Preparing
026711919e4d: Waiting
5ab567b9150b: Preparing
a90e3914fb92: Preparing
1ada73b20b28: Waiting
053a1f71007e: Preparing
0d89b6913a76: Waiting
ec09eb83ea03: Preparing
b924f1abe03b: Waiting
393dde77b532: Waiting
4869967f78d5: Waiting
59205cd0e979: Waiting
b2f5d6c61925: Waiting
d6054790f4e6: Waiting
5ab567b9150b: Waiting
053a1f71007e: Waiting
5c563cc8b216: Waiting
d4514f8b2aac: Waiting
ec09eb83ea03: Waiting
5bd3bad72136: Waiting
e48e7a1ca5ed: Waiting
a90e3914fb92: Waiting
b27a501302df: Pushed
713e59e4e533: Pushed
c995b8957cb9: Pushed
077f4e00a8a7: Pushed
b187dfc9c853: Pushed
eb66fffdcc57: Pushed
026711919e4d: Pushed
1ada73b20b28: Pushed
393dde77b532: Pushed
b924f1abe03b: Pushed
4869967f78d5: Pushed
b2f5d6c61925: Layer already exists
d6054790f4e6: Layer already exists
e48e7a1ca5ed: Layer already exists
5c563cc8b216: Layer already exists
d4514f8b2aac: Layer already exists
a90e3914fb92: Layer already exists
5ab567b9150b: Layer already exists
053a1f71007e: Layer already exists
ec09eb83ea03: Layer already exists
5bd3bad72136: Pushed
0d89b6913a76: Pushed
59205cd0e979: Pushed
errors:
blob unknown: Manifest 
"sha256:681a2881784d88a13eaff4e91b2a7cac5f4c8f7100e1abdf4066c1ac6f57f340" blob 
"sha256:6aee427ebf20be7b852728cc0cab3bafd4ba8710792d5239cf62316fc4665e16" 
unknown to registry.
blob unknown: Manifest 
"sha256:681a2881784d88a13eaff4e91b2a7cac5f4c8f7100e1abdf4066c1ac6f57f340" blob 
"sha256:a6daac42f0daee2fe11dd237f570a94067fd69ec126838af3bc82a4d57f11f8c" 
unknown to registry.
blob unknown: Manifest 
"sha256:681a2881784d88a13eaff4e91b2a7cac5f4c8f7100e1abdf4066c1ac6f57f340" blob 
"sha256:f3a8bc02d1593e5bf4b6dcf93773a6a4787cb1889270c22c050ba265dd582d0c" 
unknown to registry.


> Task :runners:google-cloud-dataflow-java:buildAndPushDockerPythonContainer 
> FAILED

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
Launching Java expansion service @ 33341
Launching Python expansion service @ 36645

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 1231388.
Stopping expansion service pid: 1231389.

FAILURE: Build failed with an exception.

* Where:
Build file 
'<https://ci-beam.apache.org/job/beam_PostCommit_XVR_PythonUsingJava_Dataflow/ws/src/runners/google-cloud-dataflow-java/build.gradle'>
 line: 332

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:buildAndPushDockerPythonContainer'.
> Process 'command 'gcloud'' 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 1 invalid unit(s) of work during 
this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 10m 53s
143 actionable tasks: 22 executed, 121 up-to-date

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

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