----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52462/#review151111 -----------------------------------------------------------
Bad patch! Reviews applied: [52462, 52461] Failed command: ./support/apply-review.sh -n -r 52462 Error: Traceback (most recent call last): File "support/apply-reviews.py", line 331, in <module> reviewboard() File "support/apply-reviews.py", line 310, in reviewboard apply_review() File "support/apply-reviews.py", line 121, in apply_review fetch_patch() File "support/apply-reviews.py", line 128, in fetch_patch ctx = ssl.create_default_context() AttributeError: 'module' object has no attribute 'create_default_context' Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "support/apply-reviews.py", line 119, in <lambda> atexit.register(lambda: os.remove('%s.patch' % patch_id())) OSError: [Errno 2] No such file or directory: '52462.patch' Error in sys.exitfunc: Traceback (most recent call last): File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "support/apply-reviews.py", line 119, in <lambda> atexit.register(lambda: os.remove('%s.patch' % patch_id())) OSError: [Errno 2] No such file or directory: '52462.patch' Full log: https://builds.apache.org/job/mesos-reviewbot/15476/console - Mesos ReviewBot On Oct. 1, 2016, 12:34 a.m., Joseph Wu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52462/ > ----------------------------------------------------------- > > (Updated Oct. 1, 2016, 12:34 a.m.) > > > Review request for mesos, Benjamin Hindman, Daniel Pravat, Artem Harutyunyan, > Alex Clemmer, and Vinod Kone. > > > Repository: mesos > > > Description > ------- > > Changes which script ReviewBot uses to apply reviews and > what script ReviewBot runs if on Windows. > > > Diffs > ----- > > support/verify_reviews.py f14951b753ffbc1a939d1991d7bb901741efe388 > > Diff: https://reviews.apache.org/r/52462/diff/ > > > Testing > ------- > > On Windows: > python support/verify_reviews.py a b 1 > // ^ Fake username and password, so as to not post any reviews. > > Tested successful build and unsuccessful build (introduced a syntax error in > libprocess). > > > Thanks, > > Joseph Wu > >