You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/01/30 19:40:43 UTC

Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #24

See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/24/display/redirect>

Changes:


------------------------------------------
[...truncated 455.19 KB...]
googleapis-common-protos==1.54.0
greenlet==1.1.2
grpc-google-iam-v1==0.12.3
grpcio==1.43.0
grpcio-gcp==0.2.2
grpcio-status==1.43.0
guppy3==3.1.2
h5py==3.1.0
hdfs==2.6.0
httplib2==0.19.1
idna==3.3
importlib-metadata==4.8.3
joblib==1.1.0
keras==2.6.0
Keras-Preprocessing==1.1.2
libcst==0.3.23
Markdown==3.3.6
mmh3==3.0.0
mock==2.0.0
more-itertools==8.12.0
mypy-extensions==0.4.3
nltk==3.6.7
nose==1.3.7
numpy==1.19.5
oauth2client==4.1.3
oauthlib==3.1.1
opt-einsum==3.3.0
orjson==3.6.1
overrides==6.1.0
packaging==21.3
pandas==1.1.5
parameterized==0.7.5
pbr==5.8.0
pip==21.2.4
pluggy==0.13.1
proto-plus==1.19.8
protobuf==3.19.1
psycopg2-binary==2.9.3
py==1.11.0
pyarrow==6.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pydot==1.4.2
PyHamcrest==1.10.1
pymongo==3.12.3
pyparsing==2.4.7
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.0
pytz==2021.3
PyYAML==6.0
regex==2021.11.10
requests==2.27.0
requests-mock==1.9.3
requests-oauthlib==1.3.0
rsa==4.8
scikit-learn==0.24.2
scipy==1.5.4
setuptools==57.5.0
six==1.15.0
soupsieve==2.3.1
SQLAlchemy==1.4.29
tenacity==5.1.5
tensorboard==2.6.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.0
tensorflow==2.6.2
tensorflow-estimator==2.6.0
termcolor==1.1.0
testcontainers==3.4.2
threadpoolctl==3.0.0
tqdm==4.62.3
typing-extensions==3.7.4.3
typing-inspect==0.7.1
typing-utils==0.1.0
uritemplate==4.1.1
urllib3==1.26.7
wcwidth==0.2.5
websocket-client==1.2.3
Werkzeug==2.0.2
wheel==0.37.0
wrapt==1.12.1
zipp==3.6.0
Removing intermediate container ee528723215e
 ---> 614fd7e07cc3
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> cfb1167c722b
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> d0e3af93073a
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> 53a51c6238af
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> 8363a0bf2e58
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 1bd86e2e4715
Removing intermediate container 1bd86e2e4715
 ---> 2b51281c7727
Step 21/31 : FROM beam as third_party_licenses
 ---> 2b51281c7727
Step 22/31 : ARG pull_licenses
 ---> Running in 26682a63b5aa
Removing intermediate container 26682a63b5aa
 ---> 290472587a8f
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 70ebb8472910
Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> d372323a9896
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 6bce0e59b71d
Removing intermediate container 6bce0e59b71d
 ---> abaef2c12a82
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 29f645349dcd
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 'pip-licenses<3.0.0' pyyaml tenacity &&       python /tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in 7e95e9799ac4
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.6/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from tenacity) (1.15.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=22924 sha256=70f8999fe407ee9708d71c37f35d9094dbf3b62521e0041a08ae423070360467
  Stored in directory: /root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
INFO:root:Successfully pulled licenses for 134 dependencies
Skip pulling license for  bs4
Removing intermediate container 7e95e9799ac4
 ---> 0883970e41cd
Step 28/31 : FROM beam
 ---> 2b51281c7727
Step 29/31 : ARG pull_licenses
 ---> Running in 4a3288a3a823
Removing intermediate container 4a3288a3a823
 ---> 95728aea4292
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> a84549fa2d20
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 406097cddf67
Removing intermediate container 406097cddf67
 ---> f101bee6dd27
Successfully built f101bee6dd27
Successfully tagged apache/beam_python3.6_sdk:2.37.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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220130181632] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:373845f65ecb27230d2d81a99f9e4406d6d6f9a43695a1a66551bb51e8e543c5])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:373845f65ecb27230d2d81a99f9e4406d6d6f9a43695a1a66551bb51e8e543c5
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:373845f65ecb27230d2d81a99f9e4406d6d6f9a43695a1a66551bb51e8e543c5].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220130181632]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:308170f99c593e0a3a0227b60b4bbc52c3f7cb3f9e162b2d11973a2d7849a22b]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220130181632] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:308170f99c593e0a3a0227b60b4bbc52c3f7cb3f9e162b2d11973a2d7849a22b])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:308170f99c593e0a3a0227b60b4bbc52c3f7cb3f9e162b2d11973a2d7849a22b
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:308170f99c593e0a3a0227b60b4bbc52c3f7cb3f9e162b2d11973a2d7849a22b].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 24m 33s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

Publishing build scan...
https://gradle.com/s/324psjilaxork

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_XVR_JavaUsingPython_Dataflow #42

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/42/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #41

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/41/display/redirect?page=changes>

Changes:

[relax] Fix timer consistency in direct runner

[noreply] [BEAM-13757] adds pane observation in DoFn (#16629)

[Jan Lukavský] Change links to Books from Amazon to Publisher

[noreply] [BEAM-13605] Add support for pandas 1.4.0 (#16590)

[noreply] [BEAM-13761] adds Debezium IO wrapper for Go SDK (#16642)


------------------------------------------
[...truncated 441.05 KB...]
googleapis-common-protos==1.54.0
greenlet==1.1.2
grpc-google-iam-v1==0.12.3
grpcio==1.43.0
grpcio-gcp==0.2.2
grpcio-status==1.43.0
guppy3==3.1.2
h5py==3.1.0
hdfs==2.6.0
httplib2==0.19.1
idna==3.3
importlib-metadata==4.8.3
joblib==1.1.0
keras==2.6.0
Keras-Preprocessing==1.1.2
libcst==0.4.1
Markdown==3.3.6
mmh3==3.0.0
mock==2.0.0
more-itertools==8.12.0
mypy-extensions==0.4.3
nltk==3.6.7
nose==1.3.7
numpy==1.19.5
oauth2client==4.1.3
oauthlib==3.2.0
opt-einsum==3.3.0
orjson==3.6.1
overrides==6.1.0
packaging==21.3
pandas==1.1.5
parameterized==0.7.5
pbr==5.8.0
pip==21.2.4
pluggy==0.13.1
proto-plus==1.19.9
protobuf==3.19.4
psycopg2-binary==2.9.3
py==1.11.0
pyarrow==6.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pydot==1.4.2
PyHamcrest==1.10.1
pymongo==3.12.3
pyparsing==2.4.7
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.0
pytz==2021.3
PyYAML==6.0
regex==2022.1.18
requests==2.27.1
requests-mock==1.9.3
requests-oauthlib==1.3.1
rsa==4.8
scikit-learn==0.24.2
scipy==1.5.4
setuptools==57.5.0
six==1.15.0
soupsieve==2.3.1
SQLAlchemy==1.4.31
tenacity==5.1.5
tensorboard==2.6.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.6.2
tensorflow-estimator==2.6.0
termcolor==1.1.0
testcontainers==3.4.2
threadpoolctl==3.1.0
tqdm==4.62.3
typing-extensions==3.7.4.3
typing-inspect==0.7.1
typing-utils==0.1.0
uritemplate==4.1.1
urllib3==1.26.8
wcwidth==0.2.5
websocket-client==1.2.3
Werkzeug==2.0.2
wheel==0.37.0
wrapt==1.12.1
zipp==3.6.0
Removing intermediate container ab42f62e805a
 ---> 42c90f6d1a79
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> fa9e66da2b97
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 8fc371642590
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> 6b8309b394da
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> fe3991b2844e
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in af0e8ec8b0f8
Removing intermediate container af0e8ec8b0f8
 ---> b58fa10f7ccc
Step 21/31 : FROM beam as third_party_licenses
 ---> b58fa10f7ccc
Step 22/31 : ARG pull_licenses
 ---> Running in 2f3c4ed5b44a
Removing intermediate container 2f3c4ed5b44a
 ---> b2cca7831f01
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 30add4633919
Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 9fd5fbd8556a
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 99ed2fb00d97
Removing intermediate container 99ed2fb00d97
 ---> 963e6c851a0b
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 9b16eae9ff0e
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 'pip-licenses<3.0.0' pyyaml tenacity &&       python /tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in 66650e905526
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.6/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from tenacity) (1.15.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=22924 sha256=a75daf5d0cdb3e31622b6177249bd99930d77901cc39ba144ad241b1159c18d9
  Stored in directory: /root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
INFO:root:Successfully pulled licenses for 134 dependencies
Skip pulling license for  bs4
Removing intermediate container 66650e905526
 ---> 8d911cf6d3bc
Step 28/31 : FROM beam
 ---> b58fa10f7ccc
Step 29/31 : ARG pull_licenses
 ---> Running in a78a2d6ccd83
Removing intermediate container a78a2d6ccd83
 ---> 84361b5acdc8
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> d8fe942df8e2
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in c10b4ca7f0a0
Removing intermediate container c10b4ca7f0a0
 ---> 2026387657b3
Successfully built 2026387657b3
Successfully tagged apache/beam_python3.6_sdk:2.37.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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220204000939] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:6af87547e754e3e7b4a37c8d3c5a60deecc1be9fb271390922df05de89e984b4])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:6af87547e754e3e7b4a37c8d3c5a60deecc1be9fb271390922df05de89e984b4
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:6af87547e754e3e7b4a37c8d3c5a60deecc1be9fb271390922df05de89e984b4].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220204000939]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:75ea4e5446b7e2c1a1e6a7c585f5d87c92236c83145436fe6d6164300e8267ee]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220204000939] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:75ea4e5446b7e2c1a1e6a7c585f5d87c92236c83145436fe6d6164300e8267ee])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:75ea4e5446b7e2c1a1e6a7c585f5d87c92236c83145436fe6d6164300e8267ee
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:75ea4e5446b7e2c1a1e6a7c585f5d87c92236c83145436fe6d6164300e8267ee].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 18m 34s
167 actionable tasks: 113 executed, 48 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #40

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/40/display/redirect>

Changes:


------------------------------------------
[...truncated 462.07 KB...]
googleapis-common-protos==1.54.0
greenlet==1.1.2
grpc-google-iam-v1==0.12.3
grpcio==1.43.0
grpcio-gcp==0.2.2
grpcio-status==1.43.0
guppy3==3.1.2
h5py==3.1.0
hdfs==2.6.0
httplib2==0.19.1
idna==3.3
importlib-metadata==4.8.3
joblib==1.1.0
keras==2.6.0
Keras-Preprocessing==1.1.2
libcst==0.4.1
Markdown==3.3.6
mmh3==3.0.0
mock==2.0.0
more-itertools==8.12.0
mypy-extensions==0.4.3
nltk==3.6.7
nose==1.3.7
numpy==1.19.5
oauth2client==4.1.3
oauthlib==3.2.0
opt-einsum==3.3.0
orjson==3.6.1
overrides==6.1.0
packaging==21.3
pandas==1.1.5
parameterized==0.7.5
pbr==5.8.0
pip==21.2.4
pluggy==0.13.1
proto-plus==1.19.9
protobuf==3.19.4
psycopg2-binary==2.9.3
py==1.11.0
pyarrow==6.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pydot==1.4.2
PyHamcrest==1.10.1
pymongo==3.12.3
pyparsing==2.4.7
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.0
pytz==2021.3
PyYAML==6.0
regex==2022.1.18
requests==2.27.1
requests-mock==1.9.3
requests-oauthlib==1.3.1
rsa==4.8
scikit-learn==0.24.2
scipy==1.5.4
setuptools==57.5.0
six==1.15.0
soupsieve==2.3.1
SQLAlchemy==1.4.31
tenacity==5.1.5
tensorboard==2.6.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.6.2
tensorflow-estimator==2.6.0
termcolor==1.1.0
testcontainers==3.4.2
threadpoolctl==3.1.0
tqdm==4.62.3
typing-extensions==3.7.4.3
typing-inspect==0.7.1
typing-utils==0.1.0
uritemplate==4.1.1
urllib3==1.26.8
wcwidth==0.2.5
websocket-client==1.2.3
Werkzeug==2.0.2
wheel==0.37.0
wrapt==1.12.1
zipp==3.6.0
Removing intermediate container 9d29dcf4618e
 ---> 3e2971f2283f
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> 756029cec5e8
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 5c35679493b6
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> cf152bb1bccb
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> e4085ddbc7ad
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 297563eacb75
Removing intermediate container 297563eacb75
 ---> ea4940f1a938
Step 21/31 : FROM beam as third_party_licenses
 ---> ea4940f1a938
Step 22/31 : ARG pull_licenses
 ---> Running in 3b516140a411
Removing intermediate container 3b516140a411
 ---> 320165ef16ed
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 5d9b6aede4f9
Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 0ab367987d15
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in b8f1beef2be7
Removing intermediate container b8f1beef2be7
 ---> 0657593a0eac
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 941a00ef382e
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 'pip-licenses<3.0.0' pyyaml tenacity &&       python /tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in 1c3db98e50c3
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.6/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from tenacity) (1.15.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=22924 sha256=45618c9e977380b384c251927b26d3298c9de504c45005a24acb5724bc3c0b4c
  Stored in directory: /root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
INFO:root:Successfully pulled licenses for 134 dependencies
Skip pulling license for  bs4
Removing intermediate container 1c3db98e50c3
 ---> e486916932a8
Step 28/31 : FROM beam
 ---> ea4940f1a938
Step 29/31 : ARG pull_licenses
 ---> Running in f01e80380a74
Removing intermediate container f01e80380a74
 ---> 9cb72e110795
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 34dd1d3ca53e
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in e9c4761194a7
Removing intermediate container e9c4761194a7
 ---> b6af6b4974f7
Successfully built b6af6b4974f7
Successfully tagged apache/beam_python3.6_sdk:2.37.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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220203180400] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f776447be5ffee935b76165e88a7143940b4ee29c8f3832a3f1562df3af3179d])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f776447be5ffee935b76165e88a7143940b4ee29c8f3832a3f1562df3af3179d
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:f776447be5ffee935b76165e88a7143940b4ee29c8f3832a3f1562df3af3179d].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220203180400]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:69d43f9415fa931096f5f1e267f002d9ac5e82f1335e394a690eb3c09bc6c088]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220203180400] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:69d43f9415fa931096f5f1e267f002d9ac5e82f1335e394a690eb3c09bc6c088])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:69d43f9415fa931096f5f1e267f002d9ac5e82f1335e394a690eb3c09bc6c088
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:69d43f9415fa931096f5f1e267f002d9ac5e82f1335e394a690eb3c09bc6c088].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 17m 50s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #39

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/39/display/redirect>

Changes:


------------------------------------------
[...truncated 88.97 KB...]

> Task :release:go-licenses:java:dockerRun
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv

> Task :sdks:java:container:java8:dockerPrepare

> Task :release:go-licenses:py:dockerRun
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:python:container:py36:dockerPrepare
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> Task :sdks:python:container:py36:docker

> 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]
469bd0919a97: Preparing
86c6539560f5: Preparing
5ca9ac722d93: Preparing
6ec9cda41f9f: Preparing
00f1d90a8ee6: Preparing
d4489eb609d7: Preparing
9c792af049d9: Preparing
b7c862629624: Preparing
0714b0b63112: Preparing
b1ded80875c8: Preparing
f28d1859d06e: Preparing
a44337f12218: Preparing
d8e5f55d35f7: Preparing
da6a30288512: Preparing
727112c063b5: Preparing
aa4c808c19f6: Preparing
8ba9f690e8ba: Preparing
3e607d59ef9f: Preparing
1e18e7e1fcc2: Preparing
c3a0d593ed24: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
11936051f93b: Preparing
d4489eb609d7: Waiting
f28d1859d06e: Waiting
9c792af049d9: Waiting
a44337f12218: Waiting
b1ded80875c8: Waiting
d8e5f55d35f7: Waiting
b7c862629624: Waiting
0714b0b63112: Waiting
11936051f93b: Waiting
da6a30288512: Waiting
31892cc314cb: Waiting
c3a0d593ed24: Waiting
26a504e63be4: Waiting
8ba9f690e8ba: Waiting
1e18e7e1fcc2: Waiting
727112c063b5: Waiting
aa4c808c19f6: Waiting
00f1d90a8ee6: Pushed
469bd0919a97: Pushed
6ec9cda41f9f: Pushed
5ca9ac722d93: Pushed
d4489eb609d7: Pushed
9c792af049d9: Pushed
86c6539560f5: Pushed
b1ded80875c8: Pushed
f28d1859d06e: Pushed
0714b0b63112: Pushed
da6a30288512: Pushed
aa4c808c19f6: Layer already exists
8ba9f690e8ba: Layer already exists
3e607d59ef9f: Layer already exists
727112c063b5: Pushed
1e18e7e1fcc2: Layer already exists
c3a0d593ed24: Layer already exists
26a504e63be4: Layer already exists
31892cc314cb: Layer already exists
8bf42db0de72: Layer already exists
11936051f93b: Layer already exists
b7c862629624: Pushed
a44337f12218: Pushed
d8e5f55d35f7: Pushed
20220203155111: digest: sha256:8a946036529fc8ae0da4b703043357896c70cf53a184e8e311626e161c2e5f05 size: 5361

> Task :runners:google-cloud-dataflow-java:setupXVR

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

8 tests completed, 8 failed

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 3620183.
Stopping expansion service pid: 3620184.

