See 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/7944/display/redirect>

Changes:


------------------------------------------
[...truncated 430.13 KB...]
        ('apache_beam.runners.dataflow.'
         
'dataflow_exercise_streaming_metrics_pipeline.StreamingUserMetricsDoFn')
      matchers = [
          # System metrics
          MetricResultMatcher(
              name='ElementCount',
              labels={
                  "output_user_name": "generate_metrics-out0",
                  "original_name": "generate_metrics-out0-ElementCount"
              },
              attempted=len(MESSAGES_TO_PUBLISH),
              committed=len(MESSAGES_TO_PUBLISH),
          ),
          # User Counter Metrics.
          MetricResultMatcher(
              name='double_msg_counter_name',
              namespace=METRIC_NAMESPACE,
              step='generate_metrics',
              attempted=len(MESSAGES_TO_PUBLISH) * 2,
              committed=len(MESSAGES_TO_PUBLISH) * 2),
          MetricResultMatcher(
              name='msg_len_dist_metric_name',
              namespace=METRIC_NAMESPACE,
              step='generate_metrics',
              attempted=DistributionMatcher(
                  sum_value=len(''.join(MESSAGES_TO_PUBLISH)),
                  count_value=len(MESSAGES_TO_PUBLISH),
                  min_value=len(MESSAGES_TO_PUBLISH[0]),
                  max_value=len(MESSAGES_TO_PUBLISH[1])),
              committed=DistributionMatcher(
                  sum_value=len(''.join(MESSAGES_TO_PUBLISH)),
                  count_value=len(MESSAGES_TO_PUBLISH),
                  min_value=len(MESSAGES_TO_PUBLISH[0]),
                  max_value=len(MESSAGES_TO_PUBLISH[1]))),
      ]
    
      metrics = result.metrics().all_metrics()
      errors = metric_result_matchers.verify_all(metrics, matchers)
>     self.assertFalse(errors, str(errors))
E     AssertionError: "Unable to match metrics for matcher  name: 
'ElementCount' (label_key: 'output_user_name' label_value: 
'generate_metrics-out0').  (label_key: 'original_name' label_value: 
'generate_metrics-out0-ElementCount').  attempted: <3> committed: <3>Unable to 
match metrics for matcher  namespace: 
'apache_beam.runners.dataflow.dataflow_exercise_streaming_metrics_pipeline.StreamingUserMetricsDoFn'
 name: 'double_msg_counter_name' step: 'generate_metrics' attempted: <6> 
committed: <6>Unable to match metrics for matcher  namespace: 
'apache_beam.runners.dataflow.dataflow_exercise_streaming_metrics_pipeline.StreamingUserMetricsDoFn'
 name: 'msg_len_dist_metric_name' step: 'generate_metrics' attempted:  
sum_value: <29> count_value: <3> min_value: <9> max_value: <11> committed:  
sum_value: <29> count_value: <3> min_value: <9> max_value: <11>\nActual 
MetricResults:\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalVcpuTime), 
labels={'original_name': 'Service-cpu_num_seconds'}), committed=1040, 
attempted=1040)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalMemoryUsage), 
labels={'original_name': 'Service-mem_mb_seconds'}), committed=3994710, 
attempted=3994710)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalPdUsage), 
labels={'original_name': 'Service-pd_gb_seconds'}), committed=111831, 
attempted=111831)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalSsdUsage), 
labels={'original_name': 'Service-pd_ssd_gb_seconds'}), committed=0, 
attempted=0)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalShuffleDataProcessed), 
labels={'original_name': 'Service-shuffle_service_actual_gb'}), committed=0, 
attempted=0)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=BillableShuffleDataProcessed), 
labels={'original_name': 'Service-shuffle_service_chargeable_gb'}), 
committed=0, attempted=0)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalStreamingDataProcessed), 
labels={'original_name': 'Service-streaming_service_gb'}), committed=0, 
attempted=0)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalGpuTime), 
labels={'original_name': 'Service-gpu_num_seconds'}), committed=0, 
attempted=0)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=BacklogBytes), 
labels={'original_name': 'dataflow_backlog_size-F0', 'execution_step': 'F0'}), 
committed=29, attempted=29)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=SystemWatermark), 
labels={'execution_step': 'F0'}), committed=None, 
attempted=None)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentVcpuCount), 
labels={'original_name': 'Service-cpu_num'}), committed=4, 
attempted=4)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentMemoryUsage), 
labels={'original_name': 'Service-mem_mb'}), committed=15360, 
attempted=15360)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentPdUsage), 
labels={'original_name': 'Service-pd_gb'}), committed=430, 
attempted=430)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentSsdUsage), 
labels={'original_name': 'Service-pd_ssd_gb'}), committed=0, 
attempted=0)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentGpuCount), 
labels={'original_name': 'Service-gpu_num'}), committed=0, 
attempted=0)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=DataWatermark), 
labels={'execution_step': 'F0'}), committed=None, 
attempted=None)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=SystemLag), 
labels={'execution_step': 'F0'}), committed=320832527, 
attempted=320832527)\nMetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=BacklogElements), 
labels={'execution_step': 'F0', 'original_name': 
'dataflow_backlog_elements-F0'}), committed=0, attempted=0)" is not false : 
Unable to match metrics for matcher  name: 'ElementCount' (label_key: 
'output_user_name' label_value: 'generate_metrics-out0').  (label_key: 
'original_name' label_value: 'generate_metrics-out0-ElementCount').  attempted: 
<3> committed: <3>Unable to match metrics for matcher  namespace: 
'apache_beam.runners.dataflow.dataflow_exercise_streaming_metrics_pipeline.StreamingUserMetricsDoFn'
 name: 'double_msg_counter_name' step: 'generate_metrics' attempted: <6> 
