You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Chamikara Madhusanka Jayalath (Jira)" <ji...@apache.org> on 2021/02/16 19:05:00 UTC

[jira] [Commented] (BEAM-11817) py38-docs fails

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

Chamikara Madhusanka Jayalath commented on BEAM-11817:
------------------------------------------------------

Seems like I run into this in my regular Beam clone but not in a new clone. Strange. Could this be due to some temporary files ?(I already ran ../../gradlew clean and scripts/run_tox_cleanup.sh)

> py38-docs fails
> ---------------
>
>                 Key: BEAM-11817
>                 URL: https://issues.apache.org/jira/browse/BEAM-11817
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Brian Hulette
>            Assignee: Brian Hulette
>            Priority: P2
>             Fix For: 2.29.0
>
>
> Possibly related to BEAM-11731. Reported by [~chamikara] in https://issues.apache.org/jira/browse/BEAM-11731?focusedCommentId=17284274&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17284274
> {code}
> tox -e py38-docs
>  
> WARNING: autodoc: failed to import module 'row_coder_test' from module 'apache_beam.coders'; the following exception was raised:
> Traceback (most recent call last):
> File "/usr/local/google/home/chamikara/code/beam_checkout_1/beam/sdks/python/target/.tox/py38-docs/lib/python3.8/site-packages/dateutil/parser/isoparser.py", line 208, in _parse_isodate
> return self._parse_isodate_common(dt_str)
> File "/usr/local/google/home/chamikara/code/beam_checkout_1/beam/sdks/python/target/.tox/py38-docs/lib/python3.8/site-packages/dateutil/parser/isoparser.py", line 250, in _parse_isodate_common
> components[2] = int(dt_str[pos:pos + 2])
> ValueError: invalid literal for int() with base 10: '3-'
> ....
> Command exited with non-zero status 1
> 51.41user 1.17system 0:52.83elapsed 99%CPU (0avgtext+0avgdata 372048maxresident)k
> 0inputs+188440outputs (0major+158785minor)pagefaults 0swaps
> ERROR: InvocationError for command /usr/bin/time scripts/generate_pydoc.sh (exited with code 1)
> py38-docs run-test-post: commands[0] | bash /usr/local/google/home/chamikara/code/beam_checkout_1/beam/sdks/python/scripts/run_tox_cleanup.sh
> {code}



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