PFQ failed at SyncChrome |
|
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
,
Nov 13
The list of commits that might cause the issue: https://chromium.googlesource.com/chromium/src/+log/72.0.3608.0..72.0.3609.0?pretty=fuller&n=10000
,
Nov 13
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?
,
Nov 13
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
,
Nov 13
This no longer happens on latest run, so mark as wontfix |
|
►
Sign in to add a comment |
|
Comment 1 by weidongg@google.com
, Nov 13Status: Started (was: Untriaged)