You are viewing a plain text version of this content. The canonical link for it is here.
Posted to submarine-dev@hadoop.apache.org by "Zac Zhou (Jira)" <ji...@apache.org> on 2019/10/10 13:12:07 UTC

[jira] [Assigned] (SUBMARINE-229) Submarine-cicd failed due to the encoding error of github PR body

     [ https://issues.apache.org/jira/browse/SUBMARINE-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zac Zhou reassigned SUBMARINE-229:
----------------------------------

    Assignee: Zac Zhou

> Submarine-cicd failed due to the encoding error of github PR body
> -----------------------------------------------------------------
>
>                 Key: SUBMARINE-229
>                 URL: https://issues.apache.org/jira/browse/SUBMARINE-229
>             Project: Hadoop Submarine
>          Issue Type: Bug
>            Reporter: Zac Zhou
>            Assignee: Zac Zhou
>            Priority: Major
>
> Sometimes, submarine-cicd failed to merge pr and got the following errors;
> Traceback (most recent call last):
>  File "dev-support/cicd/merge_submarine_pr.py", line 342, in <module>
>  merge_hash = merge_pr(pr_num, target_ref)
>  File "dev-support/cicd/merge_submarine_pr.py", line 159, in merge_pr
>  run_cmd(['git', 'commit', '--author="%s"' % primary_author, '--date="%s"' % commit_date] + merge_message_flags)
>  File "dev-support/cicd/merge_submarine_pr.py", line 78, in run_cmd
>  return subprocess.check_output(cmd)
>  File "/usr/local/lib/python2.7/subprocess.py", line 212, in check_output
>  process = Popen(stdout=PIPE, *popenargs, **kwargs)
>  File "/usr/local/lib/python2.7/subprocess.py", line 390, in __init__
>  errread, errwrite)
>  File "/usr/local/lib/python2.7/subprocess.py", line 1024, in _execute_child
>  raise child_exception
> TypeError: execv() arg 2 must contain only strings



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