Detect in gclient if not using depot_tools' version of python on Windows |
||||
Issue description
OS: Microsoft Windows [Version 10.0.16299.64]
What steps will reproduce the problem?
(1) gclient sync / gclient runhooks
(2) tried copying Python27.dll from depot tools Python to C:\Users\lwchkg\.vpython-root\cb4b7f\Scripts\, and also tried renaming "c:\python27" to something else, but they didn't help.
(Note: if I put Python27.dll in the path, the next run of vpython deletes it.)
What happens instead?
vpython crashed on landmines.py.
Here is the log:
F:\chromium>gclient runhooks
________ running 'vpython.bat src/build/landmines.py' in 'F:\chromium'
[E2017-12-16T00:48:56.105140Z 420 0 venv.go:826] Process output: Traceback (most recent call last):
File "C:/Users/lwchkg/.vpython-root/cb4b7f/lib/python2.7/site.py", line 703, in <module>
main()
File "C:/Users/lwchkg/.vpython-root/cb4b7f/lib/python2.7/site.py", line 692, in main
aliasmbcs()
File "C:/Users/lwchkg/.vpython-root/cb4b7f/lib/python2.7/site.py", line 515, in aliasmbcs
import locale, codecs
File "C:\Users\lwchkg\.vpython-root\cb4b7f\lib\python2.7/locale.py", line 17, in <module>
import functools
ImportError: No module named functools New python executable in C:\Users\lwchkg\.vpython-root\cb4b7f\Scripts\python2.7.exe
Also creating executable in C:\Users\lwchkg\.vpython-root\cb4b7f\Scripts\python.exe
ERROR: The executable C:\Users\lwchkg\.vpython-root\cb4b7f\Scripts\python2.7.exe is not functioning
ERROR: It thinks sys.prefix is u'c:\\users\\lwchkg\\appdata\\local\\temp\\vpython_bootstrap451728946\\packages\\virtualenv-15.1.0' (should be u'c:\\users\\lwchkg\\.vpython-root\\cb4b7f')
ERROR: virtualenv is not compatible with this system or executable
Note: some Windows users have reported this error when they installed Python for "Only this user" or have multiple versions of Python installed. Copying the appropriate PythonXX.dll to the virtualenv Scripts/ directory may fix this problem.
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] original error: exit status 100
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] [E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] goroutine 1:
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #0 go.chromium.org/luci/vpython/venv/venv.go:577 - venv.(*Env).installVirtualEnv()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] reason: failed to create VirtualEnv [E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238]
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #1 go.chromium.org/luci/vpython/venv/venv.go:498 - venv.(*Env).createLocked.func1()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] reason: failed to install VirtualEnv [E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238]
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #2 go.chromium.org/luci/common/system/filesystem/tempdir.go:55 - filesystem.(*TempDir).With()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #3 go.chromium.org/luci/vpython/venv/venv.go:75 - venv.withTempDir()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #4 go.chromium.org/luci/vpython/venv/venv.go:474 - venv.(*Env).createLocked()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #5 go.chromium.org/luci/vpython/venv/venv.go:243 - venv.(*Env).ensure.func1()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] reason: failed to create new VirtualEnv [E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238]
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #6 go.chromium.org/luci/vpython/venv/venv.go:841 - venv.mustReleaseLock()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #7 go.chromium.org/luci/vpython/venv/venv.go:229 - venv.(*Env).ensure()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #8 go.chromium.org/luci/vpython/venv/venv.go:126 - venv.With()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] reason: failed to create empty probe environment
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238]
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #9 go.chromium.org/luci/vpython/run.go:72 - vpython.Run()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #10 go.chromium.org/luci/vpython/application/application.go:261 - application.(*application).mainImpl()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #11 go.chromium.org/luci/vpython/application/application.go:349 - application.(*Config).Main.func1()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #12 go.chromium.org/luci/vpython/application/support.go:45 - application.run()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #13 go.chromium.org/luci/vpython/application/application.go:348 - application.(*Config).Main()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #14 vpython/main.go:92 - main.mainImpl()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #15 vpython/main.go:98 - main.main()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #16 runtime/proc.go:185 - runtime.main()
[E2017-12-16T00:48:56.120669Z 420 0 annotate.go:238] #17 runtime/asm_amd64.s:2337 - runtime.goexit()
Error: Command 'vpython.bat src/build/landmines.py' returned non-zero exit status 1 in F:\chromium
F:\chromium>
And here's my path:
PATH=C:\Program Files\ConEmu\ConEmu\Scripts;C:\Program Files\ConEmu;C:\Program Files\ConEmu\ConEmu;C:\Program Files\ImageMagick-7.0.7-Q16;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\ImageMagick-7.0.6-Q16;C:\tools\ruby24\bin;C:\Program Files\ImageMagick-7.0.5-Q16;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\msys64\mingw64\bin\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files\dotnet\;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Calibre2\;C:\Program Files (x86)\Yarn\bin;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-9.0.1\bin;C:\Program Files\Java\jdk1.8.0_152\bin;C:\Users\lwchkg\AppData\Local\Microsoft\WindowsApps;C:\Users\lwchkg\AppData\Local\atom\bin;D:\apps\depot_tools;C:\Program Files\Microsoft VS Code\bin;C:\Users\lwchkg\AppData\Local\Pandoc\;C:\Users\lwchkg\AppData\Local\Yarn\bin;C:\Users\lwchkg\AppData\Local\Microsoft\WindowsApps;C:\Users\lwchkg\AppData\Roaming\npm
I've tried adding depot tools to the beginning of the path, but the results is the same.
,
Dec 16 2017
+dnj Hm... So I just did a fresh setup of depot_tools on my win10 box at home and I'm not seeing this error. Can you confirm: * depot_tools is in the front of $PATH * you've run `gclient` by itself and waited for it to fetch all the latest versions of the tools * `where python` returns <depot_tools>\python.bat * `python -c "import sys;print sys.executable"` returns <depot_tools>\win_tools-2_7_6_bin\python\bin\python.exe ? * running `vpython` by itself drops you into a python interpreter for python 2.7.6
,
Dec 16 2017
(you may need to run 'gclient' by itself two times, depending on how old your copy of depot_tools is.)
,
Dec 18 2017
Solved... Putting depot_tools in the front of PATH doesn't work. Putting depot_tools as the ONLY entry in PATH works. Anyway, here's what `where python` shows when depot_tools is only in the front. Maybe that msys2 python is the culprit of the problem. lwchkg@I7-4790 F:\chromium > where python d:\apps\depot_tools\python.bat C:\Python27\python.exe C:\msys64\mingw64\bin\python.exe
,
Dec 30 2017
Right now we require our version of python on Windows. Transforming in feature request.
,
Oct 18
,
Dec 28
I'm also getting python errors in gclient, there were two python versions in my %PATH%. I removed one and the following error is still occurring. I'm pretty much stuck until this is resolved, is there a workaround? Sorry I don't know anything about the details of python on gWindows. ---- Running hooks: 27% (21/77) gn_win ________ running 'C:\python_27_amd64\files\python.exe src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-gn -s src/buildtools/win/gn.exe.sha1' in 'C:\src\chrome' 0> Failed to fetch file gs://chromium-gn/e20768d93a6b4400de0d03bb8ceb46facdbe3883 for src/buildtools/win/gn.exe, skipping. [Err: [E2018-12-28T12:11:20.018669-08:00 15996 0 venv.go:942] Command (cwd=C:\src\temp\vpython_bootstrap215955790\packages\virtualenv-15.1.0): [C:\src\emacs\bin\python2.7.exe -B -E -s virtualenv.py --no-download C:\Users\mfoltz\.vpython-root\45c446] Process output: Traceback (most recent call last): File "C:/Users/mfoltz/.vpython-root/45c446/lib/python2.7/site.py", line 703, in <module> main() File "C:/Users/mfoltz/.vpython-root/45c446/lib/python2.7/site.py", line 692, in main aliasmbcs() File "C:/Users/mfoltz/.vpython-root/45c446/lib/python2.7/site.py", line 515, in aliasmbcs import locale, codecs File "C:\Users\mfoltz\.vpython-root\45c446\lib\python2.7/locale.py", line 17, in <module> import functools ImportError: No module named functools New python executable in C:\Users\mfoltz\.vpython-root\45c446\Scripts\python2.7.exe Also creating executable in C:\Users\mfoltz\.vpython-root\45c446\Scripts\python.exe ERROR: The executable C:\Users\mfoltz\.vpython-root\45c446\Scripts\python2.7.exe is not functioning ERROR: It thinks sys.prefix is u'c:\\src\\temp\\vpython_bootstrap215955790\\packages\\virtualenv-15.1.0' (should be u'c:\\users\\mfoltz\\.vpython-root\\45c446') ERROR: virtualenv is not compatible with this system or executable Note: some Windows users have reported this error when they installed Python for "Only this user" or have multiple versions of Python installed. Copying the appropriate PythonXX.dll to the virtualenv Scripts/ directory may fix this problem. ---- Here is my before-and-after %PATH%: ---- C:\src\chrome>echo %PATH% C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\python_27_amd64\files\lib\site-packages\pywin32_system32;C:\python_27_amd64\files;C:\ProgramData\GooGet;C:\Program Files (x86)\Corp SSH Helper;C:\Windows\corpam;C:\ProgramData\Diagnose_me;C:\Program Files\Google\gNetStatus;C:\gnubby\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\gWindows-Updater;C:\Program Files (x86)\Google\gWindowsInformation;C:\Windows\mrmagoo;C:\Program Files (x86)\Google\Cert Installer\;C:\Windows\ccmsetup;C:\Program Files (x86)\Bit9\Parity Agent;C:\Program Files (x86)\Google\Cert Installer;C:\Windows\CCM\;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;%GooGetRoot%;C:\Users\mfoltz\AppData\Local\Microsoft\WindowsApps;C:\src\depot_tools;C:\src\emacs\bin; C:\src\chrome>set PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\ProgramData\GooGet;C:\Program Files (x86)\Corp SSH Helper;C:\Windows\corpam;C:\ProgramData\Diagnose_me;C:\Program Files\Google\gNetStatus;C:\gnubby\bin;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files\gWindows-Updater;C:\Program Files (x86)\Google\gWindowsInformation;C:\Windows\mrmagoo;C:\Program Files (x86)\Google\Cert Installer\;C:\Windows\ccmsetup;C:\Program Files (x86)\Bit9\Parity Agent;C:\Program Files (x86)\Google\Cert Installer;C:\Windows\CCM\;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;%GooGetRoot%;C:\Users\mfoltz\AppData\Local\Microsoft\WindowsApps;C:\src\depot_tools;C:\src\emacs\bin; ----
,
Dec 28
@mfoltz - it doesn't look like you have depot_tools in %PATH% anywhere at all? Make sure you add that at the front of your path and remove C:\python27_amd64. I'm not 100% that the latter is still necessary, but it wouldn't hurt.
,
Dec 28
I removed yet another copy of python from my %PATH% in C:\src\emacs\bin, and gclient sync now makes progress, but extremely slowly and eventually ground to a halt.... :-/ ---- C:\src\chrome>gclient sync Syncing projects: 100% (151/151), done. Running hooks: 27% (21/77) gn_win ________ running 'C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-gn -s src/buildtools/win/gn.exe.sha1' in 'C:\src\chrome' 0> Downloading src/buildtools/win/gn.exe... Downloading 1 files took 354.135000 second(s) Hook ''C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe' src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-gn -s src/buildtools/win/gn.exe.sha1' took 354.41 secs Running hooks: 31% (24/77) clang_format_win ________ running 'C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-clang-format -s src/buildtools/win/clang-format.exe.sha1' in 'C:\src\chrome' 0> Downloading src/buildtools/win/clang-format.exe... Downloading 1 files took 180.911000 second(s) Hook ''C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe' src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-clang-format -s src/buildtools/win/clang-format.exe.sha1' took 181.24 secs Running hooks: 40% (31/77) orderfiles_win ________ running 'C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-browser-clang/orderfiles -d src/chrome/build' in 'C:\src\chrome' 0> Downloading src/chrome/build\chrome.x64.orderfile... 0> Downloading src/chrome/build\chrome.x86.orderfile... 0> Downloading src/chrome/build\chrome_child.x64.orderfile... 0> Downloading src/chrome/build\chrome_child.x86.orderfile... Downloading 4 files took 735.265000 second(s) Hook ''C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe' src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-browser-clang/orderfiles -d src/chrome/build' took 825.21 secs Running hooks: 45% (35/77) apache_win32 ________ running 'C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe src/third_party/depot_tools/download_from_google_storage.py --no_resume --directory --recursive --no_auth --num_threads=16 --bucket chromium-apache-win32 src/third_party/apache-win32' in 'C:\src\chrome' 8> Downloading src/third_party/apache-win32\bin\api-ms-win-core-handle-l1-1-0.dll... 7> Downloading src/third_party/apache-win32\bin\api-ms-win-core-file-l2-1-0.dll... 6> Downloading src/third_party/apache-win32\bin\api-ms-win-core-file-l1-2-0.dll... 9> Downloading src/third_party/apache-win32\bin\api-ms-win-core-heap-l1-1-0.dll... 1> Downloading src/third_party/apache-win32\bin\api-ms-win-core-datetime-l1-1-0.dll... 4> Downloading src/third_party/apache-win32\bin\api-ms-win-core-console-l1-1-0.dll... 0> Downloading src/third_party/apache-win32\bin\ApacheMonitor.exe... 5> Downloading src/third_party/apache-win32\bin\api-ms-win-core-errorhandling-l1-1-0.dll... 3> Downloading src/third_party/apache-win32\bin\api-ms-win-core-debug-l1-1-0.dll... 14> Downloading src/third_party/apache-win32\bin\api-ms-win-core-namedpipe-l1-1-0.dll... 13> Downloading src/third_party/apache-win32\bin\api-ms-win-core-memory-l1-1-0.dll... 15> Downloading src/third_party/apache-win32\bin\api-ms-win-core-processenvironment-l1-1-0.dll... 12> Downloading src/third_party/apache-win32\bin\api-ms-win-core-localization-l1-2-0.dll... 10> Downloading src/third_party/apache-win32\bin\api-ms-win-core-interlocked-l1-1-0.dll... 2> Downloading src/third_party/apache-win32\bin\api-ms-win-core-file-l1-1-0.dll... 11> Downloading src/third_party/apache-win32\bin\api-ms-win-core-libraryloader-l1-1-0.dll... 11> Downloading src/third_party/apache-win32\bin\api-ms-win-core-timezone-l1-1-0.dll... 6> Downloading src/third_party/apache-win32\bin\api-ms-win-core-processthreads-l1-1-1.dll... 13> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-filesystem-l1-1-0.dll... 4> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-environment-l1-1-0.dll... 1> Downloading src/third_party/apache-win32\bin\api-ms-win-core-synch-l1-2-0.dll... 7> Downloading src/third_party/apache-win32\bin\api-ms-win-core-rtlsupport-l1-1-0.dll... 2> Downloading src/third_party/apache-win32\bin\api-ms-win-core-profile-l1-1-0.dll... 0> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-convert-l1-1-0.dll... 5> Downloading src/third_party/apache-win32\bin\api-ms-win-core-synch-l1-1-0.dll... 8> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-locale-l1-1-0.dll... 3> Downloading src/third_party/apache-win32\bin\api-ms-win-core-util-l1-1-0.dll... 10> Downloading src/third_party/apache-win32\bin\api-ms-win-core-string-l1-1-0.dll... 14> Downloading src/third_party/apache-win32\bin\api-ms-win-core-sysinfo-l1-1-0.dll... 9> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-heap-l1-1-0.dll... 15> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-conio-l1-1-0.dll... 12> Downloading src/third_party/apache-win32\bin\api-ms-win-core-processthreads-l1-1-0.dll... 2> Downloading src/third_party/apache-win32\bin\libapriconv-1.dll... 13> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-multibyte-l1-1-0.dll... 0> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-private-l1-1-0.dll... 10> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-string-l1-1-0.dll... 3> Downloading src/third_party/apache-win32\bin\libssl-1_1-x64.dll... 14> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-stdio-l1-1-0.dll... 12> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-math-l1-1-0.dll... 4> Downloading src/third_party/apache-win32\bin\httpd.exe... 6> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-process-l1-1-0.dll... 11> Downloading src/third_party/apache-win32\bin\libaprutil-1.dll... 5> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-utility-l1-1-0.dll... 7> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-time-l1-1-0.dll... 8> Downloading src/third_party/apache-win32\bin\libcrypto-1_1-x64.dll... 9> Downloading src/third_party/apache-win32\bin\api-ms-win-crt-runtime-l1-1-0.dll... 1> Downloading src/third_party/apache-win32\bin\libhttpd.dll... 15> Downloading src/third_party/apache-win32\bin\libapr-1.dll... 11> Downloading src/third_party/apache-win32\bin\vcruntime140.dll... 1> Downloading src/thir
,
Dec 28
I manually moved depot_tools to the front of the %PATH% from the end, and gclient sync eventually finished. It was painfully slow however (3-5 minutes per step). If this is hitting more developers, it's going to be a big obstacle to productivity on gWindows. ---- C:\src\chrome>gclient sync Syncing projects: 100% (151/151), done. Running hooks: 45% (35/77) apache_win32 ________ running 'C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe src/third_party/depot_tools/download_from_google_storage.py --no_resume --directory --recursive --no_auth --num_threads=16 --bucket chromium-apache-win32 src/third_party/apache-win32' in 'C:\src\chrome' 5> Downloading src/third_party/apache-win32\modules\mod_rewrite.so... 1> Downloading src/third_party/apache-win32\modules\mod_mime.so... 1> Warning: deleting src/third_party/apache-win32\modules\mod_mime.so failed. 10> Downloading src/third_party/apache-win32\modules\mod_ssl.so... 9> Downloading src/third_party/apache-win32\modules\php7apache2_4.dll... 11> Downloading src/third_party/apache-win32\modules\mod_log_config.so... Downloading 69 files took 185.500000 second(s) Hook ''C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe' src/third_party/depot_tools/download_from_google_storage.py --no_resume --directory --recursive --no_auth --num_threads=16 --bucket chromium-apache-win32 src/third_party/apache-win32' took 275.48 secs Running hooks: 54% (42/77) webui_node_modules ________ running 'C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe src/third_party/depot_tools/download_from_google_storage.py --no_resume --extract --no_auth --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1' in 'C:\src\chrome' 0> Downloading src/third_party/node/node_modules.tar.gz... 0> Removed src/third_party/node/node_modules... 0> Extracting 5458 entries from src/third_party/node/node_modules.tar.gz to src/third_party/node/node_modules Downloading 1 files took 203.378000 second(s) Hook ''C:\src\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe' src/third_party/depot_tools/download_from_google_storage.py --no_resume --extract --no_auth --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1' took 203.68 secs Hook 'vpython.bat -vpython-spec src/.vpython -vpython-tool install' took 43.80 secs Running hooks: 100% (77/77), done. |
||||
►
Sign in to add a comment |
||||
Comment 1 by dpranke@chromium.org
, Dec 16 2017Components: -Infra Infra>Platform