> 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:20220203155111
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:8a946036529fc8ae0da4b703043357896c70cf53a184e8e311626e161c2e5f05
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220203155111]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:8a946036529fc8ae0da4b703043357896c70cf53a184e8e311626e161c2e5f05]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220203155111
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:13b5719d9c7dfa383c19c41df3d6e44e20d0072c6cea8b4922b93b3674a23f7a
Deleted: sha256:54228c80ef8b877a2366d728151f79cf3200fd075b979a3d349cf86c7f7c6ebc
Deleted: sha256:a0f7590847994897f2d9945843a94a9a84c6a7a2d3e07f2d2574742561a998f2
Deleted: sha256:44b74d0abe92f733c702c38b5bd09b49a1f82b70f183000880cbf41e0cab77d4
Deleted: sha256:1b4d07dd290011abbff6207cd41968b8b3b6c43bd16aade7ac8612fd7de02040
Deleted: sha256:84582629a90f30bf45031471924894871a3048be78dd27704fb622f77e1c616f
Deleted: sha256:93f8b42931053342e97936e0f2771e60e7fa9f7096d9e37bdb9aefe7a50ef654
Deleted: sha256:c698d3ed616a838087a282185cc3e312440510dc81b9483302e72241312c12f2
Deleted: sha256:65f58211b801efde8f94328447c277c468903585b5c3c6c4c9295107fd984ea4
Deleted: sha256:c66ec7682250f788f7a92de1367a3acffa188a383cf8ad3bef950b953d83a85d
Deleted: sha256:8d21af6d34aa427c4a285c7425bb08377454f4c02854d9823d0200a246fa7823
Deleted: sha256:1fe3d72aec31fc3ca7fb8b7d90109fb5e9ebcc716472d798eb1a2816c0fc9201
Deleted: sha256:c860a762dfdced998c8cef53550263908b2eff763038e0b6b50fc8e810fad89e
Deleted: sha256:c3bf7e5dabbd524f618b967694b3d31c0b62c4e7d7e2658ebc4b807e8dc8969f
Deleted: sha256:e1f53aa88ff1f3afdf16b95c5588d5993b99db6c2727df1fc60d318841aa4b41
Deleted: sha256:1ddac6eac4d269869e3a82699785d455636fca10f555f41b5afae39a9bba88f6
Deleted: sha256:fa7e134fba01e86329660261f264665f2fea5a1edda5433851f5227d5c7954ed
Deleted: sha256:55ffd946edd601bca0154b13761d5b1b133c036253c60a10c5b2cc92f0c4d10b
Deleted: sha256:aa648e428e80a7c12585b43eed3da8a328c43006c4c2d76b3050ce2458eb0bdc
Deleted: sha256:d2c1b3396380e4624275cbf0d15dfc82370b1edfd1dc1f7901e3b9f2321deb02
Deleted: sha256:f984cb42047a3431547ecc06922408b749707ef344240f5047446034a9e9ec46
Deleted: sha256:2d958c15c89a26d88eed1c7dcf8718888b0a8ec392428a56f18f148b2cad531b
Deleted: sha256:92af26ae8f4437b9cf5a5d743ba054b4391e56c4a4e631f5d36043f47c371941
Deleted: sha256:adbdff80510ed14feb1cf653d2ec4efe7c5c05eae6076644c644b0764cceb44e
Deleted: sha256:606d266ad799cdf63bb30603d0692a8fa4ac75e66138f47ee2ea1a3be9a84cfc
Deleted: sha256:1b618160833618cfd1a6f7c242f51018e2a5be30322323f375984b87941ee464
Deleted: sha256:a3c1da0b2727d8371c2001dac10d23c53cc3b13a831f1308aaeac3b9360b751d
Deleted: sha256:10ca8b9a2f9a945c53fb79fe583a1a8b288557a9eab318210265e3b6016c872d
Deleted: sha256:a9dff280bf01bfab168122f73e3e9f8dbdaaf889c53a908b706314916e79b0cb
Deleted: sha256:d654771e39edfb03600179e3fb299c082ea8498efd2835bd6f6524b5810aa960
Deleted: sha256:71ce380da1a0be45065eef29deaa1a1d45c45ceda291c82f15496244092f14d3
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220203155111]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:13b5719d9c7dfa383c19c41df3d6e44e20d0072c6cea8b4922b93b3674a23f7a]

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 17m 55s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #38

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/38/display/redirect?page=changes>

Changes:

[aydar.zaynutdinov] [BEAM-13737][Playground]

[noreply] [BEAM-13399, BEAM-13683] Eagerly materialize artifacts for automated

[noreply] Merge pull request #16617 from [BEAM-13743] [Playground] Add context

[noreply] Merge pull request #16618 from [BEAM-13744] [Playground] Add context

[noreply] Merge pull request #16698 from [BEAM-13802][Playground] [Bugfix] Clean

[noreply] [BEAM-13293][BEAM-13806] Pipe a SchemaIO flag through Go integration

[noreply] [BEAM-13605] Modify groupby.apply implementation in preparation for

[noreply] Merge pull request #16436 from [BEAM-1330] - DatastoreIO Writes should


------------------------------------------
[...truncated 455.74 KB...]
 ---> Running in 0198590188f7
Removing intermediate container 0198590188f7
 ---> bea6fdff9b5a
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 36bba8f7d417
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 'pip-licenses<3.0.0' pyyaml tenacity &&       python /tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in dc8fc7b2b7f6
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.6/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from tenacity) (1.15.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=22924 sha256=749bbd9b9373c9d73d5890f4510ed7e60070a50baac928864af117545dd7d4ae
  Stored in directory: /root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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 21.2.4; however, version 21.3.1 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 dc8fc7b2b7f6
 ---> 23a1f0f948b5
Step 28/31 : FROM beam
 ---> 685db34e177c
Step 29/31 : ARG pull_licenses
 ---> Running in f96835492b1f
Removing intermediate container f96835492b1f
 ---> ca289c5766af
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 071011b96cc3
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 7304dd39c5de
Removing intermediate container 7304dd39c5de
 ---> 4f68ae4dfaec
Successfully built 4f68ae4dfaec
Successfully tagged apache/beam_python3.6_sdk:2.37.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]
868249f19bb8: Preparing
0d8ab326c7a7: Preparing
9eaf532b50fa: Preparing
8d1b8cb9d90f: Preparing
f361f74ad05e: Preparing
e81120b55c97: Preparing
ae9159d67749: Preparing
80c7d32b74ca: Preparing
480b5d21df56: Preparing
a81b2c7bd679: Preparing
f5bfcc04480f: Preparing
e6978b428c8f: Preparing
c6300bd95fba: Preparing
551e5d41e02b: Preparing
222550c82c56: Preparing
aa4c808c19f6: Preparing
8ba9f690e8ba: Preparing
3e607d59ef9f: Preparing
1e18e7e1fcc2: Preparing
c3a0d593ed24: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
11936051f93b: Preparing
8ba9f690e8ba: Waiting
3e607d59ef9f: Waiting
a81b2c7bd679: Waiting
1e18e7e1fcc2: Waiting
551e5d41e02b: Waiting
ae9159d67749: Waiting
31892cc314cb: Waiting
c3a0d593ed24: Waiting
f5bfcc04480f: Waiting
222550c82c56: Waiting
80c7d32b74ca: Waiting
11936051f93b: Waiting
aa4c808c19f6: Waiting
26a504e63be4: Waiting
e6978b428c8f: Waiting
c6300bd95fba: Waiting
e81120b55c97: Waiting
8d1b8cb9d90f: Pushed
868249f19bb8: Pushed
0d8ab326c7a7: Pushed
9eaf532b50fa: Pushed
f361f74ad05e: Pushed
e81120b55c97: Pushed
ae9159d67749: Pushed
a81b2c7bd679: Pushed
480b5d21df56: Pushed
f5bfcc04480f: Pushed
551e5d41e02b: Pushed
aa4c808c19f6: Layer already exists
8ba9f690e8ba: Layer already exists
3e607d59ef9f: Layer already exists
1e18e7e1fcc2: Layer already exists
c3a0d593ed24: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
222550c82c56: Pushed
80c7d32b74ca: Pushed
e6978b428c8f: Pushed
c6300bd95fba: Pushed
20220203060120: digest: sha256:1393fd8b877975aa5d2943d4b953ce874554b4c50b95d6543bc95bbc9a9feac8 size: 5361

> Task :runners:google-cloud-dataflow-java:setupXVR

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

8 tests completed, 8 failed

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 4173853.
Stopping expansion service pid: 4173854.

> 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:20220203060120
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:1393fd8b877975aa5d2943d4b953ce874554b4c50b95d6543bc95bbc9a9feac8
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220203060120]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:1393fd8b877975aa5d2943d4b953ce874554b4c50b95d6543bc95bbc9a9feac8]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220203060120
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:1fadb4df872ad00c9b232ee90d2de35131f58f7421a21fb1aac2f6098cbb3715
Deleted: sha256:85c49a8a3108e664ef1f623641813783d694b6851fb9e8d1cedacb9d9655ad39
Deleted: sha256:ba36ac25ad4bc081b0e689f425cff7f86f5ec6124e127171f27c1e49c0a48ece
Deleted: sha256:fe1cb14349a3880def85915885afdbf22721f97c273ce087ce8d8992384bdad5
Deleted: sha256:614259133287a31402cedd84028daceb8f44bd941ccec62aeb3d4963c99d997a
Deleted: sha256:db93fc6b4eb3e7f3abad80a6b504c31f663b0cc015f3dd6803ede08802eefab1
Deleted: sha256:b76a63410163b306cf43da69c50e289753012c7fea6ea6596c48d1f610fec3c6
Deleted: sha256:9354f10dda999ff0e768a879b4b8d91cbe95ec87e4bcb944354b6daaf324cd53
Deleted: sha256:95550619ca692214088244c262b5f7459c930a7689bc697f337e72735fa907b7
Deleted: sha256:130fffe4812d9503aa0751869b3fdc718140c2347fde12d20c45b16f27511af5
Deleted: sha256:fa53139ec4e4914da013d14ed6ec0acf7d3ff89edc53762b8ecccdec82527a44
Deleted: sha256:1b55233c9d6f38a6fc8eeea54564650c2d978418d9f14b39bc752f3911aa88e9
Deleted: sha256:f646cf39ab254bdbeb91cc10de51a3db9308de0dd7fe49de8b6dec4e404b028f
Deleted: sha256:6241413b340f91cee5940a9f911c4beda6098128c8edb745ee932befcdbaa6c1
Deleted: sha256:931b37f45de8aa8c23986587b341529b5be364e07b81b380c29705e3e3f61e52
Deleted: sha256:ad2b1b974e243eecd7e333f78c1d200c6d11150d28a1f9af5c84e6f39c51c412
Deleted: sha256:4947150d4944b80d0fa5bf92a720c5ac3d7d537604e8dc1045df4591581e4a85
Deleted: sha256:d2591714a3b93513b901211b99fd1f534598e175f66971081007b4d88b04c786
Deleted: sha256:e71c1fb1173536d449f00995cd1d84d845aebb75ccd58890125535c41973f4cf
Deleted: sha256:12e1fb90e73f82b19ef20e3479e3d7dfc8eefc219ea4f1d1ec8f6767c7837434
Deleted: sha256:7be231f371255c9060e98220f44088eef71662e756d860f95f614b02b06d94b9
Deleted: sha256:f9282119437d6ac2e7976babeb93a3bac6b0b38e3ae81d505e3a08e8013130fa
Deleted: sha256:504e53651dcb7b194848922ace622acc3e5ab76352c58f363071c1478abc2f3e
Deleted: sha256:f9731e3ad20f48066ee1ccd6b29359cb3f042203d8a8ea1abdaf19bd57d92510
Deleted: sha256:27551253a51da453022bef8534eca147d0144efddc1e95a62b2abf8d329a48ef
Deleted: sha256:bc856314198d3a9942724ed636f2652a34b0984bc0c11bcebbed931c55768a0a
Deleted: sha256:af9fe0ffae591134e44c66f8ccd857b68ad112e0258c6877c043f9f0d6c1a4bd
Deleted: sha256:5742917e40fd78532bec752b18421fc943c231b671c7666f474b2e87b144a9bb
Deleted: sha256:37a2d9d68e63893ba94817e61e534c17897c56ef62cee43c3ecb8aba44789cae
Deleted: sha256:f91d487ebb7d6e3d57738a7b3804e8e1e8a98b308479d3d23cf7a765f9d86e43
Deleted: sha256:1e02ea09ee028354f5f9fc5230f1e52e6d85b64b3066b61159784c12063bfc27
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220203060120]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:1fadb4df872ad00c9b232ee90d2de35131f58f7421a21fb1aac2f6098cbb3715]

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 20m 53s
167 actionable tasks: 114 executed, 47 from cache, 6 up-to-date

Publishing build scan...
https://gradle.com/s/65cdk5mzd36jw

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #37

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/37/display/redirect?page=changes>

Changes:

[Robert Bradshaw] Make num-stages counter into an internal counter.

[Kenneth Knowles] [BEAM-13768] Fix NullPointerException in BigQueryStorageSourceBase

[Robert Bradshaw] Avoid packaging avro in the java harness jar.

[noreply] [BEAM-13801] Add standard coder tests for state backed iterable.

[noreply] [BEAM-13430]  Fix provided configuration by removing extendsFrom for

[noreply] [BEAM-12830] Print clearer go version fail message (#16693)

[Jan Lukavský] Add reference to Books to Learning Resources in website

[noreply] Use ThreadLocal for DESERIALIZATION_CONTEXT (#16680)

[noreply] Minor: Add apt update after adding deadsnakes repository in dev env

[noreply] [BEAM-13807] Regenerate container images to get TF 2.8.0 (#16707)


------------------------------------------
[...truncated 467.78 KB...]
 ---> Running in ae95b62ecdfe
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.6/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from tenacity) (1.15.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=22924 sha256=654f8774a93aa7a7062fec34cdd5dbc661980c0a6e1f8031e86055432517a869
  Stored in directory: /root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
INFO:root:Successfully pulled licenses for 134 dependencies
Skip pulling license for  bs4
Removing intermediate container ae95b62ecdfe
 ---> f2a1691bdfc2
Step 28/31 : FROM beam
 ---> 027520161c07
Step 29/31 : ARG pull_licenses
 ---> Running in 6b832fd2d03f
Removing intermediate container 6b832fd2d03f
 ---> 8aaddc358623
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 7199a23c0ac5
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 4c626f6fc4a4
Removing intermediate container 4c626f6fc4a4
 ---> 84bf07fc0d1e
Successfully built 84bf07fc0d1e
Successfully tagged apache/beam_python3.6_sdk:2.37.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]
b86776b45a2d: Preparing
8f45ee912cf4: Preparing
c26c1c867d62: Preparing
9a510bd6d1d8: Preparing
04097bb79ddc: Preparing
97ded2859e8a: Preparing
e2515b643aa7: Preparing
760246e5333f: Preparing
1d08c3b845e5: Preparing
a5d4a84e4ff0: Preparing
48d116056dde: Preparing
d6af15c4ecde: Preparing
c146f0e6b9ad: Preparing
7e25992834d0: Preparing
979077522535: Preparing
aa4c808c19f6: Preparing
8ba9f690e8ba: Preparing
3e607d59ef9f: Preparing
1e18e7e1fcc2: Preparing
c3a0d593ed24: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
11936051f93b: Preparing
1d08c3b845e5: Waiting
c146f0e6b9ad: Waiting
a5d4a84e4ff0: Waiting
7e25992834d0: Waiting
e2515b643aa7: Waiting
48d116056dde: Waiting
c3a0d593ed24: Waiting
979077522535: Waiting
31892cc314cb: Waiting
d6af15c4ecde: Waiting
760246e5333f: Waiting
97ded2859e8a: Waiting
26a504e63be4: Waiting
11936051f93b: Waiting
aa4c808c19f6: Waiting
1e18e7e1fcc2: Waiting
3e607d59ef9f: Waiting
8bf42db0de72: Waiting
8ba9f690e8ba: Waiting
04097bb79ddc: Pushed
9a510bd6d1d8: Pushed
b86776b45a2d: Pushed
8f45ee912cf4: Pushed
c26c1c867d62: Pushed
e2515b643aa7: Pushed
97ded2859e8a: Pushed
1d08c3b845e5: Pushed
a5d4a84e4ff0: Pushed
48d116056dde: Pushed
7e25992834d0: Pushed
aa4c808c19f6: Layer already exists
8ba9f690e8ba: Layer already exists
3e607d59ef9f: Layer already exists
1e18e7e1fcc2: Layer already exists
c3a0d593ed24: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
979077522535: Pushed
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
760246e5333f: Pushed
d6af15c4ecde: Pushed
c146f0e6b9ad: Pushed
20220203001217: digest: sha256:27a82d42c0012cf58c35187d77abf4d0dbb830c590052554cd4feba1090adf62 size: 5361

> Task :runners:google-cloud-dataflow-java:setupXVR

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

8 tests completed, 8 failed

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 382247.
Stopping expansion service pid: 382248.

> 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:20220203001217
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:27a82d42c0012cf58c35187d77abf4d0dbb830c590052554cd4feba1090adf62
Deleted: sha256:84bf07fc0d1ef1bb479c3763a731be6430d705d0b0c306be943834bfca1f0e4a
Deleted: sha256:7199a23c0ac5f96d09ef50f4a88d987eceda78a6dc922118b406ad2946aa4a08
Deleted: sha256:10474a5176d806febb2e39c76ae371f5e13b67edbe8a88d2b783a46fdefb37ea
Deleted: sha256:8aaddc358623f0274c93e153f2198092d6569f7a65e3bfa5c6dfdc79d4ad197e
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220203001217]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:27a82d42c0012cf58c35187d77abf4d0dbb830c590052554cd4feba1090adf62]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220203001217
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c134b07b20cf22808bd8fadcee28e1e5390849c0c9fe8007cee6fbe1ab4100f2
Deleted: sha256:bd5330291dbfac9da91a644c7cde8a8fecbd43430bb0688735ab2a09903d691b
Deleted: sha256:945b708d03ad5eeb178e4e8ea54c7101c075db1b8aea0809d8c4fab5349d81a9
Deleted: sha256:69aaec7ef0b761a5f9a12c1f658cb8ac1f8d3c48c1120f92328e7e632695ebb8
Deleted: sha256:4a5bd3cd0b88f5ca411b5289c054f1f9a60c108bf5c8fc76cb3c63e22e68cc40
Deleted: sha256:329e31e1e21e7336a422c87f071267d54de86f7cc41991fed41e9e7cbad2542f
Deleted: sha256:fa06b196ff781ac21b0a4042efdb8406bdc3843ffff63bcc1bfad88a8b42186c
Deleted: sha256:74f52d612bf3cf60a72dde0010b8a10d7f7b550d901d16d49e6343f70353b79e
Deleted: sha256:7eeb7e91981edc131ce571a87f8211e2a2a059749a618af288909af164afe0f2
Deleted: sha256:6f7f677d91fd0bcf4a249fb97f210cc771b82592f4ecb79c78726b68b159a6e9
Deleted: sha256:cacb60e2e32ed1a6f1c9eaa6799d936e65ce67a9894dd5267885b78074ce9cee
Deleted: sha256:a2ba823a1b791cee73bcd6553f7e6ae6f3a7dee0749fc9e8699ee651b01e1c1d
Deleted: sha256:a2f23b283ab4e6b4ad17aa4dd638d340a393e489eac9fac4b4322429422cf100
Deleted: sha256:e037c8741f66deeff15faf42e232af95234ecb0aaf4fbe072ea924ef95632e07
Deleted: sha256:af071f8fb85bbd2978ae181d2e3e4e9ae8ee7581c958496aae05d4a522627c3b
Deleted: sha256:12b8ce5fef928bd3c0ea07cec07403460872ce1afe91b68778a5432cc083ca00
Deleted: sha256:da5ed628dc4366ec1bb277c20f6e737cae9d28fe671c48e07c5b0d126d4a4eff
Deleted: sha256:1c9dba03066a2b46305d21b2240904f4c8bc5d88fb99f9e13f337c5ba5220b65
Deleted: sha256:df0c09ecec8cf82923edc05fd51a4f6c9de80d351f180dd18541c6596e40a1c7
Deleted: sha256:42d1c5a041a99a1e70e5c08f82f2e40ae810c24949df45c73b57f71cdb9474bb
Deleted: sha256:b575d31d530dae8967dc68b974b276e57271f39b7e24e72afadc6c63342237bc
Deleted: sha256:34fa1e9cfc864df9735c9712411d4b80702cfa5e6b113944a0f7eef7f0ca63cd
Deleted: sha256:793f4786282e18c035c7385379dd2843dfc958d54bb723016daaef42dc702afc
Deleted: sha256:fd593e70ee309e28ad178840d3fc537d6f2e6e5ba0d2ef8cfb1eab66f9ff23ce
Deleted: sha256:4dbc7494bf053fb905c9eadc4ce1a92c25ea4e085c20234827694ab1f856e484
Deleted: sha256:69c113f7b410c782379b74edc83f3df6d235b650b309f4f9f5c70ab1e8196a79
Deleted: sha256:5183be656629d3a87bffc3e71445893c9da18482cab44c23c6c4525468bd794e
Deleted: sha256:de7d0861ef51aed96dbf8d7dcdc713c768a796d352577a3187270ae6fcf0837a
Deleted: sha256:3a23bd5aaf96d5314363b3a356edc6f3b34b51cf3bcd20bebec5a8a9ce1ee61e
Deleted: sha256:bf25775b94b81281f34777c92cd05d96b12964ad814cb0fae0d4135d9ecc0fb2
Deleted: sha256:83095709f713bf55695fd9b1626e5e3fef1097c79919a5a372d09b11072df9f6
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220203001217]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c134b07b20cf22808bd8fadcee28e1e5390849c0c9fe8007cee6fbe1ab4100f2]

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 37m 26s
167 actionable tasks: 112 executed, 49 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #36

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/36/display/redirect?page=changes>

