See
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/1183/display/redirect>
Changes:
------------------------------------------
[...truncated 140.35 KB...]
startTime: '2021-09-11T12:15:34.850694Z'
steps: []
tempFiles: []
type: TypeValueValuesEnum(JOB_TYPE_BATCH, 1)>
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:821
Created job with id: [2021-09-11_05_15_33-6775599325844877439]
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:822
Submitted job: 2021-09-11_05_15_33-6775599325844877439
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:828 To
access the Dataflow monitoring console, please navigate to
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-09-11_05_15_33-6775599325844877439?project=apache-beam-testing
____________________ ValidateRunnerXlangTest.test_partition ____________________
[gw5] linux -- Python 3.6.8
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/bin/python3.6>
self =
<apache_beam.transforms.validate_runner_xlang_test.ValidateRunnerXlangTest
testMethod=test_partition>
test_pipeline = None
@pytest.mark.xlang_transforms
def test_partition(self, test_pipeline=None):
CrossLanguageTestPipelines().run_partition(
> test_pipeline or self.create_pipeline())
apache_beam/transforms/validate_runner_xlang_test.py:290:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/transforms/validate_runner_xlang_test.py:237: in run_partition
assert_that(res['1'], equal_to([1, 3, 5]), label='check_odd')
apache_beam/pipeline.py:587: in __exit__
self.result = self.run()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <apache_beam.testing.test_pipeline.TestPipeline object at 0x7fa4eb13e710>
test_runner_api = True
def run(self, test_runner_api=True):
result = super(TestPipeline, self).run(
test_runner_api=(
False if self.not_use_test_runner_api else test_runner_api))
if self.blocking:
state = result.wait_until_finish()
> assert state in (PipelineState.DONE, PipelineState.CANCELLED), \
"Pipeline execution failed."
E AssertionError: Pipeline execution failed.
E assert 'FAILED' in ('DONE', 'CANCELLED')
apache_beam/testing/test_pipeline.py:117: AssertionError
------------------------------ Captured log call -------------------------------
INFO apache_beam.runners.portability.stager:stager.py:300 Copying Beam SDK
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/build/apache-beam.tar.gz">
to staging location.
WARNING root:environments.py:374 Make sure that locally built Python SDK
docker image has Python 3.6 interpreter.
INFO root:environments.py:380 Default Python SDK image for environment is
apache/beam_python3.6_sdk:2.34.0.dev
INFO root:environments.py:296 Using provided Python SDK container image:
gcr.io/cloud-dataflow/v1beta3/python36-fnapi:beam-master-20210809
INFO root:environments.py:304 Python SDK container image set to
"gcr.io/cloud-dataflow/v1beta3/python36-fnapi:beam-master-20210809" for Docker
environment
INFO
apache_beam.runners.portability.fn_api_runner.translations:translations.py:650
==================== <function pack_combiners at 0x7fa4ec7aa598>
====================
INFO
apache_beam.runners.portability.fn_api_runner.translations:translations.py:650
==================== <function sort_stages at 0x7fa4ec7aad08>
====================
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:454
Defaulting to the temp_location as staging_location:
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/icedtea-sound-Bdoi2wYa757-fzq5vconCy4SSQ22ZaOq7yuC98fKPs8.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/icedtea-sound-Bdoi2wYa757-fzq5vconCy4SSQ22ZaOq7yuC98fKPs8.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/jaccess-CMbK-IOdQPLKHEqCuDnE-yBk-VpbtVT-hgjbHRUGO78.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/jaccess-CMbK-IOdQPLKHEqCuDnE-yBk-VpbtVT-hgjbHRUGO78.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/localedata-ae5Z0L6ak4922fztWeWy7ajiWXdG3ubNrwerJRFoFj0.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/localedata-ae5Z0L6ak4922fztWeWy7ajiWXdG3ubNrwerJRFoFj0.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/nashorn-XHtz_UehGpYcLTOrATrTnMNVUgEVa_ttoWkPxnVfqTo.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/nashorn-XHtz_UehGpYcLTOrATrTnMNVUgEVa_ttoWkPxnVfqTo.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/cldrdata-k07I6K9W3X5KTQbcDIEsqM0LXyM18f0eR6IaJw-P_xk.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/cldrdata-k07I6K9W3X5KTQbcDIEsqM0LXyM18f0eR6IaJw-P_xk.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/dnsns-RGhCDg3GVOQVC2r6ka2N0hmI4eqQH6VobuoAnQ74MnE.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/dnsns-RGhCDg3GVOQVC2r6ka2N0hmI4eqQH6VobuoAnQ74MnE.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/beam-sdks-java-testing-expansion-service-testExpansionService-2.34.0-SNAPSHOT-XK4tZz3__tyFP6_kh0PI2XCgqFbnCgyrG6FdqA-S_9c.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/beam-sdks-java-testing-expansion-service-testExpansionService-2.34.0-SNAPSHOT-XK4tZz3__tyFP6_kh0PI2XCgqFbnCgyrG6FdqA-S_9c.jar
in 3 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/dataflow_python_sdk.tar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/dataflow_python_sdk.tar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/pipeline.pb...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-661980.1631362528.662861/pipeline.pb
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:819
Create job: <Job
clientRequestId: '20210911121528664569-9101'
createTime: '2021-09-11T12:15:34.922523Z'
currentStateTime: '1970-01-01T00:00:00Z'
id:
'2021-09-11_05_15_34-2037332481310128903'
location: 'us-central1'
name: 'beamapp-jenkins-0911121528-661980'
projectId: 'apache-beam-testing'
stageStates: []
startTime: '2021-09-11T12:15:34.922523Z'
steps: []
tempFiles: []
type: TypeValueValuesEnum(JOB_TYPE_BATCH, 1)>
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:821
Created job with id: [2021-09-11_05_15_34-2037332481310128903]
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:822
Submitted job: 2021-09-11_05_15_34-2037332481310128903
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:828 To
access the Dataflow monitoring console, please navigate to
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-09-11_05_15_34-2037332481310128903?project=apache-beam-testing
_______________ XlangGenerateSequenceTest.test_generate_sequence _______________
[gw1] linux -- Python 3.6.8
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/build/gradleenv/1922375555/bin/python3.6>
self =
<apache_beam.io.external.generate_sequence_test.XlangGenerateSequenceTest
testMethod=test_generate_sequence>
def test_generate_sequence(self):
port = os.environ.get('EXPANSION_PORT')
address = 'localhost:%s' % port
try:
with TestPipeline() as p:
res = (
p
| GenerateSequence(start=1, stop=10, expansion_service=address))
> assert_that(res, equal_to([i for i in range(1, 10)]))
apache_beam/io/external/generate_sequence_test.py:50:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/pipeline.py:587: in __exit__
self.result = self.run()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <apache_beam.testing.test_pipeline.TestPipeline object at 0x7f654786bf98>
test_runner_api = True
def run(self, test_runner_api=True):
result = super(TestPipeline, self).run(
test_runner_api=(
False if self.not_use_test_runner_api else test_runner_api))
if self.blocking:
state = result.wait_until_finish()
> assert state in (PipelineState.DONE, PipelineState.CANCELLED), \
"Pipeline execution failed."
E AssertionError: Pipeline execution failed.
E assert 'FAILED' in ('DONE', 'CANCELLED')
apache_beam/testing/test_pipeline.py:117: AssertionError
------------------------------ Captured log call -------------------------------
INFO apache_beam.runners.portability.stager:stager.py:300 Copying Beam SDK
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/build/apache-beam.tar.gz">
to staging location.
WARNING root:environments.py:374 Make sure that locally built Python SDK
docker image has Python 3.6 interpreter.
INFO root:environments.py:380 Default Python SDK image for environment is
apache/beam_python3.6_sdk:2.34.0.dev
INFO root:environments.py:296 Using provided Python SDK container image:
gcr.io/cloud-dataflow/v1beta3/python36-fnapi:beam-master-20210809
INFO root:environments.py:304 Python SDK container image set to
"gcr.io/cloud-dataflow/v1beta3/python36-fnapi:beam-master-20210809" for Docker
environment
INFO
apache_beam.runners.portability.fn_api_runner.translations:translations.py:650
==================== <function pack_combiners at 0x7f65447e1158>
====================
INFO
apache_beam.runners.portability.fn_api_runner.translations:translations.py:650
==================== <function sort_stages at 0x7f65447e18c8>
====================
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:454
Defaulting to the temp_location as staging_location:
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/icedtea-sound-Bdoi2wYa757-fzq5vconCy4SSQ22ZaOq7yuC98fKPs8.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/icedtea-sound-Bdoi2wYa757-fzq5vconCy4SSQ22ZaOq7yuC98fKPs8.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/jaccess-CMbK-IOdQPLKHEqCuDnE-yBk-VpbtVT-hgjbHRUGO78.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/jaccess-CMbK-IOdQPLKHEqCuDnE-yBk-VpbtVT-hgjbHRUGO78.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/localedata-ae5Z0L6ak4922fztWeWy7ajiWXdG3ubNrwerJRFoFj0.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/localedata-ae5Z0L6ak4922fztWeWy7ajiWXdG3ubNrwerJRFoFj0.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/nashorn-XHtz_UehGpYcLTOrATrTnMNVUgEVa_ttoWkPxnVfqTo.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/nashorn-XHtz_UehGpYcLTOrATrTnMNVUgEVa_ttoWkPxnVfqTo.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/cldrdata-k07I6K9W3X5KTQbcDIEsqM0LXyM18f0eR6IaJw-P_xk.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/cldrdata-k07I6K9W3X5KTQbcDIEsqM0LXyM18f0eR6IaJw-P_xk.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/dnsns-RGhCDg3GVOQVC2r6ka2N0hmI4eqQH6VobuoAnQ74MnE.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/dnsns-RGhCDg3GVOQVC2r6ka2N0hmI4eqQH6VobuoAnQ74MnE.jar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/beam-sdks-java-testing-expansion-service-testExpansionService-2.34.0-SNAPSHOT-XK4tZz3__tyFP6_kh0PI2XCgqFbnCgyrG6FdqA-S_9c.jar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/beam-sdks-java-testing-expansion-service-testExpansionService-2.34.0-SNAPSHOT-XK4tZz3__tyFP6_kh0PI2XCgqFbnCgyrG6FdqA-S_9c.jar
in 4 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/dataflow_python_sdk.tar...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/dataflow_python_sdk.tar
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:639
Starting GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/pipeline.pb...
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:658
Completed GCS upload to
gs://dataflow-staging-us-central1-77b801c0838aee13391c0d1885860494/beamapp-jenkins-0911121528-897003.1631362528.897534/pipeline.pb
in 0 seconds.
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:819
Create job: <Job
clientRequestId: '20210911121528898529-9101'
createTime: '2021-09-11T12:15:35.111804Z'
currentStateTime: '1970-01-01T00:00:00Z'
id:
'2021-09-11_05_15_34-14199991596578240512'
location: 'us-central1'
name: 'beamapp-jenkins-0911121528-897003'
projectId: 'apache-beam-testing'
stageStates: []
startTime: '2021-09-11T12:15:35.111804Z'
steps: []
tempFiles: []
type: TypeValueValuesEnum(JOB_TYPE_BATCH, 1)>
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:821
Created job with id: [2021-09-11_05_15_34-14199991596578240512]
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:822
Submitted job: 2021-09-11_05_15_34-14199991596578240512
INFO apache_beam.runners.dataflow.internal.apiclient:apiclient.py:828 To
access the Dataflow monitoring console, please navigate to
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-09-11_05_15_34-14199991596578240512?project=apache-beam-testing
=============================== warnings summary ===============================
apache_beam/io/filesystems_test.py:54
apache_beam/io/filesystems_test.py:54
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/io/filesystems_test.py>:54:
DeprecationWarning: invalid escape sequence \c
self.assertIsNone(FileSystems.get_scheme('c:\\abc\cdf')) # pylint:
disable=anomalous-backslash-in-string
apache_beam/io/filesystems_test.py:62
apache_beam/io/filesystems_test.py:62
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/apache_beam/io/filesystems_test.py>:62:
DeprecationWarning: invalid escape sequence \d
self.assertTrue(isinstance(FileSystems.get_filesystem('c:\\abc\def'), #
pylint: disable=anomalous-backslash-in-string
-- Docs: https://docs.pytest.org/en/latest/warnings.html
- generated xml file:
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Dataflow/ws/src/sdks/python/pytest_xlangValidateRunner.xml>
-
==================== 8 failed, 4 warnings in 51.46 seconds =====================
> Task
> :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava
> FAILED
> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 9550.
Stopping expansion service pid: 9553.
> Task :runners:google-cloud-dataflow-java:cleanUpDockerImages
Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210911120200
Untagged:
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:77a846a19de11cb2c13a4886e70ca576e33e991e7208755b8185c27869d5fcce
Deleted: sha256:270123daea7cfc6ca847cbb7e2599920e7417797ead97c415482eb3e757597bf
Deleted: sha256:cff4098e947c759fd24093ff369d9dbddbf320c6ebcac0d468a2faa94a90cdc2
Deleted: sha256:1d2de27aec2a382eafc0ca10fe483c454eb54c9a7e87f17229082ce41d23457a
Deleted: sha256:44abfafb19235ec3ea5702955119f348934730924b8133dc7c709c25bb455632
Deleted: sha256:a275d5afe47fe6e7924459cd7797b0af2c4155dcb4730d47ba61f3e7e7f351bd
Deleted: sha256:64a2da5eb6693788d3e87678b6bb6f56012bbb6e8feeb1c4db7eac89742b55d9
Deleted: sha256:7f7d0efb74a414da76d7601fa8b80b5119c9eeebb2fc796362fcce4d1c29f823
Deleted: sha256:d7c4bb138aa774368d5bf68049057625929f8cb14077bfdeaf1f72b7f976c880
Deleted: sha256:5b04bd9fd80f1ba98f9fd85eed00dfc0b5f66378f37367a25dcb52b338506828
Deleted: sha256:49a77e30c777aab0491dcb502c687cdaa8933f55ce3263b820c6ead1f6d7bb37
Deleted: sha256:a4d012a2205c65ac3e2ff3f0a428d3769d010f47af998a61e6417ba3f76ec1bf
Deleted: sha256:deb904d4a99cb830ba9e86c70cc01756568d607e93a2ae64e89c6dff85370b8f
Deleted: sha256:e04a49d7c2e09b1575186d3cf8fc63fc02a989c2991a755c7e26b004e3aa9693
Deleted: sha256:00509a0e6191280080b6e9f92e095eb2dc413a6340636cf17169bbe1f08ad3c0
Deleted: sha256:6f18e03e5b2d2d129bf42c4b36c3f269d3a4323b48324f6d8a419d1f1ca0ab56
Deleted: sha256:56ef5bbe8412a036f79af3c0f0fd6ea1240b7faf5a72d9c95bb0e9290866d934
Deleted: sha256:f70058388b038ae5f8fbed4ae5560b7a4cc6324db4b5de6afb15899dd4b8bedc
Deleted: sha256:d4bf40cd3b65c4e13b5b326f36aea4d03936eade6eb9b0b91fe2dc94261fb379
Deleted: sha256:fadc7be78abdf56047aab1c55ecb66425e363184e3d1793c9dc4b9516019a84f
Deleted: sha256:b7e1ec2137fe32f877311412a9297ff4e50772ae90ef5e4ee9616f6cb3fbd049
Deleted: sha256:5d736a4869a0293f25d3e2ebdef3f7358ceed6d989ccb223dec47a7a9c26d1b0
Deleted: sha256:a9186cc314fe504ce88b7eb1d2a598414c51d1cf7569dd5bbd022936481e1114
Deleted: sha256:9d497f8d518ce0778972b5ef8db3da0b9484063eecd10813482ae7cea44432bf
Deleted: sha256:fcc10eeef3286dde309ace591ca6b8816cd82d8160f1681cbd2e748d89094c0a
Deleted: sha256:f21a54a0995f37a26e5be3c0d2ba28bd635fd82a972972c68f30abea964b4bbb
Deleted: sha256:a38624a996c660732b3a03e3564fbf0fe9fa1e92df461d58aed9ed1e965a6f3b
Deleted: sha256:a49db35eae6df5e6dc7255520b342e1c97d0eb115f2236d1a4d159fc4194e119
Deleted: sha256:82d0ff794b89ef054c065479768fd2498fd5f2638bdf36e9665d67f0fa7444c6
Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210911120200]
- referencing digest:
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:77a846a19de11cb2c13a4886e70ca576e33e991e7208755b8185c27869d5fcce]
Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210911120200]
(referencing
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:77a846a19de11cb2c13a4886e70ca576e33e991e7208755b8185c27869d5fcce])].
Removing untagged image
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:77a846a19de11cb2c13a4886e70ca576e33e991e7208755b8185c27869d5fcce
Digests:
-
us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:77a846a19de11cb2c13a4886e70ca576e33e991e7208755b8185c27869d5fcce
Deleted
[us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:77a846a19de11cb2c13a4886e70ca576e33e991e7208755b8185c27869d5fcce].
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task
':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava'.
> Process 'command 'sh'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 14m 46s
105 actionable tasks: 76 executed, 25 from cache, 4 up-to-date
Publishing build scan...
https://gradle.com/s/ajnvloc3lx5p2
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]