committed: <6>Unable to match metrics for matcher  namespace: 
'apache_beam.runners.dataflow.dataflow_exercise_streaming_metrics_pipeline.StreamingUserMetricsDoFn'
 name: 'msg_len_dist_metric_name' step: 'generate_metrics' attempted:  
sum_value: <29> count_value: <3> min_value: <9> max_value: <11> committed:  
sum_value: <29> count_value: <3> min_value: <9> max_value: <11>
E     Actual MetricResults:
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalVcpuTime), 
labels={'original_name': 'Service-cpu_num_seconds'}), committed=1040, 
attempted=1040)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalMemoryUsage), 
labels={'original_name': 'Service-mem_mb_seconds'}), committed=3994710, 
attempted=3994710)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalPdUsage), 
labels={'original_name': 'Service-pd_gb_seconds'}), committed=111831, 
attempted=111831)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalSsdUsage), 
labels={'original_name': 'Service-pd_ssd_gb_seconds'}), committed=0, 
attempted=0)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalShuffleDataProcessed), 
labels={'original_name': 'Service-shuffle_service_actual_gb'}), committed=0, 
attempted=0)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=BillableShuffleDataProcessed), 
labels={'original_name': 'Service-shuffle_service_chargeable_gb'}), 
committed=0, attempted=0)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalStreamingDataProcessed), 
labels={'original_name': 'Service-streaming_service_gb'}), committed=0, 
attempted=0)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=TotalGpuTime), 
labels={'original_name': 'Service-gpu_num_seconds'}), committed=0, 
attempted=0)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=BacklogBytes), 
labels={'original_name': 'dataflow_backlog_size-F0', 'execution_step': 'F0'}), 
committed=29, attempted=29)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=SystemWatermark), 
labels={'execution_step': 'F0'}), committed=None, attempted=None)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentVcpuCount), 
labels={'original_name': 'Service-cpu_num'}), committed=4, attempted=4)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentMemoryUsage), 
labels={'original_name': 'Service-mem_mb'}), committed=15360, 
attempted=15360)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentPdUsage), 
labels={'original_name': 'Service-pd_gb'}), committed=430, attempted=430)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentSsdUsage), 
labels={'original_name': 'Service-pd_ssd_gb'}), committed=0, attempted=0)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=CurrentGpuCount), 
labels={'original_name': 'Service-gpu_num'}), committed=0, attempted=0)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=DataWatermark), 
labels={'execution_step': 'F0'}), committed=None, attempted=None)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=SystemLag), 
labels={'execution_step': 'F0'}), committed=320832527, attempted=320832527)
E     MetricResult(key=MetricKey(step=, 
metric=MetricName(namespace=dataflow/v1b3, name=BacklogElements), 
labels={'execution_step': 'F0', 'original_name': 
'dataflow_backlog_elements-F0'}), committed=0, attempted=0)

apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py:166:
 AssertionError
------------------------------ Captured log call -------------------------------
INFO     apache_beam.runners.portability.stager:stager.py:644 
Executing command: 
['<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967051/bin/python3.8',>
 '-m', 'pip', 'download', '--dest', '/tmp/dataflow-requirements-cache', '-r', 
'postcommit_requirements.txt', '--exists-action', 'i', '--no-binary', ':all:']
INFO     apache_beam.runners.portability.stager:stager.py:300 Copying 
Beam SDK 
"<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/sdks/python/build/apache-beam.tar.gz";>
 to staging location.
WARNING  root:environments.py:371 Make sure that locally built Python 
SDK docker image has Python 3.8 interpreter.
INFO     root:environments.py:380 Default Python SDK image for 
environment is apache/beam_python3.8_sdk:2.31.0.dev
INFO     root:environments.py:295 Using provided Python SDK container 
image: gcr.io/cloud-dataflow/v1beta3/python38-fnapi:beam-master-20210331
INFO     root:environments.py:302 Python SDK container image set to 
"gcr.io/cloud-dataflow/v1beta3/python38-fnapi:beam-master-20210331" for Docker 
environment
INFO     apache_beam.internal.gcp.auth:auth.py:106 Setting socket 
default timeout to 60 seconds.
INFO     apache_beam.internal.gcp.auth:auth.py:108 socket default 
timeout is 60.0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/requirements.txt...
INFO     oauth2client.transport:transport.py:157 Attempting refresh to 
obtain initial access_token
INFO     oauth2client.transport:transport.py:157 Attempting refresh to 
obtain initial access_token
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/requirements.txt
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pickled_main_session...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pickled_main_session
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pbr-5.5.0.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pbr-5.5.0.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pbr-5.5.1.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pbr-5.5.1.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pbr-5.6.0.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pbr-5.6.0.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/mock-2.0.0.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/mock-2.0.0.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/six-1.14.0.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/six-1.14.0.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/six-1.15.0.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/six-1.15.0.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/six-1.16.0.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/six-1.16.0.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/soupsieve-2.2.1.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/soupsieve-2.2.1.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/PyHamcrest-1.10.1.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/PyHamcrest-1.10.1.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/parameterized-0.7.5.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/parameterized-0.7.5.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/beautifulsoup4-4.9.3.tar.gz...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/beautifulsoup4-4.9.3.tar.gz
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/dataflow_python_sdk.tar...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/dataflow_python_sdk.tar
 in 0 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/dataflow-worker.jar...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/dataflow-worker.jar
 in 5 seconds.
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:632 Starting GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pipeline.pb...
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:648 Completed GCS 
upload to 
gs://temp-storage-for-end-to-end-tests/staging-it/beamapp-jenkins-0521133501-292811.1621604101.292957/pipeline.pb
 in 0 seconds.
WARNING  apache_beam.options.pipeline_options:pipeline_options.py:309 
Discarding unparseable args: ['--sleep_secs=20', 
'--kms_key_name=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test']
WARNING  apache_beam.options.pipeline_options:pipeline_options.py:309 
Discarding unparseable args: ['--sleep_secs=20', 
'--kms_key_name=projects/apache-beam-testing/locations/global/keyRings/beam-it/cryptoKeys/test']
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:794 Create job: 
<Job
                                                                           
createTime: '2021-05-21T13:35:10.870194Z'
                                                                           
currentStateTime: '1970-01-01T00:00:00Z'
                                                                           id: 
'2021-05-21_06_35_09-18065931568335257832'
                                                                           
location: 'us-central1'
                                                                           
name: 'beamapp-jenkins-0521133501-292811'
                                                                           
projectId: 'apache-beam-testing'
                                                                           
stageStates: []
                                                                           
startTime: '2021-05-21T13:35:10.870194Z'
                                                                           
steps: []
                                                                           
tempFiles: []
                                                                           