Changes:

[mmack] [BEAM-13563] Restructure Kinesis Source for Aws 2 internally to prepare

[noreply] [BEAM-4665] Allow joining a running dataflow pipeline without throwing


------------------------------------------
[...truncated 81.73 KB...]
  Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting google-resumable-media<3.0dev,>=0.6.0
  Using cached google_resumable_media-2.1.0-py2.py3-none-any.whl (75 kB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.29.0
  Using cached google_api_core-2.4.0-py2.py3-none-any.whl (111 kB)
Requirement already satisfied: packaging>=14.3 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from google-cloud-bigquery<3,>=1.6.0->apache-beam==2.37.0.dev0) (21.3)
Collecting libcst>=0.2.5
  Using cached libcst-0.4.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.29.0
  Using cached google_api_core-1.31.5-py2.py3-none-any.whl (93 kB)
Collecting grpc-google-iam-v1<0.13dev,>=0.12.3
  Using cached grpc_google_iam_v1-0.12.3-py3-none-any.whl
Collecting google-auth<3,>=1.18.0
  Using cached google_auth-1.35.0-py2.py3-none-any.whl (152 kB)
Requirement already satisfied: setuptools>=40.3.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from google-auth<3,>=1.18.0->apache-beam==2.37.0.dev0) (59.6.0)
Collecting overrides<7.0.0,>=6.0.1
  Using cached overrides-6.1.0-py3-none-any.whl (14 kB)
Collecting grpcio-status>=1.18.0
  Using cached grpcio_status-1.43.0-py3-none-any.whl (10.0 kB)
Collecting docopt
  Using cached docopt-0.6.2-py2.py3-none-any.whl
Collecting pyparsing<3,>=2.4.2
  Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting pbr>=0.11
  Using cached pbr-5.8.0-py2.py3-none-any.whl (112 kB)
Collecting pyasn1>=0.1.7
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting more-itertools>=4.0.0
  Using cached more_itertools-8.12.0-py3-none-any.whl (54 kB)
Collecting attrs>=17.4.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Requirement already satisfied: py>=1.5.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (1.11.0)
Collecting atomicwrites>=1.0
  Using cached atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
Requirement already satisfied: importlib-metadata>=0.12 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (2.1.3)
Collecting pluggy<1.0,>=0.12
  Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting pytest-forked
  Using cached pytest_forked-1.4.0-py3-none-any.whl (4.9 kB)
Collecting execnet>=1.1
  Using cached execnet-1.9.0-py2.py3-none-any.whl (39 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.11-py3-none-any.whl (39 kB)
Collecting greenlet!=0.4.17
  Using cached greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
Collecting docker
  Using cached docker-5.0.3-py2.py3-none-any.whl (146 kB)
Collecting wrapt
  Using cached wrapt-1.13.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (78 kB)
Collecting deprecation
  Using cached deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
Collecting cffi>=1.12
  Using cached cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (405 kB)
Collecting googleapis-common-protos<2.0dev,>=1.6.0
  Using cached googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting google-crc32c<2.0dev,>=1.0
  Using cached google_crc32c-1.3.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (37 kB)
Requirement already satisfied: zipp>=0.5 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from importlib-metadata>=0.12->pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (3.6.0)
Collecting typing-inspect>=0.4.0
  Using cached typing_inspect-0.7.1-py3-none-any.whl (8.4 kB)
Collecting requests-oauthlib>=0.5.0
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting isodate>=0.6.0
  Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB)
Collecting typing-utils>=0.0.3
  Using cached typing_utils-0.1.0-py3-none-any.whl (10 kB)
Collecting websocket-client>=0.32.0
  Using cached websocket_client-1.2.3-py3-none-any.whl (53 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.2.0-py3-none-any.whl (151 kB)
Collecting mypy-extensions>=0.3.0
  Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Building wheels for collected packages: apache-beam
  Building wheel for apache-beam (setup.py): started
  Building wheel for apache-beam (setup.py): finished with status 'done'
  Created wheel for apache-beam: filename=apache_beam-2.37.0.dev0-py3-none-any.whl size=2652334 sha256=2c3a0f5d8c4c703c2236e8f2678624e83683bad74f48a9bebca7ff1449102c67
  Stored in directory: /home/jenkins/.cache/pip/wheels/ee/f1/4d/b356b5f392611ced2cfc93a30049ad3e261b7765517903ae64
Successfully built apache-beam
Installing collected packages: pyasn1, urllib3, rsa, pyparsing, pyasn1-modules, idna, charset-normalizer, certifi, cachetools, typing-extensions, requests, pytz, mypy-extensions, googleapis-common-protos, google-auth, wcwidth, typing-inspect, pyyaml, python-dateutil, pycparser, pluggy, oauthlib, more-itertools, jmespath, google-api-core, dataclasses, attrs, atomicwrites, websocket-client, typing-utils, requests-oauthlib, pytest, proto-plus, numpy, libcst, isodate, httplib2, grpcio-gcp, grpc-google-iam-v1, google-crc32c, docopt, cffi, botocore, wrapt, s3transfer, pytest-forked, pymongo, pydot, pyarrow, pbr, overrides, orjson, oauth2client, msrest, hdfs, grpcio-status, greenlet, google-resumable-media, google-cloud-pubsub, google-cloud-core, fasteners, fastavro, execnet, docker, dill, deprecation, cryptography, crcmod, cloudpickle, azure-core, testcontainers, tenacity, sqlalchemy, requests-mock, pytest-xdist, pytest-timeout, pyhamcrest, psycopg2-binary, parameterized, pandas, mock, google-cloud-vision, google-cloud-videointelligence, google-cloud-spanner, google-cloud-recommendations-ai, google-cloud-pubsublite, google-cloud-language, google-cloud-dlp, google-cloud-datastore, google-cloud-bigtable, google-cloud-bigquery-storage, google-cloud-bigquery, google-apitools, freezegun, boto3, azure-storage-blob, apache-beam
  Attempting uninstall: pyparsing
    Found existing installation: pyparsing 3.0.7
    Uninstalling pyparsing-3.0.7:
      Successfully uninstalled pyparsing-3.0.7
  Attempting uninstall: pluggy
    Found existing installation: pluggy 1.0.0
    Uninstalling pluggy-1.0.0:
      Successfully uninstalled pluggy-1.0.0

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses save github.com/apache/beam/sdks/python/container --save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/python/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/nightlyone/lockfile,https://github.com/nightlyone/lockfile/blob/master/LICENSE,MIT
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :sdks:python:installGcpTest
Successfully installed apache-beam-2.37.0.dev0 atomicwrites-1.4.0 attrs-21.4.0 azure-core-1.21.1 azure-storage-blob-12.9.0 boto3-1.20.46 botocore-1.23.46 cachetools-4.2.4 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.11 cloudpickle-2.0.0 crcmod-1.7 cryptography-36.0.1 dataclasses-0.8 deprecation-2.1.0 dill-0.3.1.1 docker-5.0.3 docopt-0.6.2 execnet-1.9.0 fastavro-1.4.7 fasteners-0.17.3 freezegun-1.1.0 google-api-core-1.31.5 google-apitools-0.5.31 google-auth-1.35.0 google-cloud-bigquery-2.32.0 google-cloud-bigquery-storage-2.11.0 google-cloud-bigtable-1.7.0 google-cloud-core-1.7.2 google-cloud-datastore-1.15.3 google-cloud-dlp-3.6.0 google-cloud-language-1.3.0 google-cloud-pubsub-2.9.0 google-cloud-pubsublite-1.3.0 google-cloud-recommendations-ai-0.2.0 google-cloud-spanner-1.19.1 google-cloud-videointelligence-1.16.1 google-cloud-vision-1.0.0 google-crc32c-1.3.0 google-resumable-media-2.1.0 googleapis-common-protos-1.54.0 greenlet-1.1.2 grpc-google-iam-v1-0.12.3 grpcio-gcp-0.2.2 grpcio-status-1.43.0 hdfs-2.6.0 httplib2-0.19.1 idna-3.3 isodate-0.6.1 jmespath-0.10.0 libcst-0.4.1 mock-2.0.0 more-itertools-8.12.0 msrest-0.6.21 mypy-extensions-0.4.3 numpy-1.19.5 oauth2client-4.1.3 oauthlib-3.2.0 orjson-3.6.1 overrides-6.1.0 pandas-1.1.5 parameterized-0.7.5 pbr-5.8.0 pluggy-0.13.1 proto-plus-1.19.9 psycopg2-binary-2.9.3 pyarrow-6.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 pydot-1.4.2 pyhamcrest-1.10.1 pymongo-3.12.3 pyparsing-2.4.7 pytest-4.6.11 pytest-forked-1.4.0 pytest-timeout-1.4.2 pytest-xdist-1.34.0 python-dateutil-2.8.2 pytz-2021.3 pyyaml-6.0 requests-2.27.1 requests-mock-1.9.3 requests-oauthlib-1.3.1 rsa-4.8 s3transfer-0.5.0 sqlalchemy-1.4.31 tenacity-5.1.5 testcontainers-3.4.2 typing-extensions-4.0.1 typing-inspect-0.7.1 typing-utils-0.1.0 urllib3-1.26.8 wcwidth-0.2.5 websocket-client-1.2.3 wrapt-1.13.3

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:python:container:py36:dockerPrepare
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:python:container:py36:docker
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> 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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220202180821] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:8e262336e7583c97e6a808e77b71a28705a960072bbcfb636fafe78219a3b5e2])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:8e262336e7583c97e6a808e77b71a28705a960072bbcfb636fafe78219a3b5e2
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:8e262336e7583c97e6a808e77b71a28705a960072bbcfb636fafe78219a3b5e2].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220202180821]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8a48f47d846d4712d3bebb0998fb964952b71b72ccf8bcd2dd8aee9f71e9751d]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220202180821] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8a48f47d846d4712d3bebb0998fb964952b71b72ccf8bcd2dd8aee9f71e9751d])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8a48f47d846d4712d3bebb0998fb964952b71b72ccf8bcd2dd8aee9f71e9751d
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8a48f47d846d4712d3bebb0998fb964952b71b72ccf8bcd2dd8aee9f71e9751d].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 19m 47s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #35

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/35/display/redirect?page=changes>

Changes:

[noreply] Edit license script for Java, add manual licenses for xz (#16692)


------------------------------------------
[...truncated 81.31 KB...]
  Using cached libcst-0.4.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.29.0
  Using cached google_api_core-1.31.5-py2.py3-none-any.whl (93 kB)
Collecting grpc-google-iam-v1<0.13dev,>=0.12.3
  Using cached grpc_google_iam_v1-0.12.3-py3-none-any.whl
Collecting google-auth<3,>=1.18.0
  Using cached google_auth-1.35.0-py2.py3-none-any.whl (152 kB)
Requirement already satisfied: setuptools>=40.3.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from google-auth<3,>=1.18.0->apache-beam==2.37.0.dev0) (59.6.0)
Collecting grpcio-status>=1.18.0
  Using cached grpcio_status-1.43.0-py3-none-any.whl (10.0 kB)
Collecting overrides<7.0.0,>=6.0.1
  Using cached overrides-6.1.0-py3-none-any.whl (14 kB)
Collecting docopt
  Using cached docopt-0.6.2-py2.py3-none-any.whl
Collecting pyparsing<3,>=2.4.2
  Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting pbr>=0.11
  Using cached pbr-5.8.0-py2.py3-none-any.whl (112 kB)
Collecting pyasn1>=0.1.7
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting pluggy<1.0,>=0.12
  Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Requirement already satisfied: py>=1.5.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (1.11.0)
Collecting more-itertools>=4.0.0
  Using cached more_itertools-8.12.0-py3-none-any.whl (54 kB)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Requirement already satisfied: importlib-metadata>=0.12 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (2.1.3)
Collecting atomicwrites>=1.0
  Using cached atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
Collecting attrs>=17.4.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting pytest-forked
  Using cached pytest_forked-1.4.0-py3-none-any.whl (4.9 kB)
Collecting execnet>=1.1
  Using cached execnet-1.9.0-py2.py3-none-any.whl (39 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.11-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting greenlet!=0.4.17
  Using cached greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
Collecting wrapt
  Using cached wrapt-1.13.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (78 kB)
Collecting deprecation
  Using cached deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
Collecting docker
  Using cached docker-5.0.3-py2.py3-none-any.whl (146 kB)
Collecting cffi>=1.12
  Using cached cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (405 kB)
Collecting googleapis-common-protos<2.0dev,>=1.6.0
  Using cached googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting google-crc32c<2.0dev,>=1.0
  Using cached google_crc32c-1.3.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (37 kB)
Requirement already satisfied: zipp>=0.5 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from importlib-metadata>=0.12->pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (3.6.0)
Collecting typing-inspect>=0.4.0
  Using cached typing_inspect-0.7.1-py3-none-any.whl (8.4 kB)
Collecting requests-oauthlib>=0.5.0
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting isodate>=0.6.0
  Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB)
Collecting typing-utils>=0.0.3
  Using cached typing_utils-0.1.0-py3-none-any.whl (10 kB)
