anmar7889 / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

remote: User Is Over Quota #1461

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the automate-git.py tool as follows
python automate-git.py --download-dir CEF3-Windows-2171\download\ --force-clean 
--build-tests --client-distrib --verbose-build --build-log-file --branch=2171 

What is the expected output? What do you see instead?
The above command should work fine without any erros

WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=512m" "clone" 
"--no-checkout" "--progress" 
"https://chromium.googlesource.com/chromium/tools/deps2git.git" 
"E:\CEF\workspace\CEF3-Windows-2171\download\chromium\build\scripts\tools\_gclie
nt_deps2git_u0nllu"' in E:\CEF\workspace\CEF3-Windows-2171\download\chromium 
failed; will retry after a short nap...
[0:02:59] Still working on:
[0:02:59]   src/breakpad/src
[0:02:59]   src/buildtools
[0:02:59]   src/chrome/browser/resources/pdf/html_office
[0:02:59]   src/chrome/test/data/perf/canvas_bench
[0:02:59]   src/chrome/test/data/perf/frame_rate/content
[0:02:59]   src/media/cdm/ppapi/api
[0:02:59]   src/native_client
[0:02:59]   src/testing/gmock
[0:02:59]   src/testing/gtest
[0:02:59]   src/third_party/WebKit
[0:02:59]   src/third_party/angle
[0:03:09] Still working on:
[0:03:09]   src/breakpad/src
[0:03:09]   src/buildtools
[0:03:09]   src/chrome/browser/resources/pdf/html_office
[0:03:09]   src/chrome/test/data/perf/canvas_bench
[0:03:09]   src/chrome/test/data/perf/frame_rate/content
[0:03:09]   src/media/cdm/ppapi/api
[0:03:09]   src/native_client
[0:03:09]   src/testing/gmock
[0:03:09]   src/testing/gtest
[0:03:09]   src/third_party/WebKit
[0:03:09]   src/third_party/angle

src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin (ERROR)
----------------------------------------
[0:00:01] Started.
[0:00:01] 

________ running 'git -c core.deltaBaseCacheLimit=512m clone --no-checkout 
--progress 
https://chromium.googlesource.com/native_client/src/native_client/tests/prebuilt
.git 
E:\CEF\workspace\CEF3-Windows-2171\download\chromium\src\chrome\test\data\extens
ions\api_test\permissions\nacl_enabled\_gclient_bin_wf_slj' in 
'E:\CEF\workspace\CEF3-Windows-2171\download\chromium'
[0:00:05] Cloning into 
'E:\CEF\workspace\CEF3-Windows-2171\download\chromium\src\chrome\test\data\exten
sions\api_test\permissions\nacl_enabled\_gclient_bin_wf_slj'...
[0:00:06] remote: User Is Over Quota
[0:00:06] fatal: protocol error: bad pack header

What version of the product are you using? On what operating system?
CEF 3. Windows 7 Enterprise

Please provide any additional information below.
I am seeing this issue for mac and linux(64-bit) builds on different branches.

There has been a lot of check-ins lately. We kick-off builds for every 
check-in. As a result, we are hitting those URLs a lot of times. Could this be 
the reason ?

Original issue reported on code.google.com by meghs.p...@gmail.com on 27 Nov 2014 at 9:51

GoogleCodeExporter commented 9 years ago
It should be possible to get an increased quota, see 
https://groups.google.com/a/chromium.org/forum/m/#!topic/chromium-dev/ITllccBdd5
I.

If you still see errors after increasing the quota you might want to decrease 
the frequency of builds (for example, build nightly instead of on each commit).

Original comment by magreenb...@gmail.com on 27 Nov 2014 at 4:55