You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:19 UTC

[jira] [Issue Comment Deleted] (MESOS-9232) verify-reviews.py broken after enabling python3 support scripts

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

Gavin updated MESOS-9232:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> verify-reviews.py broken after enabling python3 support scripts
> ---------------------------------------------------------------
>
>                 Key: MESOS-9232
>                 URL: https://issues.apache.org/jira/browse/MESOS-9232
>             Project: Mesos
>          Issue Type: Bug
>          Components: reviewbot, test
>    Affects Versions: 1.8.0
>            Reporter: Benjamin Bannier
>            Assignee: Andrew Schwartzmeyer
>            Priority: Blocker
>             Fix For: 1.8.0
>
>
> Reviewbot is failing since {{support/verify-reviews.py}} was upgraded to use the python3 instead of the python3 implementation. I see this was completely refactored in {{590a75d0c9d61b0b07f8a3807225c40eb8189a0b}} and replaced the existing impl with {{9c7eb909aad99e6ea6de0b1fd2a55a798764b00b}}.
> We already fixed how the script gets invoked by Jenkins (it uses a completely different way to pass arguments), but now see failures like
> {noformat}
> 09-14-18_08:43:03 - Running /home/jenkins/jenkins-slave/workspace/Mesos-Reviewbot/support/verify-reviews.py
> 0 review requests need verification
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/Mesos-Reviewbot/support/verify-reviews.py", line 250, in verification_needed_write
>     with open(parameters.out_file, 'w') as f:
> AttributeError: 'Namespace' object has no attribute 'out_file'
> During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/Mesos-Reviewbot/support/verify-reviews.py", line 301, in <module>
>     main()
>   File "/home/jenkins/jenkins-slave/workspace/Mesos-Reviewbot/support/verify-reviews.py", line 297, in main
>     verification_needed_write(review_ids, parameters)
>   File "/home/jenkins/jenkins-slave/workspace/Mesos-Reviewbot/support/verify-reviews.py", line 253, in verification_needed_write
>     print("Failed opening file '%s' for writing" % parameters.out_file)
> AttributeError: 'Namespace' object has no attribute 'out_file'
> Build step 'Execute shell' marked build as failure
> Sending e-mails to: builds@mesos.apache.org
> Finished: FAILURE
> {noformat}
> It looks like the script would need some additional modifications and possible tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)