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

Changes:

[noreply] Fix broken 'differences from pandas' link

[noreply] Added GroupBy row in Aggregation table.

[Luke Cwik] [BEAM-12769] Fix typo in test class name, CLass -> Class

[Etienne Chauchot] [BEAM-5172] Temporary ignore testSplit and testSizes tests 
waiting for a

[samuelw] [BEAM-12740] Remove matching to filter files when renaming gcs files 
in

[noreply] [BEAM-3304] Helper functions for triggers (#15430)


------------------------------------------
[...truncated 124.46 KB...]
    
        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
____ WordCountIT.test_wordcount_it_with_prebuilt_sdk_container_local_docker ____
[gw0] linux -- Python 3.7.3 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967052/bin/python3.7>

self = <apache_beam.examples.wordcount_it_test.WordCountIT 
testMethod=test_wordcount_it_with_prebuilt_sdk_container_local_docker>

    @pytest.mark.it_validatescontainer
    def test_wordcount_it_with_prebuilt_sdk_container_local_docker(self):
      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:586: in __exit__
    self.result = self.run()
apache_beam/pipeline.py:541: in run
    self._options).run(False)
apache_beam/pipeline.py:565: in run
    return self.runner.run_pipeline(self, self._options)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <apache_beam.runners.dataflow.test_dataflow_runner.TestDataflowRunner 
object at 0x7fcbe6db80f0>
pipeline = <apache_beam.pipeline.Pipeline object at 0x7fcbe58ae898>
options = <apache_beam.options.pipeline_options.PipelineOptions object at 
0x7fcbe57fb278>

    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.7.3 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967052/bin/python3.7>

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.7_sdk.xml>
 -
==================== 4 failed, 2 warnings in 443.07 seconds ====================
cleanup_container
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20210910-001309239453305
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:0026c9dbb034e9a54ed28e78bec6ca60ff59bf7cfcf9fe378abef644456d5197
docker images --format '{{.Repository}}:{{.Tag}}' | grep 
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:334570de-87d5-410c-9f62-f57661769ba0
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:5e4d788cb1dd5964b435a43112166b2df2270e1211a5ecb0404c737fe6975e3e
Deleted: sha256:83cb39d0a47c080e547208b836b5afbd60ad9493b00ec4029ecbe845232d6a52
Deleted: sha256:01a3887e7c3c3bdd79daad463c39db247714a749d9e1903d6cc0000e5d7971be
Deleted: sha256:07615b7764e038fa5140a5b2a938570c07e79bc07670c50e6d2bbc74e0266a16
Deleted: sha256:407b93c30dd2a1afa61dc9511ac558280240ef566d88714e2f584bf07eeddb2d
Deleted: sha256:3455a4a669daebbe2a141855f0e03a45151131272b34e3760ec949d79343e8f4
Deleted: sha256:792a095019f356a2bcf06bcb8858d6dd366557c8ecd6a63cc9d4a45ce3febfdb
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:0026c9dbb034e9a54ed28e78bec6ca60ff59bf7cfcf9fe378abef644456d5197
  Associated tags:
 - 20210910-001309239453305
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20210910-001309239453305
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20210910-001309239453305].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:0026c9dbb034e9a54ed28e78bec6ca60ff59bf7cfcf9fe378abef644456d5197].
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_python37_sdk/beam_python_prebuilt_sdk@sha256:5e4d788cb1dd5964b435a43112166b2df2270e1211a5ecb0404c737fe6975e3e
  Associated tags:
 - 334570de-87d5-410c-9f62-f57661769ba0
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:334570de-87d5-410c-9f62-f57661769ba0].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:5e4d788cb1dd5964b435a43112166b2df2270e1211a5ecb0404c737fe6975e3e].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:e16aab7fcd224dd687c79f8c3fa8c74b12bd9f1908a36fcd07d59bebcde5fd90
  Associated tags:
 - 59b9a2df-10a2-47ba-a5b3-3b7f0fee4726
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:59b9a2df-10a2-47ba-a5b3-3b7f0fee4726].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:e16aab7fcd224dd687c79f8c3fa8c74b12bd9f1908a36fcd07d59bebcde5fd90].
Removed the container

> 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:44a4929fa40c20f7ba2499e06e8f3478921582bf4ae2dfcd05d3ac4e07fb51e7
  Associated tags:
 - 20210910-001309543867878
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210910-001309543867878
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210910-001309543867878].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk@sha256:44a4929fa40c20f7ba2499e06e8f3478921582bf4ae2dfcd05d3ac4e07fb51e7].
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:d45756e1e123af4a4be003d505f92f5848edfcc76e7a1066ae29d8e57918a268
  Associated tags:
 - fc8cea7a-cb05-46ad-9913-8d30b240f76a
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk:fc8cea7a-cb05-46ad-9913-8d30b240f76a].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:d45756e1e123af4a4be003d505f92f5848edfcc76e7a1066ae29d8e57918a268].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:171e0d836c0937b4b9e6f60e298779644e2b664447e41a21ec5d4886853c6ddc
  Associated tags:
 - f0c58c3f-f18d-4789-ba8f-d1558e6dba8d
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk:f0c58c3f-f18d-4789-ba8f-d1558e6dba8d].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:171e0d836c0937b4b9e6f60e298779644e2b664447e41a21ec5d4886853c6ddc].

> 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:3062d56f05db79c6294e119ace711352df5eb15cf2435ed44936d43370ece2f2
  Associated tags:
 - 20210910-001309164632739
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210910-001309164632739
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210910-001309164632739].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:3062d56f05db79c6294e119ace711352df5eb15cf2435ed44936d43370ece2f2].
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:eb8c3e2fb1dca1b02a825ba2b9c9fe52014ffa778aef98d20dd92427181645c6
  Associated tags:
 - 0a2fd82a-da2b-46f1-a350-d5ab5ac565e3
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:0a2fd82a-da2b-46f1-a350-d5ab5ac565e3].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:eb8c3e2fb1dca1b02a825ba2b9c9fe52014ffa778aef98d20dd92427181645c6].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:bb93fee596be22fd735ffb61b0e0c43a15ce563e5f27e98317a186bccab59273
  Associated tags:
 - c5f4ce09-f609-429a-a5d5-35adb0341fe7
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:c5f4ce09-f609-429a-a5d5-35adb0341fe7].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:bb93fee596be22fd735ffb61b0e0c43a15ce563e5f27e98317a186bccab59273].

> 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 28m 57s
44 actionable tasks: 40 executed, 4 up-to-date

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to