See 
<https://builds.apache.org/job/beam_PostCommit_Python36/2429/display/redirect?page=changes>

Changes:

[github] [BEAM-9959] Root Transform fixes (#11686)


------------------------------------------
[...truncated 12.15 MB...]

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/batchworker.py", 
line 647, in do_work
    work_executor.execute()
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/executor.py", 
line 226, in execute
    self._split_task)
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/executor.py", 
line 234, in _perform_source_split_considering_api_limits
    desired_bundle_size)
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/executor.py", 
line 271, in _perform_source_split
    for split in source.split(desired_bundle_size):
  File "/usr/local/lib/python3.6/site-packages/apache_beam/io/gcp/bigquery.py", 
line 698, in split
    self.table_reference = self._execute_query(bq)
  File 
"/usr/local/lib/python3.6/site-packages/apache_beam/options/value_provider.py", 
line 135, in _f
    return fnc(self, *args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/apache_beam/io/gcp/bigquery.py", 
line 744, in _execute_query
    job_labels=self.bigquery_job_labels)
  File "/usr/local/lib/python3.6/site-packages/apache_beam/utils/retry.py", 
line 249, in wrapper
    raise_with_traceback(exn, exn_traceback)
  File "/usr/local/lib/python3.6/site-packages/future/utils/__init__.py", line 
446, in raise_with_traceback
    raise exc.with_traceback(traceback)
  File "/usr/local/lib/python3.6/site-packages/apache_beam/utils/retry.py", 
line 236, in wrapper
    return fun(*args, **kwargs)
  File 
