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/15 00:40:17 UTC

Build failed in Jenkins: beam_PostCommit_XVR_JavaUsingPython_Dataflow #7

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

Changes:

[daria.malkova] Split builder into several builder for each step of pipeline execution

[Valentyn Tymofieiev] Provide API to check whether a hint is known.

[Valentyn Tymofieiev] [BEAM-12558] Fix doc typo.

[arietis27] [BEAM-13400] JDBC IO does not support UUID and JSONB PostgreSQL types

[jrmccluskey] [BEAM-10206] Resolve go vet errors in protox package

[noreply] Merge pull request #16482 from [BEAM-13429][Playground] Add builder for

[noreply] [BEAM-13590] Fix  abc imports from collections (#15850)

[Robert Bradshaw] Remove tab from source.

[noreply] Redirecting cross-language transforms content (#16504)

[noreply] doc tweaks (#16498)

[noreply] [BEAM-12621] - Update Jenkins VMs to modern Ubuntu version (#16457)


------------------------------------------
[...truncated 464.54 KB...]
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 2db0e57d17f2
 ---> 56e98d5e92a4
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> f5aa236a23c3
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 2c6d722df862
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> 6a9831be2393
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> 6de49bdafdbf
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 897711d65f59
Removing intermediate container 897711d65f59
 ---> 6a253e200ac7
Step 21/31 : FROM beam as third_party_licenses
 ---> 6a253e200ac7
Step 22/31 : ARG pull_licenses
 ---> Running in 60a4d3828eca
Removing intermediate container 60a4d3828eca
 ---> 7574e20ec7de
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 10b113dce607
Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> ab53b0db33a3
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 4c1b1b035b9f
Removing intermediate container 4c1b1b035b9f
 ---> 014fdda8b86d
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> c9e5950ee110
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 c5bd33db491a
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=5b91ed07b390d4eaebabdd47d56dee04d585b8fb117beb862bc41b3b1bdc7ca4
  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 c5bd33db491a
 ---> 97cde8f88e1d
Step 28/31 : FROM beam
 ---> 6a253e200ac7
Step 29/31 : ARG pull_licenses
 ---> Running in d3cb1ae1aa67
Removing intermediate container d3cb1ae1aa67
 ---> ad957081fd41
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 014994d9bf22
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 46bdfc7daf55
Removing intermediate container 46bdfc7daf55
 ---> 127d51accb88
Successfully built 127d51accb88
Successfully tagged apache/beam_python3.6_sdk:2.37.0.dev

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

> 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
    org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:198
        Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:124
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > combinePerKeyTest FAILED
    org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:275
        Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:124
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > flattenTest FAILED
    org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:295
        Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:124
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > singleInputOutputTest FAILED
    org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:156
        Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:124
    java.lang.NullPointerException at ValidateRunnerXlangTest.java:123

org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > multiInputOutputWithSideInputTest FAILED
    org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:178
        Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException
            Caused by: java.net.ConnectException at Errors.java:124
    java.lang.NullPointerException 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: 5397.
Stopping expansion service pid: 5398.

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220115000236
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a7cf8a15ccc76ac86bc1619540c3cd0fa2ef41e890300c6332e5a7f0198ea51e
Deleted: sha256:f1a39540cd34d337facfedace5976f1107ac8d7eb7e426d34e251d018e57d69b
Deleted: sha256:3429ae6a4b8b5416d6528a67dcbabb1a4cf1d74b51d4af21e6201640cd7d2738
Deleted: sha256:5ce9f34fb00b109b944ac45753e567ba9bccd890e4e62aed63d3334e88ecec62
Deleted: sha256:5935e6365bad972df75369ab9a174c83ebe7113c01cd1ee54c53d48c6dcb5b41
Deleted: sha256:de1c7057e4b6bb6e05368b1eac9dbc503aa0cd60c1f04f4fb54cfbcb8452269e
Deleted: sha256:a35704f27ba29e640402216c184140ff7620c1a2fd1cb76625d028c6c118e66b
Deleted: sha256:86896dc9b490786eb4efa520951cfadcdd356c8ee9185e482cbcaf0df4a60843
Deleted: sha256:2e8c5d5062006fdba1e07abef310663b940da1222911839e914c746b5af7d2e7
Deleted: sha256:516983c93da0c3be38744b019604737f317d2385b54def807d4b6b0c910c2969
Deleted: sha256:346ab21e71df311039793e53e78b7ba166e08c214df8cf0c948b5a665c7c81e6
Deleted: sha256:ac87f028a49b3b588a08d942d7d31615d243a19d38051733f2b70e76b8c5da4c
Deleted: sha256:6f8bcd07868495a903f40943de00f4eadb0f35d88d6c51554a5d0050ca625ce3
Deleted: sha256:a9e561462b6770cbdcd5fba73b19128c2bb88186caa00b0a5566e6611944db13
Deleted: sha256:28cb383abcb94a606c8f65951ed79549c743be0c6fa471dc68a060017df51da9
Deleted: sha256:080272c93e657dde487331a6f8139b6cc8ccdbb97b010d0ddab19cf1e76a1707
Deleted: sha256:a9f9d9a6c5c6305be77889e544bbb28bf0821b6335225bb9edff9984955a2e89
Deleted: sha256:9dd256503a3aa083a7d28c3104c373a16a69db406ce611a3957864e81405b6fb
Deleted: sha256:dda4edf889456da729b23fa4710a37d614c80f959dd3b0d05666901825e0d63a
Deleted: sha256:012fb5d27459ad4648588ecb2301fc2f11204ff8c6bafc3beff68bda942710fc
Deleted: sha256:87bf0076ec4f6dc23e21ec4498d3f4377ba35bc55a625295462aa60ead4e31a8
Deleted: sha256:0a73828bf44bbbd3d0577bb685597e8b5e70ff4881eb3e1d138ee132bab90ebf
Deleted: sha256:db949179f8d954bebbb3e8d4685427826e3806f08334f8dd5d29ad41e2b1a18b
Deleted: sha256:a8d4f7ddcb16faa4521298de48717d7ff07cf9c70425ea3490a55ed9dd8c0030
Deleted: sha256:3c358c511eddf1b16f8e553b2cc812cf69ad98677a13ff56dff3da0f10f7306a
Deleted: sha256:8cacf219a46d7b851dfd816c96433fa5e7f5656c45b4a0b02fda093ed40da6bb
Deleted: sha256:ffe091c34db0b1c9550ce2c283e4985605c4cbb06211850a99e07c38f3a8a0b9
Deleted: sha256:1de937cea84de0aa4ae437856f092f8e3ebc6170516623d5246d30828331ae14
Deleted: sha256:29a33e02aaf4d1efcc0c90a5b594f1b769b47a44ac9bebb5225ca5368a11f087
Deleted: sha256:5a5ca23ebd74b7c24e9aec456a3e78338a40987ba98365cfa918ac62399d8a52
Deleted: sha256:43d68b8377d110dff3a22f9c36255fecbdbe485b39ef790da9a87ef339431e92
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220115000236]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a7cf8a15ccc76ac86bc1619540c3cd0fa2ef41e890300c6332e5a7f0198ea51e]

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

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 38m 1s
176 actionable tasks: 117 executed, 53 from cache, 6 up-to-date

Publishing build scan...
https://scans.gradle.com/s/7wreidbrjm7ns

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 #10

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/10/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 #9

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

Changes:

[mmack] [BEAM-8806] Integration test for SqsIO

[mmack] [BEAM-13631] Add deterministic SQS message coder to fix reading from SQS

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

[mmack] [BEAM-8806] Integration test for SqsIO using Localstack

[Robert Bradshaw] Bump beam container version.

[noreply] Merge pull request #16507: [BEAM-13137] Fixes ES utest size flakiness

[noreply] Remove jcenter repositories from gradle configuration. (#16532)

[noreply] [BEAM-13430] Remove jcenter which will no longer contain any updates.

[noreply] [BEAM-13616] Update com.google.cloud:libraries-bom to 24.2.0 (#16509)

[alexander.zhuravlev] [BEAM-13680] Fixed code_repository (added pipelineUuid to RunCodeResult

[Robert Bradshaw] Also bump FnAPI container.

[noreply] [BEAM-13616][BEAM-13645] Switch to vendored grpc 1.43.2 (#16543)

[noreply] [BEAM-13616][BEAM-13646] Upgrade vendored calcite to 1.28.0:0.2 (#16544)

[noreply] Merge pull request #16486 from [BEAM-13544][Playground] Add logs to

[noreply] [BEAM-13683] Correct SQL transform schema, fix expansion address

[noreply] Update walkthrough.md (#16512)

[noreply] [BEAM-11808][BEAM-9879] Support aggregate functions with two arguments

[noreply] Merge pull request #16506 from [BEAM-13652][Playground] Send examples'

[noreply] Merge pull request #16322 from [BEAM-13407] [Playground] Preload fonts

[noreply] [BEAM-13665] Make SpannerIO projectID optional again (#16547)

[noreply] [BEAM-13015] Add state caching capability to be used as hint for runners

[noreply] Merge pull request #16309: [BEAM-13503] Set a default value to

[noreply] [BEAM-13015] Provide caching statistics in the status client. (#16495)

[noreply] [BEAM-13611] Skip test_xlang_jdbc_write (#16554)

[noreply] Merge pull request #16370 from [BEAM-13556] playground - color and

[noreply] Merge pull request #16531 from [BEAM-13567] [playground] Handle run code

[noreply] Merge pull request #16533 from [BEAM-13548] [Playground] Add example

[noreply] Merge pull request #16519 from [BEAM-13639] [Playground] Add

[noreply] Merge pull request #16518 from [BEAM-13619] [Playground] Add loading

[noreply] Merge pull request #16243 from

[noreply] [BEAM-13683] Make cross-language SQL example pipeline (#16567)

[noreply] [BEAM-13688] fixed type in BPG 4.5.3 window section (#16560)

[noreply] Remove obsolete commands from Inventory job. (#16564)

[noreply] Disable logging for memoization test. (#16556)

[noreply] Merge pull request #16472: [BEAM-13697] Add SchemaFieldNumber annotation

[noreply] Merge pull request #16373 from [BEAM-13515] [Playground] Hiding lines in


------------------------------------------
[...truncated 443.81 KB...]
google-api-python-client==2.33.0
google-apitools==0.5.31
google-auth==1.35.0
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.4.6
google-cloud-bigquery==2.31.0
google-cloud-bigquery-storage==2.10.1
google-cloud-bigtable==1.7.0
google-cloud-core==1.7.2
google-cloud-datastore==1.15.3
google-cloud-dlp==3.4.0
google-cloud-language==1.3.0
google-cloud-profiler==3.0.6
google-cloud-pubsub==2.9.0
google-cloud-pubsublite==1.2.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-pasta==0.2.0
google-python-cloud-debugger==2.18
google-resumable-media==2.1.0
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 9e133e7a51d1
 ---> 6e4799db23db
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> 97ebcbe4666c
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 42cd0128c500
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> a2413ff7531b
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> a1daf16bf42f
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in fd61dbaba940
Removing intermediate container fd61dbaba940
 ---> 8a5771acb6eb
Step 21/31 : FROM beam as third_party_licenses
 ---> 8a5771acb6eb
Step 22/31 : ARG pull_licenses
 ---> Running in a572370dfe93
Removing intermediate container a572370dfe93
 ---> fc42895a9e7a
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> 141f5f2a73e3
Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 353908900b1b
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in b5f168b037cb
Removing intermediate container b5f168b037cb
 ---> 9c753f47491d
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> b9f5e348108d
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 8d65d6174497
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=b16e6e8f421eab3145bbb8f9a59203ef635450e2108c85f38d85936c2361bdbc
  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 8d65d6174497
 ---> 82ecc72e3edf
Step 28/31 : FROM beam
 ---> 8a5771acb6eb
Step 29/31 : ARG pull_licenses
 ---> Running in 9859ce99de1b
Removing intermediate container 9859ce99de1b
 ---> 329efb8a4334
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 466c6514aa05
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in db694889f4fd
Removing intermediate container db694889f4fd
 ---> 301b33d810e5
Successfully built 301b33d810e5
Successfully tagged apache/beam_python3.6_sdk:2.37.0.dev

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

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

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

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 23m 26s
176 actionable tasks: 119 executed, 51 from cache, 6 up-to-date

Publishing build scan...
https://gradle.com/s/7b5cwcqxpcoae

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 #8

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

Changes:

[jrmccluskey] Fix staticcheck errors in transforms directory

[jrmccluskey] Remove unnecessary fmt.Sprintf() in partition.go

[jrmccluskey] Replace bytes.Compare() with bytes.Equal() in test cases

[jrmccluskey] Replace string(buf.Bytes()) with buf.String() in coder_test.go

[jrmccluskey] Remove unnecessary blank identifier assignment in harness.go

[jrmccluskey] fix capitalized error strings in expansionx

[jrmccluskey] Clean up string cast of bytes in vet.go and corresponding tests

[jrmccluskey] Remove unnecessary fmt call in universal.go

[noreply] [BEAM-13664] Fix Primitives hashing benchmark (#16523)


------------------------------------------
[...truncated 73.33 KB...]
  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 502: Bad Gateway
ERROR:root:Invalid url for slf4j-api-1.7.30: http://www.opensource.org/licenses/mit-license.php. Retrying...

> Task :sdks:python:installGcpTest
Collecting fastavro<2,>=0.21.4
  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)
Collecting pymongo<4.0.0,>=3.8.0
  Using cached pymongo-3.12.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (506 kB)
Collecting oauth2client<5,>=2.0.1
  Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB)
Requirement already satisfied: protobuf<4,>=3.12.2 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) (3.19.3)
Collecting proto-plus<2,>=1.7.1
  Using cached proto_plus-1.19.8-py3-none-any.whl (45 kB)
Collecting pyarrow<7.0.0,>=0.15.1
  Using cached pyarrow-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25.6 MB)
Collecting pydot<2,>=1.2.0
  Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB)
Collecting python-dateutil<3,>=2.8.0
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pytz>=2018.3
  Using cached pytz-2021.3-py2.py3-none-any.whl (503 kB)
Collecting requests<3.0.0,>=2.24.0
  Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting typing-extensions>=3.7.0
  Using cached typing_extensions-4.0.1-py3-none-any.whl (22 kB)
Collecting dataclasses
  Using cached dataclasses-0.8-py3-none-any.whl (19 kB)
Collecting freezegun>=0.3.12
  Using cached freezegun-1.1.0-py2.py3-none-any.whl (16 kB)
Collecting mock<3.0.0,>=1.0.1
  Using cached mock-2.0.0-py2.py3-none-any.whl (56 kB)
Collecting pandas<2.0.0
  Using cached pandas-1.1.5-cp36-cp36m-manylinux1_x86_64.whl (9.5 MB)
Collecting parameterized<0.8.0,>=0.7.1
  Using cached parameterized-0.7.5-py2.py3-none-any.whl (17 kB)
Collecting pyhamcrest!=1.10.0,<2.0.0,>=1.9
  Using cached PyHamcrest-1.10.1-py3-none-any.whl (48 kB)
Collecting pyyaml<7.0.0,>=3.12
  Using cached PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (603 kB)
Collecting requests_mock<2.0,>=1.7
  Using cached requests_mock-1.9.3-py2.py3-none-any.whl (27 kB)
Collecting tenacity<6.0,>=5.0.2
  Using cached tenacity-5.1.5-py2.py3-none-any.whl (34 kB)
Collecting pytest<5.0,>=4.4.0
  Using cached pytest-4.6.11-py2.py3-none-any.whl (231 kB)
Collecting pytest-xdist<2,>=1.29.0
  Using cached pytest_xdist-1.34.0-py2.py3-none-any.whl (36 kB)
Collecting pytest-timeout<2,>=1.3.3
  Using cached pytest_timeout-1.4.2-py2.py3-none-any.whl (10 kB)
Collecting sqlalchemy<2.0,>=1.3
  Using cached SQLAlchemy-1.4.29-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB)
Collecting psycopg2-binary<3.0.0,>=2.8.5
  Using cached psycopg2_binary-2.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
Collecting testcontainers<4.0.0,>=3.0.3
  Using cached testcontainers-3.4.2-py2.py3-none-any.whl (31 kB)
Collecting azure-storage-blob>=12.3.2
  Using cached azure_storage_blob-12.9.0-py2.py3-none-any.whl (356 kB)
Collecting azure-core>=1.7.0
  Using cached azure_core-1.21.1-py2.py3-none-any.whl (178 kB)
Collecting boto3>=1.9
  Downloading boto3-1.20.37-py3-none-any.whl (131 kB)
Collecting cachetools<5,>=3.1.0
  Using cached cachetools-4.2.4-py3-none-any.whl (10 kB)
Collecting google-apitools<0.5.32,>=0.5.31
  Using cached google_apitools-0.5.31-py3-none-any.whl
Collecting google-auth<3,>=1.18.0
  Using cached google_auth-2.3.3-py2.py3-none-any.whl (155 kB)
Collecting google-cloud-datastore<2,>=1.8.0
  Using cached google_cloud_datastore-1.15.3-py2.py3-none-any.whl (134 kB)
Collecting google-cloud-pubsub<3,>=2.1.0
  Using cached google_cloud_pubsub-2.9.0-py2.py3-none-any.whl (219 kB)
Collecting google-cloud-pubsublite<2,>=1.2.0
  Using cached google_cloud_pubsublite-1.3.0-py2.py3-none-any.whl (255 kB)
Collecting google-cloud-bigquery<3,>=1.6.0
  Using cached google_cloud_bigquery-2.32.0-py2.py3-none-any.whl (205 kB)
Collecting google-cloud-bigquery-storage>=2.6.3
  Using cached google_cloud_bigquery_storage-2.11.0-py2.py3-none-any.whl (172 kB)
Collecting google-cloud-core<2,>=0.28.1
  Using cached google_cloud_core-1.7.2-py2.py3-none-any.whl (28 kB)

> Task :sdks:java:container:pullLicenses
INFO:root:pull_licenses_java.py succeed. It took 66.306765 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
Collecting google-cloud-bigtable<2,>=0.31.1
  Using cached google_cloud_bigtable-1.7.0-py2.py3-none-any.whl (267 kB)

> 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:buildAndPushDockerContainer
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
Launching Java expansion service @ 32869
Launching Python expansion service @ 40659

> 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: 6560.
Stopping expansion service pid: 6567.

> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220115060222
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5ea6b3af11434c0970933888b311fb465d491b34cc909bdc010eb76ed17555a0
Deleted: sha256:65b0b4df02b5cb5a6c3edbf54c28ccaaadc8cc925e940e5b87821eee7c2e3c31
Deleted: sha256:98ab20efe00b52169c690e5a1aa7edda6063d0d51e3d4d8f40dc8336b8bc51ca
Deleted: sha256:e85a404bc0a58624725e6464166fd229785e18d0ec841aae2351098528f4d536
Deleted: sha256:f5c334bebc3efb94695019d32142fe15cf1a3547b4486bfe659da9d697193321
Deleted: sha256:02c609abdc55edb70483e73543f652200f46d48ca2b9026ea436a878e1db1da6
Deleted: sha256:916752064dc64c658bff7d41ceb36b61cb38131a87fbf3dc6d8a99ef321fc241
Deleted: sha256:640f746bc491994dbfb82931c594bb3e7dcb3f0c4a03d8cc20a9261645784337
Deleted: sha256:5f892b92d54d88c82acabf6cc18146918efdabf8a16287f3a24dfb5c5e50e839
Deleted: sha256:0f3cc1b5d9f1c8047c9969d468e61fa16198aecbdc01e871ff4e0e4a35b669da
Deleted: sha256:1f39572d1eec5a82ac499151700892e4e3992e08c53bd681833405ab290913a8
Deleted: sha256:01a3ce994d6a1550cfc24019ef15c6ff8b9ee52052d77052f7d57bb68406d601
Deleted: sha256:a77d038a7270e9309f68a44eafbfd6cc479814ee0958085e7e7998583e3b5744
Deleted: sha256:82c7c16f21500a0b41e661e9300b3066b1c3645cd8c7b08cfad2e2d1b076ea87
Deleted: sha256:35169bf1d39470ce96369331cbe360ee0e857634c52b907c6840ab778dc8dbe8
Deleted: sha256:65e0c8c33fafb995c6d4557d06c6ab77e7782a5b97f6a7417ad9136798fa1bfb
Deleted: sha256:34a87c668085f147dc2d6a37ee29c6706452eca98e45f84bc5b2106c57bd8bd9
Deleted: sha256:c85bbee26b808777c64955e2741be0de85cda939a919814f7fe726213a338f30
Deleted: sha256:dbbf91d3f38cdb8f00a01dfbd96e6c88580d403bee14aa2e18f9a1f950d860f4
Deleted: sha256:ec478ccb8b6a78a7c3fe782ea65ae27adc8e953bdf356aace784510de88f6136
Deleted: sha256:7b1bae262eb04f876056552e00e2f2e1b5aafa727f1dc9c9526f37fc69a24b47
Deleted: sha256:98d4173eabbfb57672f274b1ccf91f750875f8a1f8698881b80bd0e6c82beed2
Deleted: sha256:7845db5be9be5bd7803a455f8b44cdb78f3efa03dc2d056999c24b0f429427e9
Deleted: sha256:8395ad805e83698451e4fb14a15cf9d90fc3da40a4214f36eea8b4804d47fa67
Deleted: sha256:1c671acba5b9e135ab0e93bf931fba05693ffc7919fed1678826450b10728644
Deleted: sha256:ed85bcb5745e73aa3d626843482cd68f80d772710a5196c6198a2929509db1f4
Deleted: sha256:210dfaaa46ef08bc8f84d43e7ab24749b8a5163a2d54af7ad9ff60917a6a4c4f
Deleted: sha256:e78027b9095b3707ba3c51f777467c9542c21a6d2c5cfe2654cee16625da1215
Deleted: sha256:e71bde098a8ffe147cb51bf26f06f9df43c269efac7cf3688bc335bf37e86779
Deleted: sha256:997ea90506626770eb126f420395cfbbe5e26a6474fc7f0545bcb42fb90a37c6
Deleted: sha256:1a5ae7a824aee88f248b17525cea8bd2ef59d2b85d7ebf217caf836ce0de2704
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220115060222]
- referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:5ea6b3af11434c0970933888b311fb465d491b34cc909bdc010eb76ed17555a0]

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

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

Publishing build scan...
https://scans.gradle.com/s/4sgmjn7msd3x6

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