Collecting websocket-client>=0.32.0
  Using cached websocket_client-1.2.3-py3-none-any.whl (53 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.2.0-py3-none-any.whl (151 kB)
Collecting mypy-extensions>=0.3.0
  Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Building wheels for collected packages: apache-beam
  Building wheel for apache-beam (setup.py): started
  Building wheel for apache-beam (setup.py): finished with status 'done'
  Created wheel for apache-beam: filename=apache_beam-2.37.0.dev0-py3-none-any.whl size=2652334 sha256=e16577948d1765d0cae00db388583c22ebd508cf5b1463316e750b3d7e19fc60
  Stored in directory: /home/jenkins/.cache/pip/wheels/ee/f1/4d/b356b5f392611ced2cfc93a30049ad3e261b7765517903ae64
Successfully built apache-beam
Installing collected packages: pyasn1, urllib3, rsa, pyparsing, pyasn1-modules, idna, charset-normalizer, certifi, cachetools, typing-extensions, requests, pytz, mypy-extensions, googleapis-common-protos, google-auth, wcwidth, typing-inspect, pyyaml, python-dateutil, pycparser, pluggy, oauthlib, more-itertools, jmespath, google-api-core, dataclasses, attrs, atomicwrites, websocket-client, typing-utils, requests-oauthlib, pytest, proto-plus, numpy, libcst, isodate, httplib2, grpcio-gcp, grpc-google-iam-v1, google-crc32c, docopt, cffi, botocore, wrapt, s3transfer, pytest-forked, pymongo, pydot, pyarrow, pbr, overrides, orjson, oauth2client, msrest, hdfs, grpcio-status, greenlet, google-resumable-media, google-cloud-pubsub, google-cloud-core, fasteners, fastavro, execnet, docker, dill, deprecation, cryptography, crcmod, cloudpickle, azure-core, testcontainers, tenacity, sqlalchemy, requests-mock, pytest-xdist, pytest-timeout, pyhamcrest, psycopg2-binary, parameterized, pandas, mock, google-cloud-vision, google-cloud-videointelligence, google-cloud-spanner, google-cloud-recommendations-ai, google-cloud-pubsublite, google-cloud-language, google-cloud-dlp, google-cloud-datastore, google-cloud-bigtable, google-cloud-bigquery-storage, google-cloud-bigquery, google-apitools, freezegun, boto3, azure-storage-blob, apache-beam
  Attempting uninstall: pyparsing
    Found existing installation: pyparsing 3.0.7
    Uninstalling pyparsing-3.0.7:
      Successfully uninstalled pyparsing-3.0.7
  Attempting uninstall: pluggy
    Found existing installation: pluggy 1.0.0
    Uninstalling pluggy-1.0.0:
      Successfully uninstalled pluggy-1.0.0

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 91.760865 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses

> Task :sdks:python:installGcpTest
Successfully installed apache-beam-2.37.0.dev0 atomicwrites-1.4.0 attrs-21.4.0 azure-core-1.21.1 azure-storage-blob-12.9.0 boto3-1.20.46 botocore-1.23.46 cachetools-4.2.4 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.11 cloudpickle-2.0.0 crcmod-1.7 cryptography-36.0.1 dataclasses-0.8 deprecation-2.1.0 dill-0.3.1.1 docker-5.0.3 docopt-0.6.2 execnet-1.9.0 fastavro-1.4.7 fasteners-0.17.3 freezegun-1.1.0 google-api-core-1.31.5 google-apitools-0.5.31 google-auth-1.35.0 google-cloud-bigquery-2.32.0 google-cloud-bigquery-storage-2.11.0 google-cloud-bigtable-1.7.0 google-cloud-core-1.7.2 google-cloud-datastore-1.15.3 google-cloud-dlp-3.6.0 google-cloud-language-1.3.0 google-cloud-pubsub-2.9.0 google-cloud-pubsublite-1.3.0 google-cloud-recommendations-ai-0.2.0 google-cloud-spanner-1.19.1 google-cloud-videointelligence-1.16.1 google-cloud-vision-1.0.0 google-crc32c-1.3.0 google-resumable-media-2.1.0 googleapis-common-protos-1.54.0 greenlet-1.1.2 grpc-google-iam-v1-0.12.3 grpcio-gcp-0.2.2 grpcio-status-1.43.0 hdfs-2.6.0 httplib2-0.19.1 idna-3.3 isodate-0.6.1 jmespath-0.10.0 libcst-0.4.1 mock-2.0.0 more-itertools-8.12.0 msrest-0.6.21 mypy-extensions-0.4.3 numpy-1.19.5 oauth2client-4.1.3 oauthlib-3.2.0 orjson-3.6.1 overrides-6.1.0 pandas-1.1.5 parameterized-0.7.5 pbr-5.8.0 pluggy-0.13.1 proto-plus-1.19.9 psycopg2-binary-2.9.3 pyarrow-6.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 pydot-1.4.2 pyhamcrest-1.10.1 pymongo-3.12.3 pyparsing-2.4.7 pytest-4.6.11 pytest-forked-1.4.0 pytest-timeout-1.4.2 pytest-xdist-1.34.0 python-dateutil-2.8.2 pytz-2021.3 pyyaml-6.0 requests-2.27.1 requests-mock-1.9.3 requests-oauthlib-1.3.1 rsa-4.8 s3transfer-0.5.0 sqlalchemy-1.4.31 tenacity-5.1.5 testcontainers-3.4.2 typing-extensions-4.0.1 typing-inspect-0.7.1 typing-utils-0.1.0 urllib3-1.26.8 wcwidth-0.2.5 websocket-client-1.2.3 wrapt-1.13.3

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses save github.com/apache/beam/sdks/python/container --save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv
github.com/apache/beam/sdks/python/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/nightlyone/lockfile,https://github.com/nightlyone/lockfile/blob/master/LICENSE,MIT
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:dockerRun
+ tee /output/licenses/list.csv
+ go-licenses csv github.com/apache/beam/sdks/java/container
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:python:container:py36:dockerPrepare
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:python:container:py36:docker
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> 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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220202120132] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:77718fd7a1a7aee61d5d9481865832892ec7458682447bf18d5a73bef40fd199])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:77718fd7a1a7aee61d5d9481865832892ec7458682447bf18d5a73bef40fd199
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:77718fd7a1a7aee61d5d9481865832892ec7458682447bf18d5a73bef40fd199].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220202120132]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8448b1403144f7780e73ce9c1924d3781ae446c28274855fbe51e43f689eb074]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220202120132] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8448b1403144f7780e73ce9c1924d3781ae446c28274855fbe51e43f689eb074])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8448b1403144f7780e73ce9c1924d3781ae446c28274855fbe51e43f689eb074
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:8448b1403144f7780e73ce9c1924d3781ae446c28274855fbe51e43f689eb074].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 21m 16s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

Publishing build scan...
https://gradle.com/s/4xe4ields4wvu

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #34

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/34/display/redirect?page=changes>

Changes:

[noreply] [BEAM-13574] Large Wordcount (#16455)

[noreply] [BEAM-13293] Refactor JDBC IO Go Wrapper (#16686)


------------------------------------------
[...truncated 471.45 KB...]
Markdown==3.3.6
mmh3==3.0.0
mock==2.0.0
more-itertools==8.12.0
mypy-extensions==0.4.3
nltk==3.6.7
nose==1.3.7
numpy==1.19.5
oauth2client==4.1.3
oauthlib==3.1.1
opt-einsum==3.3.0
orjson==3.6.1
overrides==6.1.0
packaging==21.3
pandas==1.1.5
parameterized==0.7.5
pbr==5.8.0
pip==21.2.4
pluggy==0.13.1
proto-plus==1.19.8
protobuf==3.19.1
psycopg2-binary==2.9.3
py==1.11.0
pyarrow==6.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pydot==1.4.2
PyHamcrest==1.10.1
pymongo==3.12.3
pyparsing==2.4.7
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.0
pytz==2021.3
PyYAML==6.0
regex==2021.11.10
requests==2.27.0
requests-mock==1.9.3
requests-oauthlib==1.3.0
rsa==4.8
scikit-learn==0.24.2
scipy==1.5.4
setuptools==57.5.0
six==1.15.0
soupsieve==2.3.1
SQLAlchemy==1.4.29
tenacity==5.1.5
tensorboard==2.6.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.0
tensorflow==2.6.2
tensorflow-estimator==2.6.0
termcolor==1.1.0
testcontainers==3.4.2
threadpoolctl==3.0.0
tqdm==4.62.3
typing-extensions==3.7.4.3
typing-inspect==0.7.1
typing-utils==0.1.0
uritemplate==4.1.1
urllib3==1.26.7
wcwidth==0.2.5
websocket-client==1.2.3
Werkzeug==2.0.2
wheel==0.37.0
wrapt==1.12.1
zipp==3.6.0
Removing intermediate container c9f8658d384d
 ---> 508dec020a4e
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> 6ef08242f818
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> cfffc5db2034
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> fd71f50cfb66
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> 3d47871f1d00
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 920086066e72
Removing intermediate container 920086066e72
 ---> a3e57435edae
Step 21/31 : FROM beam as third_party_licenses
 ---> a3e57435edae
Step 22/31 : ARG pull_licenses
 ---> Running in 7ac8b64b406e
Removing intermediate container 7ac8b64b406e
 ---> 2ca81dbf7c3f
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> b448f3abd433
Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 5c5e765a2bc9
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 7bfba21da3f9
Removing intermediate container 7bfba21da3f9
 ---> aa0ae6897710
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> be43ecf0b504
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 'pip-licenses<3.0.0' pyyaml tenacity &&       python /tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in a5b09868d3fb
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.6/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from tenacity) (1.15.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=22924 sha256=cd81f9e6327a9c1e33641ce07818c3456000c981bc42b0dce7d1a2c24881aaa6
  Stored in directory: /root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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 21.2.4; however, version 21.3.1 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 a5b09868d3fb
 ---> 0023a29c5d53
Step 28/31 : FROM beam
 ---> a3e57435edae
Step 29/31 : ARG pull_licenses
 ---> Running in d33ee91953a4
Removing intermediate container d33ee91953a4
 ---> 6a5df8236112
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 0844af8fe1c4
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in a042145c91d3
Removing intermediate container a042145c91d3
 ---> d33de89e7f37
Successfully built d33de89e7f37
Successfully tagged apache/beam_python3.6_sdk:2.37.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]
fa4012ff9631: Preparing
4951013726c9: Preparing
6d05f78a8418: Preparing
e99c33627cb9: Preparing
cb9c913759de: Preparing
264a676df5da: Preparing
0faff696fb44: Preparing
79a2b5feb202: Preparing
566230390889: Preparing
4dd1f81371ae: Preparing
e65a40ece730: Preparing
6c14f012dbf7: Preparing
afe838ef6eb4: Preparing
7ace4bc6267b: Preparing
059cef817699: Preparing
aa4c808c19f6: Preparing
8ba9f690e8ba: Preparing
4dd1f81371ae: Waiting
afe838ef6eb4: Waiting
6c14f012dbf7: Waiting
3e607d59ef9f: Preparing
1e18e7e1fcc2: Preparing
c3a0d593ed24: Preparing
26a504e63be4: Preparing
79a2b5feb202: Waiting
059cef817699: Waiting
7ace4bc6267b: Waiting
8bf42db0de72: Preparing
31892cc314cb: Preparing
0faff696fb44: Waiting
264a676df5da: Waiting
e65a40ece730: Waiting
8ba9f690e8ba: Waiting
aa4c808c19f6: Waiting
11936051f93b: Preparing
3e607d59ef9f: Waiting
566230390889: Waiting
8bf42db0de72: Waiting
1e18e7e1fcc2: Waiting
26a504e63be4: Waiting
c3a0d593ed24: Waiting
31892cc314cb: Waiting
cb9c913759de: Pushed
e99c33627cb9: Pushed
6d05f78a8418: Pushed
fa4012ff9631: Pushed
79a2b5feb202: Pushed
4951013726c9: Pushed
264a676df5da: Pushed
0faff696fb44: Pushed
566230390889: Pushed
4dd1f81371ae: Pushed
e65a40ece730: Pushed
aa4c808c19f6: Layer already exists
8ba9f690e8ba: Layer already exists
7ace4bc6267b: Pushed
3e607d59ef9f: Layer already exists
1e18e7e1fcc2: Layer already exists
c3a0d593ed24: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
059cef817699: Pushed
6c14f012dbf7: Pushed
afe838ef6eb4: Pushed
20220202060112: digest: sha256:7526a2dd420b2659fe655cf7a66c6f86033631563dd1b318f2672aa3a730a87a size: 5361

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:java:container:pullLicenses'.
> Process 'command './license_scripts/license_script.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.3.2/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 26m 6s
158 actionable tasks: 102 executed, 50 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #33

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/33/display/redirect?page=changes>

Changes:

[career] [BEAM-13734] Support cache directories that use GCS buckets

[noreply] Merge pull request #16655 from [BEAM-12164]: Add retry protection to

[noreply] Merge pull request #16586 from [BEAM-13731] FhirIO: Add support for

[noreply] [BEAM-13011] Adds a link to Multi-language Pipelines Tips wiki page

[noreply] [BEAM-12572] Run python examples on multiple runners (#16154)


------------------------------------------
[...truncated 90.20 KB...]
Collecting typing-inspect>=0.4.0
  Using cached typing_inspect-0.7.1-py3-none-any.whl (8.4 kB)
Collecting requests-oauthlib>=0.5.0
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting isodate>=0.6.0
  Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB)
Collecting typing-utils>=0.0.3
  Using cached typing_utils-0.1.0-py3-none-any.whl (10 kB)
Collecting websocket-client>=0.32.0
  Using cached websocket_client-1.2.3-py3-none-any.whl (53 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.2.0-py3-none-any.whl (151 kB)
Collecting mypy-extensions>=0.3.0
  Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Building wheels for collected packages: apache-beam
  Building wheel for apache-beam (setup.py): started
  Building wheel for apache-beam (setup.py): finished with status 'done'
  Created wheel for apache-beam: filename=apache_beam-2.37.0.dev0-py3-none-any.whl size=2652334 sha256=f39599867be42f5ae2febcc55c392dfea9b956e8ee762e13d559578e75a8d692
  Stored in directory: /home/jenkins/.cache/pip/wheels/ee/f1/4d/b356b5f392611ced2cfc93a30049ad3e261b7765517903ae64
Successfully built apache-beam
Installing collected packages: pyasn1, urllib3, rsa, pyparsing, pyasn1-modules, idna, charset-normalizer, certifi, cachetools, typing-extensions, requests, pytz, mypy-extensions, googleapis-common-protos, google-auth, wcwidth, typing-inspect, pyyaml, python-dateutil, pycparser, pluggy, oauthlib, more-itertools, jmespath, google-api-core, dataclasses, attrs, atomicwrites, websocket-client, typing-utils, requests-oauthlib, pytest, proto-plus, numpy, libcst, isodate, httplib2, grpcio-gcp, grpc-google-iam-v1, google-crc32c, docopt, cffi, botocore, wrapt, s3transfer, pytest-forked, pymongo, pydot, pyarrow, pbr, overrides, orjson, oauth2client, msrest, hdfs, grpcio-status, greenlet, google-resumable-media, google-cloud-pubsub, google-cloud-core, fasteners, fastavro, execnet, docker, dill, deprecation, cryptography, crcmod, cloudpickle, azure-core, testcontainers, tenacity, sqlalchemy, requests-mock, pytest-xdist, pytest-timeout, pyhamcrest, psycopg2-binary, parameterized, pandas, mock, google-cloud-vision, google-cloud-videointelligence, google-cloud-spanner, google-cloud-recommendations-ai, google-cloud-pubsublite, google-cloud-language, google-cloud-dlp, google-cloud-datastore, google-cloud-bigtable, google-cloud-bigquery-storage, google-cloud-bigquery, google-apitools, freezegun, boto3, azure-storage-blob, apache-beam
  Attempting uninstall: pyparsing
    Found existing installation: pyparsing 3.0.7
    Uninstalling pyparsing-3.0.7:
      Successfully uninstalled pyparsing-3.0.7
  Attempting uninstall: pluggy
    Found existing installation: pluggy 1.0.0
    Uninstalling pluggy-1.0.0:
      Successfully uninstalled pluggy-1.0.0

> Task :sdks:java:container:pullLicenses FAILED
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py",> line 53, in pull_from_url
    url_read = urlopen(url)
  File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.6/urllib/request.py", line 532, in open
    response = meth(req, response)
  File "/usr/lib/python3.6/urllib/request.py", line 642, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python3.6/urllib/request.py", line 570, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
ERROR:root:Invalid url for xz-1.5: https://git.tukaani.org/?p=xz-java.git;a=blob;f=COPYING;h=c1d404dc7a6f06a0437bf1055fedaa4a4c89d728;hb=9f1f97a26f090ffec6568c004a38c6534aa82b94. Retrying...
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py",> line 53, in pull_from_url
    url_read = urlopen(url)
  File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.6/urllib/request.py", line 532, in open
    response = meth(req, response)
  File "/usr/lib/python3.6/urllib/request.py", line 642, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python3.6/urllib/request.py", line 570, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
ERROR:root:Invalid url for xz-1.5: https://git.tukaani.org/?p=xz-java.git;a=blob;f=COPYING;h=c1d404dc7a6f06a0437bf1055fedaa4a4c89d728;hb=9f1f97a26f090ffec6568c004a38c6534aa82b94. Retrying...
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py",> line 53, in pull_from_url
    url_read = urlopen(url)
  File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.6/urllib/request.py", line 532, in open
    response = meth(req, response)
  File "/usr/lib/python3.6/urllib/request.py", line 642, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python3.6/urllib/request.py", line 570, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
ERROR:root:Invalid url for xz-1.5: https://git.tukaani.org/?p=xz-java.git;a=blob;f=COPYING;h=c1d404dc7a6f06a0437bf1055fedaa4a4c89d728;hb=9f1f97a26f090ffec6568c004a38c6534aa82b94 after 9 retries.
ERROR:root:['xz-1.5']
ERROR:root:**************************************** Licenses were not able to be pulled automatically for some dependencies. Please search source code of the dependencies on the internet and add "license" and "notice" (if available) field to <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml> for each missing license. Dependency List: [xz-1.5]
INFO:root:pull_licenses_java.py failed. It took 48.124763 seconds with 16 threads.
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py",> line 315, in <module>
    error_msg)
RuntimeError: ('1 error(s) occurred.', ['**************************************** Licenses were not able to be pulled automatically for some dependencies. Please search source code of the dependencies on the internet and add "license" and "notice" (if available) field to <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml> for each missing license. Dependency List: [xz-1.5]'])

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses save github.com/apache/beam/sdks/python/container --save_path=/output/licenses

> Task :sdks:python:installGcpTest
Successfully installed apache-beam-2.37.0.dev0 atomicwrites-1.4.0 attrs-21.4.0 azure-core-1.21.1 azure-storage-blob-12.9.0 boto3-1.20.46 botocore-1.23.46 cachetools-4.2.4 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.11 cloudpickle-2.0.0 crcmod-1.7 cryptography-36.0.1 dataclasses-0.8 deprecation-2.1.0 dill-0.3.1.1 docker-5.0.3 docopt-0.6.2 execnet-1.9.0 fastavro-1.4.7 fasteners-0.17.3 freezegun-1.1.0 google-api-core-1.31.5 google-apitools-0.5.31 google-auth-1.35.0 google-cloud-bigquery-2.32.0 google-cloud-bigquery-storage-2.11.0 google-cloud-bigtable-1.7.0 google-cloud-core-1.7.2 google-cloud-datastore-1.15.3 google-cloud-dlp-3.6.0 google-cloud-language-1.3.0 google-cloud-pubsub-2.9.0 google-cloud-pubsublite-1.3.0 google-cloud-recommendations-ai-0.2.0 google-cloud-spanner-1.19.1 google-cloud-videointelligence-1.16.1 google-cloud-vision-1.0.0 google-crc32c-1.3.0 google-resumable-media-2.1.0 googleapis-common-protos-1.54.0 greenlet-1.1.2 grpc-google-iam-v1-0.12.3 grpcio-gcp-0.2.2 grpcio-status-1.43.0 hdfs-2.6.0 httplib2-0.19.1 idna-3.3 isodate-0.6.1 jmespath-0.10.0 libcst-0.4.1 mock-2.0.0 more-itertools-8.12.0 msrest-0.6.21 mypy-extensions-0.4.3 numpy-1.19.5 oauth2client-4.1.3 oauthlib-3.2.0 orjson-3.6.1 overrides-6.1.0 pandas-1.1.5 parameterized-0.7.5 pbr-5.8.0 pluggy-0.13.1 proto-plus-1.19.9 psycopg2-binary-2.9.3 pyarrow-6.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 pydot-1.4.2 pyhamcrest-1.10.1 pymongo-3.12.3 pyparsing-2.4.7 pytest-4.6.11 pytest-forked-1.4.0 pytest-timeout-1.4.2 pytest-xdist-1.34.0 python-dateutil-2.8.2 pytz-2021.3 pyyaml-6.0 requests-2.27.1 requests-mock-1.9.3 requests-oauthlib-1.3.1 rsa-4.8 s3transfer-0.5.0 sqlalchemy-1.4.31 tenacity-5.1.5 testcontainers-3.4.2 typing-extensions-4.0.1 typing-inspect-0.7.1 typing-utils-0.1.0 urllib3-1.26.8 wcwidth-0.2.5 websocket-client-1.2.3 wrapt-1.13.3

> Task :release:go-licenses:java:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/nightlyone/lockfile,https://github.com/nightlyone/lockfile/blob/master/LICENSE,MIT
github.com/apache/beam/sdks/python/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:python:container:py36:dockerPrepare
> Task :sdks:python:container:py36:docker

> 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]
f4a87dee6679: Preparing
da796c9a1fc8: Preparing
b7e8d2cabe97: Preparing
ab08ecd6e60b: Preparing
c30a204bd7b6: Preparing
bf27c77ded20: Preparing
7666de578e9d: Preparing
17af75d3555e: Preparing
63bcc5910989: Preparing
636b2b33faed: Preparing
2fdc4c3e8192: Preparing
a76bc8b2fefe: Preparing
b79fa92abc82: Preparing
cd75459de724: Preparing
f8ff01a6458f: Preparing
aa4c808c19f6: Preparing
8ba9f690e8ba: Preparing
3e607d59ef9f: Preparing
1e18e7e1fcc2: Preparing
c3a0d593ed24: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
11936051f93b: Preparing
bf27c77ded20: Waiting
7666de578e9d: Waiting
17af75d3555e: Waiting
63bcc5910989: Waiting
636b2b33faed: Waiting
2fdc4c3e8192: Waiting
a76bc8b2fefe: Waiting
b79fa92abc82: Waiting
cd75459de724: Waiting
f8ff01a6458f: Waiting
aa4c808c19f6: Waiting
8ba9f690e8ba: Waiting
3e607d59ef9f: Waiting
1e18e7e1fcc2: Waiting
c3a0d593ed24: Waiting
26a504e63be4: Waiting
8bf42db0de72: Waiting
31892cc314cb: Waiting
11936051f93b: Waiting
f4a87dee6679: Pushed
ab08ecd6e60b: Pushed
b7e8d2cabe97: Pushed
c30a204bd7b6: Pushed
7666de578e9d: Pushed
bf27c77ded20: Pushed
63bcc5910989: Pushed
da796c9a1fc8: Pushed
636b2b33faed: Pushed
2fdc4c3e8192: Pushed
cd75459de724: Pushed
aa4c808c19f6: Layer already exists
8ba9f690e8ba: Layer already exists
3e607d59ef9f: Layer already exists
f8ff01a6458f: Pushed
1e18e7e1fcc2: Layer already exists
c3a0d593ed24: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
17af75d3555e: Pushed
a76bc8b2fefe: Pushed
b79fa92abc82: Pushed
20220202000856: digest: sha256:75537b8ac470042cc9032c3cebe78698fc6e8aea0d39171188b661f8758e3d6f size: 5361

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:java:container:pullLicenses'.
> Process 'command './license_scripts/license_script.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.3.2/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 17m 53s
158 actionable tasks: 103 executed, 49 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #32

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/32/display/redirect>

