problem downloading V8

227 views
Skip to first unread message

Shezan Baig

unread,
May 6, 2023, 11:59:54 PM5/6/23
to Chromium-dev
Hi there,
I seem to have a problem cloning V8.  Other repos work fine, but there seems to be an issue with the V8 repo:

$ git -c core.deltaBaseCacheLimit=2g clone https://chromium.googlesource.com/v8/v8.git
Cloning into 'v8'...
fatal: the remote end hung up unexpectedly

Anyone else experiencing this?
Thanks,
-shez-

PhistucK

unread,
May 7, 2023, 12:00:05 PM5/7/23
to shezb...@gmail.com, Chromium-dev
https://v8.dev/docs/source-code has the instructions.

PhistucK


--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/fc20d392-c989-4dc8-936f-e8d4edee3d23n%40chromium.org.

Shezan Baig

unread,
May 8, 2023, 2:36:40 PM5/8/23
to PhistucK, Chromium-dev
To clarify, I'm not trying to fetch just V8.  I'm fetching chromium, but the "gclient sync" is failing on the V8 repo.  Below is the full error.  The other repos seem to be fine, so it doesn't look like an issue with my connection, so I was wondering if something changed specifically in the V8 repo that would cause this issue (started noticing it over the weekend):


+ gclient sync -D --reset --with_branch_heads --nohooks --deps=win --jobs 16
125>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "clone" "--no-checkout" "--progress" "https://chromium.googlesource.com/v8/v8.git" "D:\chromium\src\_gclient_v8_g5k5hhrj"' in D:\chromium failed; will retry after a short nap...
[0:05:37] Still working on:
[0:05:37]   src/v8
[0:05:37]   src/third_party/angle/third_party/VK-GL-CTS/src
[0:05:47] Still working on:
[0:05:47]   src/v8
[0:05:47]   src/third_party/angle/third_party/VK-GL-CTS/src
[0:05:57] Still working on:
[0:05:57]   src/v8
[0:05:57]   src/third_party/angle/third_party/VK-GL-CTS/src
[0:06:07] Still working on:
[0:06:07]   src/v8
[0:06:07]   src/third_party/angle/third_party/VK-GL-CTS/src
[0:06:17] Still working on:
[0:06:17]   src/v8
[0:06:17]   src/third_party/angle/third_party/VK-GL-CTS/src
[0:06:27] Still working on:
[0:06:27]   src/v8
[0:06:27]   src/third_party/angle/third_party/VK-GL-CTS/src
[0:06:37] Still working on:
[0:06:37]   src/v8
[0:06:37]   src/third_party/angle/third_party/VK-GL-CTS/src
[0:06:47] Still working on:
[0:06:47]   src/v8
[0:06:47]   src/third_party/angle/third_party/VK-GL-CTS/src
[0:06:57] Still working on:
[0:06:57]   src/v8
[0:06:57]   src/third_party/angle/third_party/VK-GL-CTS/src
125>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "clone" "--no-checkout" "--progress" "https://chromium.googlesource.com/v8/v8.git" "D:\chromium\src\_gclient_v8_g5k5hhrj"' in D:\chromium failed; will retry after a short nap...
[0:08:26] Still working on:
[0:08:26]   src/v8

src/v8 (ERROR)
----------------------------------------
[0:02:07] Started.
[0:02:07]

________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git D:\chromium\src\_gclient_v8_g5k5hhrj' in 'D:\chromium'

[0:02:07] Cloning into 'D:\chromium\src\_gclient_v8_g5k5hhrj'...
[0:05:15] error: RPC failed; curl 56 Recv failure: Connection was reset
[0:05:15] remote: Sending approximately 852.72 MiB ...
[0:05:15] fatal: expected 'packfile'
[0:05:18]
________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git D:\chromium\src\_gclient_v8_g5k5hhrj' in 'D:\chromium' attempt 2 / 2

[0:05:18] Cloning into 'D:\chromium\src\_gclient_v8_g5k5hhrj'...
[0:08:22] error: RPC failed; curl 56 Recv failure: Connection was reset
[0:08:22] remote: Sending approximately 852.72 MiB ...
[0:08:22] fatal: expected 'packfile'
Traceback (most recent call last):
  File "D:\dev\depot_tools\gclient_scm.py", line 1169, in _Clone
    self._Run(clone_cmd,
  File "D:\dev\depot_tools\gclient_scm.py", line 1515, in _Run
    gclient_utils.CheckCallAndFilter(cmd, env=env, **kwargs)
  File "D:\dev\depot_tools\gclient_utils.py", line 715, in CheckCallAndFilter
    raise subprocess2.CalledProcessError(
subprocess2.CalledProcessError: Command 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/v8/v8.git D:\\chromium\\src\\_gclient_v8_g5k5hhrj' returned non-zero exit status 128 in D:\chromium
[0:08:26] _____ Conflicting directory found in D:\chromium\src\v8. Moving to D:\chromium\_bad_scm\src\v8z65i_vcu.




Dirk Pranke

unread,
May 8, 2023, 2:43:42 PM5/8/23
to shezb...@gmail.com, PhistucK, Chromium-dev
The "fatal: expected 'packfile'" message is not normal and so this indicates there's likely a bug somewhere.

Can you file a bug with the Infra-Git template (https://bugs.chromium.org/p/chromium/issues/entry?template=Infra-Git) so we can get the right people looking into this?

-- Dirk

Shezan Baig

unread,
May 8, 2023, 2:50:43 PM5/8/23
to Dirk Pranke, PhistucK, Chromium-dev
Thanks Dirk!  However, I don't get Infra-Git listed as a valid template:

image.png


Dirk Pranke

unread,
May 8, 2023, 2:56:54 PM5/8/23
to Shezan Baig, PhistucK, Chromium-dev
Oh, sorry, I think that must be a template restricted to Googlers.

Just file a bug regularly with whatever you've got and cc' me and I'll get it into the right queues.

-- Dirk

Shezan Baig

unread,
May 8, 2023, 3:12:57 PM5/8/23
to Dirk Pranke, PhistucK, Chromium-dev
Thanks, I created https://bugs.chromium.org/p/chromium/issues/detail?id=1443566
But it seems like I don't have permission to add cc's

Dirk Pranke

unread,
May 8, 2023, 3:21:26 PM5/8/23
to Shezan Baig, PhistucK, Chromium-dev
That's no problem, I was able to update things once you filed it :).

Thanks for the report!

-- Dirk
Reply all
Reply to author
Forward
0 new messages