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

Changes:

[Pablo Estrada] Blog post and updates for release 2.40.0

[noreply] Issue#20877 Updated Interactive Beam README (#22034)


------------------------------------------
[...truncated 972.31 KB...]
PyMySQL==1.0.2
pyparsing==3.0.9
pytest==4.6.11
pytest-forked==1.4.0
pytest-timeout==1.4.2
pytest-xdist==1.34.0
python-dateutil==2.8.2
python-snappy==0.6.1
pytz==2022.1
PyYAML==6.0
regex==2022.6.2
requests==2.28.0
requests-mock==1.9.3
requests-oauthlib==1.3.1
rsa==4.8
scikit-learn==1.1.1
scipy==1.8.1
setuptools==58.1.0
six==1.16.0
soupsieve==2.3.2.post1
SQLAlchemy==1.4.37
tenacity==5.1.5
tensorboard==2.9.1
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.9.1
tensorflow-estimator==2.9.0
tensorflow-io-gcs-filesystem==0.26.0
termcolor==1.1.0
testcontainers==3.6.0
threadpoolctl==3.1.0
tqdm==4.64.0
typing-utils==0.1.0
typing_extensions==4.2.0
uritemplate==4.1.1
urllib3==1.26.9
wcwidth==0.2.5
websocket-client==1.3.2
Werkzeug==2.1.2
wheel==0.37.1
wrapt==1.14.1
zipp==3.8.0
Removing intermediate container ebb31a38e3eb
 ---> c7a20c2a3309
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> 9086120cdb76
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> c53ec90f1646
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> 8280cbd8c31c
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> a55e5f9b9fd8
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 233f5200d6c2
Removing intermediate container 233f5200d6c2
 ---> 088656b3476a
Step 21/31 : FROM beam as third_party_licenses
 ---> 088656b3476a
Step 22/31 : ARG pull_licenses
 ---> Running in 03c82e58215f
Removing intermediate container 03c82e58215f
 ---> ef61832ac070
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 4036d5c50f41
Step 24/31 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> 2caecf63cad9
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 0c83c6850228
Removing intermediate container 0c83c6850228
 ---> 6f1dafe55bc0
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> cd16deafcfff
Step 27/31 : 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 ef40d4f74a82
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.9/site-packages 
(6.0)
Requirement already satisfied: tenacity in 
/usr/local/lib/python3.9/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.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=22925 
sha256=be3e239d7844fffe543527e5a8cd5388ee360e39537ce7e75893c37e477b5a3a
  Stored in directory: 
/root/.cache/pip/wheels/b8/d5/8b/e0c9765594e0dc8093aae5f67eacc08b9b533da598c710b54a
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
WARNING: You are using pip version 22.0.4; however, version 22.1.2 is 
available.
You should consider upgrading via the '/usr/local/bin/python -m pip install 
--upgrade pip' command.
Skip pulling license for  bs4
INFO:root:Successfully pulled licenses for 134 dependencies
Removing intermediate container ef40d4f74a82
 ---> 38705d2faac7
Step 28/31 : FROM beam
 ---> 088656b3476a
Step 29/31 : ARG pull_licenses
 ---> Running in bf408a9cd9a0
Removing intermediate container bf408a9cd9a0
 ---> 1c35a8c674d4
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 6842d7efc0e4
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in cf4f6a4e7ee9
Removing intermediate container cf4f6a4e7ee9
 ---> ba1249d60088
