fetch hang at 7% and then fails

47 views
Skip to first unread message

Olaf Razzoli

unread,
Apr 13, 2026, 11:15:25 AM (yesterday) Apr 13
to Chromium-dev
I am trying to get the initial fetch as explained here: https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md

I have tried several times, deleting the chromium folder and recreating it. I also checked that the depot_tools folder is updated correctly. 
The process always stops at 7%, even if there is a lot of space still available on the SSD.
My current OS is Rocky 9.7 x86_64. Is there any other alternative way to get the source code? The fact that the fetch process must re start from scratch on any error is not helping either.
Following is the session log: 
fetch --nohooks --no-history chromium
Running: gclient root
Running: gclient config --spec 'solutions = [
  {
    "name": "src",
    "url": "https://chromium.googlesource.com/chromium/src.git",
    "managed": False,
    "custom_deps": {},
    "custom_vars": {},
  },
]
'
Running: gclient sync --nohooks --no-history

[0:01:00] Still working on:
[0:01:00]   src

[0:01:10] Still working on:
[0:01:10]   src

[0:01:20] Still working on:
[0:01:20]   src

[0:01:30] Still working on:
[0:01:30]   src

[0:01:40] Still working on:
[0:01:40]   src

[0:01:50] Still working on:
[0:01:50]   src

[0:02:00] Still working on:
[0:02:00]   src

[0:02:10] Still working on:
[0:02:10]   src

[0:02:20] Still working on:
[0:02:20]   src

[0:02:30] Still working on:
[0:02:30]   src

[0:02:40] Still working on:
[0:02:40]   src

[0:02:50] Still working on:
[0:02:50]   src

[0:03:00] Still working on:
[0:03:00]   src

[0:03:10] Still working on:
[0:03:10]   src

[0:03:20] Still working on:
[0:03:20]   src

[0:03:30] Still working on:
[0:03:30]   src

[0:03:40] Still working on:
[0:03:40]   src

[0:03:50] Still working on:
[0:03:50]   src

[0:04:00] Still working on:
[0:04:00]   src
1>Syncing projects:   0% ( 0/ 2)
[0:04:04] Still working on:
[0:04:04]   src

[0:04:04] Still working on:
[0:04:04]   src
Syncing projects:   7% (17/213) src/base/tracing/test/data:test_data/scroll_m144.pftrace-6a3426ee6a441cf71ec8b634b662fe800700b8c3d2d1e9f247feaba890315843                                    
src/base/tracing/test/data:test_data/cpu_powerups_1.pb-70f5511ba0cd6ce1359e3cadb4d1d9301fb6e26be85158e3384b06f41418d386 (ERROR)
----------------------------------------
[0:04:04] Started.
----------------------------------------
Traceback (most recent call last):
  File "/mnt/work/chromium-dev/depot_tools/metrics.py", line 312, in print_notice_and_exit
    yield
  File "/mnt/work/chromium-dev/depot_tools/gclient.py", line 4738, in <module>
    sys.exit(main(sys.argv[1:]))
             ^^^^^^^^^^^^^^^^^^
  File "/mnt/work/chromium-dev/depot_tools/gclient.py", line 4724, in main
    return dispatcher.execute(OptionParser(), argv)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/mnt/work/chromium-dev/depot_tools/subcommand.py", line 262, in execute
    return command(parser, args[1:])
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/mnt/work/chromium-dev/depot_tools/gclient.py", line 4060, in CMDsync
    ret = client.RunOnDeps('update', args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/mnt/work/chromium-dev/depot_tools/gclient.py", line 2465, in RunOnDeps
    work_queue.flush(revision_overrides,
  File "/mnt/work/chromium-dev/depot_tools/gclient_utils.py", line 1045, in flush
    reraise(e[0], e[1], e[2])
  File "/mnt/work/chromium-dev/depot_tools/gclient_utils.py", line 54, in reraise
    raise value
  File "/mnt/work/chromium-dev/depot_tools/gclient_utils.py", line 1124, in run
    self.item.run(*self.args, **self.kwargs)
  File "/mnt/work/chromium-dev/depot_tools/gclient.py", line 2761, in run
    self.DownloadGoogleStorage()
  File "/mnt/work/chromium-dev/depot_tools/gclient.py", line 2869, in DownloadGoogleStorage
    raise Exception(f'{code}: {err}')
Exception: 1: INFO 0410 11:04:45.098559 retry_util.py] Retrying request, attempt #1...
INFO 0410 11:05:46.836029 retry_util.py] Retrying request, attempt #2...
INFO 0410 11:06:50.764864 retry_util.py] Retrying request, attempt #3...
INFO 0410 11:07:56.963025 retry_util.py] Retrying request, attempt #4...
INFO 0410 11:09:09.435139 retry_util.py] Retrying request, attempt #5...
INFO 0410 11:10:39.452956 retry_util.py] Retrying request, attempt #6...
INFO 0410 11:12:11.542985 retry_util.py] Retrying request, attempt #7...
INFO 0410 11:13:43.624706 retry_util.py] Retrying request, attempt #8...
INFO 0410 11:15:15.716956 retry_util.py] Retrying request, attempt #9...
INFO 0410 11:16:47.788938 retry_util.py] Retrying request, attempt #10...
INFO 0410 11:18:19.869977 retry_util.py] Retrying request, attempt #11...
INFO 0410 11:19:51.960408 retry_util.py] Retrying request, attempt #12...
INFO 0410 11:21:24.049044 retry_util.py] Retrying request, attempt #13...
INFO 0410 11:22:56.131946 retry_util.py] Retrying request, attempt #14...
INFO 0410 11:24:28.203941 retry_util.py] Retrying request, attempt #15...
INFO 0410 11:26:00.297016 retry_util.py] Retrying request, attempt #16...
INFO 0410 11:27:32.401982 retry_util.py] Retrying request, attempt #17...
INFO 0410 11:29:04.495653 retry_util.py] Retrying request, attempt #18...
INFO 0410 11:30:36.586945 retry_util.py] Retrying request, attempt #19...
INFO 0410 11:32:08.658063 retry_util.py] Retrying request, attempt #20...
INFO 0410 11:33:40.756004 retry_util.py] Retrying request, attempt #21...
INFO 0410 11:35:12.906056 retry_util.py] Retrying request, attempt #22...
OSError: None.


Subprocess failed with return code 1.

Reply all
Reply to author
Forward
0 new messages