See
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/8237/display/redirect>
Changes:
------------------------------------------
[...truncated 1.20 MB...]
apache_beam/examples/wordcount_it_test.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/examples/wordcount_it_test.py:108: in _run_wordcount_it
run_wordcount(
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:539: in run
return Pipeline.from_runner_api(
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 0x7f04167270a0>
pipeline = <apache_beam.pipeline.Pipeline object at 0x7f0416721700>
options = <apache_beam.options.pipeline_options.PipelineOptions object at
0x7f0416721400>
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.8.5
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/bin/python3.8>
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
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/tenacity/_asyncio.py>:42
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/tenacity/_asyncio.py>:42:
DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use
"async def" instead
def call(self, fn, *args, **kwargs):
-- 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.8_sdk.xml>
-
==================== 4 failed, 3 warnings in 517.46 seconds ====================
cleanup_container
Untagged:
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210912-061445081831904
Untagged:
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:500dea318b70ac6c55ee57fa52d4731d9cc1e8b05d223956d4ef8b3717fdb7a2
docker images --format '{{.Repository}}:{{.Tag}}' | grep
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH
Untagged:
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:a35797ba-6c76-4679-a7ea-89a1353a75ea
Untagged:
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:acbcab9a2b7e8573a1379fcf24e5e7cb7497383aadd4d6eabcb56b59e05e85c9
Deleted: sha256:960063bc9fc965dcbecf7d13526182aeddabb877b2bedd926caab9116c6c8917
Deleted: sha256:fe46e4f4d92cd4373736650e381a7d8ef6ea3da98d30def738667d55c30d67a6
Deleted: sha256:5380dd32c6b14566446f9c3c196615e008ea50504f013b106c044282f328e8d4
Deleted: sha256:be42ea2d6497799a5a16ce446adac8ba02e60eeac24c070a0bf45209fd906fc7
Deleted: sha256:4b931cf93ab24b6b592e9ba1ab3b828527b3c0869d9d246556014826e1d8b3da
Deleted: sha256:0da7bc4822e552b591601acdb32c5782d792d8e25bb90460c5a64980625e00c8
Deleted: sha256:0372dcd482c3941121cb9b10bd1f708821e5dd597e409e378e16ba15327f702f
Deleted: sha256:78f72aa15d8fa704f46f3faa645dd73ed366961ae5e625f1758c4f439fe9b9a1
Deleted: sha256:2597e0e0301ab2ee0ef31a64262d89d0495d51e22bbc2a77f5bcdf0f778bf1c8
Deleted: sha256:d95971db009f3c3e80c53c26c274b35b8e54837407ebdb4296d11041c4b02c88
Deleted: sha256:6a15c6e977243bef674e61fcd4cb3ceb9961d8f364470d9c76148e2f3d9ed7d1
Deleted: sha256:ba14313f4e6156a4f8af1833892736ff63b30b1b373d5ce3353281c44d3f2d23
Deleted: sha256:e90839037f9ce06b1c8d55f439bee0082d5c77a89cbf1d522a4033e212e787da
Deleted: sha256:5c1af3ac3bf1bfdbf737d604dc7d722888ee177af6f886f6a89ab061f45a5975
Deleted: sha256:99c336985cf3343fa257a9c932a03a52d58493d868d4674c353091ba28a02be9
Deleted: sha256:6abd7d82dfac044570aeb4c0555dddedbeb2b778ce6a11b272e1209584a4e0fc
Deleted: sha256:856a6a894ce867107c50df7ee4b46536fade004aeb67abd5dc37b8e82cebf850
Deleted: sha256:0707a0b88a77ac9c7661278cb4473ec629198d135879a4a8c882a3fee72c16fd
Deleted: sha256:76ec80c0a0a045689e68ad294b678016a0cf8e22017058bbcd1134e62e98f42b
Deleted: sha256:8617784b7944f51edf9eaf89112635b69d2e41f4443a058715a6a21f27f07bb6
Deleted: sha256:ed4f9a55a6c8f4dd5039eff15da4ebe9e1c5113ef079525eb0d2022a95966885
Deleted: sha256:218bb4697df7831f889126438095de17f668e3f1fd38cbbac0e07ad625563472
Deleted: sha256:1bcef6333c37a07b26349a24c1c49e05ed4a91f6faa50eb7a2202aec1fe0c13c
Deleted: sha256:b2a6cceaaaf7937f209b724dfac00598005bb67b543046f14b50f62120ec828c
Deleted: sha256:df09ce5175c4a5fb63b692366a077511de20ea7e5919ba1439b733842308bc91
Deleted: sha256:e2c75423070a92d0de87b6ab88e6b662f28af9fa730dbdb88ddcd448901c3a41
Deleted: sha256:9b38d2da127e3b1329ef614975a730b6857ecbc032e5b11e27dc0613e00109bc
Deleted: sha256:68aa61e87bd7a4ec5c7e0cafaf994edab91e150a2308594a3b51063a313f404c
Deleted: sha256:b93fb8d350f9923f7caa99d6384e64e7b283bcdcdff2212c75d48e6a81b5d8cd
Deleted: sha256:5d8a8fb49cb6052c502e7dd01f03bc9e1a3ced2b33059242fb98a92ad7750a51
Deleted: sha256:216c778e6899a8cde612cf7748b832949d1e15f9fd35051670929c4ebd80976f
Deleted: sha256:035b387241bc835446ef231884fa4285e9433ad486ad0e080a4de3d108c28b6a
Deleted: sha256:376d2796b99bac51d077de615e57483f2e7c5a5e77a8201598e4ff0be39c674d
Deleted: sha256:c1160bebbf7c11d351ac3c4f612720fd86ca569e1412d9785e5adec6b7b378a8
Deleted: sha256:e0398e536a3af9126ca8ba3fa92c75807fa19532a288afbd52ed79d0a09a4753
Deleted: sha256:dd7da90dac1161c469c3aff22e27b8b2950396854585558a2806f033837ac471
Deleted: sha256:fb42712407b9f226053227a3022b940269dde690d95b3efd92155beed5c3d3e5
Deleted: sha256:6cc3426f8c5c1e2da08f40c65abe933031aaf79cfbdc23d757b3eab25a487932
Deleted: sha256:171c4db3bf61f3ee2602fd9c80dff577fa318d20ddd33b851901632f08598059
Deleted: sha256:d5d1968348195c9ba9e7d4aa45325488f235b2dcd17af68eb078a7e00616ce61
Deleted: sha256:4961afd02a052ee5c42c1eb7e1d730c94fade529bbbc15fe60211e6e19fb04ce
Deleted: sha256:4c6547a54e9559c9b613c433c638ba44d59c3c7d4f19a3f2390624da8da4f027
Deleted: sha256:1a6ae0b734295b97f35322860da6799f5df6ea7e2a7ae48b77acf1fd3e84b4f4
Deleted: sha256:5f20a9dd87e4abbfc71118b4692b628bb50040aa46a510f367c9fc314812a229
Deleted: sha256:be305753fbc443e2c8c2a74d9b2206ba022068e509cf7d86cc0fb4a3642e2971
Deleted: sha256:6b7b8a4f859c1d2752b3d86075f2d15a3d5d4a117ba947638032838c5af216a1
Deleted: sha256:ff78e48b127fdf1d7581ec965c0ba3058a827575eedf96afe483e6858e6eef2b
Deleted: sha256:d49367cc471b052edf47b8e7e09b3b833dfe1473a36c711328645faae2501851
Deleted: sha256:5325ad5039a8c23ea0f337092ebbf9c39fa781b7a13eed56ba62f207473c84ef
Deleted: sha256:b505d4d0df6a36c9bf7576ab5d6c02188dbf90c5363c5e95514f0aafcf7a8b8b
Deleted: sha256:b333cc6a7c81e51bfe1668d6eb86c0febd3c8be2dba44802726d07cf60da6375
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:500dea318b70ac6c55ee57fa52d4731d9cc1e8b05d223956d4ef8b3717fdb7a2
Associated tags:
- 20210912-061445081831904
Tags:
-
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210912-061445081831904
Deleted
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210912-061445081831904].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:500dea318b70ac6c55ee57fa52d4731d9cc1e8b05d223956d4ef8b3717fdb7a2].
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:acbcab9a2b7e8573a1379fcf24e5e7cb7497383aadd4d6eabcb56b59e05e85c9
Associated tags:
- a35797ba-6c76-4679-a7ea-89a1353a75ea
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:a35797ba-6c76-4679-a7ea-89a1353a75ea].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:acbcab9a2b7e8573a1379fcf24e5e7cb7497383aadd4d6eabcb56b59e05e85c9].
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:9c624017e1a1e52d01f5b41b4747c3dd564f765284038614738fe26ea606a0a3
Associated tags:
- 96b361b5-b84e-45ac-9c3c-6ebb8942618a
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:96b361b5-b84e-45ac-9c3c-6ebb8942618a].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:9c624017e1a1e52d01f5b41b4747c3dd564f765284038614738fe26ea606a0a3].
Removed the container
> Task :sdks:python:test-suites:dataflow:py38:validatesContainer FAILED
> Task :sdks:python:test-suites:dataflow:py36:validatesContainer
cleanup_container
docker images --format '{{.Repository}}:{{.Tag}}' | grep
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk@sha256:83b4d74d8919a86c66dd783b216ff2018f4dd96c559d39572c6a11f97c13f67e
Associated tags:
- 20210912-061433748967836
Tags:
-
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210912-061433748967836
Deleted
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210912-061433748967836].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk@sha256:83b4d74d8919a86c66dd783b216ff2018f4dd96c559d39572c6a11f97c13f67e].
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:a024e6a8de53120df291045e63ee8672d3d3c93e33df51e59a5fbd89c66048c0
Associated tags:
- c90abe90-2a68-4c7a-8810-f2be64ced36e
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk:c90abe90-2a68-4c7a-8810-f2be64ced36e].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:a024e6a8de53120df291045e63ee8672d3d3c93e33df51e59a5fbd89c66048c0].
Digests:
-
us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:9a663c2497e9ddfe143d9ae4aea89b28834308d85fc02619307733aa4970c091
Associated tags:
- e98a8512-f37e-4f66-85ca-71874d6c894a
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk:e98a8512-f37e-4f66-85ca-71874d6c894a].
Deleted
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:9a663c2497e9ddfe143d9ae4aea89b28834308d85fc02619307733aa4970c091].
> Task :sdks:python:test-suites:dataflow:py36: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: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.
==============================================================================
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: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.
==============================================================================
* 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 26m 6s
44 actionable tasks: 40 executed, 4 up-to-date
Publishing build scan...
https://gradle.com/s/wenj24pxgtk74
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]