Changes:


------------------------------------------
[...truncated 79.06 KB...]
Collecting pyasn1-modules>=0.2.1
  Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting google-resumable-media<3.0dev,>=0.6.0
  Using cached google_resumable_media-2.1.0-py2.py3-none-any.whl (75 kB)
Requirement already satisfied: packaging>=14.3 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from google-cloud-bigquery<3,>=1.6.0->apache-beam==2.37.0.dev0) (21.3)
Collecting google-api-core[grpc]<3.0.0dev,>=1.29.0
  Using cached google_api_core-2.4.0-py2.py3-none-any.whl (111 kB)
Collecting libcst>=0.2.5
  Using cached libcst-0.4.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.29.0
  Using cached google_api_core-1.31.5-py2.py3-none-any.whl (93 kB)
Collecting grpc-google-iam-v1<0.13dev,>=0.12.3
  Using cached grpc_google_iam_v1-0.12.3-py3-none-any.whl
Collecting google-auth<3,>=1.18.0
  Using cached google_auth-1.35.0-py2.py3-none-any.whl (152 kB)
Requirement already satisfied: setuptools>=40.3.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from google-auth<3,>=1.18.0->apache-beam==2.37.0.dev0) (59.6.0)
Collecting overrides<7.0.0,>=6.0.1
  Using cached overrides-6.1.0-py3-none-any.whl (14 kB)
Collecting grpcio-status>=1.18.0
  Using cached grpcio_status-1.43.0-py3-none-any.whl (10.0 kB)
Collecting docopt
  Using cached docopt-0.6.2-py2.py3-none-any.whl
Collecting pyparsing<3,>=2.4.2
  Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting pbr>=0.11
  Using cached pbr-5.8.0-py2.py3-none-any.whl (112 kB)
Collecting pyasn1>=0.1.7
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting pluggy<1.0,>=0.12
  Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting attrs>=17.4.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting more-itertools>=4.0.0
  Using cached more_itertools-8.12.0-py3-none-any.whl (54 kB)
Requirement already satisfied: py>=1.5.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (1.11.0)
Requirement already satisfied: importlib-metadata>=0.12 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (2.1.3)
Collecting atomicwrites>=1.0
  Using cached atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
Collecting pytest-forked
  Using cached pytest_forked-1.4.0-py3-none-any.whl (4.9 kB)
Collecting execnet>=1.1
  Using cached execnet-1.9.0-py2.py3-none-any.whl (39 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.11-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
Collecting greenlet!=0.4.17
  Using cached greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
Collecting docker
  Using cached docker-5.0.3-py2.py3-none-any.whl (146 kB)
Collecting deprecation
  Using cached deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
Collecting wrapt
  Using cached wrapt-1.13.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (78 kB)
Collecting cffi>=1.12
  Using cached cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (405 kB)
Collecting googleapis-common-protos<2.0dev,>=1.6.0
  Using cached googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting google-crc32c<2.0dev,>=1.0
  Using cached google_crc32c-1.3.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (37 kB)
Requirement already satisfied: zipp>=0.5 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from importlib-metadata>=0.12->pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (3.6.0)
Collecting typing-inspect>=0.4.0
  Using cached typing_inspect-0.7.1-py3-none-any.whl (8.4 kB)
Collecting requests-oauthlib>=0.5.0
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting isodate>=0.6.0
  Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB)
Collecting typing-utils>=0.0.3
  Using cached typing_utils-0.1.0-py3-none-any.whl (10 kB)
Collecting websocket-client>=0.32.0
  Using cached websocket_client-1.2.3-py3-none-any.whl (53 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.2.0-py3-none-any.whl (151 kB)
Collecting mypy-extensions>=0.3.0
  Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Building wheels for collected packages: apache-beam
  Building wheel for apache-beam (setup.py): started
  Building wheel for apache-beam (setup.py): finished with status 'done'
  Created wheel for apache-beam: filename=apache_beam-2.37.0.dev0-py3-none-any.whl size=2646203 sha256=cc48fa27584e91807d96ab3aec8c9302f983a318afea0c94985708d5009eeac7
  Stored in directory: /home/jenkins/.cache/pip/wheels/ee/f1/4d/b356b5f392611ced2cfc93a30049ad3e261b7765517903ae64
Successfully built apache-beam
Installing collected packages: pyasn1, urllib3, rsa, pyparsing, pyasn1-modules, idna, charset-normalizer, certifi, cachetools, typing-extensions, requests, pytz, mypy-extensions, googleapis-common-protos, google-auth, wcwidth, typing-inspect, pyyaml, python-dateutil, pycparser, pluggy, oauthlib, more-itertools, jmespath, google-api-core, dataclasses, attrs, atomicwrites, websocket-client, typing-utils, requests-oauthlib, pytest, proto-plus, numpy, libcst, isodate, httplib2, grpcio-gcp, grpc-google-iam-v1, google-crc32c, docopt, cffi, botocore, wrapt, s3transfer, pytest-forked, pymongo, pydot, pyarrow, pbr, overrides, orjson, oauth2client, msrest, hdfs, grpcio-status, greenlet, google-resumable-media, google-cloud-pubsub, google-cloud-core, fasteners, fastavro, execnet, docker, dill, deprecation, cryptography, crcmod, cloudpickle, azure-core, testcontainers, tenacity, sqlalchemy, requests-mock, pytest-xdist, pytest-timeout, pyhamcrest, psycopg2-binary, parameterized, pandas, mock, google-cloud-vision, google-cloud-videointelligence, google-cloud-spanner, google-cloud-recommendations-ai, google-cloud-pubsublite, google-cloud-language, google-cloud-dlp, google-cloud-datastore, google-cloud-bigtable, google-cloud-bigquery-storage, google-cloud-bigquery, google-apitools, freezegun, boto3, azure-storage-blob, apache-beam
  Attempting uninstall: pyparsing
    Found existing installation: pyparsing 3.0.7
    Uninstalling pyparsing-3.0.7:
      Successfully uninstalled pyparsing-3.0.7
  Attempting uninstall: pluggy
    Found existing installation: pluggy 1.0.0
    Uninstalling pluggy-1.0.0:
      Successfully uninstalled pluggy-1.0.0
Successfully installed apache-beam-2.37.0.dev0 atomicwrites-1.4.0 attrs-21.4.0 azure-core-1.21.1 azure-storage-blob-12.9.0 boto3-1.20.46 botocore-1.23.46 cachetools-4.2.4 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.11 cloudpickle-2.0.0 crcmod-1.7 cryptography-36.0.1 dataclasses-0.8 deprecation-2.1.0 dill-0.3.1.1 docker-5.0.3 docopt-0.6.2 execnet-1.9.0 fastavro-1.4.7 fasteners-0.17.3 freezegun-1.1.0 google-api-core-1.31.5 google-apitools-0.5.31 google-auth-1.35.0 google-cloud-bigquery-2.32.0 google-cloud-bigquery-storage-2.11.0 google-cloud-bigtable-1.7.0 google-cloud-core-1.7.2 google-cloud-datastore-1.15.3 google-cloud-dlp-3.6.0 google-cloud-language-1.3.0 google-cloud-pubsub-2.9.0 google-cloud-pubsublite-1.3.0 google-cloud-recommendations-ai-0.2.0 google-cloud-spanner-1.19.1 google-cloud-videointelligence-1.16.1 google-cloud-vision-1.0.0 google-crc32c-1.3.0 google-resumable-media-2.1.0 googleapis-common-protos-1.54.0 greenlet-1.1.2 grpc-google-iam-v1-0.12.3 grpcio-gcp-0.2.2 grpcio-status-1.43.0 hdfs-2.6.0 httplib2-0.19.1 idna-3.3 isodate-0.6.1 jmespath-0.10.0 libcst-0.4.1 mock-2.0.0 more-itertools-8.12.0 msrest-0.6.21 mypy-extensions-0.4.3 numpy-1.19.5 oauth2client-4.1.3 oauthlib-3.2.0 orjson-3.6.1 overrides-6.1.0 pandas-1.1.5 parameterized-0.7.5 pbr-5.8.0 pluggy-0.13.1 proto-plus-1.19.9 psycopg2-binary-2.9.3 pyarrow-6.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 pydot-1.4.2 pyhamcrest-1.10.1 pymongo-3.12.3 pyparsing-2.4.7 pytest-4.6.11 pytest-forked-1.4.0 pytest-timeout-1.4.2 pytest-xdist-1.34.0 python-dateutil-2.8.2 pytz-2021.3 pyyaml-6.0 requests-2.27.1 requests-mock-1.9.3 requests-oauthlib-1.3.1 rsa-4.8 s3transfer-0.5.0 sqlalchemy-1.4.31 tenacity-5.1.5 testcontainers-3.4.2 typing-extensions-4.0.1 typing-inspect-0.7.1 typing-utils-0.1.0 urllib3-1.26.8 wcwidth-0.2.5 websocket-client-1.2.3 wrapt-1.13.3

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses save github.com/apache/beam/sdks/python/container --save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv
github.com/apache/beam/sdks/python/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/nightlyone/lockfile,https://github.com/nightlyone/lockfile/blob/master/LICENSE,MIT
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:python:container:py36:dockerPrepare
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> Task :sdks:python:container:py36:docker

> 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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220201182018] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:869a86d654bd60e9ba6fcc1a236c8dfd3545171f2224a463b696f8775fe70943])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:869a86d654bd60e9ba6fcc1a236c8dfd3545171f2224a463b696f8775fe70943
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:869a86d654bd60e9ba6fcc1a236c8dfd3545171f2224a463b696f8775fe70943].

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220201182018] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c37bed703c43b45efbaa721b02784618e58f0e73974865c4716fdc7733ce10d6])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c37bed703c43b45efbaa721b02784618e58f0e73974865c4716fdc7733ce10d6
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:c37bed703c43b45efbaa721b02784618e58f0e73974865c4716fdc7733ce10d6].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 14m 41s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #31

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/31/display/redirect>

Changes:


------------------------------------------
[...truncated 80.06 KB...]
Collecting google-resumable-media<3.0dev,>=0.6.0
  Using cached google_resumable_media-2.1.0-py2.py3-none-any.whl (75 kB)
Requirement already satisfied: packaging>=14.3 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from google-cloud-bigquery<3,>=1.6.0->apache-beam==2.37.0.dev0) (21.3)
Collecting libcst>=0.2.5
  Using cached libcst-0.4.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB)
Collecting grpc-google-iam-v1<0.13dev,>=0.12.3
  Using cached grpc_google_iam_v1-0.12.3-py3-none-any.whl
Collecting google-api-core[grpc]<3.0.0dev,>=1.29.0
  Using cached google_api_core-1.31.5-py2.py3-none-any.whl (93 kB)
Collecting google-auth<3,>=1.18.0
  Using cached google_auth-1.35.0-py2.py3-none-any.whl (152 kB)
Requirement already satisfied: setuptools>=40.3.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from google-auth<3,>=1.18.0->apache-beam==2.37.0.dev0) (59.6.0)
Collecting overrides<7.0.0,>=6.0.1
  Using cached overrides-6.1.0-py3-none-any.whl (14 kB)
Collecting grpcio-status>=1.18.0
  Using cached grpcio_status-1.43.0-py3-none-any.whl (10.0 kB)
Collecting docopt
  Using cached docopt-0.6.2-py2.py3-none-any.whl

> Task :sdks:java:testing:expansion-service:buildTestExpansionServiceJar

> Task :sdks:python:installGcpTest
Collecting pyparsing<3,>=2.4.2
  Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting pbr>=0.11
  Using cached pbr-5.8.0-py2.py3-none-any.whl (112 kB)
Collecting pyasn1>=0.1.7
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting more-itertools>=4.0.0
  Using cached more_itertools-8.12.0-py3-none-any.whl (54 kB)
Requirement already satisfied: py>=1.5.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (1.11.0)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting atomicwrites>=1.0
  Using cached atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
Requirement already satisfied: importlib-metadata>=0.12 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (2.1.3)
Collecting pluggy<1.0,>=0.12
  Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting attrs>=17.4.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting execnet>=1.1
  Using cached execnet-1.9.0-py2.py3-none-any.whl (39 kB)
Collecting pytest-forked
  Using cached pytest_forked-1.4.0-py3-none-any.whl (4.9 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.11-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
Collecting greenlet!=0.4.17
  Using cached greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
Collecting docker
  Using cached docker-5.0.3-py2.py3-none-any.whl (146 kB)
Collecting deprecation
  Using cached deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
Collecting wrapt
  Using cached wrapt-1.13.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (78 kB)
Collecting cffi>=1.12
  Using cached cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (405 kB)
Collecting googleapis-common-protos<2.0dev,>=1.6.0
  Using cached googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting google-crc32c<2.0dev,>=1.0
  Using cached google_crc32c-1.3.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (37 kB)
Requirement already satisfied: zipp>=0.5 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from importlib-metadata>=0.12->pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (3.6.0)
Collecting typing-inspect>=0.4.0
  Using cached typing_inspect-0.7.1-py3-none-any.whl (8.4 kB)
Collecting requests-oauthlib>=0.5.0
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting isodate>=0.6.0
  Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB)
Collecting typing-utils>=0.0.3
  Using cached typing_utils-0.1.0-py3-none-any.whl (10 kB)
