1042 lines
36 KiB
Plaintext
1042 lines
36 KiB
Plaintext
PS D:\code\depot_tools> update_depot_tools.bat
|
|
Updating depot_tools...
|
|
WARNING:root:depot_tools recommends setting the following for
|
|
|
|
$ git config --global core.autocrlf false
|
|
$ git config --global core.filemode false
|
|
$ git config --global core.fscache true
|
|
$ git config --global core.preloadindex true
|
|
|
|
You can silence this message by setting these recommended values.
|
|
|
|
You can allow depot_tools to automatically update your global
|
|
Git config to recommended settings by running:
|
|
$ git config --global depot-tools.allowGlobalGitConfig true
|
|
|
|
To suppress this warning and silence future recommendations, run:
|
|
$ git config --global depot-tools.allowGlobalGitConfig false
|
|
PS D:\code\depot_tools> SystemPropertiesAdvanced
|
|
PS D:\code\depot_tools> cd d:\code\chromium_git
|
|
PS D:\code\chromium_git> ./update.bat
|
|
D:\code\chromium_git>python3 ..\automate\automate-git.py --download-dir=d:\code\chromium_git --depot-tools-dir=d:\code\depot_tools --no-distrib --no-build
|
|
--> Download Directory: d:\code\chromium_git
|
|
--> Depot Tools Directory: d:\code\depot_tools
|
|
--> Updating depot_tools
|
|
-------- Running "update_depot_tools.bat" in "d:\code\depot_tools"...
|
|
Updating depot_tools...
|
|
Downloading CIPD client for windows-amd64 from https://chrome-infra-packages.appspot.com/client?platform=windows-amd64&version=git_revision:b1f414539ac10cc67a0250890a38712cc06cf102...
|
|
WARNING:root:depot_tools recommends setting the following for
|
|
optimal Chromium development:
|
|
|
|
$ git config --global core.autocrlf false
|
|
$ git config --global core.filemode false
|
|
$ git config --global core.fscache true
|
|
$ git config --global core.preloadindex true
|
|
|
|
You can silence this message by setting these recommended values.
|
|
|
|
You can allow depot_tools to automatically update your global
|
|
Git config to recommended settings by running:
|
|
$ git config --global depot-tools.allowGlobalGitConfig true
|
|
|
|
To suppress this warning and silence future recommendations, run:
|
|
$ git config --global depot-tools.allowGlobalGitConfig false
|
|
--> CEF Branch: master
|
|
--> CEF URL: https://github.com/chromiumembedded/cef.git
|
|
--> CEF Source Directory: d:\code\chromium_git\cef
|
|
-------- Running "git.exe clone https://github.com/chromiumembedded/cef.git d:\code\chromium_git\cef" in "d:\code\chromium_git"...
|
|
Cloning into 'd:\code\chromium_git\cef'...
|
|
remote: Enumerating objects: 102293, done.
|
|
remote: Counting objects: 100% (1176/1176), done.
|
|
remote: Compressing objects: 100% (386/386), done.
|
|
remote: Total 102293 (delta 887), reused 790 (delta 790), pack-reused 101117 (from 3)
|
|
Receiving objects: 100% (102293/102293), 43.43 MiB | 952.00 KiB/s, done.
|
|
Resolving deltas: 100% (85920/85920), done.
|
|
-------- Running "git.exe rev-parse HEAD" in "d:\code\chromium_git\cef"...
|
|
-------- Running "git.exe rev-parse origin/master" in "d:\code\chromium_git\cef"...
|
|
--> CEF Current Checkout: 5f93c2b090d19659451de4dfe44896ad7dbfd832
|
|
--> CEF Desired Checkout: 5f93c2b090d19659451de4dfe44896ad7dbfd832 (origin/master)
|
|
-------- Running "git.exe checkout origin/master" in "d:\code\chromium_git\cef"...
|
|
Note: switching to 'origin/master'.
|
|
|
|
You are in 'detached HEAD' state. You can look around, make experimental
|
|
changes and commit them, and you can discard any commits you make in this
|
|
state without impacting any branches by switching back to a branch.
|
|
|
|
If you want to create a new branch to retain commits you create, you may
|
|
do so (now or later) by using -c with the switch command. Example:
|
|
|
|
git switch -c <new-branch-name>
|
|
|
|
Or undo this operation with:
|
|
|
|
git switch -
|
|
|
|
Turn off this advice by setting config variable advice.detachedHead to false
|
|
|
|
HEAD is now at 5f93c2b09 docs: Remove obsolite Wiki instructions
|
|
--> Reading d:\code\chromium_git\cef\CHROMIUM_BUILD_COMPATIBILITY.txt
|
|
--> CEF Output Directory: d:\code\chromium_git\out_master
|
|
--> Creating directory d:\code\chromium_git\chromium
|
|
--> Writing d:\code\chromium_git\chromium\.gclient
|
|
-------- Running "gclient sync --nohooks --with_branch_heads" in "d:\code\chromium_git\chromium"...
|
|
WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
|
|
|
|
________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/chromium/src.git d:\code\chromium_git\chromium\_gclient_src_80jxurrj' in 'd:\code\chromium_git\chromium'
|
|
Cloning into 'd:\code\chromium_git\chromium\_gclient_src_80jxurrj'...
|
|
remote: Sending approximately 60.31 GiB ...
|
|
remote: Counting objects: 1517958, done
|
|
remote: Finding sources: 100% (3057/3057)
|
|
remote: Total 27319951 (delta 19704002), reused 27319255 (delta 19704002)
|
|
Receiving objects: 100% (27319951/27319951), 60.27 GiB | 32.13 MiB/s, done.
|
|
Resolving deltas: 100% (19704002/19704002), done.
|
|
Checking objects: 100% (67108864/67108864), done.
|
|
1>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin" "--no-tags"' in d:\code\chromium_git\chromium\src failed; will retry after a short nap...
|
|
|
|
[0:51:04] Still working on:
|
|
[0:51:04] src
|
|
|
|
[0:51:14] Still working on:
|
|
[0:51:14] src
|
|
|
|
[0:51:24] Still working on:
|
|
[0:51:24] src
|
|
|
|
[0:51:34] Still working on:
|
|
[0:51:34] src
|
|
|
|
[0:51:44] Still working on:
|
|
[0:51:44] src
|
|
|
|
[0:51:54] Still working on:
|
|
[0:51:54] src
|
|
|
|
[0:52:04] Still working on:
|
|
[0:52:04] src
|
|
|
|
[0:52:14] Still working on:
|
|
[0:52:14] src
|
|
|
|
[0:52:24] Still working on:
|
|
[0:52:24] src
|
|
|
|
[0:52:34] Still working on:
|
|
[0:52:34] src
|
|
1>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin" "--no-tags"' in d:\code\chromium_git\chromium\src failed; will retry after a short nap...
|
|
|
|
________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/chromium/src.git d:\code\chromium_git\chromium\_gclient_src_ygc0i9it' in 'd:\code\chromium_git\chromium'
|
|
Cloning into 'd:\code\chromium_git\chromium\_gclient_src_ygc0i9it'...
|
|
|
|
[0:52:44] Still working on:
|
|
[0:52:44] src
|
|
|
|
[0:52:54] Still working on:
|
|
[0:52:54] src
|
|
remote: Sending approximately 60.31 GiB ...
|
|
remote: Counting objects: 232604
|
|
[0:53:04] Still working on:
|
|
[0:53:04] src
|
|
remote: Counting objects: 302564
|
|
[0:53:14] Still working on:
|
|
[0:53:14] src
|
|
remote: Counting objects: 387995
|
|
[0:53:24] Still working on:
|
|
[0:53:24] src
|
|
remote: Counting objects: 471208
|
|
[0:53:34] Still working on:
|
|
[0:53:34] src
|
|
remote: Counting objects: 556946
|
|
[0:53:44] Still working on:
|
|
[0:53:44] src
|
|
remote: Counting objects: 619523
|
|
[0:53:54] Still working on:
|
|
[0:53:54] src
|
|
remote: Counting objects: 676393
|
|
[0:54:04] Still working on:
|
|
[0:54:04] src
|
|
remote: Counting objects: 725309
|
|
[0:54:14] Still working on:
|
|
[0:54:14] src
|
|
remote: Counting objects: 778459
|
|
[0:54:24] Still working on:
|
|
[0:54:24] src
|
|
remote: Counting objects: 838646
|
|
[0:54:34] Still working on:
|
|
[0:54:34] src
|
|
remote: Counting objects: 889105
|
|
[0:54:44] Still working on:
|
|
[0:54:44] src
|
|
remote: Counting objects: 948249
|
|
[0:54:54] Still working on:
|
|
[0:54:54] src
|
|
remote: Counting objects: 1007652
|
|
[0:55:04] Still working on:
|
|
[0:55:04] src
|
|
remote: Counting objects: 1092258
|
|
[0:55:14] Still working on:
|
|
[0:55:14] src
|
|
remote: Counting objects: 1155357
|
|
[0:55:24] Still working on:
|
|
[0:55:24] src
|
|
remote: Counting objects: 1221150
|
|
[0:55:34] Still working on:
|
|
[0:55:34] src
|
|
remote: Counting objects: 1272139
|
|
[0:55:44] Still working on:
|
|
[0:55:44] src
|
|
remote: Counting objects: 1314684
|
|
[0:55:54] Still working on:
|
|
[0:55:54] src
|
|
remote: Counting objects: 1360496
|
|
[0:56:04] Still working on:
|
|
[0:56:04] src
|
|
remote: Counting objects: 1402162
|
|
[0:56:14] Still working on:
|
|
[0:56:14] src
|
|
remote: Counting objects: 1443582
|
|
[0:56:24] Still working on:
|
|
[0:56:24] src
|
|
remote: Counting objects: 1485171
|
|
[0:56:34] Still working on:
|
|
[0:56:34] src
|
|
remote: Counting objects: 1518138, done
|
|
remote: Finding sources: 100% (3237/3237)
|
|
Receiving objects: 0% (3155/27320131), 21.47 MiB | 21.46 MiB/s
|
|
[0:56:44] Still working on:
|
|
[0:56:44] src
|
|
Receiving objects: 2% (752345/27320131), 477.73 MiB | 43.18 MiB/s
|
|
[0:56:54] Still working on:
|
|
[0:56:54] src
|
|
Receiving objects: 3% (951642/27320131), 589.94 MiB | 13.28 MiB/s
|
|
[0:57:04] Still working on:
|
|
[0:57:04] src
|
|
Receiving objects: 4% (1128854/27320131), 686.35 MiB | 10.88 MiB/s
|
|
[0:57:14] Still working on:
|
|
[0:57:14] src
|
|
Receiving objects: 5% (1407273/27320131), 826.61 MiB | 14.14 MiB/s
|
|
[0:57:24] Still working on:
|
|
[0:57:24] src
|
|
Receiving objects: 8% (2327685/27320131), 1.15 GiB | 49.07 MiB/s
|
|
[0:57:34] Still working on:
|
|
[0:57:34] src
|
|
Receiving objects: 13% (3648181/27320131), 1.58 GiB | 47.20 MiB/s
|
|
[0:57:44] Still working on:
|
|
[0:57:44] src
|
|
Receiving objects: 17% (4737403/27320131), 1.92 GiB | 34.71 MiB/s
|
|
[0:57:54] Still working on:
|
|
[0:57:54] src
|
|
Receiving objects: 22% (6271818/27320131), 2.37 GiB | 41.78 MiB/s
|
|
[0:58:04] Still working on:
|
|
[0:58:04] src
|
|
Receiving objects: 28% (7738858/27320131), 2.85 GiB | 42.11 MiB/s
|
|
[0:58:14] Still working on:
|
|
[0:58:14] src
|
|
Receiving objects: 33% (9134899/27320131), 3.33 GiB | 45.43 MiB/s
|
|
[0:58:24] Still working on:
|
|
[0:58:24] src
|
|
Receiving objects: 38% (10489904/27320131), 3.86 GiB | 52.17 MiB/s
|
|
[0:58:34] Still working on:
|
|
[0:58:34] src
|
|
Receiving objects: 43% (11902258/27320131), 4.40 GiB | 63.80 MiB/s
|
|
[0:58:44] Still working on:
|
|
[0:58:44] src
|
|
Receiving objects: 52% (14206469/27320131), 4.89 GiB | 49.88 MiB/s
|
|
[0:58:54] Still working on:
|
|
[0:58:54] src
|
|
Receiving objects: 59% (16166634/27320131), 5.28 GiB | 36.97 MiB/s
|
|
[0:59:04] Still working on:
|
|
[0:59:04] src
|
|
Receiving objects: 59% (16334475/27320131), 5.74 GiB | 55.42 MiB/s
|
|
[0:59:14] Still working on:
|
|
[0:59:14] src
|
|
Receiving objects: 60% (16588496/27320131), 6.20 GiB | 39.98 MiB/s
|
|
[0:59:24] Still working on:
|
|
[0:59:24] src
|
|
Receiving objects: 61% (16713780/27320131), 6.68 GiB | 50.10 MiB/s
|
|
[0:59:34] Still working on:
|
|
[0:59:34] src
|
|
Receiving objects: 61% (16809909/27320131), 7.15 GiB | 55.52 MiB/s
|
|
[0:59:44] Still working on:
|
|
[0:59:44] src
|
|
Receiving objects: 61% (16900720/27320131), 7.58 GiB | 53.18 MiB/s
|
|
[0:59:54] Still working on:
|
|
[0:59:54] src
|
|
Receiving objects: 61% (16900838/27320131), 7.59 GiB | 25.16 MiB/s
|
|
[1:00:04] Still working on:
|
|
[1:00:04] src
|
|
Receiving objects: 61% (16900863/27320131), 7.59 GiB | 6.65 MiB/s
|
|
[1:00:14] Still working on:
|
|
[1:00:14] src
|
|
Receiving objects: 61% (16900867/27320131), 7.59 GiB | 3.71 MiB/s
|
|
[1:00:24] Still working on:
|
|
[1:00:24] src
|
|
|
|
[1:00:34] Still working on:
|
|
[1:00:34] src
|
|
Receiving objects: 61% (16900925/27320131), 7.59 GiB | 1.99 MiB/s
|
|
[1:00:44] Still working on:
|
|
[1:00:44] src
|
|
|
|
[1:00:54] Still working on:
|
|
[1:00:54] src
|
|
|
|
[1:01:05] Still working on:
|
|
[1:01:05] src
|
|
error: RPC failed; curl 56 schannel: server closed abruptly (missing close_notify)
|
|
error: 2630 bytes of body are still expected
|
|
fetch-pack: unexpected disconnect while reading sideband packet
|
|
fatal: early EOF
|
|
fatal: fetch-pack: invalid index-pack output
|
|
1>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "clone" "--no-checkout" "--progress" "https://chromium.googlesource.com/chromium/src.git" "d:\code\chromium_git\chromium\_gclient_src_ygc0i9it"' in d:\code\chromium_git\chromium failed; will retry after a short nap...
|
|
|
|
________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/chromium/src.git d:\code\chromium_git\chromium\_gclient_src_ygc0i9it' in 'd:\code\chromium_git\chromium' attempt 2 / 2
|
|
Cloning into 'd:\code\chromium_git\chromium\_gclient_src_ygc0i9it'...
|
|
|
|
[1:01:15] Still working on:
|
|
[1:01:15] src
|
|
|
|
[1:01:25] Still working on:
|
|
[1:01:25] src
|
|
remote: Sending approximately 60.31 GiB ...
|
|
remote: Counting objects: 228168
|
|
[1:01:35] Still working on:
|
|
[1:01:35] src
|
|
remote: Counting objects: 306812
|
|
[1:01:45] Still working on:
|
|
[1:01:45] src
|
|
remote: Counting objects: 396288
|
|
[1:01:55] Still working on:
|
|
[1:01:55] src
|
|
remote: Counting objects: 480887
|
|
[1:02:05] Still working on:
|
|
[1:02:05] src
|
|
remote: Counting objects: 569107
|
|
[1:02:15] Still working on:
|
|
[1:02:15] src
|
|
remote: Counting objects: 630856
|
|
[1:02:25] Still working on:
|
|
[1:02:25] src
|
|
remote: Counting objects: 685612
|
|
[1:02:35] Still working on:
|
|
[1:02:35] src
|
|
remote: Counting objects: 749591
|
|
[1:02:45] Still working on:
|
|
[1:02:45] src
|
|
remote: Counting objects: 808004
|
|
[1:02:55] Still working on:
|
|
[1:02:55] src
|
|
remote: Counting objects: 858958
|
|
[1:03:05] Still working on:
|
|
[1:03:05] src
|
|
remote: Counting objects: 911902
|
|
[1:03:15] Still working on:
|
|
[1:03:15] src
|
|
remote: Counting objects: 970871
|
|
[1:03:25] Still working on:
|
|
[1:03:25] src
|
|
remote: Counting objects: 1040289
|
|
[1:03:35] Still working on:
|
|
[1:03:35] src
|
|
remote: Counting objects: 1115995
|
|
[1:03:45] Still working on:
|
|
[1:03:45] src
|
|
remote: Counting objects: 1179313
|
|
[1:03:55] Still working on:
|
|
[1:03:55] src
|
|
remote: Counting objects: 1239246
|
|
[1:04:05] Still working on:
|
|
[1:04:05] src
|
|
remote: Counting objects: 1284183
|
|
[1:04:15] Still working on:
|
|
[1:04:15] src
|
|
remote: Counting objects: 1324991
|
|
[1:04:25] Still working on:
|
|
[1:04:25] src
|
|
remote: Counting objects: 1370372
|
|
[1:04:35] Still working on:
|
|
[1:04:35] src
|
|
remote: Counting objects: 1413189
|
|
[1:04:45] Still working on:
|
|
[1:04:45] src
|
|
remote: Counting objects: 1454041
|
|
[1:04:55] Still working on:
|
|
[1:04:55] src
|
|
remote: Counting objects: 1497020
|
|
[1:05:05] Still working on:
|
|
[1:05:05] src
|
|
remote: Counting objects: 1518209, done
|
|
remote: Finding sources: 100% (3308/3308)
|
|
Receiving objects: 0% (41153/27320202), 35.37 MiB | 11.34 MiB/s
|
|
[1:05:15] Still working on:
|
|
[1:05:15] src
|
|
Receiving objects: 0% (155839/27320202), 109.09 MiB | 5.23 MiB/s
|
|
[1:05:25] Still working on:
|
|
[1:05:25] src
|
|
Receiving objects: 0% (269414/27320202), 181.84 MiB | 7.00 MiB/s
|
|
[1:05:35] Still working on:
|
|
[1:05:35] src
|
|
Receiving objects: 1% (411474/27320202), 271.54 MiB | 8.56 MiB/s
|
|
[1:05:45] Still working on:
|
|
[1:05:45] src
|
|
Receiving objects: 2% (749047/27320202), 466.19 MiB | 29.74 MiB/s
|
|
[1:05:55] Still working on:
|
|
[1:05:55] src
|
|
Receiving objects: 6% (1684377/27320202), 919.09 MiB | 42.77 MiB/s
|
|
[1:06:05] Still working on:
|
|
[1:06:05] src
|
|
Receiving objects: 10% (2808611/27320202), 1.34 GiB | 51.06 MiB/s
|
|
[1:06:15] Still working on:
|
|
[1:06:15] src
|
|
Receiving objects: 17% (4644435/27320202), 1.89 GiB | 64.56 MiB/s
|
|
[1:06:25] Still working on:
|
|
[1:06:25] src
|
|
Receiving objects: 23% (6344078/27320202), 2.42 GiB | 52.10 MiB/s
|
|
[1:06:35] Still working on:
|
|
[1:06:35] src
|
|
Receiving objects: 29% (8044571/27320202), 2.94 GiB | 53.66 MiB/s
|
|
[1:06:45] Still working on:
|
|
[1:06:45] src
|
|
Receiving objects: 35% (9756658/27320202), 3.57 GiB | 67.24 MiB/s
|
|
[1:06:55] Still working on:
|
|
[1:06:55] src
|
|
Receiving objects: 40% (10930567/27320202), 4.05 GiB | 46.31 MiB/s
|
|
[1:07:05] Still working on:
|
|
[1:07:05] src
|
|
Receiving objects: 46% (12717613/27320202), 4.64 GiB | 54.59 MiB/s
|
|
[1:07:15] Still working on:
|
|
[1:07:15] src
|
|
Receiving objects: 58% (16092522/27320202), 5.10 GiB | 52.91 MiB/s
|
|
[1:07:25] Still working on:
|
|
[1:07:25] src
|
|
Receiving objects: 59% (16323330/27320202), 5.64 GiB | 55.11 MiB/s
|
|
[1:07:35] Still working on:
|
|
[1:07:35] src
|
|
Receiving objects: 60% (16598512/27320202), 6.23 GiB | 60.70 MiB/s
|
|
[1:07:45] Still working on:
|
|
[1:07:45] src
|
|
Receiving objects: 61% (16732212/27320202), 6.79 GiB | 56.54 MiB/s
|
|
[1:07:55] Still working on:
|
|
[1:07:55] src
|
|
Receiving objects: 61% (16860685/27320202), 7.29 GiB | 59.59 MiB/s
|
|
[1:08:05] Still working on:
|
|
[1:08:05] src
|
|
Receiving objects: 62% (16939794/27320202), 7.82 GiB | 51.64 MiB/s
|
|
[1:08:15] Still working on:
|
|
[1:08:15] src
|
|
Receiving objects: 62% (16977302/27320202), 8.39 GiB | 54.44 MiB/s
|
|
[1:08:25] Still working on:
|
|
[1:08:25] src
|
|
Receiving objects: 62% (17015612/27320202), 8.92 GiB | 54.04 MiB/s
|
|
[1:08:35] Still working on:
|
|
[1:08:35] src
|
|
Receiving objects: 62% (17059545/27320202), 9.46 GiB | 52.69 MiB/s
|
|
[1:08:45] Still working on:
|
|
[1:08:45] src
|
|
Receiving objects: 62% (17112891/27320202), 10.03 GiB | 53.69 MiB/s
|
|
[1:08:55] Still working on:
|
|
[1:08:55] src
|
|
Receiving objects: 63% (17232493/27320202), 10.57 GiB | 51.25 MiB/s
|
|
[1:09:05] Still working on:
|
|
[1:09:05] src
|
|
Receiving objects: 63% (17295477/27320202), 11.14 GiB | 55.77 MiB/s
|
|
[1:09:15] Still working on:
|
|
[1:09:15] src
|
|
Receiving objects: 63% (17348918/27320202), 11.69 GiB | 56.94 MiB/s
|
|
[1:09:25] Still working on:
|
|
[1:09:25] src
|
|
Receiving objects: 63% (17429115/27320202), 12.25 GiB | 59.42 MiB/s
|
|
[1:09:35] Still working on:
|
|
[1:09:35] src
|
|
Receiving objects: 64% (17484930/27320202), 12.89 GiB | 56.50 MiB/s
|
|
[1:09:45] Still working on:
|
|
[1:09:45] src
|
|
Receiving objects: 64% (17535300/27320202), 13.33 GiB | 42.45 MiB/s
|
|
[1:09:55] Still working on:
|
|
[1:09:55] src
|
|
Receiving objects: 64% (17627471/27320202), 13.84 GiB | 59.47 MiB/s
|
|
[1:10:05] Still working on:
|
|
[1:10:05] src
|
|
Receiving objects: 64% (17727542/27320202), 14.33 GiB | 48.56 MiB/s
|
|
[1:10:15] Still working on:
|
|
[1:10:15] src
|
|
Receiving objects: 65% (17782737/27320202), 14.85 GiB | 61.49 MiB/s
|
|
[1:10:25] Still working on:
|
|
[1:10:25] src
|
|
Receiving objects: 65% (18006264/27320202), 15.40 GiB | 62.02 MiB/s
|
|
[1:10:35] Still working on:
|
|
[1:10:35] src
|
|
Receiving objects: 66% (18085077/27320202), 15.98 GiB | 59.71 MiB/s
|
|
[1:10:45] Still working on:
|
|
[1:10:45] src
|
|
Receiving objects: 66% (18262835/27320202), 16.52 GiB | 65.68 MiB/s
|
|
[1:10:55] Still working on:
|
|
[1:10:55] src
|
|
Receiving objects: 67% (18438063/27320202), 17.06 GiB | 52.10 MiB/s
|
|
[1:11:05] Still working on:
|
|
[1:11:05] src
|
|
Receiving objects: 67% (18485752/27320202), 17.63 GiB | 61.59 MiB/s
|
|
[1:11:15] Still working on:
|
|
[1:11:15] src
|
|
Receiving objects: 67% (18555790/27320202), 18.12 GiB | 50.76 MiB/s
|
|
[1:11:25] Still working on:
|
|
[1:11:25] src
|
|
Receiving objects: 68% (18594404/27320202), 18.58 GiB | 42.55 MiB/s
|
|
[1:11:35] Still working on:
|
|
[1:11:35] src
|
|
Receiving objects: 68% (18631230/27320202), 18.97 GiB | 44.68 MiB/s
|
|
[1:11:45] Still working on:
|
|
[1:11:45] src
|
|
Receiving objects: 68% (18688797/27320202), 19.38 GiB | 25.61 MiB/s
|
|
[1:11:55] Still working on:
|
|
[1:11:55] src
|
|
Receiving objects: 68% (18807222/27320202), 19.95 GiB | 61.01 MiB/s
|
|
[1:12:05] Still working on:
|
|
[1:12:05] src
|
|
Receiving objects: 68% (18842743/27320202), 20.43 GiB | 47.94 MiB/s
|
|
[1:12:15] Still working on:
|
|
[1:12:15] src
|
|
Receiving objects: 69% (18877287/27320202), 20.87 GiB | 38.80 MiB/s
|
|
[1:12:25] Still working on:
|
|
[1:12:25] src
|
|
Receiving objects: 69% (18960108/27320202), 21.37 GiB | 43.83 MiB/s
|
|
[1:12:35] Still working on:
|
|
[1:12:35] src
|
|
Receiving objects: 69% (19007244/27320202), 21.67 GiB | 40.89 MiB/s
|
|
[1:12:45] Still working on:
|
|
[1:12:45] src
|
|
Receiving objects: 69% (19015793/27320202), 21.77 GiB | 13.10 MiB/s
|
|
[1:12:55] Still working on:
|
|
[1:12:55] src
|
|
Receiving objects: 69% (19050343/27320202), 22.11 GiB | 45.32 MiB/s
|
|
[1:13:05] Still working on:
|
|
[1:13:05] src
|
|
Receiving objects: 69% (19104172/27320202), 22.55 GiB | 31.79 MiB/s
|
|
[1:13:15] Still working on:
|
|
[1:13:15] src
|
|
Receiving objects: 70% (19212057/27320202), 23.13 GiB | 60.53 MiB/s
|
|
[1:13:25] Still working on:
|
|
[1:13:25] src
|
|
Receiving objects: 70% (19294522/27320202), 23.74 GiB | 62.89 MiB/s
|
|
[1:13:35] Still working on:
|
|
[1:13:35] src
|
|
Receiving objects: 70% (19338080/27320202), 24.12 GiB | 38.26 MiB/s
|
|
[1:13:45] Still working on:
|
|
[1:13:45] src
|
|
Receiving objects: 71% (19420056/27320202), 24.64 GiB | 57.69 MiB/s
|
|
[1:13:55] Still working on:
|
|
[1:13:55] src
|
|
Receiving objects: 71% (19470703/27320202), 25.17 GiB | 51.58 MiB/s
|
|
[1:14:05] Still working on:
|
|
[1:14:05] src
|
|
Receiving objects: 71% (19529874/27320202), 25.69 GiB | 61.37 MiB/s
|
|
[1:14:15] Still working on:
|
|
[1:14:15] src
|
|
Receiving objects: 71% (19590214/27320202), 26.23 GiB | 49.95 MiB/s
|
|
[1:14:25] Still working on:
|
|
[1:14:25] src
|
|
Receiving objects: 71% (19637373/27320202), 26.78 GiB | 56.21 MiB/s
|
|
[1:14:35] Still working on:
|
|
[1:14:35] src
|
|
Receiving objects: 72% (19682658/27320202), 27.31 GiB | 49.52 MiB/s
|
|
[1:14:45] Still working on:
|
|
[1:14:45] src
|
|
Receiving objects: 72% (19732914/27320202), 27.89 GiB | 60.55 MiB/s
|
|
[1:14:55] Still working on:
|
|
[1:14:55] src
|
|
Receiving objects: 72% (19790638/27320202), 28.44 GiB | 61.32 MiB/s
|
|
[1:15:05] Still working on:
|
|
[1:15:05] src
|
|
Receiving objects: 72% (19840364/27320202), 29.03 GiB | 62.24 MiB/s
|
|
[1:15:15] Still working on:
|
|
[1:15:15] src
|
|
Receiving objects: 72% (19895457/27320202), 29.51 GiB | 51.62 MiB/s
|
|
R[1:15:25] Still working on:
|
|
[1:15:25] src
|
|
Receiving objects: 73% (19985243/27320202), 30.08 GiB | 53.66 MiB/s
|
|
[1:15:35] Still working on:
|
|
[1:15:35] src
|
|
Receiving objects: 73% (20024978/27320202), 30.62 GiB | 57.64 MiB/s
|
|
[1:15:45] Still working on:
|
|
[1:15:45] src
|
|
Receiving objects: 73% (20111902/27320202), 31.22 GiB | 57.89 MiB/s
|
|
[1:15:55] Still working on:
|
|
[1:15:55] src
|
|
Receiving objects: 73% (20180750/27320202), 31.80 GiB | 59.53 MiB/s
|
|
[1:16:05] Still working on:
|
|
[1:16:05] src
|
|
Receiving objects: 74% (20267639/27320202), 32.31 GiB | 45.00 MiB/s
|
|
[1:16:15] Still working on:
|
|
[1:16:15] src
|
|
Receiving objects: 74% (20305460/27320202), 32.79 GiB | 46.30 MiB/s
|
|
[1:16:25] Still working on:
|
|
[1:16:25] src
|
|
Receiving objects: 74% (20359782/27320202), 33.23 GiB | 43.21 MiB/s
|
|
[1:16:35] Still working on:
|
|
[1:16:35] src
|
|
Receiving objects: 74% (20408352/27320202), 33.64 GiB | 41.68 MiB/s
|
|
[1:16:45] Still working on:
|
|
[1:16:45] src
|
|
Receiving objects: 74% (20445707/27320202), 34.06 GiB | 47.78 MiB/s
|
|
[1:16:55] Still working on:
|
|
[1:16:55] src
|
|
Receiving objects: 75% (20501957/27320202), 34.51 GiB | 47.01 MiB/s
|
|
[1:17:05] Still working on:
|
|
[1:17:05] src
|
|
Receiving objects: 75% (20560731/27320202), 34.97 GiB | 46.86 MiB/s
|
|
[1:17:15] Still working on:
|
|
[1:17:15] src
|
|
Receiving objects: 75% (20618710/27320202), 35.36 GiB | 44.24 MiB/s
|
|
[1:17:25] Still working on:
|
|
[1:17:25] src
|
|
Receiving objects: 75% (20654748/27320202), 35.67 GiB | 25.50 MiB/s
|
|
[1:17:35] Still working on:
|
|
[1:17:35] src
|
|
Receiving objects: 75% (20713546/27320202), 36.21 GiB | 63.93 MiB/s
|
|
[1:17:45] Still working on:
|
|
[1:17:45] src
|
|
Receiving objects: 76% (20783658/27320202), 36.62 GiB | 41.45 MiB/s
|
|
[1:17:55] Still working on:
|
|
[1:17:55] src
|
|
Receiving objects: 76% (20838800/27320202), 37.06 GiB | 45.13 MiB/s
|
|
[1:18:05] Still working on:
|
|
[1:18:05] src
|
|
Receiving objects: 76% (20889170/27320202), 37.50 GiB | 46.26 MiB/s
|
|
[1:18:15] Still working on:
|
|
[1:18:15] src
|
|
Receiving objects: 76% (20941368/27320202), 37.93 GiB | 42.58 MiB/s
|
|
[1:18:25] Still working on:
|
|
[1:18:25] src
|
|
Receiving objects: 76% (20997593/27320202), 38.38 GiB | 43.14 MiB/s
|
|
[1:18:35] Still working on:
|
|
[1:18:35] src
|
|
Receiving objects: 77% (21107582/27320202), 38.78 GiB | 50.23 MiB/s
|
|
[1:18:45] Still working on:
|
|
[1:18:45] src
|
|
Receiving objects: 77% (21164873/27320202), 39.20 GiB | 43.10 MiB/s
|
|
[1:18:55] Still working on:
|
|
[1:18:55] src
|
|
Receiving objects: 77% (21220210/27320202), 39.63 GiB | 44.76 MiB/s
|
|
[1:19:05] Still working on:
|
|
[1:19:05] src
|
|
Receiving objects: 78% (21309758/27320202), 40.10 GiB | 43.60 MiB/s
|
|
[1:19:15] Still working on:
|
|
[1:19:15] src
|
|
Receiving objects: 78% (21366230/27320202), 40.51 GiB | 45.72 MiB/s
|
|
[1:19:25] Still working on:
|
|
[1:19:25] src
|
|
Receiving objects: 78% (21431127/27320202), 41.05 GiB | 55.35 MiB/s
|
|
[1:19:35] Still working on:
|
|
[1:19:35] src
|
|
Receiving objects: 78% (21479259/27320202), 41.50 GiB | 47.31 MiB/s
|
|
[1:19:45] Still working on:
|
|
[1:19:45] src
|
|
Receiving objects: 78% (21533523/27320202), 41.90 GiB | 44.22 MiB/s
|
|
[1:19:55] Still working on:
|
|
[1:19:55] src
|
|
Receiving objects: 78% (21567974/27320202), 42.35 GiB | 47.09 MiB/s
|
|
[1:20:05] Still working on:
|
|
[1:20:05] src
|
|
Receiving objects: 79% (21605014/27320202), 42.81 GiB | 46.05 MiB/s
|
|
[1:20:15] Still working on:
|
|
[1:20:15] src
|
|
Receiving objects: 79% (21731145/27320202), 43.33 GiB | 60.50 MiB/s
|
|
[1:20:26] Still working on:
|
|
[1:20:26] src
|
|
Receiving objects: 79% (21790598/27320202), 43.88 GiB | 61.60 MiB/s
|
|
[1:20:36] Still working on:
|
|
[1:20:36] src
|
|
Receiving objects: 80% (21884436/27320202), 44.43 GiB | 59.48 MiB/s
|
|
[1:20:46] Still working on:
|
|
[1:20:46] src
|
|
Receiving objects: 80% (21951498/27320202), 45.02 GiB | 65.25 MiB/s
|
|
[1:20:56] Still working on:
|
|
[1:20:56] src
|
|
Receiving objects: 80% (22019919/27320202), 45.53 GiB | 48.01 MiB/s
|
|
[1:21:06] Still working on:
|
|
[1:21:06] src
|
|
Receiving objects: 80% (22093028/27320202), 45.98 GiB | 39.95 MiB/s
|
|
[1:21:16] Still working on:
|
|
[1:21:16] src
|
|
Receiving objects: 81% (22165980/27320202), 46.41 GiB | 43.33 MiB/s
|
|
[1:21:26] Still working on:
|
|
[1:21:26] src
|
|
Receiving objects: 81% (22206828/27320202), 46.81 GiB | 38.14 MiB/s
|
|
[1:21:36] Still working on:
|
|
[1:21:36] src
|
|
Receiving objects: 81% (22337259/27320202), 47.31 GiB | 50.88 MiB/s
|
|
[1:21:46] Still working on:
|
|
[1:21:46] src
|
|
Receiving objects: 82% (22417546/27320202), 47.79 GiB | 53.61 MiB/s
|
|
[1:21:56] Still working on:
|
|
[1:21:56] src
|
|
Receiving objects: 82% (22438554/27320202), 48.35 GiB | 52.66 MiB/s
|
|
[1:22:06] Still working on:
|
|
[1:22:06] src
|
|
Receiving objects: 82% (22519663/27320202), 48.82 GiB | 45.82 MiB/s
|
|
[1:22:16] Still working on:
|
|
[1:22:16] src
|
|
Receiving objects: 82% (22605472/27320202), 49.30 GiB | 47.08 MiB/s
|
|
[1:22:26] Still working on:
|
|
[1:22:26] src
|
|
Receiving objects: 83% (22715389/27320202), 49.79 GiB | 48.17 MiB/s
|
|
[1:22:36] Still working on:
|
|
[1:22:36] src
|
|
Receiving objects: 83% (22795057/27320202), 50.28 GiB | 46.89 MiB/s
|
|
[1:22:46] Still working on:
|
|
[1:22:46] src
|
|
Receiving objects: 83% (22870624/27320202), 50.74 GiB | 49.33 MiB/s
|
|
[1:22:56] Still working on:
|
|
[1:22:56] src
|
|
Receiving objects: 83% (22944154/27320202), 51.15 GiB | 39.01 MiB/s
|
|
[1:23:06] Still working on:
|
|
[1:23:06] src
|
|
Receiving objects: 84% (23025911/27320202), 51.59 GiB | 41.57 MiB/s
|
|
[1:23:16] Still working on:
|
|
[1:23:16] src
|
|
Receiving objects: 84% (23118580/27320202), 52.07 GiB | 56.47 MiB/s
|
|
[1:23:26] Still working on:
|
|
[1:23:26] src
|
|
Receiving objects: 84% (23182810/27320202), 52.47 GiB | 43.06 MiB/s
|
|
[1:23:36] Still working on:
|
|
[1:23:36] src
|
|
Receiving objects: 85% (23267411/27320202), 52.94 GiB | 44.85 MiB/s
|
|
[1:23:46] Still working on:
|
|
[1:23:46] src
|
|
Receiving objects: 85% (23377789/27320202), 53.35 GiB | 42.61 MiB/s
|
|
[1:23:56] Still working on:
|
|
[1:23:56] src
|
|
Receiving objects: 85% (23473570/27320202), 53.81 GiB | 52.09 MiB/s
|
|
[1:24:06] Still working on:
|
|
[1:24:06] src
|
|
Receiving objects: 86% (23593135/27320202), 54.20 GiB | 42.96 MiB/s
|
|
[1:24:16] Still working on:
|
|
[1:24:16] src
|
|
Receiving objects: 86% (23739590/27320202), 54.64 GiB | 42.29 MiB/s
|
|
[1:24:26] Still working on:
|
|
[1:24:26] src
|
|
Receiving objects: 87% (23873474/27320202), 55.08 GiB | 43.96 MiB/s
|
|
[1:24:36] Still working on:
|
|
[1:24:36] src
|
|
Receiving objects: 87% (23982668/27320202), 55.50 GiB | 34.91 MiB/s
|
|
[1:24:46] Still working on:
|
|
[1:24:46] src
|
|
Receiving objects: 88% (24107328/27320202), 55.98 GiB | 52.34 MiB/s
|
|
[1:24:56] Still working on:
|
|
[1:24:56] src
|
|
Receiving objects: 89% (24362800/27320202), 56.49 GiB | 53.60 MiB/s
|
|
[1:25:06] Still working on:
|
|
[1:25:06] src
|
|
Receiving objects: 89% (24571669/27320202), 57.07 GiB | 56.74 MiB/s
|
|
[1:25:16] Still working on:
|
|
[1:25:16] src
|
|
Receiving objects: 90% (24674888/27320202), 57.48 GiB | 42.28 MiB/s
|
|
[1:25:26] Still working on:
|
|
[1:25:26] src
|
|
Receiving objects: 91% (25057654/27320202), 57.98 GiB | 55.06 MiB/s
|
|
[1:25:36] Still working on:
|
|
[1:25:36] src
|
|
Receiving objects: 93% (25467713/27320202), 58.58 GiB | 62.72 MiB/s
|
|
[1:25:46] Still working on:
|
|
[1:25:46] src
|
|
Receiving objects: 94% (25686774/27320202), 59.01 GiB | 43.43 MiB/s
|
|
[1:25:56] Still working on:
|
|
[1:25:56] src
|
|
Receiving objects: 95% (26081829/27320202), 59.37 GiB | 27.27 MiB/s
|
|
[1:26:06] Still working on:
|
|
[1:26:06] src
|
|
Receiving objects: 98% (27001644/27320202), 59.81 GiB | 45.91 MiB/s
|
|
[1:26:16] Still working on:
|
|
[1:26:16] src
|
|
Receiving objects: 99% (27141007/27320202), 60.13 GiB | 18.36 MiB/s
|
|
[1:26:26] Still working on:
|
|
[1:26:26] src
|
|
remote: Total 27320202 (delta 19704013), reused 27319446 (delta 19704013)
|
|
Receiving objects: 100% (27320202/27320202), 60.27 GiB | 48.13 MiB/s, done.
|
|
Resolving deltas: 0% (0/19704013)
|
|
[1:26:36] Still working on:
|
|
[1:26:36] src
|
|
Resolving deltas: 6% (1182241/19704013)
|
|
[1:26:46] Still working on:
|
|
[1:26:46] src
|
|
Resolving deltas: 12% (2450038/19704013)
|
|
[1:26:56] Still working on:
|
|
[1:26:56] src
|
|
Resolving deltas: 20% (3940805/19704013)
|
|
[1:27:06] Still working on:
|
|
[1:27:06] src
|
|
Resolving deltas: 27% (5320084/19704013)
|
|
[1:27:16] Still working on:
|
|
[1:27:16] src
|
|
Resolving deltas: 34% (6798374/19704013)
|
|
[1:27:26] Still working on:
|
|
[1:27:26] src
|
|
Resolving deltas: 42% (8275689/19704013)
|
|
[1:27:36] Still working on:
|
|
[1:27:36] src
|
|
Resolving deltas: 49% (9784755/19704013)
|
|
[1:27:46] Still working on:
|
|
[1:27:46] src
|
|
Resolving deltas: 56% (11194186/19704013)
|
|
[1:27:56] Still working on:
|
|
[1:27:56] src
|
|
Resolving deltas: 57% (11404051/19704013)
|
|
[1:28:06] Still working on:
|
|
[1:28:06] src
|
|
Resolving deltas: 59% (11695050/19704013)
|
|
[1:28:16] Still working on:
|
|
[1:28:16] src
|
|
Resolving deltas: 62% (12339040/19704013)
|
|
[1:28:26] Still working on:
|
|
[1:28:26] src
|
|
Resolving deltas: 63% (12522061/19704013)
|
|
[1:28:36] Still working on:
|
|
[1:28:36] src
|
|
Resolving deltas: 64% (12733572/19704013)
|
|
[1:28:46] Still working on:
|
|
[1:28:46] src
|
|
Resolving deltas: 64% (12784463/19704013)
|
|
[1:28:56] Still working on:
|
|
[1:28:56] src
|
|
Resolving deltas: 65% (12869461/19704013)
|
|
[1:29:06] Still working on:
|
|
[1:29:06] src
|
|
Resolving deltas: 66% (13038402/19704013)
|
|
[1:29:16] Still working on:
|
|
[1:29:16] src
|
|
Resolving deltas: 66% (13093918/19704013)
|
|
[1:29:26] Still working on:
|
|
[1:29:26] src
|
|
Resolving deltas: 67% (13252163/19704013)
|
|
[1:29:36] Still working on:
|
|
[1:29:36] src
|
|
Resolving deltas: 68% (13398729/19704013)
|
|
[1:29:46] Still working on:
|
|
[1:29:46] src
|
|
Resolving deltas: 70% (13852890/19704013)
|
|
[1:29:56] Still working on:
|
|
[1:29:56] src
|
|
Resolving deltas: 70% (13854465/19704013)
|
|
[1:30:06] Still working on:
|
|
[1:30:06] src
|
|
Resolving deltas: 72% (14186890/19704013)
|
|
[1:30:16] Still working on:
|
|
[1:30:16] src
|
|
Resolving deltas: 72% (14353620/19704013)
|
|
[1:30:26] Still working on:
|
|
[1:30:26] src
|
|
Resolving deltas: 73% (14408241/19704013)
|
|
[1:30:36] Still working on:
|
|
[1:30:36] src
|
|
Resolving deltas: 73% (14531156/19704013)
|
|
[1:30:46] Still working on:
|
|
[1:30:46] src
|
|
Resolving deltas: 74% (14610709/19704013)
|
|
[1:30:56] Still working on:
|
|
[1:30:56] src
|
|
Resolving deltas: 74% (14674910/19704013)
|
|
[1:31:06] Still working on:
|
|
[1:31:06] src
|
|
Resolving deltas: 74% (14748081/19704013)
|
|
[1:31:16] Still working on:
|
|
[1:31:16] src
|
|
Resolving deltas: 75% (14814882/19704013)
|
|
[1:31:26] Still working on:
|
|
[1:31:26] src
|
|
Resolving deltas: 75% (14842414/19704013)
|
|
[1:31:36] Still working on:
|
|
[1:31:36] src
|
|
Resolving deltas: 75% (14884596/19704013)
|
|
[1:31:46] Still working on:
|
|
[1:31:46] src
|
|
Resolving deltas: 75% (14920713/19704013)
|
|
[1:31:56] Still working on:
|
|
[1:31:56] src
|
|
Resolving deltas: 75% (14969409/19704013)
|
|
[1:32:06] Still working on:
|
|
[1:32:06] src
|
|
Resolving deltas: 76% (15027316/19704013)
|
|
[1:32:16] Still working on:
|
|
[1:32:16] src
|
|
Resolving deltas: 76% (15079983/19704013)
|
|
[1:32:26] Still working on:
|
|
[1:32:26] src
|
|
Resolving deltas: 76% (15131814/19704013)
|
|
[1:32:36] Still working on:
|
|
[1:32:36] src
|
|
Resolving deltas: 77% (15172091/19704013)
|
|
[1:32:46] Still working on:
|
|
[1:32:46] src
|
|
Resolving deltas: 77% (15225375/19704013)
|
|
[1:32:56] Still working on:
|
|
[1:32:56] src
|
|
Resolving deltas: 77% (15291869/19704013)
|
|
[1:33:06] Still working on:
|
|
[1:33:06] src
|
|
Resolving deltas: 78% (15378576/19704013)
|
|
[1:33:16] Still working on:
|
|
[1:33:16] src
|
|
Resolving deltas: 78% (15494332/19704013)
|
|
[1:33:26] Still working on:
|
|
[1:33:26] src
|
|
Resolving deltas: 79% (15619642/19704013)
|
|
[1:33:36] Still working on:
|
|
[1:33:36] src
|
|
Resolving deltas: 79% (15661363/19704013)
|
|
[1:33:46] Still working on:
|
|
[1:33:46] src
|
|
Resolving deltas: 80% (15793300/19704013)
|
|
[1:33:56] Still working on:
|
|
[1:33:56] src
|
|
Resolving deltas: 80% (15856269/19704013)
|
|
[1:34:06] Still working on:
|
|
[1:34:06] src
|
|
Resolving deltas: 80% (15883446/19704013)
|
|
[1:34:16] Still working on:
|
|
[1:34:16] src
|
|
Resolving deltas: 81% (16026454/19704013)
|
|
[1:34:26] Still working on:
|
|
[1:34:26] src
|
|
Resolving deltas: 82% (16219664/19704013)
|
|
[1:34:36] Still working on:
|
|
[1:34:36] src
|
|
Resolving deltas: 82% (16303181/19704013)
|
|
[1:34:46] Still working on:
|
|
[1:34:46] src
|
|
Resolving deltas: 84% (16551373/19704013)
|
|
[1:34:56] Still working on:
|
|
[1:34:56] src
|
|
Resolving deltas: 85% (16751837/19704013)
|
|
[1:35:06] Still working on:
|
|
[1:35:06] src
|
|
Resolving deltas: 86% (16973073/19704013)
|
|
[1:35:16] Still working on:
|
|
[1:35:16] src
|
|
Resolving deltas: 87% (17290425/19704013)
|
|
[1:35:26] Still working on:
|
|
[1:35:26] src
|
|
Resolving deltas: 89% (17595404/19704013)
|
|
[1:35:36] Still working on:
|
|
[1:35:36] src
|
|
Resolving deltas: 91% (17930653/19704013)
|
|
[1:35:46] Still working on:
|
|
[1:35:46] src
|
|
Resolving deltas: 93% (18409889/19704013)
|
|
[1:35:56] Still working on:
|
|
[1:35:56] src
|
|
Resolving deltas: 96% (19041247/19704013)
|
|
[1:36:06] Still working on:
|
|
[1:36:06] src
|
|
Resolving deltas: 97% (19193004/19704013)
|
|
[1:36:16] Still working on:
|
|
[1:36:16] src
|
|
Resolving deltas: 97% (19199169/19704013)
|
|
[1:36:26] Still working on:
|
|
[1:36:26] src
|
|
Resolving deltas: 97% (19259746/19704013)
|
|
[1:36:36] Still working on:
|
|
[1:36:36] src
|
|
Resolving deltas: 97% (19270451/19704013)
|
|
[1:36:46] Still working on:
|
|
[1:36:46] src
|
|
Resolving deltas: 98% (19437837/19704013)
|
|
R[1:36:56] Still working on:
|
|
es[1:36:56] srco
|
|
Resolving deltas: 99% (19506973/19704013)
|
|
[1:37:06] Still working on:
|
|
[1:37:06] src
|
|
Resolving deltas: 99% (19594209/19704013)
|
|
[1:37:16] Still working on:
|
|
[1:37:16] src
|
|
Resolving deltas: 100% (19704013/19704013), done.
|
|
|
|
[1:37:26] Still working on:
|
|
[1:37:26] src
|
|
|
|
[1:37:36] Still working on:
|
|
[1:37:36] src
|
|
|
|
[1:37:46] Still working on:
|
|
[1:37:46] src
|
|
|
|
[1:37:56] Still working on:
|
|
[1:37:56] src
|
|
|
|
[1:38:06] Still working on:
|
|
[1:38:06] src
|
|
|
|
[1:38:17] Still working on:
|
|
[1:38:17] src
|
|
|
|
[1:38:27] Still working on:
|
|
[1:38:27] src
|
|
|
|
[1:38:37] Still working on:
|
|
[1:38:37] src
|
|
|
|
[1:38:47] Still working on:
|
|
[1:38:47] src
|
|
|
|
[1:38:57] Still working on:
|
|
[1:38:57] src
|
|
|
|
[1:39:07] Still working on:
|
|
[1:39:07] src
|
|
|
|
[1:39:17] Still working on:
|
|
[1:39:17] src
|
|
1>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin" "--no-tags"' in d:\code\chromium_git\chromium\src failed; will retry after a short nap...
|
|
|
|
[1:39:27] Still working on:
|
|
[1:39:27] src
|
|
|
|
[1:39:37] Still working on:
|
|
[1:39:37] src
|
|
|
|
[1:39:47] Still working on:
|
|
[1:39:47] src
|
|
|
|
[1:39:57] Still working on:
|
|
[1:39:57] src
|
|
|
|
[1:40:07] Still working on:
|
|
[1:40:07] src
|
|
|
|
[1:40:17] Still working on:
|
|
[1:40:17] src
|
|
1>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin" "--no-tags"' in d:\code\chromium_git\chromium\src failed; will retry after a short nap...
|
|
|
|
[1:40:25] Still working on:
|
|
[1:40:25] src
|
|
Syncing projects: 100% ( 1/ 1) src
|
|
src (ERROR)
|
|
----------------------------------------
|
|
[0:00:43]
|
|
error: RPC failed; curl 56 schannel: server closed abruptly (missing close_notify)
|
|
[0:51:02] error: 1 bytes of length header were received
|
|
[0:51:02] fatal: error processing wanted refs: 2
|
|
[0:52:35] error: RPC failed; curl 56 schannel: server closed abruptly (missing close_notify)
|
|
[0:52:35] error: 1 bytes of length header were received
|
|
[0:52:35] fatal: error processing wanted refs: 2
|
|
[0:52:39] _____ Conflicting directory found in d:\code\chromium_git\chromium\src. Moving to d:\code\chromium_git\chromium\_bad_scm\src1ngdokyz.
|
|
[0:52:39]
|
|
[1:39:18] error: RPC failed; curl 56 schannel: server closed abruptly (missing close_notify)
|
|
[1:39:18] error: 1 bytes of length header were received
|
|
[1:39:18] fatal: error processing wanted refs: 2
|
|
[1:40:21] error: RPC failed; curl 56 schannel: server closed abruptly (missing close_notify)
|
|
[1:40:21] error: 1 bytes of length header were received
|
|
[1:40:21] fatal: error processing wanted refs: 2
|
|
----------------------------------------
|
|
Error: Command 'git -c core.deltaBaseCacheLimit=2g fetch origin --no-tags' returned non-zero exit status 128 in d:\code\chromium_git\chromium\src
|
|
|
|
|
|
Warnings:
|
|
Conflicting directory d:\code\chromium_git\chromium\src moved to d:\code\chromium_git\chromium\_bad_scm\src1ngdokyz.
|
|
|
|
Traceback (most recent call last):
|
|
File "..\automate\automate-git.py", line 1493, in <module>
|
|
run("gclient sync %s" % sync_args, chromium_dir)
|
|
File "..\automate\automate-git.py", line 174, in run
|
|
return subprocess.check_call(
|
|
File "C:\Program Files\Python38\lib\subprocess.py", line 364, in check_call
|
|
raise CalledProcessError(retcode, cmd)
|
|
subprocess.CalledProcessError: Command '['gclient', 'sync', '--nohooks', '--with_branch_heads']' returned non-zero exit status 1. |