[
https://issues.apache.org/jira/browse/BEAM-10975?focusedWorklogId=491408&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491408
]
ASF GitHub Bot logged work on BEAM-10975:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Sep/20 20:16
Start Date: 25/Sep/20 20:16
Worklog Time Spent: 10m
Work Description: codecov[bot] edited a comment on pull request #12942:
URL: https://github.com/apache/beam/pull/12942#issuecomment-699116630
# [Codecov](https://codecov.io/gh/apache/beam/pull/12942?src=pr&el=h1) Report
> Merging
[#12942](https://codecov.io/gh/apache/beam/pull/12942?src=pr&el=desc) into
[master](https://codecov.io/gh/apache/beam/commit/806e67d77b7e5d59b00d5ad0872923fae29cce9a?el=desc)
will **increase** coverage by `0.00%`.
> The diff coverage is `0.00%`.
[](https://codecov.io/gh/apache/beam/pull/12942?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #12942 +/- ##
=======================================
Coverage 82.31% 82.31%
=======================================
Files 455 455
Lines 54603 54603
=======================================
+ Hits 44945 44948 +3
+ Misses 9658 9655 -3
```
| [Impacted
Files](https://codecov.io/gh/apache/beam/pull/12942?src=pr&el=tree) | Coverage
Δ | |
|---|---|---|
|
[...\_beam/runners/portability/sdk\_container\_builder.py](https://codecov.io/gh/apache/beam/pull/12942/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9wb3J0YWJpbGl0eS9zZGtfY29udGFpbmVyX2J1aWxkZXIucHk=)
| `31.21% <0.00%> (ø)` | |
|
[.../python/apache\_beam/testing/test\_stream\_service.py](https://codecov.io/gh/apache/beam/pull/12942/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdGVzdGluZy90ZXN0X3N0cmVhbV9zZXJ2aWNlLnB5)
| `88.63% <0.00%> (-4.55%)` | :arrow_down: |
|
[...che\_beam/runners/interactive/interactive\_runner.py](https://codecov.io/gh/apache/beam/pull/12942/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9pbnRlcmFjdGl2ZV9ydW5uZXIucHk=)
| `90.90% <0.00%> (-1.82%)` | :arrow_down: |
|
[...hon/apache\_beam/runners/worker/bundle\_processor.py](https://codecov.io/gh/apache/beam/pull/12942/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvYnVuZGxlX3Byb2Nlc3Nvci5weQ==)
| `94.45% <0.00%> (-0.14%)` | :arrow_down: |
|
[sdks/python/apache\_beam/runners/common.py](https://codecov.io/gh/apache/beam/pull/12942/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9jb21tb24ucHk=)
| `89.20% <0.00%> (+0.44%)` | :arrow_up: |
|
[...apache\_beam/runners/portability/portable\_runner.py](https://codecov.io/gh/apache/beam/pull/12942/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9wb3J0YWJpbGl0eS9wb3J0YWJsZV9ydW5uZXIucHk=)
| `79.34% <0.00%> (+1.81%)` | :arrow_up: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/beam/pull/12942?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/beam/pull/12942?src=pr&el=footer). Last
update
[806e67d...7691022](https://codecov.io/gh/apache/beam/pull/12942?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 491408)
Time Spent: 1h 20m (was: 1h 10m)
> 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
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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)