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

Changes:

[Kenneth Knowles] Fix script location in build_release_candidate.sh

[Kenneth Knowles] Build release candidate from tag

[Kenneth Knowles] Run release scripts from PWD not cloned repo

[Kenneth Knowles] Take build_release_candidate.sh parameters on command line 
for easy

[Kenneth Knowles] Use SSH auth URL for pushing beam-site branch

[Robert Bradshaw] Add runner capabilities to Beam model proto.

[Robert Bradshaw] Runner Capabilities, go proto.

[Robert Bradshaw] Plumb runner capabilities to Beam SDKs.

[Boyuan Zhang] [BEAM-12160] Add TODO for fixing warning

[Robert Bradshaw] Avoid sending zero msec counters.

[randomstep] [BEAM-11903] Bump achilles to 6.1.0

[Andrew Pilloud] More tests for time types

[noreply] Merge pull request #14467 from [BEAM-11607] Add word count tasks

[Andrew Pilloud] [BEAM-9379] Output outside of codegen, support rows

[Robert Bradshaw] [BEAM-12170] Handle duplicate metrics due to flatten 
unzipping.

[noreply] [BEAM-366] Populate display data in portable job representation 
(#14470)

[noreply] [BEAM-12118] Modify QueuingBeamFnDataClient to avoid completion 
latency

[noreply] [BEAM-7372] cleanup py2 codepath from apache_beam/testing (#14496)

[Robert Bradshaw] Fix one more usage.

[noreply] [BEAM-7372] cleanup py2 codepath from apache_beam/tool,

[noreply] [BEAM-12074] Add @with_docs_from decorator for generating API docs


------------------------------------------
[...truncated 42.41 MB...]
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager_test.py";,>
 line 28, in <module>
    from apache_beam.runners.interactive import background_caching_job as bcj
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/background_caching_job.py";,>
 line 48, in <module>
    from apache_beam.runners.interactive import interactive_environment as ie
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/interactive_environment.py";,>
 line 40, in <module>
    from apache_beam.runners.interactive.recording_manager import 
RecordingManager
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager.py";,>
 line 28, in <module>
    from apache_beam.dataframe.convert import to_pcollection
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/convert.py";,>
 line 32, in <module>
    from apache_beam.dataframe import transforms
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/transforms.py";,>
 line 32, in <module>
    from apache_beam.dataframe import frames  # pylint: disable=unused-import
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frames.py";,>
 line 80, in <module>
    class DeferredDataFrameOrSeries(frame_base.DeferredFrame):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frames.py";,>
 line 551, in DeferredDataFrameOrSeries
    reorder_levels = frame_base._proxy_method(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frame_base.py";,>
 line 168, in _proxy_method
    raise ValueError("base is required for _proxy_method")
ValueError: base is required for _proxy_method

======================================================================
ERROR: Failure: ValueError (base is required for _proxy_method)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/failure.py";,>
 line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/loader.py";,>
 line 417, in loadTestsFromName
    module = self.importer.importFromPath(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py";,>
 line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py";,>
 line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py";,>
 line 234, in load_module
    return load_source(name, filename, file)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py";,>
 line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/testing/integration/tests/init_square_cube_test.py";,>
 line 27, in <module>
    from apache_beam.runners.interactive.testing.integration.screen_diff import 
BaseTestCase
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/testing/integration/screen_diff.py";,>
 line 33, in <module>
    from apache_beam.runners.interactive import interactive_environment as ie
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/interactive_environment.py";,>
 line 40, in <module>
    from apache_beam.runners.interactive.recording_manager import 
RecordingManager
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager.py";,>
 line 28, in <module>
    from apache_beam.dataframe.convert import to_pcollection
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/convert.py";,>
 line 32, in <module>
    from apache_beam.dataframe import transforms
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/transforms.py";,>
 line 32, in <module>
    from apache_beam.dataframe import frames  # pylint: disable=unused-import
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frames.py";,>
 line 80, in <module>
    class DeferredDataFrameOrSeries(frame_base.DeferredFrame):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frames.py";,>
 line 551, in DeferredDataFrameOrSeries
    reorder_levels = frame_base._proxy_method(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frame_base.py";,>
 line 168, in _proxy_method
    raise ValueError("base is required for _proxy_method")
ValueError: base is required for _proxy_method
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_16_26-3359110062835096757?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_31_19-17512748040108642434?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_39_25-7391033691662902856?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_47_25-16523286173236355422?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_56_10-7441819799874257723?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_04_56-12838031944328024486?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_12_57-12669292416825992016?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_20_22-16608679402444573707?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_28_49-4027318322089999146?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_16_25-3837238275075166834?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_39_30-14885729199262483242?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_48_51-2259608225062592157?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_58_19-16339965386854503057?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_15_00-14379343918239635597?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_16_25-4662781686090526386?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_28_00-814285016395935419?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_37_13-16708712087438926992?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_45_42-16162448320163735254?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_54_19-17031787436430543192?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_03_05-11799694417354955063?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_11_50-12897946364775343844?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_20_09-14301851406144178151?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_16_23-13345556113199584630?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_35_25-9323344559693455079?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_44_04-541904994717178148?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_53_04-15137372377858913597?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_03_15-18385895240719752625?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_11_49-8129020232693300852?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_21_05-13985784999218836665?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_18_09-5187238395487431443?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_28_27-732528119173673602?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_36_13-5240752952717370307?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_44_45-2271769355119999329?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_54_49-6814012005956770649?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_02_43-12484931887262529678?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_11_15-13324772582960146966?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_19_39-3096512866446878683?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_16_22-6141417990122966728?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_26_24-13798948710533876844?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_36_46-17559465229504743255?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_47_17-11465264242544281632?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_56_18-2323227422440485128?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_05_20-8799544152959961819?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_13_35-17753773845361592460?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_21_52-15428216561113787894?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_16_25-2601203862356879762?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_25_43-18066648078269630419?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_35_09-14758328371910865169?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_43_09-14429500533076555293?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_50_53-8175030897862116365?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_59_09-4647609809635109753?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_08_39-13147892290628654242?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_18_20-13921674436437919097?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_27_50-18281179292686693893?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_16_23-13376848333274085792?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_25_45-17832157484047854622?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_36_11-9391900583176097275?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_46_13-16763379276912355604?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_17_54_43-5482120643572783862?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_06_08-3660441383971023191?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_15_51-16605586938916867499?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-04-15_18_25_25-17287226341713788591?project=apache-beam-testing

======================================================================
ERROR: Failure: ValueError (base is required for _proxy_method)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/failure.py";,>
 line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/loader.py";,>
 line 417, in loadTestsFromName
    module = self.importer.importFromPath(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py";,>
 line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py";,>
 line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py";,>
 line 234, in load_module
    return load_source(name, filename, file)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py";,>
 line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/utils_test.py";,>
 line 32, in <module>
    from apache_beam.runners.interactive import interactive_environment as ie
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/interactive_environment.py";,>
 line 40, in <module>
    from apache_beam.runners.interactive.recording_manager import 
RecordingManager
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager.py";,>
 line 28, in <module>
    from apache_beam.dataframe.convert import to_pcollection
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/convert.py";,>
 line 32, in <module>
    from apache_beam.dataframe import transforms
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/transforms.py";,>
 line 32, in <module>
    from apache_beam.dataframe import frames  # pylint: disable=unused-import
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frames.py";,>
 line 80, in <module>
    class DeferredDataFrameOrSeries(frame_base.DeferredFrame):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frames.py";,>
 line 551, in DeferredDataFrameOrSeries
    reorder_levels = frame_base._proxy_method(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frame_base.py";,>
 line 168, in _proxy_method
    raise ValueError("base is required for _proxy_method")
ValueError: base is required for _proxy_method

======================================================================
ERROR: Failure: ValueError (base is required for _proxy_method)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/failure.py";,>
 line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/loader.py";,>
 line 417, in loadTestsFromName
    module = self.importer.importFromPath(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py";,>
 line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py";,>
 line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py";,>
 line 234, in load_module
    return load_source(name, filename, file)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py";,>
 line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/utils/interactive_utils_test.py";,>
 line 25, in <module>
    from apache_beam.runners.interactive import interactive_environment as ie
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/interactive_environment.py";,>
 line 40, in <module>
    from apache_beam.runners.interactive.recording_manager import 
RecordingManager
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager.py";,>
 line 28, in <module>
    from apache_beam.dataframe.convert import to_pcollection
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/convert.py";,>
 line 32, in <module>
    from apache_beam.dataframe import transforms
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/transforms.py";,>
 line 32, in <module>
    from apache_beam.dataframe import frames  # pylint: disable=unused-import
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frames.py";,>
 line 80, in <module>
    class DeferredDataFrameOrSeries(frame_base.DeferredFrame):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frames.py";,>
 line 551, in DeferredDataFrameOrSeries
    reorder_levels = frame_base._proxy_method(
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/frame_base.py";,>
 line 168, in _proxy_method
    raise ValueError("base is required for _proxy_method")
ValueError: base is required for _proxy_method

----------------------------------------------------------------------
XML: nosetests-postCommitIT-df-py38.xml
----------------------------------------------------------------------
XML: 
<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 96 tests in 4875.252s

FAILED (SKIP=6, errors=27)

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

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':sdks:python:test-suites:portable:py38:portableWordCountSparkRunnerBatch'.
> 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_Python38/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 118

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

BUILD FAILED in 1h 36m 11s
208 actionable tasks: 170 executed, 34 from cache, 4 up-to-date
Gradle was unable to watch the file system for changes. The inotify watches 
limit is too low.

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

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