See 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/8234/display/redirect>

Changes:


------------------------------------------
[...truncated 118.99 KB...]
          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.6.8 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967053/bin/python3.6>

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: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 0x7f1daf50be80>
pipeline = <apache_beam.pipeline.Pipeline object at 0x7f1dae7a7828>
options = <apache_beam.options.pipeline_options.PipelineOptions object at 
0x7f1dae6f62e8>

    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 459.20 seconds ====================
cleanup_container
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210911-121231205434773
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk@sha256:edefc00cf9e1c2caf2a9c81e99329ade7f98a45a24795f6a01578fbaa191ab0a
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:aa0eff93-970e-45de-bb1a-6ffdaa0e14a5
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:e832e5aaecdd265902b9c8754b736119c7f47317c9de931efa28cf9c4a99f8c1
Deleted: sha256:ae82cf368c1d653c1b698fe0d5c96c3d7d56310317ce708df350d49e0cde3f01
Deleted: sha256:5a2ada9d79812a5eb98ec85827cba8e47b1a2752cc93f7e7934005f93587bbf6
Deleted: sha256:2bfc524169fb47c7c2c0abda08f31c5bec0517b4b1af15e527732e9c7efefb27
Deleted: sha256:0906467901e10fd8e6c85f2ca081c73db2d3630eb0f0052817c6e2d88f5fea08
Deleted: sha256:f334acfd6c2c0987698cb2e0b0e363553e59cb471520d1e32385349ea34bb6f9
Deleted: sha256:5af836e8ab2f7b101c60a20232172ff7a41ec995c0b64b86eace5156f10e2d78

> Task :sdks:python:test-suites:dataflow:py37:validatesContainer

[gw0] [ 75%] FAILED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_local_docker
 
apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py::ExerciseMetricsPipelineTest::test_metrics_fnapi_it
 
> Task :sdks:python:test-suites:dataflow:py36:validatesContainer FAILED
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk@sha256:edefc00cf9e1c2caf2a9c81e99329ade7f98a45a24795f6a01578fbaa191ab0a
  Associated tags:
 - 20210911-121231205434773
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210911-121231205434773
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk:20210911-121231205434773].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.6_sdk@sha256:edefc00cf9e1c2caf2a9c81e99329ade7f98a45a24795f6a01578fbaa191ab0a].
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:e832e5aaecdd265902b9c8754b736119c7f47317c9de931efa28cf9c4a99f8c1
  Associated tags:
 - aa0eff93-970e-45de-bb1a-6ffdaa0e14a5
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk:aa0eff93-970e-45de-bb1a-6ffdaa0e14a5].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:e832e5aaecdd265902b9c8754b736119c7f47317c9de931efa28cf9c4a99f8c1].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:f2d4ba2919b312c363c1de82279f78294248e88628563c6000d396e2e4654e77
  Associated tags:
 - 682b9cb0-2f88-40b4-a09b-88265d24d27a
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk:682b9cb0-2f88-40b4-a09b-88265d24d27a].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python36_sdk/beam_python_prebuilt_sdk@sha256:f2d4ba2919b312c363c1de82279f78294248e88628563c6000d396e2e4654e77].
Removed the container

> Task :sdks:python:test-suites:dataflow:py37:validatesContainer
cleanup_container
docker images --format '{{.Repository}}:{{.Tag}}' | grep 
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:22b1cf1ec7d0383464127bd70636d79a8493a600c25e0b3b14af1aa3225ca8fb
  Associated tags:
 - 20210911-121230864096745
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20210911-121230864096745
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20210911-121230864096745].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:22b1cf1ec7d0383464127bd70636d79a8493a600c25e0b3b14af1aa3225ca8fb].
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:989eec10ce25b441f696bf7ecb38fe906fbdf5261126ad1bf6f32958081ffdfb
  Associated tags:
 - aa5fbd5c-540c-44d6-9419-63ebe5030d5d
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:aa5fbd5c-540c-44d6-9419-63ebe5030d5d].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:989eec10ce25b441f696bf7ecb38fe906fbdf5261126ad1bf6f32958081ffdfb].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:59274894030679a2e626ab2340bc0765eebff6073a971225a8766375a04b711c
  Associated tags:
 - ca524d24-d037-467c-89a3-86ff528f3554
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:ca524d24-d037-467c-89a3-86ff528f3554].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:59274894030679a2e626ab2340bc0765eebff6073a971225a8766375a04b711c].

> Task :sdks:python:test-suites:dataflow:py37: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:4c3e050ad1038855a722326083e4be4de10669b961cc432123500e459cce8ef4
  Associated tags:
 - 20210911-121240163256728
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210911-121240163256728
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210911-121240163256728].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:4c3e050ad1038855a722326083e4be4de10669b961cc432123500e459cce8ef4].
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:ef4b33a3baa368964b2553820b0779fb6a56e321794609c7a0d95c68f0f39d24
  Associated tags:
 - 371f6431-24b8-40c1-8a29-ea970f275f71
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:371f6431-24b8-40c1-8a29-ea970f275f71].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:ef4b33a3baa368964b2553820b0779fb6a56e321794609c7a0d95c68f0f39d24].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:489f8d4970052cf9f72b585ff30284cad8857bab400b64bfce4a1b88980d7f85
  Associated tags:
 - 40c7db2c-9eca-4cca-89a5-7084ffad68ea
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:40c7db2c-9eca-4cca-89a5-7084ffad68ea].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:489f8d4970052cf9f72b585ff30284cad8857bab400b64bfce4a1b88980d7f85].

> 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: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.
==============================================================================

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: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.
==============================================================================

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

Publishing build scan...
https://gradle.com/s/4tl54xqt4u6nw

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