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

Changes:

[blais] python sdk examples: Fixed typo in wordcount example.

[noreply] [BEAM-13480] Increase pipeline timeout for

[noreply] Stronger typing inference for CoGBK. (#16465)

[noreply] [BEAM-12464] Change ProtoSchemaTranslator beam schema creation to 
match

[noreply] Introduce the notion of a JoinIndex for fewer shuffles. (#16101)

[noreply] Merge pull request #16467 from [BEAM-12164]: SpannerIO

[noreply] Merge pull request #16385 from [BEAM-13535] [Playground] add cancel

[noreply] Merge pull request #16485 from [BEAM-13486] [Playground] For unit 
tests


------------------------------------------
[...truncated 456.24 KB...]
h5py==3.6.0
hdfs==2.6.0
httplib2==0.19.1
idna==3.3
importlib-metadata==4.10.0
joblib==1.1.0
keras==2.7.0
Keras-Preprocessing==1.1.2
libclang==12.0.0
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.21.5
oauth2client==4.1.3
oauthlib==3.1.1
opt-einsum==3.3.0
orjson==3.6.5
overrides==6.1.0
packaging==21.3
pandas==1.3.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==1.0.2
scipy==1.7.3
setuptools==57.5.0
six==1.16.0
soupsieve==2.3.1
SQLAlchemy==1.4.29
tenacity==5.1.5
tensorboard==2.7.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.0
tensorflow==2.7.0
tensorflow-estimator==2.7.0
tensorflow-io-gcs-filesystem==0.23.1
termcolor==1.1.0
testcontainers==3.4.2
threadpoolctl==3.0.0
tqdm==4.62.3
typing-extensions==3.10.0.2
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.13.3
zipp==3.7.0
Removing intermediate container 596106f1ca36
 ---> 8246cf0b845c
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> 787d2e74f5fd
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> e0204c5fcf18
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> 452d7c82a44d
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> 4e600f26f65e
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 84181beb3125
Removing intermediate container 84181beb3125
 ---> 9180c52992da
Step 21/31 : FROM beam as third_party_licenses
 ---> 9180c52992da
Step 22/31 : ARG pull_licenses
 ---> Running in fd733a817f26
Removing intermediate container fd733a817f26
 ---> d5fd97ac1345
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 0da680c509b0
Step 24/31 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> bfe11a84ba5b
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 7c14b8e6b205
Removing intermediate container 7c14b8e6b205
 ---> 0dfc85a643ec
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 300053c9e23a
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 a5912838838a
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.8/site-packages 
(6.0)
Requirement already satisfied: tenacity in 
/usr/local/lib/python3.8/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.8/site-packages (from tenacity) (1.16.0)
Building wheels for collected packages: PTable
  Building wheel for PTable (setup.py): started
  Building wheel for PTable (setup.py): finished with status 'done'
  Created wheel for PTable: filename=PTable-0.9.2-py3-none-any.whl size=22924 
sha256=938e0472393f667d0f70d0e071264b5ac71a48e8c32bbaf73662e998f4f27b1d
  Stored in directory: 
/root/.cache/pip/wheels/1b/3a/02/8d8da2bca2223dda2f827949c88b2d82dc85dccbc2bb6265e5
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 133 dependencies
Removing intermediate container a5912838838a
 ---> fe8dcbcfc8d9
Step 28/31 : FROM beam
 ---> 9180c52992da
Step 29/31 : ARG pull_licenses
 ---> Running in 9e35bbe85a1c
Removing intermediate container 9e35bbe85a1c
 ---> 63b9bf11ffc5
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 2e53f5fda752
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in d210407a71de
Removing intermediate container d210407a71de
 ---> 16dad84e6898
Successfully built 16dad84e6898
Successfully tagged apache/beam_python3.8_sdk:2.37.0.dev

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
Skipping invalid pid: 15398.
Skipping invalid pid: 15399.
Launching Java expansion service @ 37323
Launching Python expansion service @ 41237

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

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > 
combineGloballyTest FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > 
partitionTest FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > 
coGroupByKeyTest FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > 
groupByKeyTest FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > 
combinePerKeyTest FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > flattenTest 
FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > 
singleInputOutputTest FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > 
multiInputOutputWithSideInputTest FAILED
    java.lang.RuntimeException at ValidateRunnerXlangTest.java:123

8 tests completed, 8 failed

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

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 31142.
Stopping expansion service pid: 31143.

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220114060248
Untagged: 
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5423d0dded9d22c73e7fa7a1b7d14414c2ad6510107d41e284758de6610c59df
Deleted: sha256:325ea136f858f10c90f4c3187dcd5924889d19d0efbe1601163b260c5da96b28
Deleted: sha256:fb920a07eeeaf5ea846b25163e800b0a16fd4e5841f811ee763c3f3a00a359df
Deleted: sha256:d5544ff314f81a1d5dbd123578790eb7bb506e81a58a6876b92c52bdd89dcd44
Deleted: sha256:fd1ed3ba2395bc5f5980535e8d1dffd0a968cb4cc20d8c448110770a6213f766
Deleted: sha256:b2096c31ab1623a707f29415e89ec781f07ea2863500708668c417e163f700f1
Deleted: sha256:59c72aa0e7e06d197177fc16064ba775088cde27e547c68a35ea38df1c8369cc
Deleted: sha256:2f3914b888ea09d5a6877a93ee654a837abd4399afb3848d46d7884606521dac
Deleted: sha256:8c9155cfe791ee87278bea7b82cc3aa6b468ec6739eb189ce6730dca383d0978
Deleted: sha256:69552f1671f8ca515ea4a9158e3ee782686617726b626732affa86898b245fce
Deleted: sha256:2f19eb15f907f027c0978f7b85ddf60908417220887375ca40ba5a01edae6d55
Deleted: sha256:6c03d0104d5d3700b23967107187e376a8eb8966aa3c3d26a13f117c58697ba3
Deleted: sha256:7bdf676fd1952de450085a5de7bee9cbaecd216f014e3e12b4d7ffd7a6e6a86b
Deleted: sha256:e10667375db5392c97009c7b369d92348e48cee7fb6f42bad601dbec93f0c258
Deleted: sha256:764410f0526b091f083f91dff82fae57687eb0e0d215e8c2a62d2269a8063756
Deleted: sha256:c07d89e6f6ba25a0406104da2d12136aca161fd54131b5771da6f725a836a879
Deleted: sha256:3c229218928a49ec9c78f00c357717deb7e89ae4973dd01186929b0a03814df3
Deleted: sha256:2be57ff572a219a8042f49b511c0389efa708fa593ae37b4bec4091b54edd4b5
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220114060248]
- referencing digest: 
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5423d0dded9d22c73e7fa7a1b7d14414c2ad6510107d41e284758de6610c59df]

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

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 30s
176 actionable tasks: 115 executed, 55 from cache, 6 up-to-date

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

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