See
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/8240/display/redirect>
Changes:
------------------------------------------
[...truncated 115.14 KB...]
self._run_wordcount_it(
wordcount.run,
experiment='beam_fn_api',
> prebuild_sdk_container_engine='local_docker')
apache_beam/examples/wordcount_it_test.py:60:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/examples/wordcount_it_test.py:110: in _run_wordcount_it
save_main_session=False,
apache_beam/examples/wordcount.py:89: in run
output | 'Write' >> WriteToText(known_args.output)
apache_beam/pipeline.py:587: in __exit__
self.result = self.run()
apache_beam/pipeline.py:542: in run
self._options).run(False)
apache_beam/pipeline.py:566: in run
return self.runner.run_pipeline(self, self._options)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <apache_beam.runners.dataflow.test_dataflow_runner.TestDataflowRunner
object at 0x7f2527cd4be0>
pipeline = <apache_beam.pipeline.Pipeline object at 0x7f2527332f60>
options = <apache_beam.options.pipeline_options.PipelineOptions object at
0x7f2527394278>
def run_pipeline(self, pipeline, options):
"""Execute test pipeline and verify test matcher"""
test_options = options.view_as(TestOptions)
on_success_matcher = test_options.on_success_matcher
wait_duration = test_options.wait_until_finish_duration
is_streaming = options.view_as(StandardOptions).streaming
# [BEAM-1889] Do not send this to remote workers also, there is no need to
# send this option to remote executors.
test_options.on_success_matcher = None
self.result = super(TestDataflowRunner,
self).run_pipeline(pipeline, options)
if self.result.has_job:
# TODO(markflyhigh)(BEAM-1890): Use print since Nose dosen't show logs
# in some cases.
print('Worker logs: %s' % self.build_console_url(options))
try:
self.wait_until_in_state(PipelineState.RUNNING)
if is_streaming and not wait_duration:
_LOGGER.warning('Waiting indefinitely for streaming job.')
self.result.wait_until_finish(duration=wait_duration)
if on_success_matcher:
from hamcrest import assert_that as hc_assert_that
> hc_assert_that(self.result, pickler.loads(on_success_matcher))
E AssertionError:
E Expected: (Test pipeline expected terminated in state: DONE and
Expected checksum is 33535a832b7db6d78389759577d4ff495980b9c0)
E but: Test pipeline expected terminated in state: DONE Test
pipeline job terminated in state: FAILED
apache_beam/runners/dataflow/test_dataflow_runner.py:69: AssertionError
______________ ExerciseMetricsPipelineTest.test_metrics_fnapi_it _______________
[gw0] linux -- Python 3.6.8
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967053/bin/python3.6>
self =
<apache_beam.runners.dataflow.dataflow_exercise_metrics_pipeline_test.ExerciseMetricsPipelineTest
testMethod=test_metrics_fnapi_it>
@pytest.mark.it_postcommit
@pytest.mark.it_validatescontainer
def test_metrics_fnapi_it(self):
result = self.run_pipeline(experiment='beam_fn_api')
errors = metric_result_matchers.verify_all(
result.metrics().all_metrics(),
dataflow_exercise_metrics_pipeline.metric_matchers())
> self.assertFalse(errors, str(errors))
E AssertionError: "Unable to match metrics for matcher namespace:
'apache_beam.runners.dataflow.dataflow_exercise_metrics_pipeline.UserMetricsDoFn'
name: 'total_values' step: 'metrics' attempted: <100> committed: <100>Unable
to match metrics for matcher name: 'ExecutionTime_StartBundle' step: 'metrics'
attempted: a value greater than <0> committed: a value greater than <0>Unable
to match metrics for matcher name: 'ExecutionTime_ProcessElement' step:
'metrics' attempted: a value greater than <0> committed: a value greater than
<0>Unable to match metrics for matcher name: 'ExecutionTime_FinishBundle'
step: 'metrics' attempted: a value greater than <0> committed: a value greater
than <0>Unable to match metrics for matcher namespace:
'apache_beam.runners.dataflow.dataflow_exercise_metrics_pipeline.UserMetricsDoFn'
name: 'distribution_values' step: 'metrics' attempted: sum_value: <100>
count_value: <4> min_value: <0> max_value: <100> committed: sum_value: <100>
count_value: <4> min_value: <0> max_value: <100>Unable to match metrics for
matcher name: 'ElementCount' (label_key: 'output_user_name' label_value:
'metrics-out0'). (label_key: 'original_name' label_value:
'metrics-out0-ElementCount'). attempted: a value greater than <0> committed: a
value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value: 'metrics-out0').
(label_key: 'original_name' label_value: 'metrics-out0-MeanByteCount').
attempted: a value greater than <0> committed: a value greater than <0>Unable
to match metrics for matcher name: 'ElementCount' (label_key:
'output_user_name' label_value: 'GroupByKey/Reify-out0'). (label_key:
'original_name' label_value: 'GroupByKey/Reify-out0-ElementCount'). attempted:
a value greater than <0> committed: a value greater than <0>Unable to match
metrics for matcher name: 'MeanByteCount' (label_key: 'output_user_name'
label_value: 'GroupByKey/Reify-out0'). (label_key: 'original_name'
label_value: 'GroupByKey/Reify-out0-MeanByteCount'). attempted: a value
greater than <0> committed: a value greater than <0>Unable to match metrics for
matcher name: 'ElementCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Read-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Read-out0-ElementCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Read-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Read-out0-MeanByteCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'ElementCount' (label_key: 'output_user_name' label_value:
'map_to_common_key-out0'). (label_key: 'original_name' label_value:
'map_to_common_key-out0-ElementCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value:
'map_to_common_key-out0'). (label_key: 'original_name' label_value:
'map_to_common_key-out0-MeanByteCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'ElementCount' (label_key: 'output_user_name' label_value:
'GroupByKey/GroupByWindow-out0'). (label_key: 'original_name' label_value:
'GroupByKey/GroupByWindow-out0-ElementCount'). attempted: a value greater than
<0> committed: a value greater than <0>Unable to match metrics for matcher
name: 'MeanByteCount' (label_key: 'output_user_name' label_value:
'GroupByKey/GroupByWindow-out0'). (label_key: 'original_name' label_value:
'GroupByKey/GroupByWindow-out0-MeanByteCount'). attempted: a value greater
than <0> committed: a value greater than <0>Unable to match metrics for matcher
name: 'ElementCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Read-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Read-out0-ElementCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Read-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Read-out0-MeanByteCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'ElementCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Reify-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Reify-out0-ElementCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Reify-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Reify-out0-MeanByteCount'). attempted: a value greater than <0>
committed: a value greater than <0>\nActual MetricResults:\n" is not false :
Unable to match metrics for matcher namespace:
'apache_beam.runners.dataflow.dataflow_exercise_metrics_pipeline.UserMetricsDoFn'
name: 'total_values' step: 'metrics' attempted: <100> committed: <100>Unable
to match metrics for matcher name: 'ExecutionTime_StartBundle' step: 'metrics'
attempted: a value greater than <0> committed: a value greater than <0>Unable
to match metrics for matcher name: 'ExecutionTime_ProcessElement' step:
'metrics' attempted: a value greater than <0> committed: a value greater than
<0>Unable to match metrics for matcher name: 'ExecutionTime_FinishBundle'
step: 'metrics' attempted: a value greater than <0> committed: a value greater
than <0>Unable to match metrics for matcher namespace:
'apache_beam.runners.dataflow.dataflow_exercise_metrics_pipeline.UserMetricsDoFn'
name: 'distribution_values' step: 'metrics' attempted: sum_value: <100>
count_value: <4> min_value: <0> max_value: <100> committed: sum_value: <100>
count_value: <4> min_value: <0> max_value: <100>Unable to match metrics for
matcher name: 'ElementCount' (label_key: 'output_user_name' label_value:
'metrics-out0'). (label_key: 'original_name' label_value:
'metrics-out0-ElementCount'). attempted: a value greater than <0> committed: a
value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value: 'metrics-out0').
(label_key: 'original_name' label_value: 'metrics-out0-MeanByteCount').
attempted: a value greater than <0> committed: a value greater than <0>Unable
to match metrics for matcher name: 'ElementCount' (label_key:
'output_user_name' label_value: 'GroupByKey/Reify-out0'). (label_key:
'original_name' label_value: 'GroupByKey/Reify-out0-ElementCount'). attempted:
a value greater than <0> committed: a value greater than <0>Unable to match
metrics for matcher name: 'MeanByteCount' (label_key: 'output_user_name'
label_value: 'GroupByKey/Reify-out0'). (label_key: 'original_name'
label_value: 'GroupByKey/Reify-out0-MeanByteCount'). attempted: a value
greater than <0> committed: a value greater than <0>Unable to match metrics for
matcher name: 'ElementCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Read-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Read-out0-ElementCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Read-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Read-out0-MeanByteCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'ElementCount' (label_key: 'output_user_name' label_value:
'map_to_common_key-out0'). (label_key: 'original_name' label_value:
'map_to_common_key-out0-ElementCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value:
'map_to_common_key-out0'). (label_key: 'original_name' label_value:
'map_to_common_key-out0-MeanByteCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'ElementCount' (label_key: 'output_user_name' label_value:
'GroupByKey/GroupByWindow-out0'). (label_key: 'original_name' label_value:
'GroupByKey/GroupByWindow-out0-ElementCount'). attempted: a value greater than
<0> committed: a value greater than <0>Unable to match metrics for matcher
name: 'MeanByteCount' (label_key: 'output_user_name' label_value:
'GroupByKey/GroupByWindow-out0'). (label_key: 'original_name' label_value:
'GroupByKey/GroupByWindow-out0-MeanByteCount'). attempted: a value greater
than <0> committed: a value greater than <0>Unable to match metrics for matcher
name: 'ElementCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Read-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Read-out0-ElementCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Read-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Read-out0-MeanByteCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'ElementCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Reify-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Reify-out0-ElementCount'). attempted: a value greater than <0>
committed: a value greater than <0>Unable to match metrics for matcher name:
'MeanByteCount' (label_key: 'output_user_name' label_value:
'GroupByKey/Reify-out0'). (label_key: 'original_name' label_value:
'GroupByKey/Reify-out0-MeanByteCount'). attempted: a value greater than <0>
committed: a value greater than <0>
E Actual MetricResults:
apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py:60:
AssertionError
=============================== warnings summary ===============================
apache_beam/io/filesystems_test.py:54
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/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
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/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_Py_ValCont/ws/src/sdks/python/pytest-beam_python3.6_sdk.xml>
-
==================== 4 failed, 2 warnings in 428.48 seconds ====================
cleanup_container
Untagged:
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210913-001507405711375
Untagged:
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk@sha256:1eeb91370281d35f08af02c0c37f7dcc3e5e3dabaa69091ee0e0fe7c61e0b1b1
docker images --format '{{.Repository}}:{{.Tag}}' | grep
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH
Untagged:
us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk:fbfe9829-3aef-4824-a6cc-d445156f06c2
Untagged:
us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:4666f83414577e041e395c8e151cf0b83ce8d9802f7df175191380f86c0d537f
Deleted: sha256:3d1987926537345418866a96f4ec4547688277fbfd2074f5d4e553ec0605494a
Deleted: sha256:b253156e9f54e47d5134950f9cbcf1f470173ee1ec6748de3e4ea5b2194708c2
Deleted: sha256:04abc5f8d877c46b2fee4033bae7d82e6e34e16d3fa35c06f8b931685da108a0
Deleted: sha256:dfd8cb6dc65869d1d94e772c8c14b60d819b3d33130735d363b2266c0f7a49c3
Deleted: sha256:df621e14949cc20f02d4af1ed1ff9e480efb86b15c79db1081fa3b0d3ceb8eff
Deleted: sha256:7265ea9583178c23f741a2d5bdac7acc939504e4ed5788d4f330da304c83abc3
Deleted: sha256:5b1503e8238be9419a33ed80c8f9eb69dccdfab8f134fb112110672fdde52ba4
Deleted: sha256:8a4c4037d1053916354da497fed94214c1301fab22e36c2293227ff3ec97cdeb
Deleted: sha256:6be9060ba00a2221e2dba5575d2ce24cbf7f1dc1be68431c1d3324db20a501d8
Deleted: sha256:db16328d1c61fa6217f223ed93511c819f324e7fd436e5fc78cca5714058696b
Deleted: sha256:172ec1966ff8ebb8f11ad72c2ffd59008422da243fa68002f349d9483d862277
Deleted: sha256:b15c66560be9e79f2f9ca44671b457af8c446289d63a1556527b09ca1a2ef966
Deleted: sha256:ecc2bc8576fb7093697783948b611971505d53621441b09a8035c1792192c23b
Deleted: sha256:ac6d123ea9fe7aa7f9b1c806ab092106cad0bd3b14b28e2de30f6ce6b0e2eb20
Deleted: sha256:a226660597bcd1b8467f046c90dfab9be61cfc0d795ab46657f09c5b38e0cc59
Deleted: sha256:2e350544ca1614a17a04196861d1129db02e99102908f2751edc933c20b29437
Deleted: sha256:40f6164e7d50485b8d49aeaf134adb0ce9b564b9e61792552ecd20865fe335fd
Deleted: sha256:e62cb99dc9d2b7d2c4cc35c326f10aff5ae0ebd1a5322bc9e9470ce295e9c59b
Deleted: sha256:7df3d7371c6161f21f2eb96fa49186dc5d142e53fe733be7c17b81c1050db489
Deleted: sha256:8abdf99580162c37e81dd65d7266784180d1e2ba5f00b34c31b6c52ddd2910e8
Deleted: sha256:3cc5b71d1f7838891747145cc3b2a2be521d2bd30b0d512bbb82f15f097df79b
Deleted: sha256:545e6cfc407aefee69c40996b270f36bce88d172380112302cf6c8e085a55d47
Deleted: sha256:e51d221317dba4dff0ad62b418894baf40d7d180ff6357d2ed228eb80e40a89e
Deleted: sha256:eb71030da392ca3ae600c6660840c2fbe2ec20f8c6f790fc292b99df26679b23
Deleted: sha256:a6aadaa78909c983782643d73bef3a4c8a593b5dc48ccaf6dbf2c8c1df819759
Deleted: sha256:e2eceaabef959d38f1e5da063a3f68927f5d45a30e2f8f4117237205e28703d9
Deleted: sha256:71aaa3d3b7a5303d0b9634940a878c1db04cb501469f41c5f0da8431e697f476
Deleted: sha256:6d546cf6830a0c5ec837d74de4633709ca4600e1bc18402ecb04bca4775db2f9
Deleted: sha256:13f0ef2345509adce8cf9db0aec9296033d320fcec08407eb5e1fdc82c7d7ce6
Deleted: sha256:57d6bf396c916b4ff5e835e3f20c1514b9667c661d99eb3f6861d3a01ac05724
Deleted: sha256:8f503e1422707a4375e4a9673b390c5b58644fc30c57b9deed1d7fb0f6325e9a
Deleted: sha256:8ad05b49d4fc9139097e0bbf6a8d5907f9c80350c7aaeccd7ab85a9e44e9ce98
Deleted: sha256:d71bf28413408b7ab7c8953ae3c9cf35712843747f8d149826da536717087848
Deleted: sha256:95db30cff33d50483d30baef9ecff0ff7aeed2cf31fcbbe5f469feb2971041cb
Deleted: sha256:68ddd1312f5d0444020cadd2177fc7dbe106dc85912d801822e97dd7a2a1533f
Deleted: sha256:d9335c2ba1b468e6579f0fa2c677d0b574064fa0914881fa0ac5326b8fd74992
Deleted: sha256:bf1b523562711bc7072ec67f80fdec839031a76be6ec902c4ea7d830036bfb39
Deleted: sha256:df7e171904e8f5fc3afaa7a10662e9fc1fc5c846f948ab73a1e913e28983d061
Deleted: sha256:319cc9752a61bd7d36d1e310ae0fd801447f5944f7b9c7a3510ce99093759b10
Deleted: sha256:b2a64c6c6c5771c6f7a229eeaf6a675e7e233c6cf224724f1991ab6c2a4bacaf
Deleted: sha256:c39255c904bc11828e2ddfce1cf49e79bafa69dc91c8372d4fba67485ab5c708
Deleted: sha256:76d9fdf6bdc4f09b274cf209814ff25a93bd825e0eefdf52c7f61a82d9a6da6f
Deleted: sha256:93f171cc5bad227e65abea5bb9b4273aad92551fc2e4d0e00782bcf6999ebbe5
Deleted: sha256:16f6f6ae0f590d9fcf25219740700383ac8382d018769995792709a7f22b8ffe
Deleted: sha256:696a55701e4597643d190e7416b2eeb670bea024207cd38ae621468f400c770d
Deleted: sha256:b298804b03920dcf04b582cb4c807b8edbb06f0ea99333849c56427d45d287cd
Deleted: sha256:ef72b4ae62117cb2201eef1caa52c77b64884e10f6da181f6a0d13a1ae7572e3
Deleted: sha256:eb3ce820418325bd8302921712e380c6e8131d5ac47fb18c4d8e004e27bc9ff5
Deleted: sha256:4cb8d5c9589f825f07b7c900ab52e811e64fa6443f5d0132e2a098100ec0bba4
Deleted: sha256:fbecdc3808c06ad4b4c6ae4a53b729ad345a986a132cd5c897ff653a98105840
Deleted: sha256:972e0beb4e4a62608ea3b016db69ce2e300a49436f1c746c35a6226a26411908
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk@sha256:1eeb91370281d35f08af02c0c37f7dcc3e5e3dabaa69091ee0e0fe7c61e0b1b1
Associated tags:
- 20210913-001507405711375
Tags:
-
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210913-001507405711375
Deleted
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210913-001507405711375].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk@sha256:1eeb91370281d35f08af02c0c37f7dcc3e5e3dabaa69091ee0e0fe7c61e0b1b1].
gcloud container images list-tags
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH/beam_python_prebuilt_sdk
--format="get(digest)"
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:4666f83414577e041e395c8e151cf0b83ce8d9802f7df175191380f86c0d537f
Associated tags:
- fbfe9829-3aef-4824-a6cc-d445156f06c2
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk:fbfe9829-3aef-4824-a6cc-d445156f06c2].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:4666f83414577e041e395c8e151cf0b83ce8d9802f7df175191380f86c0d537f].
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:6fb5eeb9a418a06df525ffb0f6e56489454030f37f65256ea0b6b25143e01082
Associated tags:
- e28a1dc4-1014-4d76-a109-7a888cbc482c
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk:e28a1dc4-1014-4d76-a109-7a888cbc482c].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:6fb5eeb9a418a06df525ffb0f6e56489454030f37f65256ea0b6b25143e01082].
Removed the container
> Task :sdks:python:test-suites:dataflow:py36:validatesContainer FAILED
> Task :sdks:python:test-suites:dataflow:py38:validatesContainer
cleanup_container
docker images --format '{{.Repository}}:{{.Tag}}' | grep
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:abf245eb263f832e303751d1f1d515c13e6de7e8bd2dc9b36b2f5381f1c1784a
Associated tags:
- 20210913-001515519949857
Tags:
-
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210913-001515519949857
Deleted
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210913-001515519949857].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:abf245eb263f832e303751d1f1d515c13e6de7e8bd2dc9b36b2f5381f1c1784a].
gcloud container images list-tags
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH/beam_python_prebuilt_sdk
--format="get(digest)"
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:288e668e5e00a5722ce75f2da7977844091e3b025036fdaef49d3e705ba8a4e5
Associated tags:
- 55daab3f-29e8-498e-afc0-529f27864524
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:55daab3f-29e8-498e-afc0-529f27864524].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:288e668e5e00a5722ce75f2da7977844091e3b025036fdaef49d3e705ba8a4e5].
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:92520be59e4f4806cd213a00e2cef6557b996e73bbb4479e3e335f5fd7a1b1e3
Associated tags:
- 558f0eb7-7c2b-4751-b26c-cc434629d271
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:558f0eb7-7c2b-4751-b26c-cc434629d271].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:92520be59e4f4806cd213a00e2cef6557b996e73bbb4479e3e335f5fd7a1b1e3].
> Task :sdks:python:test-suites:dataflow:py38:validatesContainer FAILED
FAILURE: Build completed with 3 failures.
1: Task failed with an exception.
-----------
* Where:
Script
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
line: 276
* What went wrong:
Execution failed for task
':sdks:python:test-suites:dataflow:py37:validatesContainer'.
> 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.
==============================================================================
2: Task failed with an exception.
-----------
* Where:
Script
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
line: 276
* What went wrong:
Execution failed for task
':sdks:python:test-suites:dataflow:py36:validatesContainer'.
> 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.
==============================================================================
3: Task failed with an exception.
-----------
* Where:
Script
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
line: 276
* What went wrong:
Execution failed for task
':sdks:python:test-suites:dataflow:py38:validatesContainer'.
> 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 25m 41s
44 actionable tasks: 40 executed, 4 up-to-date
Publishing build scan...
https://gradle.com/s/pekigz2n6d5mg
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]