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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to