- Code: Select all
python3 automate-git.py --url=git@bitbucket.org:REPO/cef-for-windows-desktop.git --download-dir=d:\code\chromium_git --depot-tools-dir=d:\code\depot_tools --branch=6943 --minimal-distrib-only --no-debug-build --force-clean-deps --force-clean --with-pgo-profiles
Results in this. Tried multiple times, completely deleting the old install between.
- Code: Select all
...
________ running 'cipd ensure -log-level error -root d:\code\chromium_git\chromium -ensure-file C:\Users\jenkins\AppData\Local\Temp\tmpf18p3hbg.ensure' in '.'
[P10328 11:38:29.734 client.go:1963 E] [unzip 10/19] Failed to install chromium/third_party/updater/chrome_win_x86 in "src/third_party/updater/chrome_win_x86/cipd": opening "UpdaterSetup_test.exe" for extraction: EOF
[P10328 11:38:29.735 client.go:1963 E] [unzip 10/19] Failed to install chromium/third_party/updater/chrome_win_x86 in "src/third_party/updater/chrome_win_x86_sans_iid/cipd": opening "UpdaterSetup_test.exe" for extraction: EOF
Errors:
failed to install chromium/third_party/updater/chrome_win_x86 in "src/third_party/updater/chrome_win_x86/cipd": opening "UpdaterSetup_test.exe" for extraction: EOF
failed to install chromium/third_party/updater/chrome_win_x86 in "src/third_party/updater/chrome_win_x86_sans_iid/cipd": opening "UpdaterSetup_test.exe" for extraction: EOF
Error: Command 'cipd ensure -log-level error -root d:\\code\\chromium_git\\chromium -ensure-file C:\\Users\\jenkins\\AppData\\Local\\Temp\\tmpf18p3hbg.ensure' returned non-zero exit status 1
[P10328 11:38:29.734 client.go:1963 E] [unzip 10/19] Failed to install chromium/third_party/updater/chrome_win_x86 in "src/third_party/updater/chrome_win_x86/cipd": opening "UpdaterSetup_test.exe" for extraction: EOF
[P10328 11:38:29.735 client.go:1963 E] [unzip 10/19] Failed to install chromium/third_party/updater/chrome_win_x86 in "src/third_party/updater/chrome_win_x86_sans_iid/cipd": opening "UpdaterSetup_test.exe" for extraction: EOF
Errors:
failed to install chromium/third_party/updater/chrome_win_x86 in "src/third_party/updater/chrome_win_x86/cipd": opening "UpdaterSetup_test.exe" for extraction: EOF
failed to install chromium/third_party/updater/chrome_win_x86 in "src/third_party/updater/chrome_win_x86_sans_iid/cipd": opening "UpdaterSetup_test.exe" for extraction: EOF
Traceback (most recent call last):
File "D:\code\automate\automate-git.py", line 1387, in <module>
run("gclient sync %s--nohooks --with_branch_heads --jobs 16" % \
File "D:\code\automate\automate-git.py", line 69, in run
return subprocess.check_call(
^^^^^^^^^^^^^^^^^^^^^^
File "D:\code\depot_tools\bootstrap-2@3_11_8_chromium_35_bin\python3\bin\Lib\subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gclient', 'sync', '--reset', '--nohooks', '--with_branch_heads', '--jobs', '16']' returned non-zero exit status 1.
Thoughts? The only change in my repo's 6943 branch is the changes to the menu_manager files as detailed in this PR.