Successfully built ba1249d60088
Successfully tagged apache/beam_python3.9_sdk:2.41.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]
de346bcc8bf3: Preparing
0ca4a02d09fd: Preparing
151424285cec: Preparing
2c7e162420cc: Preparing
eb917f2597b2: Preparing
4e4e9eb8870c: Preparing
c7d26978203f: Preparing
8a3f9bb8be10: Preparing
53e7ee4a7190: Preparing
795ca895928c: Preparing
8ef2fc2e33ac: Preparing
ae4f8cc32adf: Preparing
9430dcbd7ba7: Preparing
02929e84e0c6: Preparing
d505b9d37fb2: Preparing
9d5f84e3acdc: Preparing
7ae141717ba6: Preparing
c7d26978203f: Waiting
ba95fb9ea3e2: Preparing
ca5c6d5c3d01: Preparing
33a247b4fc52: Preparing
5afd661c6106: Preparing
66183893ba24: Preparing
8ef2fc2e33ac: Waiting
795ca895928c: Waiting
8a3f9bb8be10: Waiting
53e7ee4a7190: Waiting
6840c8ff46bd: Preparing
ae4f8cc32adf: Waiting
97d5fec864d8: Preparing
9430dcbd7ba7: Waiting
9d5f84e3acdc: Waiting
7ae141717ba6: Waiting
02929e84e0c6: Waiting
4e4e9eb8870c: Waiting
ca5c6d5c3d01: Waiting
33a247b4fc52: Waiting
66183893ba24: Waiting
ba95fb9ea3e2: Waiting
d505b9d37fb2: Waiting
5afd661c6106: Waiting
151424285cec: Pushed
2c7e162420cc: Pushed
de346bcc8bf3: Pushed
eb917f2597b2: Pushed
0ca4a02d09fd: Pushed
4e4e9eb8870c: Pushed
c7d26978203f: Pushed
53e7ee4a7190: Pushed
795ca895928c: Pushed
8ef2fc2e33ac: Pushed
02929e84e0c6: Pushed
9d5f84e3acdc: Layer already exists
d505b9d37fb2: Pushed
ba95fb9ea3e2: Layer already exists
7ae141717ba6: Layer already exists
ca5c6d5c3d01: Layer already exists
33a247b4fc52: Layer already exists
5afd661c6106: Layer already exists
66183893ba24: Layer already exists
6840c8ff46bd: Layer already exists
97d5fec864d8: Layer already exists
8a3f9bb8be10: Pushed
ae4f8cc32adf: Pushed
9430dcbd7ba7: Pushed
20220628033549: digest: 
sha256:108e3db6ec643f056c0682ad503f80695262e8ae6810a8a9215f98df43bf6bc5 size: 
5361

> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

> Task :runners:google-cloud-dataflow-java:cleanUpDockerPythonImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220628033549
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:108e3db6ec643f056c0682ad503f80695262e8ae6810a8a9215f98df43bf6bc5
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220628033549]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:108e3db6ec643f056c0682ad503f80695262e8ae6810a8a9215f98df43bf6bc5]

Deleted 
[[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220628033549] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:108e3db6ec643f056c0682ad503f80695262e8ae6810a8a9215f98df43bf6bc5])].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:108e3db6ec643f056c0682ad503f80695262e8ae6810a8a9215f98df43bf6bc5
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:108e3db6ec643f056c0682ad503f80695262e8ae6810a8a9215f98df43bf6bc5
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:108e3db6ec643f056c0682ad503f80695262e8ae6810a8a9215f98df43bf6bc5].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220628033549
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:88e14bd982e3a6489a5a68bb45e43ba7ed656532003f7068adfbd706e6fe9790
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220628033549]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:88e14bd982e3a6489a5a68bb45e43ba7ed656532003f7068adfbd706e6fe9790]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220628033549] 
(referencing 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:88e14bd982e3a6489a5a68bb45e43ba7ed656532003f7068adfbd706e6fe9790])].
Removing untagged image 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:88e14bd982e3a6489a5a68bb45e43ba7ed656532003f7068adfbd706e6fe9790
Digests:
- 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:88e14bd982e3a6489a5a68bb45e43ba7ed656532003f7068adfbd706e6fe9790
Deleted 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:88e14bd982e3a6489a5a68bb45e43ba7ed656532003f7068adfbd706e6fe9790].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:python:installGcpTest'.
> Process 'command '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 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.4/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 9m 33s
171 actionable tasks: 22 executed, 149 up-to-date

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

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