New issue
Advanced search Search tips

Issue 729039 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

git cl upload malfunction

Project Member Reported by semenzato@chromium.org, Jun 2 2017

Issue description

Getting this on a recently synced chromium tree.  Any idea?  My depot tools are up-to-date.  Thanks!


semenzato@luigi:~/.../src/chrome/browser$ git cl upload
Running presubmit upload checks ...
Traceback (most recent call last):
  File "/usr/local/google/depot_tools/git_cl.py", line 5964, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/local/google/depot_tools/git_cl.py", line 5946, in main
    return dispatcher.execute(OptionParser(), argv)
  File "/usr/local/google/depot_tools/subcommand.py", line 252, in execute
    return command(parser, args[1:])
  File "/usr/local/google/depot_tools/git_cl.py", line 4815, in CMDupload
    return cl.CMDUpload(options, args, orig_args)
  File "/usr/local/google/depot_tools/git_cl.py", line 1634, in CMDUpload
    change=change)
  File "/usr/local/google/depot_tools/git_cl.py", line 1566, in RunHook
    gerrit_obj=self._codereview_impl.GetGerritObjForPresubmit())
  File "/usr/local/google/depot_tools/presubmit_support.py", line 1348, in DoPresubmitChecks
    results += executer.ExecPresubmitScript(presubmit_script, filename)
  File "/usr/local/google/depot_tools/presubmit_support.py", line 1258, in ExecPresubmitScript
    result = eval(function_name + '(*__args)', context)
  File "<string>", line 1, in <module>
  File "<string>", line 2460, in CheckChangeOnUpload
  File "<string>", line 2230, in _CommonChecks
  File "<string>", line 747, in _CheckUnwantedDependencies
ImportError: No module named proto_checker
 
https://codereview.chromium.org/2651553006 introduced a new import to chromium's PRESUBMIT. Make sure that your whole checkout is up-to-date and has the right version of buildtools/checkdeps
Status: WontFix (was: Untriaged)
One more gclient sync helped, and the problem went away... :)  Thank you for taking a look.

Sign in to add a comment