Daily bandwidth rate limit exceeded from https://chromium.googlesource.com/ |
||
Issue descriptionFrom the wasm waterfall travis build: https://travis-ci.org/WebAssembly/waterfall/builds/292736000 Can/should we whitelist the travis IPs somenhow? ``` @@@BUILD_STEP Sync Repos@@@ Cloning Prebuilt Chromium Clang directory subprocess.check_call(`/usr/bin/git clone https://chromium.googlesource.com/chromium/src/tools/clang.git /home/travis/build/WebAssembly/waterfall/src/work/chromium-clang/tools/clang`, cwd=`/home/travis/build/WebAssembly/waterfall/src`) Cloning into '/home/travis/build/WebAssembly/waterfall/src/work/chromium-clang/tools/clang'... remote: Daily bandwidth rate limit exceeded for IP 52.54.31.11 fatal: protocol error: bad pack header Traceback (most recent call last): File "./src/build.py", line 1757, in main File "./src/build.py", line 1701, in run File "./src/build.py", line 788, in SyncRepos File "./src/build.py", line 421, in Sync File "./src/build.py", line 500, in SyncToolchain File "/home/travis/build/WebAssembly/waterfall/src/host_toolchains.py", line 44, in SyncPrebuiltClang proc.check_call(['git', 'clone', git_repo, tools_clang]) File "/home/travis/build/WebAssembly/waterfall/src/proc.py", line 76, in check_call subprocess.check_call(cmd, **kwargs) File "/opt/python/2.7.13/lib/python2.7/subprocess.py", line 186, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command '['/usr/bin/git', 'clone', 'https://chromium.googlesource.com/chromium/src/tools/clang.git', '/home/travis/build/WebAssembly/waterfall/src/work/chromium-clang/tools/clang']' returned non-zero exit status 128 ```
,
Oct 27 2017
What kind of authentication are you suggesting? Is there a pattern for how to do this in travis or someone else you can point to that is already doing it?
,
Nov 21 2017
I am not familiar with bells and whistles in travis, but if you can deploy a file to travis w/o having this file publicly accessible, you could so smth like this: create new account, say whatever@gmail.com, then get ~/.gitcookies for it the usual way, then stick .gitcookies into travis. YMMV, of course.
,
Dec 12 2017
Obsolete, travis waterfall no longer failing. |
||
►
Sign in to add a comment |
||
Comment 1 by aga...@chromium.org
, Oct 27 2017Status: Assigned (was: Untriaged)