Collecting websocket-client>=0.32.0
  Using cached websocket_client-1.2.3-py3-none-any.whl (53 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.2.0-py3-none-any.whl (151 kB)
Collecting mypy-extensions>=0.3.0
  Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Building wheels for collected packages: apache-beam
  Building wheel for apache-beam (setup.py): started
  Building wheel for apache-beam (setup.py): finished with status 'done'
  Created wheel for apache-beam: filename=apache_beam-2.37.0.dev0-py3-none-any.whl size=2646203 sha256=f46fe82d3e0cf0dc09d618ca557c76c031281e0aca7ef271dd514c43110971dc
  Stored in directory: /home/jenkins/.cache/pip/wheels/ee/f1/4d/b356b5f392611ced2cfc93a30049ad3e261b7765517903ae64
Successfully built apache-beam
Installing collected packages: pyasn1, urllib3, rsa, pyparsing, pyasn1-modules, idna, charset-normalizer, certifi, cachetools, typing-extensions, requests, pytz, mypy-extensions, googleapis-common-protos, google-auth, wcwidth, typing-inspect, pyyaml, python-dateutil, pycparser, pluggy, oauthlib, more-itertools, jmespath, google-api-core, dataclasses, attrs, atomicwrites, websocket-client, typing-utils, requests-oauthlib, pytest, proto-plus, numpy, libcst, isodate, httplib2, grpcio-gcp, grpc-google-iam-v1, google-crc32c, docopt, cffi, botocore, wrapt, s3transfer, pytest-forked, pymongo, pydot, pyarrow, pbr, overrides, orjson, oauth2client, msrest, hdfs, grpcio-status, greenlet, google-resumable-media, google-cloud-pubsub, google-cloud-core, fasteners, fastavro, execnet, docker, dill, deprecation, cryptography, crcmod, cloudpickle, azure-core, testcontainers, tenacity, sqlalchemy, requests-mock, pytest-xdist, pytest-timeout, pyhamcrest, psycopg2-binary, parameterized, pandas, mock, google-cloud-vision, google-cloud-videointelligence, google-cloud-spanner, google-cloud-recommendations-ai, google-cloud-pubsublite, google-cloud-language, google-cloud-dlp, google-cloud-datastore, google-cloud-bigtable, google-cloud-bigquery-storage, google-cloud-bigquery, google-apitools, freezegun, boto3, azure-storage-blob, apache-beam
  Attempting uninstall: pyparsing
    Found existing installation: pyparsing 3.0.7
    Uninstalling pyparsing-3.0.7:
      Successfully uninstalled pyparsing-3.0.7
  Attempting uninstall: pluggy
    Found existing installation: pluggy 1.0.0
    Uninstalling pluggy-1.0.0:
      Successfully uninstalled pluggy-1.0.0
Successfully installed apache-beam-2.37.0.dev0 atomicwrites-1.4.0 attrs-21.4.0 azure-core-1.21.1 azure-storage-blob-12.9.0 boto3-1.20.46 botocore-1.23.46 cachetools-4.2.4 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.11 cloudpickle-2.0.0 crcmod-1.7 cryptography-36.0.1 dataclasses-0.8 deprecation-2.1.0 dill-0.3.1.1 docker-5.0.3 docopt-0.6.2 execnet-1.9.0 fastavro-1.4.7 fasteners-0.17.3 freezegun-1.1.0 google-api-core-1.31.5 google-apitools-0.5.31 google-auth-1.35.0 google-cloud-bigquery-2.32.0 google-cloud-bigquery-storage-2.11.0 google-cloud-bigtable-1.7.0 google-cloud-core-1.7.2 google-cloud-datastore-1.15.3 google-cloud-dlp-3.6.0 google-cloud-language-1.3.0 google-cloud-pubsub-2.9.0 google-cloud-pubsublite-1.3.0 google-cloud-recommendations-ai-0.2.0 google-cloud-spanner-1.19.1 google-cloud-videointelligence-1.16.1 google-cloud-vision-1.0.0 google-crc32c-1.3.0 google-resumable-media-2.1.0 googleapis-common-protos-1.54.0 greenlet-1.1.2 grpc-google-iam-v1-0.12.3 grpcio-gcp-0.2.2 grpcio-status-1.43.0 hdfs-2.6.0 httplib2-0.19.1 idna-3.3 isodate-0.6.1 jmespath-0.10.0 libcst-0.4.1 mock-2.0.0 more-itertools-8.12.0 msrest-0.6.21 mypy-extensions-0.4.3 numpy-1.19.5 oauth2client-4.1.3 oauthlib-3.2.0 orjson-3.6.1 overrides-6.1.0 pandas-1.1.5 parameterized-0.7.5 pbr-5.8.0 pluggy-0.13.1 proto-plus-1.19.9 psycopg2-binary-2.9.3 pyarrow-6.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 pydot-1.4.2 pyhamcrest-1.10.1 pymongo-3.12.3 pyparsing-2.4.7 pytest-4.6.11 pytest-forked-1.4.0 pytest-timeout-1.4.2 pytest-xdist-1.34.0 python-dateutil-2.8.2 pytz-2021.3 pyyaml-6.0 requests-2.27.1 requests-mock-1.9.3 requests-oauthlib-1.3.1 rsa-4.8 s3transfer-0.5.0 sqlalchemy-1.4.31 tenacity-5.1.5 testcontainers-3.4.2 typing-extensions-4.0.1 typing-inspect-0.7.1 typing-utils-0.1.0 urllib3-1.26.8 wcwidth-0.2.5 websocket-client-1.2.3 wrapt-1.13.3

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses save github.com/apache/beam/sdks/python/container --save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/nightlyone/lockfile,https://github.com/nightlyone/lockfile/blob/master/LICENSE,MIT
github.com/apache/beam/sdks/python/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:python:container:py36:dockerPrepare
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> Task :sdks:python:container:py36:docker

> 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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220201123146] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:1551e20908cfe36295a42f958a6bdb96e62b1aab6e16d412c7aad690e14ee7ed])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:1551e20908cfe36295a42f958a6bdb96e62b1aab6e16d412c7aad690e14ee7ed
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:1551e20908cfe36295a42f958a6bdb96e62b1aab6e16d412c7aad690e14ee7ed].

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220201123146] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:dfe5c8066b7fe878c29ad53017c6b3586c874846c1c492fddbdb2b1f1ecf7bf1])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:dfe5c8066b7fe878c29ad53017c6b3586c874846c1c492fddbdb2b1f1ecf7bf1
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:dfe5c8066b7fe878c29ad53017c6b3586c874846c1c492fddbdb2b1f1ecf7bf1].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 14m 29s
167 actionable tasks: 113 executed, 48 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #30

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/30/display/redirect?page=changes>

Changes:

[noreply] [BEAM-12240] Add Java 17 support (#16568)

[noreply] [BEAM-13760] Add random component to default python dataflow job name


------------------------------------------
[...truncated 75.43 KB...]

> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :sdks:python:container:py36:dockerPrepare
> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> Task :sdks:python:container:py36:docker

> 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]
97549399327c: Preparing
6efa991ad62c: Preparing
ce0513866316: Preparing
3ac655075d08: Preparing
d7707128ef73: Preparing
363adcd0b38a: Preparing
28ae79de255b: Preparing
706d980db58a: Preparing
029adf8f9900: Preparing
14f1e37daeca: Preparing
0c75eb31729d: Preparing
932d516a5d09: Preparing
771f55cf3bf3: Preparing
1a1b6a0d09fb: Preparing
6e07ad9cfd9c: Preparing
aa4c808c19f6: Preparing
8ba9f690e8ba: Preparing
3e607d59ef9f: Preparing
1e18e7e1fcc2: Preparing
c3a0d593ed24: Preparing
363adcd0b38a: Waiting
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
11936051f93b: Preparing
28ae79de255b: Waiting
14f1e37daeca: Waiting
706d980db58a: Waiting
932d516a5d09: Waiting
0c75eb31729d: Waiting
029adf8f9900: Waiting
771f55cf3bf3: Waiting
8bf42db0de72: Waiting
1e18e7e1fcc2: Waiting
aa4c808c19f6: Waiting
31892cc314cb: Waiting
c3a0d593ed24: Waiting
8ba9f690e8ba: Waiting
3e607d59ef9f: Waiting
6e07ad9cfd9c: Waiting
26a504e63be4: Waiting
11936051f93b: Waiting
1a1b6a0d09fb: Waiting
97549399327c: Pushed
3ac655075d08: Pushed
d7707128ef73: Pushed
ce0513866316: Pushed
363adcd0b38a: Pushed
6efa991ad62c: Pushed
029adf8f9900: Pushed
28ae79de255b: Pushed
14f1e37daeca: Pushed
0c75eb31729d: Pushed
1a1b6a0d09fb: Pushed
aa4c808c19f6: Layer already exists
8ba9f690e8ba: Layer already exists
3e607d59ef9f: Layer already exists
1e18e7e1fcc2: Layer already exists
c3a0d593ed24: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
6e07ad9cfd9c: Pushed
706d980db58a: Pushed
932d516a5d09: Pushed
771f55cf3bf3: Pushed
20220201063432: digest: sha256:a77771bf2bd795e191385a05ebe6bfbd069f6672553c94d8bb3a0316c4e0835d size: 5361

> Task :runners:google-cloud-dataflow-java:setupXVR

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

8 tests completed, 8 failed

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 2776533.
Stopping expansion service pid: 2776534.

> 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:20220201063432
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:a77771bf2bd795e191385a05ebe6bfbd069f6672553c94d8bb3a0316c4e0835d
Deleted: sha256:7dd5e6a02386b07c8dd35bcce5146c995e8aaf43903ad906002d4bbb4cccc123
Deleted: sha256:46d8a4ad80b48ae7624a2fe111b4372ba9420ce1bbdf50b4c08de631400d8011
Deleted: sha256:f94923d0a9d4f84d6bc9cb77898ae24d195507f1e2823db745b12e5d7619fdb8
Deleted: sha256:a4778d9522d2933158e1d5c5a6128e1eec97b23755c22e916a76ee874e8d2414
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220201063432]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:a77771bf2bd795e191385a05ebe6bfbd069f6672553c94d8bb3a0316c4e0835d]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220201063432
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:ec43e2c91cced99c912eeb04385cf64959267a6a022f699ee334a0be77f81d63
Deleted: sha256:665c88998cfc2cbfa04ab978fd2c2aa6808cc3a54fc2454f5248bd5174ec9ca5
Deleted: sha256:62aebabb5403c7183d4558a2db7b3f6f9d2dfc416ba6adccef5daa9026e64616
Deleted: sha256:9583ef961b8b69b1ddf5ecba738467d96dc8ac196181a88101622c2ab3af1e7b
Deleted: sha256:ef74d60f7de8eb3cc7545daa54d91ddff3ce977816185dc97042fa2645188f49
Deleted: sha256:abaf14e50d65d53fb92ca7c825c46b8c37288309ba901f3cb7bc15eb47315605
Deleted: sha256:0f769cbfcf229df29ca2f1e69278f18153706d6a2ad5b657a7f4378431797bf8
Deleted: sha256:4d7b8bb30035e8aa9ed83e8d40aba52d20cd6e81a232f372d459afbdb7a58c1f
Deleted: sha256:18912644eafb253a9f39ce81b1531a2a6e7555f5d1684b51eddcb4f13ae3f0d5
Deleted: sha256:9fc5c3705ebd99a11a7a6da9df77b730628789ce3168f75c2383a42dc91cb4fb
Deleted: sha256:5691dc91ca500f6b25c84c807d2df0d2afbbe0ed7c5870d1a4e64f496a69e476
Deleted: sha256:2fc86f4a030ed7b3b2f21a604cd695840720aec6699a007691cb64323daf46f6
Deleted: sha256:f3e0f15992d202f5cd1dd57b908629f937f27f25620e18304abe5820a09b779d
Deleted: sha256:769832b681e954062fac0196260bbf5f8f8de6a9817805786e745d82d041566e
Deleted: sha256:108e00fc0971bd30b33b3eda0d78d97b1c5bc6ee4791c2c8062e20e4445235ea
Deleted: sha256:6c1010e9be7819d3532dc0be891a2e54deb6e46ef76f18ffb490090ecb0150f2
Deleted: sha256:2eb0e04c1367b0fee5422f166b06f86e826b1bd96c9584557a8c7b878eda2196
Deleted: sha256:2b9e0c71d27f45601a4353c14524afb6b4a43daabc5826a05c14a801096dbd4e
Deleted: sha256:1cc46841aad936a7064dd5c0b16f023775a27bb1ddc74992daf7dd7c0f666266
Deleted: sha256:faeccc7d0284a80c018774707f49fba5c94517e40897e5254a21d0b2948f118b
Deleted: sha256:885c61c4651b5e4f16951def8cd2ee6137c353274f61add45b2d229ae89dc478
Deleted: sha256:f53e65bff77e5170bbd6a3a5269382573cac6b15c7bc6bd8a6b5b8ca289947fb
Deleted: sha256:248d11342fee282f9810ce71f31153bbf488e497273824731ecead6b14c04221
Deleted: sha256:67e9b5bf9b045ffc37572a85835f5129a99cfd32695afbb1541bcf4bcbc41bd7
Deleted: sha256:57865175406fd9059249b16898eac0f0b733cccef275411e20e3d089625cebbf
Deleted: sha256:1432746d5424b73132fdd9df0df9037cee9c49ca4cfa4ff2c9c6a71ec2c33901
Deleted: sha256:24180d1c6bbbdc6ba5f3cbb16fbc6fec718c6550fba4d76e7b9ff2016a8680b2
Deleted: sha256:5cc3a2005681ca01518908beacf2949856df07c4422ecf28d0761f8f2f8fb539
Deleted: sha256:cdd975df0d4bc28a2c3dc3a51b9834746c6080639d7c1fa2cb32bf749b9a6ead
Deleted: sha256:0909d130e1376b199ba5200973743a36fe23942d6e42d67e82bc28ac9fdf1b58
Deleted: sha256:0aa14bdc6441a1353b8aa7e78159c2e2cdab83ff19eb7f9cf522e6129bd195b0
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220201063432]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:ec43e2c91cced99c912eeb04385cf64959267a6a022f699ee334a0be77f81d63]

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 16m 12s
167 actionable tasks: 112 executed, 49 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #29

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/29/display/redirect?page=changes>

Changes:

[daria.malkova] Support SCIO SDK via sbt projects

[samuelw] [BEAM-11648] Share thread pool across RetryManager instances.

[Pablo Estrada] Exclude per-key order tests on Twister2 runner

[Heejong Lee] Fix Java SDK container image name for load-tests and nexmark

[noreply] Merge pull request #16493 from [BEAM-13632][Playground] Save catalog

[noreply] Exclude jul-to-slf4j from Spark runner in quickstart POM templates

[noreply] [BEAM-11936] Enable a few errorprone checks that were broken by pinned

