New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 904901 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Nov 13
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 0
Type: ----



Sign in to add a comment

PFQ failed at SyncChrome

Project Member Reported by weidongg@google.com, Nov 13

Issue description

all pfq boards failed:

Error: 1> relative DEPS entry 'None' must begin with a slash
sync_chrome: Unhandled exception:
Traceback (most recent call last):
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/bin/sync_chrome", line 169, in <module>
    DoMain()
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/bin/sync_chrome", line 165, in DoMain
    commandline.ScriptWrapperMain(FindTarget)
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/lib/commandline.py", line 912, in ScriptWrapperMain
    ret = target(argv[1:])
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/scripts/sync_chrome.py", line 76, in main
    SyncChrome(gclient_path, options)
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/scripts/sync_chrome.py", line 52, in SyncChrome
    ignore_locks=options.ignore_locks)
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/lib/gclient.py", line 262, in Sync
    return cros_build_lib.RunCommand(cmd, cwd=cwd, **run_args)
  File "/b/swarming/w/ir/cache/cbuild/repository/chromite/lib/cros_build_lib.py", line 647, in RunCommand
    raise RunCommandError(msg, cmd_result)

https://luci-logdog.appspot.com/logs/chromeos/buildbucket/cr-buildbucket.appspot.com/8929956441821229024/+/steps/SyncChrome/0/stdout


 
Owner: weidongg@chromium.org
Status: Started (was: Untriaged)
I tried to repro locally:

Modify chromium/.gclient file to:

solutions = [{'custom_deps': {},
  'custom_vars': {},
  'deps_file': 'releases/72.0.3609.0/DEPS',
  'managed': True,
  'name': 'CHROME_DEPS',
  'url': 'https://chrome-internal.googlesource.com/chrome/tools/buildspec.git'}]
target_os = ['chromeos']
cache_dir = '/b/git-cache'

And run "gclient sync --with_branch_heads --with_tags --reset --force --delete_unversioned_trees --nohooks --verbose --ignore_locks"

It reports the same error.

I suspect that it might be a gclient config issue. Anyone know where do I find the .gclient file for the board?
The error reported locally after run "gclient sync" with config in #3:

Syncing projects: 100% ( 1/ 1) CHROME_DEPS

CHROME_DEPS (ERROR)
----------------------------------------
[0:00:00] Started.
_____ CHROME_DEPS at refs/remotes/origin/master
----------------------------------------
Error: 1> relative DEPS entry 'None' must begin with a slash

Comment 5 Deleted

This no longer happens on latest run, so mark as wontfix

Sign in to add a comment