type: TypeValueValuesEnum(JOB_TYPE_STREAMING, 2)>
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:796 Created job 
with id: [2021-05-21_06_35_09-18065931568335257832]
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:797 Submitted job: 
2021-05-21_06_35_09-18065931568335257832
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:798 To access the 
Dataflow monitoring console, please navigate to 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-05-21_06_35_09-18065931568335257832?project=apache-beam-testing
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:191 Job 
2021-05-21_06_35_09-18065931568335257832 is in state JOB_STATE_RUNNING
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:15.527Z: JOB_MESSAGE_BASIC: Worker configuration: 
n1-standard-4 in us-central1-f.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.453Z: JOB_MESSAGE_DETAILED: Expanding SplittableParDo 
operations into optimizable parts.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.485Z: JOB_MESSAGE_DETAILED: Expanding CollectionToSingleton 
operations into optimizable parts.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.575Z: JOB_MESSAGE_DETAILED: Expanding CoGroupByKey 
operations into optimizable parts.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.621Z: JOB_MESSAGE_DETAILED: Expanding 
SplittableProcessKeyed operations into optimizable parts.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.656Z: JOB_MESSAGE_DETAILED: Expanding GroupByKey operations 
into streaming Read/Write steps
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.681Z: JOB_MESSAGE_DEBUG: Annotating graph with Autotuner 
information.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.725Z: JOB_MESSAGE_DETAILED: Fusing adjacent ParDo, Read, 
Write, and Flatten operations
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.761Z: JOB_MESSAGE_DETAILED: Fusing consumer 
generate_metrics into ReadFromPubSub/Read
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.790Z: JOB_MESSAGE_DETAILED: Fusing consumer 
dump_to_pub/ToProtobuf into generate_metrics
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.816Z: JOB_MESSAGE_DETAILED: Fusing consumer 
dump_to_pub/Write/NativeWrite into dump_to_pub/ToProtobuf
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.863Z: JOB_MESSAGE_DEBUG: Workflow config is missing a 
default resource spec.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.907Z: JOB_MESSAGE_DEBUG: Adding StepResource setup and 
teardown to workflow graph.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.941Z: JOB_MESSAGE_DEBUG: Adding workflow start and stop 
steps.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:17.976Z: JOB_MESSAGE_DEBUG: Assigning stage ids.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:18.231Z: JOB_MESSAGE_DEBUG: Executing wait step start17
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:18.301Z: JOB_MESSAGE_BASIC: Executing operation 
ReadFromPubSub/Read+generate_metrics+dump_to_pub/ToProtobuf+dump_to_pub/Write/NativeWrite
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:18.348Z: JOB_MESSAGE_DEBUG: Starting worker pool setup.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:18.381Z: JOB_MESSAGE_BASIC: Starting 1 workers in 
us-central1-f...
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:35:32.456Z: JOB_MESSAGE_BASIC: Your project already contains 100 
Dataflow-created metric descriptors, so new user metrics of the form 
custom.googleapis.com/* will not be created. However, all user metrics are also 
available in the metric dataflow.googleapis.com/job/user_counter. If you rely 
on the custom metrics, you can delete old / unused metric descriptors. See 
https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.list
 and 
https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.delete
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-21T13:36:04.368Z: JOB_MESSAGE_DETAILED: Autoscaling: Raised the number 
of workers to 1 so that the pipeline can catch up with its backlog and keep up 
with its input rate.
WARNING  
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:247 Timing out 
on waiting for job 2021-05-21_06_35_09-18065931568335257832 after 60 seconds
=============================== warnings summary 
===============================
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/tenacity/_asyncio.py>:42
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/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_VR_Dataflow/ws/src/sdks/python/pytest_validatesRunnerStreamingTests-df-py38-noxdist.xml>
 -
=========== 1 failed, 4425 deselected, 1 warnings in 831.53 seconds 
============

> Task :sdks:python:test-suites:dataflow:py38:validatesRunnerStreamingTests 
> FAILED

FAILURE: Build completed with 6 failures.

1: Task failed with an exception.
-----------
* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 156

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py37:validatesRunnerBatchTests'.
> 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_VR_Dataflow/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 156

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py36:validatesRunnerBatchTests'.
> 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_VR_Dataflow/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 156

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py38:validatesRunnerBatchTests'.
> 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.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 189

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py37:validatesRunnerStreamingTests'.
> 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.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 213

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py36:validatesRunnerStreamingTests'.
> 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.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 213

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py38:validatesRunnerStreamingTests'.
> 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 1h 48m 16s
89 actionable tasks: 62 executed, 27 from cache

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

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