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

Changes:

[Kyle Weaver] [BEAM-12339] Implement CREATE FUNCTION statement in Calcite 
dialect.

[Kyle Weaver] [BEAM-12339] Move unparse tests to different class to avoid 
'pipeline

[Kyle Weaver] Add Python Dataflow V2 test to jobs list.

[noreply] [BEAM-12246] Fix ib.collect(dataframe) indexing (#14778)


------------------------------------------
[...truncated 271.35 KB...]
[gw0] PASSED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_reiterable_side_input
 

=================================== FAILURES ===================================
__________________ MetricsTest.test_user_counter_using_pardo 
___________________
[gw3] linux -- Python 3.8.5 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967051/bin/python3.8>

self = <apache_beam.metrics.metric_test.MetricsTest 
testMethod=test_user_counter_using_pardo>

    @pytest.mark.it_validatesrunner
    def test_user_counter_using_pardo(self):
      class SomeDoFn(beam.DoFn):
        """A custom dummy DoFn using yield."""
        static_counter_elements = metrics.Metrics.counter(
            "SomeDoFn", 'metrics_static_counter_element')
    
        def __init__(self):
          self.user_counter_elements = metrics.Metrics.counter(
              self.__class__, 'metrics_user_counter_element')
    
        def process(self, element):
          self.static_counter_elements.inc(2)
          self.user_counter_elements.inc()
          distro = Metrics.distribution(self.__class__, 'element_dist')
          distro.update(element)
          yield element
    
      pipeline = TestPipeline()
      nums = pipeline | 'Input' >> beam.Create([1, 2, 3, 4])
      results = nums | 'ApplyPardo' >> beam.ParDo(SomeDoFn())
      assert_that(results, equal_to([1, 2, 3, 4]))
    
      res = pipeline.run()
      res.wait_until_finish()
    
      # Verify static counter.
      metric_results = (
          res.metrics().query(
              
MetricsFilter().with_metric(SomeDoFn.static_counter_elements)))
>     outputs_static_counter = metric_results['counters'][0]
E     IndexError: list index out of range

apache_beam/metrics/metric_test.py:183: IndexError
------------------------------ 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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/dataflow-worker.jar
 in 7 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-0522005319-267130.1621644799.267282/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-0522005319-267130.1621644799.267282/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-22T00:53:29.479835Z'
                                                                           
currentStateTime: '1970-01-01T00:00:00Z'
                                                                           id: 
'2021-05-21_17_53_28-4824141333327773455'
                                                                           
location: 'us-central1'
                                                                           
name: 'beamapp-jenkins-0522005319-267130'
                                                                           
projectId: 'apache-beam-testing'
                                                                           
stageStates: []
                                                                           
startTime: '2021-05-22T00:53:29.479835Z'
                                                                           
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_17_53_28-4824141333327773455]
INFO     
apache_beam.runners.dataflow.internal.apiclient:apiclient.py:797 Submitted job: 
2021-05-21_17_53_28-4824141333327773455
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_17_53_28-4824141333327773455?project=apache-beam-testing
WARNING  
apache_beam.runners.dataflow.test_dataflow_runner:test_dataflow_runner.py:64 
Waiting indefinitely for streaming job.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:191 Job 
2021-05-21_17_53_28-4824141333327773455 is in state JOB_STATE_RUNNING
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:34.794Z: 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-22T00:53:35.608Z: JOB_MESSAGE_DETAILED: Expanding SplittableParDo 
operations into optimizable parts.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:35.664Z: JOB_MESSAGE_DETAILED: Expanding CollectionToSingleton 
operations into optimizable parts.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:35.726Z: JOB_MESSAGE_DETAILED: Expanding CoGroupByKey 
operations into optimizable parts.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:35.845Z: JOB_MESSAGE_DETAILED: Expanding 
SplittableProcessKeyed operations into optimizable parts.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:35.880Z: JOB_MESSAGE_DETAILED: Expanding GroupByKey operations 
into streaming Read/Write steps
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:35.960Z: JOB_MESSAGE_DEBUG: Annotating graph with Autotuner 
information.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.003Z: JOB_MESSAGE_DETAILED: Fusing adjacent ParDo, Read, 
Write, and Flatten operations
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.037Z: JOB_MESSAGE_DETAILED: Unzipping flatten s17 for input 
s15.None
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.082Z: JOB_MESSAGE_DETAILED: Fusing unzipped copy of 
assert_that/Group/GroupByKey/WriteStream, through flatten 
assert_that/Group/Flatten, into producer assert_that/Group/pair_with_0
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.115Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/Group/GroupByKey/WriteStream into assert_that/Group/pair_with_1
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.139Z: JOB_MESSAGE_DETAILED: Fusing consumer 
Input/FlatMap(<lambda at core.py:2939>) into Input/Impulse
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.158Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/Create/FlatMap(<lambda at core.py:2939>) into 
assert_that/Create/Impulse
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.192Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/Create/Map(decode) into assert_that/Create/FlatMap(<lambda at 
core.py:2939>)
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.223Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/Group/pair_with_0 into assert_that/Create/Map(decode)
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.250Z: JOB_MESSAGE_DETAILED: Fusing consumer 
Input/MaybeReshuffle/Reshuffle/AddRandomKeys into Input/FlatMap(<lambda at 
core.py:2939>)
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.270Z: JOB_MESSAGE_DETAILED: Fusing consumer 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/Map(reify_timestamps) into 
Input/MaybeReshuffle/Reshuffle/AddRandomKeys
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.292Z: JOB_MESSAGE_DETAILED: Fusing consumer 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/WriteStream into 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/Map(reify_timestamps)
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.324Z: JOB_MESSAGE_DETAILED: Fusing consumer 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/MergeBuckets into 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/ReadStream
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.358Z: JOB_MESSAGE_DETAILED: Fusing consumer 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/FlatMap(restore_timestamps) into 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/MergeBuckets
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.383Z: JOB_MESSAGE_DETAILED: Fusing consumer 
Input/MaybeReshuffle/Reshuffle/RemoveRandomKeys into 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/FlatMap(restore_timestamps)
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.410Z: JOB_MESSAGE_DETAILED: Fusing consumer 
Input/Map(decode) into Input/MaybeReshuffle/Reshuffle/RemoveRandomKeys
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.445Z: JOB_MESSAGE_DETAILED: Fusing consumer ApplyPardo into 
Input/Map(decode)
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.480Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/WindowInto(WindowIntoFn) into ApplyPardo
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.503Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/ToVoidKey into assert_that/WindowInto(WindowIntoFn)
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.527Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/Group/pair_with_1 into assert_that/ToVoidKey
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.557Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/Group/GroupByKey/MergeBuckets into 
assert_that/Group/GroupByKey/ReadStream
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.591Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/Group/Map(_merge_tagged_vals_under_key) into 
assert_that/Group/GroupByKey/MergeBuckets
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.618Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/Unkey into assert_that/Group/Map(_merge_tagged_vals_under_key)
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.668Z: JOB_MESSAGE_DETAILED: Fusing consumer 
assert_that/Match into assert_that/Unkey
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.704Z: JOB_MESSAGE_DEBUG: Workflow config is missing a 
default resource spec.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.729Z: JOB_MESSAGE_DEBUG: Adding StepResource setup and 
teardown to workflow graph.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.778Z: JOB_MESSAGE_DEBUG: Adding workflow start and stop 
steps.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.803Z: JOB_MESSAGE_DEBUG: Assigning stage ids.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:36.991Z: JOB_MESSAGE_DEBUG: Executing wait step start32
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:37.083Z: JOB_MESSAGE_BASIC: Executing operation 
assert_that/Group/GroupByKey/ReadStream+assert_that/Group/GroupByKey/MergeBuckets+assert_that/Group/Map(_merge_tagged_vals_under_key)+assert_that/Unkey+assert_that/Match
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:37.116Z: JOB_MESSAGE_BASIC: Executing operation 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/ReadStream+Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/MergeBuckets+Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/FlatMap(restore_timestamps)+Input/MaybeReshuffle/Reshuffle/RemoveRandomKeys+Input/Map(decode)+ApplyPardo+assert_that/WindowInto(WindowIntoFn)+assert_that/ToVoidKey+assert_that/Group/pair_with_1+assert_that/Group/GroupByKey/WriteStream
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:37.127Z: JOB_MESSAGE_DEBUG: Starting worker pool setup.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:37.142Z: JOB_MESSAGE_BASIC: Executing operation 
assert_that/Create/Impulse+assert_that/Create/FlatMap(<lambda at 
core.py:2939>)+assert_that/Create/Map(decode)+assert_that/Group/pair_with_0+assert_that/Group/GroupByKey/WriteStream
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:37.150Z: JOB_MESSAGE_BASIC: Starting 1 workers in 
us-central1-f...
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:37.177Z: JOB_MESSAGE_BASIC: Executing operation 
Input/Impulse+Input/FlatMap(<lambda at 
core.py:2939>)+Input/MaybeReshuffle/Reshuffle/AddRandomKeys+Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/Map(reify_timestamps)+Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/WriteStream
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:53:53.909Z: 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-22T00:54:30.531Z: 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.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:55:06.190Z: JOB_MESSAGE_DETAILED: Workers have started 
successfully.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:55:06.216Z: JOB_MESSAGE_DETAILED: Workers have started 
successfully.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:59:48.857Z: JOB_MESSAGE_BASIC: Finished operation 
Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/ReadStream+Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/MergeBuckets+Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/FlatMap(restore_timestamps)+Input/MaybeReshuffle/Reshuffle/RemoveRandomKeys+Input/Map(decode)+ApplyPardo+assert_that/WindowInto(WindowIntoFn)+assert_that/ToVoidKey+assert_that/Group/pair_with_1+assert_that/Group/GroupByKey/WriteStream
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:59:48.857Z: JOB_MESSAGE_BASIC: Finished operation 
Input/Impulse+Input/FlatMap(<lambda at 
core.py:2939>)+Input/MaybeReshuffle/Reshuffle/AddRandomKeys+Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/Map(reify_timestamps)+Input/MaybeReshuffle/Reshuffle/ReshufflePerKey/GroupByKey/WriteStream
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:59:48.857Z: JOB_MESSAGE_BASIC: Finished operation 
assert_that/Group/GroupByKey/ReadStream+assert_that/Group/GroupByKey/MergeBuckets+assert_that/Group/Map(_merge_tagged_vals_under_key)+assert_that/Unkey+assert_that/Match
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:59:48.912Z: JOB_MESSAGE_BASIC: Finished operation 
assert_that/Create/Impulse+assert_that/Create/FlatMap(<lambda at 
core.py:2939>)+assert_that/Create/Map(decode)+assert_that/Group/pair_with_0+assert_that/Group/GroupByKey/WriteStream
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:59:48.976Z: JOB_MESSAGE_DETAILED: Cleaning up.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:59:49.023Z: JOB_MESSAGE_DEBUG: Starting worker pool teardown.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T00:59:49.047Z: JOB_MESSAGE_BASIC: Stopping worker pool...
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T01:00:43.615Z: JOB_MESSAGE_DETAILED: Autoscaling: Reduced the number 
of workers to 0 based on low average worker CPU utilization, and the pipeline 
having sufficiently low backlog and keeping up with input rate.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T01:00:43.651Z: JOB_MESSAGE_BASIC: Worker pool stopped.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:236 
2021-05-22T01:00:43.694Z: JOB_MESSAGE_DEBUG: Tearing down pending resources...
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:191 Job 
2021-05-21_17_53_28-4824141333327773455 is in state JOB_STATE_DONE
=============================== 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
<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
<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
<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
  
<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-xdist.xml>
 -
======== 1 failed, 28 passed, 3 skipped, 8 warnings in 3178.82 seconds 
=========

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

FAILURE: Build completed with 5 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: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.
==============================================================================

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

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

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: 189

* 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 45m 40s
89 actionable tasks: 62 executed, 27 from cache

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

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