[noreply] [BEAM-13780] Add CONTRIBUTING.md pointing to main guide (#16666)

[noreply] [BEAM-13777] Accept cache capacity as input parameter instead of default

[noreply] [BEAM-13051][A] Enable pylint warnings

[noreply] [BEAM-13779] Fix pr labeling (#16665)

[noreply] Merge pull request #16581 from [BEAM-12164]: Add

[noreply] Fix labeler trigger (#16674)

[noreply] [BEAM-13781] Exclude grpc-netty-shaded from gax-grpc's dependency

[noreply] [BEAM-13051] Fixed pylint warnings : raising-non-exception (E0710),

[noreply] [BEAM-13740] Correctly install go before running tests (#16673)

[noreply] [BEAM-12830] Update local Docker env Go version. (#16670)

[noreply] [BEAM-13051][B] Enable pylint warnings

[noreply] [BEAM-13430] Revert Spark libraries in Spark runner to provided (#16675)


------------------------------------------
[...truncated 60.04 KB...]
  Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
Collecting packaging>=14
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting importlib-metadata<3,>=0.12
  Using cached importlib_metadata-2.1.3-py2.py3-none-any.whl (10 kB)
Collecting filelock>=3.0.0
  Using cached filelock-3.4.1-py3-none-any.whl (9.9 kB)
Collecting six>=1.14.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
  Using cached virtualenv-20.13.0-py2.py3-none-any.whl (6.5 MB)

> Task :sdks:java:container:java8:copyDockerfileDependencies
> Task :sdks:java:extensions:protobuf:generateTestProto FROM-CACHE
> Task :sdks:java:extensions:protobuf:compileTestJava FROM-CACHE
> Task :sdks:java:extensions:protobuf:testClasses
> Task :sdks:java:extensions:protobuf:testJar
> Task :sdks:java:io:google-cloud-platform:compileTestJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:testClasses
> Task :sdks:java:io:google-cloud-platform:testJar

> Task :sdks:python:setupVirtualenv
Collecting grpcio>=1.37.0
  Using cached grpcio-1.43.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)

> Task :sdks:java:container:generateLicenseReport
> Task :sdks:java:testing:expansion-service:buildTestExpansionServiceJar FROM-CACHE

> Task :sdks:java:container:pullLicenses
    Uninstalling pip-18.1:
      Successfully uninstalled pip-18.1
  Found existing installation: setuptools 40.6.2
    Uninstalling setuptools-40.6.2:
      Successfully uninstalled setuptools-40.6.2
Successfully installed pip-21.3.1 setuptools-59.6.0 wheel-0.37.1
Collecting beautifulsoup4<5.0,>=4.9.0
  Using cached beautifulsoup4-4.10.0-py3-none-any.whl (97 kB)
Collecting pyyaml<6.0.0,>=3.12
  Using cached PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640 kB)
Collecting tenacity<6.0,>=5.0.2
  Using cached tenacity-5.1.5-py2.py3-none-any.whl (34 kB)
Collecting soupsieve>1.2
  Using cached soupsieve-2.3.1-py3-none-any.whl (37 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: soupsieve, six, tenacity, pyyaml, beautifulsoup4
Successfully installed beautifulsoup4-4.10.0 pyyaml-5.4.1 six-1.16.0 soupsieve-2.3.1 tenacity-5.1.5
Executing <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/build/virtualenv/bin/python> <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/license_scripts/pull_licenses_java.py> --license_index=<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/build/reports/dependency-license/index.json>        --output_dir=<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/build/target/java_third_party_licenses>        --dep_url_yaml=<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/license_scripts/dep_urls_java.yaml> 

> Task :sdks:python:sdist
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/setuptools/dist.py>:493: UserWarning: Normalizing '2.37.0.dev' to '2.37.0.dev0'
  warnings.warn(tmpl.format(**locals()))
INFO:gen_protos:Regenerating Python proto definitions (no output files).
INFO:gen_protos:Found protoc_gen_mypy at <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/bin/protoc-gen-mypy>
beam_interactive_api.proto:36:1: warning: Import google/protobuf/timestamp.proto is unused.
Writing mypy to external_transforms_pb2.pyi
Writing mypy to beam_runner_api_pb2.pyi
Writing mypy to standard_window_fns_pb2.pyi
Writing mypy to metrics_pb2.pyi
Writing mypy to endpoints_pb2.pyi
Writing mypy to schema_pb2.pyi
Writing mypy to beam_artifact_api_pb2.pyi
Writing mypy to beam_expansion_api_pb2.pyi
Writing mypy to beam_job_api_pb2.pyi
Writing mypy to beam_provision_api_pb2.pyi
Writing mypy to beam_fn_api_pb2.pyi
Writing mypy to beam_interactive_api_pb2.pyi
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/metrics_pb2_urns.py>
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/beam_artifact_api_pb2_urns.py>
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/standard_window_fns_pb2_urns.py>
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/external_transforms_pb2_urns.py>
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/beam_runner_api_pb2_urns.py>
warning: no files found matching 'README.md'
warning: no files found matching 'NOTICE'
warning: no files found matching 'LICENSE'
warning: no files found matching 'LICENSE.python'
warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md


> Task :sdks:python:container:py36:copyDockerfileDependencies

> Task :sdks:java:container:pullLicenses
INFO:root:Pulling license for 217 dependencies using 16 threads.

> Task :runners:google-cloud-dataflow-java:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :runners:google-cloud-dataflow-java:testClasses
> Task :runners:google-cloud-dataflow-java:testJar

> Task :sdks:python:installGcpTest
Processing ./build/apache-beam.tar.gz
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting crcmod<2.0,>=1.7
  Using cached crcmod-1.7-cp36-cp36m-linux_x86_64.whl
Collecting orjson<4.0
  Using cached orjson-3.6.1-cp36-cp36m-manylinux_2_24_x86_64.whl (233 kB)
Collecting dill<0.3.2,>=0.3.1.1
  Using cached dill-0.3.1.1-py3-none-any.whl
Collecting cloudpickle<3,>=2.0.0
  Using cached cloudpickle-2.0.0-py3-none-any.whl (25 kB)
Collecting fastavro<2,>=0.23.6
  Using cached fastavro-1.4.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB)
Requirement already satisfied: grpcio<2,>=1.29.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from apache-beam==2.37.0.dev0) (1.43.0)
Collecting hdfs<3.0.0,>=2.1.0
  Using cached hdfs-2.6.0-py3-none-any.whl (33 kB)
Collecting httplib2<0.20.0,>=0.8
  Using cached httplib2-0.19.1-py3-none-any.whl (95 kB)
Collecting numpy<1.22.0,>=1.14.3
  Using cached numpy-1.19.5-cp36-cp36m-manylinux2010_x86_64.whl (14.8 MB)

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 8.491923 seconds with 16 threads.

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses save github.com/apache/beam/sdks/python/container --save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:python:container:py36:dockerPrepare
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:python:container:py36:docker
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> 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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220201004853] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:65ad0ab654b694eb9c5a0787b958e50fa4a51dfbcae57a7fbd62de6e15017935])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:65ad0ab654b694eb9c5a0787b958e50fa4a51dfbcae57a7fbd62de6e15017935
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:65ad0ab654b694eb9c5a0787b958e50fa4a51dfbcae57a7fbd62de6e15017935].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220201004853]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:54008a629933e56dc469e243adc219f1948cf22a3df60147a9dfc0c6a7f91616]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220201004853] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:54008a629933e56dc469e243adc219f1948cf22a3df60147a9dfc0c6a7f91616])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:54008a629933e56dc469e243adc219f1948cf22a3df60147a9dfc0c6a7f91616
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:54008a629933e56dc469e243adc219f1948cf22a3df60147a9dfc0c6a7f91616].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 17m
167 actionable tasks: 112 executed, 49 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #28

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/28/display/redirect?page=changes>

Changes:

[daria.malkova] Change executable name fo go tests

[avilovpavel6] Fix java test

[noreply] [BEAM-13769] Skip test_main_session_not_staged_when_using_cloudpickle

[noreply] [BEAM-6744] Support implicitly setting project id in Go Dataflow runner


------------------------------------------
[...truncated 80.66 KB...]
Collecting pyasn1>=0.1.7
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Requirement already satisfied: py>=1.5.0 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (1.11.0)
Requirement already satisfied: importlib-metadata>=0.12 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (2.1.3)
Collecting attrs>=17.4.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting atomicwrites>=1.0
  Using cached atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
Collecting pluggy<1.0,>=0.12
  Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting more-itertools>=4.0.0
  Using cached more_itertools-8.12.0-py3-none-any.whl (54 kB)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting execnet>=1.1
  Using cached execnet-1.9.0-py2.py3-none-any.whl (39 kB)
Collecting pytest-forked
  Using cached pytest_forked-1.4.0-py3-none-any.whl (4.9 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.11-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting greenlet!=0.4.17
  Using cached greenlet-1.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
Collecting deprecation
  Using cached deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
Collecting docker
  Using cached docker-5.0.3-py2.py3-none-any.whl (146 kB)
Collecting wrapt
  Using cached wrapt-1.13.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (78 kB)
Collecting cffi>=1.12
  Using cached cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (405 kB)
Collecting googleapis-common-protos<2.0dev,>=1.6.0
  Using cached googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting google-crc32c<2.0dev,>=1.0
  Using cached google_crc32c-1.3.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (37 kB)
Requirement already satisfied: zipp>=0.5 in <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages> (from importlib-metadata>=0.12->pytest<5.0,>=4.4.0->apache-beam==2.37.0.dev0) (3.6.0)
Collecting typing-inspect>=0.4.0
  Using cached typing_inspect-0.7.1-py3-none-any.whl (8.4 kB)
Collecting isodate>=0.6.0
  Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB)
Collecting requests-oauthlib>=0.5.0
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting typing-utils>=0.0.3
  Using cached typing_utils-0.1.0-py3-none-any.whl (10 kB)
Collecting websocket-client>=0.32.0
  Using cached websocket_client-1.2.3-py3-none-any.whl (53 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.2.0-py3-none-any.whl (151 kB)
Collecting mypy-extensions>=0.3.0
  Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Building wheels for collected packages: apache-beam
  Building wheel for apache-beam (setup.py): started
  Building wheel for apache-beam (setup.py): finished with status 'done'
  Created wheel for apache-beam: filename=apache_beam-2.37.0.dev0-py3-none-any.whl size=2646004 sha256=5f7463bd28291e99d7e17bbbf885e78b58c53a0c7476b8a5df3311dbaab2f134
  Stored in directory: /home/jenkins/.cache/pip/wheels/ee/f1/4d/b356b5f392611ced2cfc93a30049ad3e261b7765517903ae64
Successfully built apache-beam
Installing collected packages: pyasn1, urllib3, rsa, pyparsing, pyasn1-modules, idna, charset-normalizer, certifi, cachetools, typing-extensions, requests, pytz, mypy-extensions, googleapis-common-protos, google-auth, wcwidth, typing-inspect, pyyaml, python-dateutil, pycparser, pluggy, oauthlib, more-itertools, jmespath, google-api-core, dataclasses, attrs, atomicwrites, websocket-client, typing-utils, requests-oauthlib, pytest, proto-plus, numpy, libcst, isodate, httplib2, grpcio-gcp, grpc-google-iam-v1, google-crc32c, docopt, cffi, botocore, wrapt, s3transfer, pytest-forked, pymongo, pydot, pyarrow, pbr, overrides, orjson, oauth2client, msrest, hdfs, grpcio-status, greenlet, google-resumable-media, google-cloud-pubsub, google-cloud-core, fasteners, fastavro, execnet, docker, dill, deprecation, cryptography, crcmod, cloudpickle, azure-core, testcontainers, tenacity, sqlalchemy, requests-mock, pytest-xdist, pytest-timeout, pyhamcrest, psycopg2-binary, parameterized, pandas, mock, google-cloud-vision, google-cloud-videointelligence, google-cloud-spanner, google-cloud-recommendations-ai, google-cloud-pubsublite, google-cloud-language, google-cloud-dlp, google-cloud-datastore, google-cloud-bigtable, google-cloud-bigquery-storage, google-cloud-bigquery, google-apitools, freezegun, boto3, azure-storage-blob, apache-beam
  Attempting uninstall: pyparsing
    Found existing installation: pyparsing 3.0.7
    Uninstalling pyparsing-3.0.7:
      Successfully uninstalled pyparsing-3.0.7
  Attempting uninstall: pluggy
    Found existing installation: pluggy 1.0.0
    Uninstalling pluggy-1.0.0:
      Successfully uninstalled pluggy-1.0.0
Successfully installed apache-beam-2.37.0.dev0 atomicwrites-1.4.0 attrs-21.4.0 azure-core-1.21.1 azure-storage-blob-12.9.0 boto3-1.20.46 botocore-1.23.46 cachetools-4.2.4 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.11 cloudpickle-2.0.0 crcmod-1.7 cryptography-36.0.1 dataclasses-0.8 deprecation-2.1.0 dill-0.3.1.1 docker-5.0.3 docopt-0.6.2 execnet-1.9.0 fastavro-1.4.7 fasteners-0.17.3 freezegun-1.1.0 google-api-core-1.31.5 google-apitools-0.5.31 google-auth-1.35.0 google-cloud-bigquery-2.32.0 google-cloud-bigquery-storage-2.11.0 google-cloud-bigtable-1.7.0 google-cloud-core-1.7.2 google-cloud-datastore-1.15.3 google-cloud-dlp-3.6.0 google-cloud-language-1.3.0 google-cloud-pubsub-2.9.0 google-cloud-pubsublite-1.3.0 google-cloud-recommendations-ai-0.2.0 google-cloud-spanner-1.19.1 google-cloud-videointelligence-1.16.1 google-cloud-vision-1.0.0 google-crc32c-1.3.0 google-resumable-media-2.1.0 googleapis-common-protos-1.54.0 greenlet-1.1.2 grpc-google-iam-v1-0.12.3 grpcio-gcp-0.2.2 grpcio-status-1.43.0 hdfs-2.6.0 httplib2-0.19.1 idna-3.3 isodate-0.6.1 jmespath-0.10.0 libcst-0.4.1 mock-2.0.0 more-itertools-8.12.0 msrest-0.6.21 mypy-extensions-0.4.3 numpy-1.19.5 oauth2client-4.1.3 oauthlib-3.2.0 orjson-3.6.1 overrides-6.1.0 pandas-1.1.5 parameterized-0.7.5 pbr-5.8.0 pluggy-0.13.1 proto-plus-1.19.9 psycopg2-binary-2.9.3 pyarrow-6.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 pydot-1.4.2 pyhamcrest-1.10.1 pymongo-3.12.3 pyparsing-2.4.7 pytest-4.6.11 pytest-forked-1.4.0 pytest-timeout-1.4.2 pytest-xdist-1.34.0 python-dateutil-2.8.2 pytz-2021.3 pyyaml-6.0 requests-2.27.1 requests-mock-1.9.3 requests-oauthlib-1.3.1 rsa-4.8 s3transfer-0.5.0 sqlalchemy-1.4.31 tenacity-5.1.5 testcontainers-3.4.2 typing-extensions-4.0.1 typing-inspect-0.7.1 typing-utils-0.1.0 urllib3-1.26.8 wcwidth-0.2.5 websocket-client-1.2.3 wrapt-1.13.3

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses save github.com/apache/beam/sdks/python/container --save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/nightlyone/lockfile,https://github.com/nightlyone/lockfile/blob/master/LICENSE,MIT
github.com/apache/beam/sdks/python/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:python:container:py36:dockerPrepare
> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:python:container:py36:docker
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> 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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:379
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:414
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:345
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:327
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:362
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:292
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:309
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:396
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:391

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220131182113] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:00878d2dde018c6a7554492bace1b7454b67b645edd1c15573a9f3941045ae39])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:00878d2dde018c6a7554492bace1b7454b67b645edd1c15573a9f3941045ae39
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:00878d2dde018c6a7554492bace1b7454b67b645edd1c15573a9f3941045ae39].

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220131182113] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d8b6f99fa4f14cbc12b7d5d5b1289ac0b41dd697345638de0a5db12432e261b7])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d8b6f99fa4f14cbc12b7d5d5b1289ac0b41dd697345638de0a5db12432e261b7
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:d8b6f99fa4f14cbc12b7d5d5b1289ac0b41dd697345638de0a5db12432e261b7].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:316d21779425967d3be0882bd3b6b2154514a070cab32057970024ab11e9ff96
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:316d21779425967d3be0882bd3b6b2154514a070cab32057970024ab11e9ff96].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 15m 47s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #27

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/27/display/redirect?page=changes>

Changes:

[mrudary] Generalize S3FileSystem to support multiple URI schemes.


------------------------------------------
[...truncated 72.28 KB...]
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv
github.com/apache/beam/sdks/python/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/nightlyone/lockfile,https://github.com/nightlyone/lockfile/blob/master/LICENSE,MIT
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :sdks:java:container:java8:dockerPrepare
> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:python:container:py36:dockerPrepare
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> Task :sdks:python:container:py36:docker

> 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]
b55575b64488: Preparing
3774776d1cba: Preparing
9ee95b83618b: Preparing
c074c1c153e4: Preparing
79493194fd6e: Preparing
4202ccf75fa8: Preparing
48bbfda90d77: Preparing
d055534b39c3: Preparing
fb6f55cfd314: Preparing
f483b9627aaa: Preparing
7073b77414b2: Preparing
f3d5e1609915: Preparing
e87886dda24d: Preparing
350cae8d16fd: Preparing
87486e5ee2ac: Preparing
aa4c808c19f6: Preparing
8ba9f690e8ba: Preparing
3e607d59ef9f: Preparing
1e18e7e1fcc2: Preparing
c3a0d593ed24: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
11936051f93b: Preparing
f3d5e1609915: Waiting
fb6f55cfd314: Waiting
4202ccf75fa8: Waiting
e87886dda24d: Waiting
f483b9627aaa: Waiting
48bbfda90d77: Waiting
87486e5ee2ac: Waiting
7073b77414b2: Waiting
350cae8d16fd: Waiting
d055534b39c3: Waiting
aa4c808c19f6: Waiting
26a504e63be4: Waiting
8ba9f690e8ba: Waiting
1e18e7e1fcc2: Waiting
3e607d59ef9f: Waiting
c3a0d593ed24: Waiting
11936051f93b: Waiting
c074c1c153e4: Pushed
9ee95b83618b: Pushed
b55575b64488: Pushed
79493194fd6e: Pushed
48bbfda90d77: Pushed
4202ccf75fa8: Pushed
fb6f55cfd314: Pushed
3774776d1cba: Pushed
f483b9627aaa: Pushed
7073b77414b2: Pushed
350cae8d16fd: Pushed
aa4c808c19f6: Layer already exists
8ba9f690e8ba: Layer already exists
3e607d59ef9f: Layer already exists
1e18e7e1fcc2: Layer already exists
c3a0d593ed24: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
87486e5ee2ac: Pushed
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
d055534b39c3: Pushed
f3d5e1609915: Pushed
e87886dda24d: Pushed
20220131122100: digest: sha256:434f6b086de110732b34287ea08dd3a4dbaa357abcc1ae79ae01e5a41e287712 size: 5361

