You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Valentyn Tymofieiev (Jira)" <ji...@apache.org> on 2020/09/25 18:49:00 UTC

[jira] [Commented] (BEAM-10975) Test failure: apache_beam.examples.wordcount_it_test.WordCountIT.test_wordcount_it_with_prebuilt_sdk_container

    [ https://issues.apache.org/jira/browse/BEAM-10975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202367#comment-17202367 ] 

Valentyn Tymofieiev commented on BEAM-10975:
--------------------------------------------

This is caused by https://github.com/apache/beam/pull/12727. If the fix is not obvious, the easiest way to unblock the release is to roll-back and cherry-pick the roll-back to the release branch.

> Test failure: apache_beam.examples.wordcount_it_test.WordCountIT.test_wordcount_it_with_prebuilt_sdk_container
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-10975
>                 URL: https://issues.apache.org/jira/browse/BEAM-10975
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Robin Qiu
>            Assignee: Yichi Zhang
>            Priority: P0
>             Fix For: 2.25.0
>
>
> h3. Error Message
> __init__() got an unexpected keyword argument 'capture_output'
> h3. Stacktrace
> Traceback (most recent call last): File "/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor yield File "/usr/lib/python3.6/unittest/case.py", line 605, in run testMethod() File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/examples/wordcount_it_test.py", line 64, in test_wordcount_it_with_prebuilt_sdk_container prebuild_sdk_container_engine='local_docker') File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/examples/wordcount_it_test.py", line 107, in _run_wordcount_it save_main_session=False, File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/examples/wordcount.py", line 94, in run output | 'Write' >> WriteToText(known_args.output) File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/pipeline.py", line 568, in __exit__ self.result = self.run() File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/pipeline.py", line 518, in run allow_proto_holders=True).run(False) File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/pipeline.py", line 547, in run return self.runner.run_pipeline(self, self._options) File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/runners/dataflow/test_dataflow_runner.py", line 57, in run_pipeline self).run_pipeline(pipeline, options) File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py", line 486, in run_pipeline environments.DockerEnvironment.from_options(options)) File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/transforms/environments.py", line 259, in from_options options) File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/runners/portability/sdk_container_builder.py", line 141, in build_container_image return builder.build() File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/runners/portability/sdk_container_builder.py", line 90, in build self.invoke_docker_build_and_push(container_image_name) File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_ValCont_PR/src/sdks/python/apache_beam/runners/portability/sdk_container_builder.py", line 154, in invoke_docker_build_and_push cwd=self._temp_src_dir) File "/usr/lib/python3.6/subprocess.py", line 423, in run with Popen(*popenargs, **kwargs) as process: TypeError: __init__() got an unexpected keyword argument 'capture_output'
>  
> [https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont_PR/143/testReport/junit/apache_beam.examples.wordcount_it_test/WordCountIT/test_wordcount_it_with_prebuilt_sdk_container/]
>  
> Hi Valentyn, could you help take a look at this failure as well? Thank you so much!!!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)