"/usr/local/lib/python3.6/site-packages/apache_beam/io/gcp/bigquery_tools.py", 
line 415, in _start_query_job
    labels=job_labels or {},
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 791, in __init__
    setattr(self, name, value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 973, in __setattr__
    object.__setattr__(self, name, value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 1651, in __set__
    value = t(**value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 791, in __init__
    setattr(self, name, value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 976, in __setattr__
    "to message %s" % (name, type(self).__name__))
AttributeError: May not assign arbitrary value owner to message LabelsValue

apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:40:16.973Z: 
JOB_MESSAGE_ERROR: Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/apache_beam/utils/retry.py", 
line 246, in wrapper
    sleep_interval = next(retry_intervals)
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/batchworker.py", 
line 647, in do_work
    work_executor.execute()
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/executor.py", 
line 226, in execute
    self._split_task)
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/executor.py", 
line 234, in _perform_source_split_considering_api_limits
    desired_bundle_size)
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/executor.py", 
line 271, in _perform_source_split
    for split in source.split(desired_bundle_size):
  File "/usr/local/lib/python3.6/site-packages/apache_beam/io/gcp/bigquery.py", 
line 698, in split
    self.table_reference = self._execute_query(bq)
  File 
"/usr/local/lib/python3.6/site-packages/apache_beam/options/value_provider.py", 
line 135, in _f
    return fnc(self, *args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/apache_beam/io/gcp/bigquery.py", 
line 744, in _execute_query
    job_labels=self.bigquery_job_labels)
  File "/usr/local/lib/python3.6/site-packages/apache_beam/utils/retry.py", 
line 249, in wrapper
    raise_with_traceback(exn, exn_traceback)
  File "/usr/local/lib/python3.6/site-packages/future/utils/__init__.py", line 
446, in raise_with_traceback
    raise exc.with_traceback(traceback)
  File "/usr/local/lib/python3.6/site-packages/apache_beam/utils/retry.py", 
line 236, in wrapper
    return fun(*args, **kwargs)
  File 
"/usr/local/lib/python3.6/site-packages/apache_beam/io/gcp/bigquery_tools.py", 
line 415, in _start_query_job
    labels=job_labels or {},
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 791, in __init__
    setattr(self, name, value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 973, in __setattr__
    object.__setattr__(self, name, value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 1651, in __set__
    value = t(**value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 791, in __init__
    setattr(self, name, value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 976, in __setattr__
    "to message %s" % (name, type(self).__name__))
AttributeError: May not assign arbitrary value owner to message LabelsValue

apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:40:51.175Z: 
JOB_MESSAGE_ERROR: Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/apache_beam/utils/retry.py", 
line 246, in wrapper
    sleep_interval = next(retry_intervals)
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/batchworker.py", 
line 647, in do_work
    work_executor.execute()
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/executor.py", 
line 226, in execute
    self._split_task)
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/executor.py", 
line 234, in _perform_source_split_considering_api_limits
    desired_bundle_size)
  File "/usr/local/lib/python3.6/site-packages/dataflow_worker/executor.py", 
line 271, in _perform_source_split
    for split in source.split(desired_bundle_size):
  File "/usr/local/lib/python3.6/site-packages/apache_beam/io/gcp/bigquery.py", 
line 698, in split
    self.table_reference = self._execute_query(bq)
  File 
"/usr/local/lib/python3.6/site-packages/apache_beam/options/value_provider.py", 
line 135, in _f
    return fnc(self, *args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/apache_beam/io/gcp/bigquery.py", 
line 744, in _execute_query
    job_labels=self.bigquery_job_labels)
  File "/usr/local/lib/python3.6/site-packages/apache_beam/utils/retry.py", 
line 249, in wrapper
    raise_with_traceback(exn, exn_traceback)
  File "/usr/local/lib/python3.6/site-packages/future/utils/__init__.py", line 
446, in raise_with_traceback
    raise exc.with_traceback(traceback)
  File "/usr/local/lib/python3.6/site-packages/apache_beam/utils/retry.py", 
line 236, in wrapper
    return fun(*args, **kwargs)
  File 
"/usr/local/lib/python3.6/site-packages/apache_beam/io/gcp/bigquery_tools.py", 
line 415, in _start_query_job
    labels=job_labels or {},
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 791, in __init__
    setattr(self, name, value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 973, in __setattr__
    object.__setattr__(self, name, value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 1651, in __set__
    value = t(**value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 791, in __init__
    setattr(self, name, value)
  File 
"/usr/local/lib/python3.6/site-packages/apitools/base/protorpclite/messages.py",
 line 976, in __setattr__
    "to message %s" % (name, type(self).__name__))
AttributeError: May not assign arbitrary value owner to message LabelsValue

apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:40:51.454Z: 
JOB_MESSAGE_BASIC: Finished operation 
read/Read+read/_PassThroughThenCleanup/ParDo(PassThrough)/ParDo(PassThrough)+assert_that/WindowInto(WindowIntoFn)+assert_that/ToVoidKey+assert_that/Group/pair_with_1+assert_that/Group/GroupByKey/Reify+assert_that/Group/GroupByKey/Write
apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:40:51.512Z: 
JOB_MESSAGE_DEBUG: Executing failure step failure21
apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:40:51.548Z: 
JOB_MESSAGE_ERROR: Workflow failed. Causes: 
S02:read/Read+read/_PassThroughThenCleanup/ParDo(PassThrough)/ParDo(PassThrough)+assert_that/WindowInto(WindowIntoFn)+assert_that/ToVoidKey+assert_that/Group/pair_with_1+assert_that/Group/GroupByKey/Reify+assert_that/Group/GroupByKey/Write
 failed., Internal Issue (ee19975210de2eac): 63963027:24514
apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:40:51.626Z: 
JOB_MESSAGE_BASIC: Finished operation 
assert_that/Create/Read+assert_that/Group/pair_with_0+assert_that/Group/GroupByKey/Reify+assert_that/Group/GroupByKey/Write
apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:40:51.729Z: 
JOB_MESSAGE_DETAILED: Cleaning up.
apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:40:51.784Z: 
JOB_MESSAGE_DEBUG: Starting worker pool teardown.
apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:40:51.814Z: 
JOB_MESSAGE_BASIC: Stopping worker pool...
apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:42:15.320Z: 
JOB_MESSAGE_DETAILED: Autoscaling: Resized worker pool from 1 to 0.
apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:42:15.378Z: 
JOB_MESSAGE_BASIC: Worker pool stopped.
apache_beam.runners.dataflow.dataflow_runner: INFO: 2020-05-13T06:42:15.413Z: 
JOB_MESSAGE_DEBUG: Tearing down pending resources...
apache_beam.runners.dataflow.dataflow_runner: INFO: Job 
2020-05-12_23_33_11-15446060962037011149 is in state JOB_STATE_FAILED
--------------------- >> end captured logging << ---------------------
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_14_41-5865163051583066191?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_29_03-14517746798927565780?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_37_18-6106758906381580493?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_44_47-9479151415191915918?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_52_36-13721499402132012011?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-13_00_00_30-10040432597290852988?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_14_38-8455962164567527111?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_37_30-1119569294314752595?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_45_33-16431358126219702933?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-13_00_02_33-16081385502890278185?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_14_40-5920927458431554929?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_26_50-865907713038697030?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_34_38-1492285848527903923?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_42_47-4631914066027730480?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_50_44-12019965943260593455?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_57_46-10121410926371006450?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-13_00_05_53-10830889798679765641?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_14_38-8058251874405764841?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_33_43-9642732242147383024?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_42_05-2651845396483060181?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_50_09-5193340476303300438?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_58_06-10288098293582158305?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-13_00_05_56-557558397231355856?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_14_39-17227387816474348386?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_22_53-10182224303517686672?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_31_52-14398729788724476472?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_39_55-4380602703854190359?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_47_52-14550028191859052416?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_56_11-16023504739704810110?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-13_00_03_45-12507561559661654296?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_14_38-2199087515309406108?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_22_57-5678726078905449897?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_31_11-6993942820062546847?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_41_29-11032618741244891868?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_49_39-10636507173107094795?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_57_04-16506434184960708688?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-13_00_04_05-17199163641938297704?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-13_00_12_19-15579348906467933042?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_14_38-4118642398380086195?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_22_09-1278546813371361353?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_33_11-15446060962037011149?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_42_45-14174613206650362828?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_50_34-12473559075798348808?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_58_47-1752860868678140645?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_14_39-12404096718838490452?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_23_57-18305399120539709194?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_34_44-899087993174284467?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_43_44-7794918844504476131?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-12_23_52_29-3496084219728798336?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-05-13_00_00_11-2348941155778345830?project=apache-beam-testing

----------------------------------------------------------------------
XML: nosetests-postCommitIT-df-py36.xml
----------------------------------------------------------------------
XML: 
<https://builds.apache.org/job/beam_PostCommit_Python36/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 58 tests in 3949.022s

FAILED (SKIP=7, errors=1)

> Task :sdks:python:test-suites:dataflow:py36:postCommitIT FAILED

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* Where:
Build file 
'<https://builds.apache.org/job/beam_PostCommit_Python36/ws/src/sdks/python/test-suites/direct/py36/build.gradle'>
 line: 51

* What went wrong:
Execution failed for task ':sdks:python:test-suites:direct:py36:postCommitIT'.
> 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:
Build file 
'<https://builds.apache.org/job/beam_PostCommit_Python36/ws/src/sdks/python/test-suites/portable/py36/build.gradle'>
 line: 59

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:portable:py36:postCommitPy36IT'.
> 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:
Build file 
'<https://builds.apache.org/job/beam_PostCommit_Python36/ws/src/sdks/python/test-suites/dataflow/py36/build.gradle'>
 line: 56

* What went wrong:
Execution failed for task ':sdks:python:test-suites:dataflow:py36:postCommitIT'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1h 7m 21s
86 actionable tasks: 63 executed, 23 from cache

Publishing build scan...
https://gradle.com/s/5wkyteqapqczo

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