> Task :runners:google-cloud-dataflow-java:setupXVR

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> 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:20220131122100
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:434f6b086de110732b34287ea08dd3a4dbaa357abcc1ae79ae01e5a41e287712
Deleted: sha256:fe9d2af37062f4d8c9ee5ae159b70a3b234883af62c88dfca163844711d58bcd
Deleted: sha256:6ac364ba9396042ac93ff9b5db0ab75149326bca7c73d527c33da84e31b6f146
Deleted: sha256:62629b6db9a3ef467a06bc97cf35c1b4bee2a501321c4861476a807916bea0d5
Deleted: sha256:62c14258e20da40033a7efd8cdd51e113ccf2a63df88cc6c3088690fde1cf82e
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220131122100]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:434f6b086de110732b34287ea08dd3a4dbaa357abcc1ae79ae01e5a41e287712]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220131122100
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:be456ebeab4e0b8f17ed18bde3f23a98e1bec776e6bbbc8dfaa8a3994249f630
Deleted: sha256:384c702bab43b81baf0f8ecc7e95c90617eb576e912700f5856aba10d8269dd5
Deleted: sha256:253dfb1aa58964c462f8f1de5b8530e55d10e9ee8c918bca49e50ea699c5892a
Deleted: sha256:db24855097c0640b262cb9481a2655aa676c9176a13b115b4e24ecae1f10bf0b
Deleted: sha256:b78d7c2ebe38df9110252bd8a709c50ab6c8cbaff81d6244d53fd650c8cdb6e9
Deleted: sha256:3da4bd506c5ad9b510fd31195880a341af5c1c240cc410676ebd4b8d8412a92b
Deleted: sha256:3ddfbc5647df89af9825b9d191ba777c02e899154fcafdca90bd0afadcc9e579
Deleted: sha256:4b0d6ca0878c99984748aec877ef3ccd1d782995f4e295ffaa1d6831cf73bbde
Deleted: sha256:2c961b11f2dff151cfc28bc384f6e484f5c27f5b4b6a1adc86fc7c33a13cc74e
Deleted: sha256:6a06f2d45357dd1b8e17cbb2f04f40be12c2806afd766e2fee2ee71ea2422de0
Deleted: sha256:e4f14a836e1a1d37a11818d8e9a96a8542a446fef6ad704ccce14471897530fc
Deleted: sha256:26aaec28803aaa83279b46d273e8d0d3c2116afe2e7ad99964d5b206bb38947e
Deleted: sha256:b32258b1f8799a42e7ca1adfad14c5b4f1a64e9a14afe60fd7ce112c9beae01b
Deleted: sha256:f3909bfe7c66f9cb0573e3e671b52037f723807bee2b7639aa12e29ce80593ab
Deleted: sha256:f6a49f23b4eb8e7e4ab1e786c718ef6cd9a9369e4ca244a4142afeb3cb2fdcd8
Deleted: sha256:6b475bd94ad8c7ec31816219998392595195ff727dc4a6ba8d7066ae267deb24
Deleted: sha256:1252b24c3b76a8d39f14111965b7ad0703577d5fd9b49ac2a34cd91b7b5c8bb9
Deleted: sha256:294d12eb541038127296f6ca6c13febc567c57afd60e9e84ed5424bd7a74054a
Deleted: sha256:a429eb4f9ff5c0ff0f145487d12eebbbd09e277b01b6487ac415a64975c28074
Deleted: sha256:8bc96089d383502f5cd01bb881782518e279d7857bb2ff3e1ec76e61f6e8b8ce
Deleted: sha256:1a418670c1fe33b642d8f396c8961744a090aab699523c097a4af564a6e2a524
Deleted: sha256:66accfa2b23a44f54f7855cc58f192f81b90c960b20b975a128c2f90db58b0c2
Deleted: sha256:eb063fca6f619d9e2f025d4aafb102bffc87d793efaba4f448b66f7a603047d4
Deleted: sha256:08f2750becb00b26b52a71c77466692d17864c296cbe5c8f5ffd7ae40f703fa0
Deleted: sha256:b9648d0ab9ef149d3929a34b747f685a3d8b4033e775e11dd3107860eb83018d
Deleted: sha256:34524b0aca2436927992840494551045655688173cc74ee7f01d8a7ea71d9099
Deleted: sha256:f723ec8b2d3ee3755c0f34c82175007108f8ca9e4cb33ef285972df8d535806c
Deleted: sha256:c2383e60c60c0a2f8733809612483405fe2da60c8269dda93066e3b465bdf38f
Deleted: sha256:8f429bc37aaf63faab9d7b5bbbc146bafb7660187dfbe68785d4b51173c8b8a4
Deleted: sha256:3889f2b97e893b988a84c957072291c79dbc85d7967589430afd760a6c596174
Deleted: sha256:10b6f4f918d4c93903029ac7f5e3d745cd21d81b1f289f17b4032bbc7311c78f
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220131122100]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:be456ebeab4e0b8f17ed18bde3f23a98e1bec776e6bbbc8dfaa8a3994249f630]

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 18m 27s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #26

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/26/display/redirect>

Changes:


------------------------------------------
[...truncated 465.64 KB...]
 ---> 2241f5736006
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 79ca34ba20ff
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 'pip-licenses<3.0.0' pyyaml tenacity &&       python /tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in 66cddab84d7c
Collecting pip-licenses<3.0.0
  Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.6/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from tenacity) (1.15.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=22924 sha256=8bfb561fdb901bed25707256d00eb1c5e8a21a9d6f343265f9d6555a2501d052
  Stored in directory: /root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-2.3.0
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 21.2.4; however, version 21.3.1 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 66cddab84d7c
 ---> 79f376a71465
Step 28/31 : FROM beam
 ---> d4e0ca2a6b36
Step 29/31 : ARG pull_licenses
 ---> Running in 332acbaf5bc8
Removing intermediate container 332acbaf5bc8
 ---> 4e35dcd052c0
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> a96b52416c16
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 92d8333537f0
Removing intermediate container 92d8333537f0
 ---> 14c18fe3568f
Successfully built 14c18fe3568f
Successfully tagged apache/beam_python3.6_sdk:2.37.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]
c11108173e36: Preparing
7a69cf3b898d: Preparing
6adea5d8805b: Preparing
fddf8833a835: Preparing
89a031936537: Preparing
ba53bfa34dfa: Preparing
9583c062e96d: Preparing
b96839783432: Preparing
ed1a3dc86e93: Preparing
0119eb15636e: Preparing
0ad22540c9c1: Preparing
504e9b8929be: Preparing
4a3c3ca5f320: Preparing
58c63350955c: Preparing
b092f682d36f: Preparing
aa4c808c19f6: Preparing
8ba9f690e8ba: Preparing
b092f682d36f: Waiting
ba53bfa34dfa: Waiting
aa4c808c19f6: Waiting
0ad22540c9c1: Waiting
504e9b8929be: Waiting
58c63350955c: Waiting
0119eb15636e: Waiting
ed1a3dc86e93: Waiting
b96839783432: Waiting
9583c062e96d: Waiting
4a3c3ca5f320: Waiting
3e607d59ef9f: Preparing
1e18e7e1fcc2: Preparing
c3a0d593ed24: Preparing
26a504e63be4: Preparing
8bf42db0de72: Preparing
31892cc314cb: Preparing
8ba9f690e8ba: Waiting
3e607d59ef9f: Waiting
11936051f93b: Preparing
1e18e7e1fcc2: Waiting
c3a0d593ed24: Waiting
26a504e63be4: Waiting
8bf42db0de72: Waiting
31892cc314cb: Waiting
11936051f93b: Waiting
6adea5d8805b: Pushed
89a031936537: Pushed
c11108173e36: Pushed
fddf8833a835: Pushed
ba53bfa34dfa: Pushed
9583c062e96d: Pushed
ed1a3dc86e93: Pushed
7a69cf3b898d: Pushed
0119eb15636e: Pushed
0ad22540c9c1: Pushed
58c63350955c: Pushed
aa4c808c19f6: Layer already exists
8ba9f690e8ba: Layer already exists
3e607d59ef9f: Layer already exists
1e18e7e1fcc2: Layer already exists
c3a0d593ed24: Layer already exists
26a504e63be4: Layer already exists
b092f682d36f: Pushed
8bf42db0de72: Layer already exists
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
b96839783432: Pushed
504e9b8929be: Pushed
4a3c3ca5f320: Pushed
20220131061253: digest: sha256:c2c659284c26994273660d59db7236cfb1efe2226e07aa38e9ccc86458c0d930 size: 5361

> Task :runners:google-cloud-dataflow-java:setupXVR

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:287

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:340

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> 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:20220131061253
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:c2c659284c26994273660d59db7236cfb1efe2226e07aa38e9ccc86458c0d930
Deleted: sha256:14c18fe3568fc2b274ddfccd57188c82d58a2727e6f6d77bb55bbc1df19aab50
Deleted: sha256:a96b52416c1639fce2ce7ec288615339afa608b26b435255d0d515f4cd2f7f45
Deleted: sha256:8050450d1faff1fd5a8a445fcda116e19fc44b069c3a11090fbbdde533c3baf7
Deleted: sha256:4e35dcd052c0c6b64e8c7fd3e0646afd502441b81cd7911d968a9d7b95cb74aa
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220131061253]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:c2c659284c26994273660d59db7236cfb1efe2226e07aa38e9ccc86458c0d930]

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

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220131061253
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:7ca42a2c16ab28bbd8a0c83390a811e5f876144cc8ee7a6999127ca8d9326fa7
Deleted: sha256:45b9b5b92a89f2ba897399664e828643262fb90908fab6c8a83a3fe98a52ab47
Deleted: sha256:6e888aae827fdf43172866b55316ddea93295d9889d07e5efd350ebce62370cb
Deleted: sha256:6159e3dd7b4b3d2eef8f73695e36818e252e8d78e81be7c47f46d3f1090205cd
Deleted: sha256:c4f662524c1dff98fd1a6d9b2645071b1ea196c993e42e032e381d81f63a2229
Deleted: sha256:1cbbcaccc50d49bb1fd26775d2bc31fb42f8f1cebda259311970c8bdc955259a
Deleted: sha256:b10a7b2877becd3dda885235210eb23311170f573a9ae4fc1cf9e2b4a4b0c0ee
Deleted: sha256:dd8225ead04f4640e83608d1fa3aa4cc4d9c450e2d558432713c8b92dddaa0df
Deleted: sha256:0385fac3709b90e0c904f4581671e00ad646f8013eceb62bc2b5a8a16269563f
Deleted: sha256:c0d13a20ec5c72b41a68951bc3bff9ec7addb50f31fb83fe612c72524f26ad64
Deleted: sha256:eec9e3f1b806efc4555ac7071de6e1563b7db6b21a5965509ed02fc6657f7585
Deleted: sha256:a9c3b77024aa7de0e931294be9f66d17d8d83ed91156999885e9c4359174b51a
Deleted: sha256:ff8247b8239740678754c0e9eb3d15df186688a33e1a9d06c77c20f7949fd38d
Deleted: sha256:74c63c79b4ce917500b35cba775ffca1ad79328208f2f42aa2e09d0f216730c9
Deleted: sha256:511efc3e62b8ba6f949b57dfe822b95f1d086e4e5e4dd461d1746e114e5967d2
Deleted: sha256:05de28615540015596d468a47e104edd919dbaf540b6876e18d40b635dbbf169
Deleted: sha256:15820bbe78f4e7676572721439f78c5f04514059869afe85351911c562d15b79
Deleted: sha256:c2d41df8267328eae28e292fa34b9b1b78a01f63bbde3fecf985d11e8b6446ad
Deleted: sha256:0817986a494a932e5cbbaf9599a4809abe1963ecdaff799ff2699f6684a73ef6
Deleted: sha256:6b191f665590c37b8a57c099aadaa300b3efa08be50bdf9753a3f5a9a603dd49
Deleted: sha256:27e54f05e5e9aef54e0d6789a50cd9cc6a12e98a3c01ae48d71a5d979aa38c26
Deleted: sha256:63ccd3211cc4e8e9b4d69327952526ce2ac336a02f945d762dac23fe8f98bf3a
Deleted: sha256:5f3ca5d2544f2a0f87910f8fb2313dac3a56cd74be329b9dc25659728cd91379
Deleted: sha256:e8a25428649b73030c84c5831bb7c3684fd45e3553a1fba1f4d56960cfc6b35c
Deleted: sha256:a6f2c66b6c3bc1e15391a1e47e15fb0bea4336d6c4d47f5c991e684dfcb15508
Deleted: sha256:f41527274595cbb8edc979cb7c823c9267b12b289196f72a1faa0be50974673f
Deleted: sha256:7c9e0bf2cb82824508f37ae77ba07365bab1f414be0f484f5dc8d811d6ced538
Deleted: sha256:b86d24dc6fc65909c40393a154208078532f58ed963ba77879312e6cb645fc44
Deleted: sha256:dc2d138e939cada73e288c2baed99ca9064f46ba6921a59d3b316af5091f61ef
Deleted: sha256:c613ac2bc9dd57b778bc9c8d3ac9cc19109a459287d20e3857dbcaeaa0067c5c
Deleted: sha256:8b2df49faa6e60ecc2ba77ae678601c53e581fd7544c0fbad4377d2e2ffaac3f
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220131061253]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:7ca42a2c16ab28bbd8a0c83390a811e5f876144cc8ee7a6999127ca8d9326fa7]

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

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 1h 17m 38s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #25

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/25/display/redirect>

Changes:


------------------------------------------
[...truncated 58.07 KB...]

> Task :release:go-licenses:py:dockerRun
+ rm -rf '/output/*'
+ export GO111MODULE=off
+ GO111MODULE=off
+ go get github.com/apache/beam/sdks/python/container

> Task :sdks:java:container:java8:copyDockerfileDependencies

> Task :release:go-licenses:java:dockerRun
+ rm -rf '/output/*'
+ export GO111MODULE=off
+ GO111MODULE=off
+ go get github.com/apache/beam/sdks/java/container

> Task :sdks:java:io:google-cloud-platform:compileTestJava FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:testClasses
> Task :sdks:java:testing:expansion-service:buildTestExpansionServiceJar FROM-CACHE
> Task :sdks:java:io:google-cloud-platform:testJar
> Task :runners:google-cloud-dataflow-java:compileTestJava FROM-CACHE
> Task :runners:google-cloud-dataflow-java:testClasses UP-TO-DATE
> Task :runners:google-cloud-dataflow-java:testJar

> Task :sdks:java:container:pullLicenses
INFO:root:Pulling license for 217 dependencies using 16 threads.

> Task :sdks:python:sdist
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/lib/python3.6/site-packages/setuptools/dist.py>:493: UserWarning: Normalizing '2.37.0.dev' to '2.37.0.dev0'
  warnings.warn(tmpl.format(**locals()))
INFO:gen_protos:Regenerating Python proto definitions (no output files).
INFO:gen_protos:Found protoc_gen_mypy at <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/build/gradleenv/1922375555/bin/protoc-gen-mypy>
beam_interactive_api.proto:36:1: warning: Import google/protobuf/timestamp.proto is unused.
Writing mypy to external_transforms_pb2.pyi
Writing mypy to beam_runner_api_pb2.pyi
Writing mypy to standard_window_fns_pb2.pyi
Writing mypy to metrics_pb2.pyi
Writing mypy to endpoints_pb2.pyi
Writing mypy to schema_pb2.pyi
Writing mypy to beam_artifact_api_pb2.pyi
Writing mypy to beam_expansion_api_pb2.pyi
Writing mypy to beam_job_api_pb2.pyi
Writing mypy to beam_provision_api_pb2.pyi
Writing mypy to beam_fn_api_pb2.pyi
Writing mypy to beam_interactive_api_pb2.pyi
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/metrics_pb2_urns.py>
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/beam_artifact_api_pb2_urns.py>
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/standard_window_fns_pb2_urns.py>
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/external_transforms_pb2_urns.py>
INFO:gen_protos:Writing urn stubs: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/python/apache_beam/portability/api/beam_runner_api_pb2_urns.py>
warning: no files found matching 'README.md'
warning: no files found matching 'NOTICE'
warning: no files found matching 'LICENSE'
warning: no files found matching 'LICENSE.python'
warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md


> Task :sdks:python:container:py36:copyDockerfileDependencies

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 6.094235 seconds with 16 threads.
Copying licenses from <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/build/target/java_third_party_licenses> to <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/sdks/java/container/build/target/third_party_licenses.>
Finished license_scripts.sh

> Task :sdks:python:installGcpTest
Processing ./build/apache-beam.tar.gz
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting crcmod<2.0,>=1.7
  Using cached crcmod-1.7-cp36-cp36m-linux_x86_64.whl
Collecting orjson<4.0
  Using cached orjson-3.6.1-cp36-cp36m-manylinux_2_24_x86_64.whl (233 kB)
Collecting dill<0.3.2,>=0.3.1.1
  Using cached dill-0.3.1.1-py3-none-any.whl

> Task :sdks:java:container:java8:copyJavaThirdPartyLicenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses save github.com/apache/beam/sdks/java/container --save_path=/output/licenses

> Task :release:go-licenses:py:dockerRun
+ go-licenses save github.com/apache/beam/sdks/python/container --save_path=/output/licenses
+ go-licenses csv github.com/apache/beam/sdks/python/container
+ tee /output/licenses/list.csv
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/nightlyone/lockfile,https://github.com/nightlyone/lockfile/blob/master/LICENSE,MIT
github.com/apache/beam/sdks/python/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:dockerRun
+ go-licenses csv github.com/apache/beam/sdks/java/container
+ tee /output/licenses/list.csv
golang.org/x/text,https://go.googlesource.com/text/+/refs/heads/master/LICENSE,BSD-3-Clause
golang.org/x/net,https://go.googlesource.com/net/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
google.golang.org/protobuf,https://go.googlesource.com/protobuf/+/refs/heads/master/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/master/LICENSE,Apache-2.0
golang.org/x/sys,https://go.googlesource.com/sys/+/refs/heads/master/LICENSE,BSD-3-Clause
github.com/apache/beam/sdks/java/container,https://github.com/apache/beam/blob/master/LICENSE,Apache-2.0
github.com/apache/beam/sdks/go/pkg/beam,https://github.com/apache/beam/blob/master/sdks/go/README.md,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:java:createLicenses
> Task :sdks:java:container:java8:copyGolangLicenses
> Task :release:go-licenses:py:createLicenses
> Task :sdks:python:container:py36:copyGolangLicenses
> Task :sdks:java:container:java8:dockerPrepare
> Task :sdks:python:container:py36:dockerPrepare
> Task :sdks:java:container:java8:docker

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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


> Task :sdks:python:container:py36:docker

> 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


> Task :runners:google-cloud-dataflow-java:setupXVR
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombinePerKeyTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:379
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:374

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CoGroupByKeyTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:345
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:340

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$GroupByKeyTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:327
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:322

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$PartitionTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:414
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:409

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$MultiInputOutputWithSideInputTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:309
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:304

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$CombineGloballyTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:362
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:357

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$FlattenTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:396
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:391

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED
    org.apache.beam.vendor.grpc.v1p43p2.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:292
        Caused by: org.apache.beam.vendor.grpc.v1p43p2.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:155
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:287

8 tests completed, 8 failed

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
> Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE

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

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20220131001357] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:cb61b06c2862a29251b304f3baa29c6235d846780d1fec8764b79a787e903f44])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:cb61b06c2862a29251b304f3baa29c6235d846780d1fec8764b79a787e903f44
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:cb61b06c2862a29251b304f3baa29c6235d846780d1fec8764b79a787e903f44].

> Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220131001357]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:04826dc9e0c9090eef22d78154a65025827c3e2031ae8cdf76d3889dbb118c7f]

Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220131001357] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:04826dc9e0c9090eef22d78154a65025827c3e2031ae8cdf76d3889dbb118c7f])].
Digests:
- us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:04826dc9e0c9090eef22d78154a65025827c3e2031ae8cdf76d3889dbb118c7f
Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:04826dc9e0c9090eef22d78154a65025827c3e2031ae8cdf76d3889dbb118c7f].

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.3.2/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 12m 46s
167 actionable tasks: 111 executed, 50 from cache, 6 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org