Here is the latest error(although this is different from the process killed error I mentioned earlier)
1>error: RPC failed; result=18, HTTP code = 200
1>fatal: The remote end hung up unexpectedly
1>fatal: early EOF
1>fatal: index-pack failed
Traceback (most recent call last):
File "/cygdrive/d/depot_tools/fetch.py", line 278, in <module>
sys.exit(main())
File "/cygdrive/d/depot_tools/fetch.py", line 274, in main
return run(dryrun, spec, root)
File "/cygdrive/d/depot_tools/fetch.py", line 268, in run
return checkout.init()
File "/cygdrive/d/depot_tools/fetch.py", line 149, in init
super(GclientGitSvnCheckout, self).init()
File "/cygdrive/d/depot_tools/fetch.py", line 117, in init
self.run_gclient('sync')
File "/cygdrive/d/depot_tools/fetch.py", line 75, in run_gclient
return self.run(cmd_prefix + cmd, **kwargs)
File "/cygdrive/d/depot_tools/fetch.py", line 65, in run
return subprocess.check_call(cmd, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '('gclient', 'sync')' returned non-zero exit status 1