Build error on OSX, branch 4515 ( external SSD )

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Build error on OSX, branch 4515 ( external SSD )

Postby Satrajit » Tue Aug 31, 2021 10:38 am

Code: Select all
Syncing projects: 100% ( 1/ 1) src
src (ERROR)
----------------------------------------
[0:00:02] Started.
[0:00:30]
error: RPC failed; HTTP 499 curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
[4:21:13] fatal: the remote end hung up unexpectedly
[4:31:07] error: RPC failed; HTTP 499 curl 22 The requested URL returned error: 499
[4:31:07] fatal: the remote end hung up unexpectedly
[4:45:15] error: RPC failed; HTTP 499 curl 22 The requested URL returned error: 499
[4:45:15] fatal: the remote end hung up unexpectedly
[4:59:11] error: RPC failed; HTTP 499 curl 22 The requested URL returned error: 499
[4:59:11] fatal: the remote end hung up unexpectedly
[4:59:16] _____ Conflicting directory found in /Volumes/T7/C/cef/4515/chromium/src. Moving to /Volumes/T7/C/cef/4515/chromium/_bad_scm/src7xt7lxn5.
[4:59:16]
Traceback (most recent call last):
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 548, in update
    self._Clone(revision, url, options)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1071, in _Clone
    self._Fetch(options, prune=options.force)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1344, in _Fetch
    self._Run(fetch_cmd, options, show_header=options.verbose, retry=True)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1388, in _Run
    gclient_utils.CheckCallAndFilter(cmd, env=env, **kwargs)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_utils.py", line 672, in CheckCallAndFilter
    raise subprocess2.CalledProcessError(
subprocess2.CalledProcessError: Command 'git -c core.deltaBaseCacheLimit=2g fetch origin --no-tags' returned non-zero exit status 128 in /Volumes/T7/C/cef/4515/chromium/src

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1048, in _Clone
    self._Run(clone_cmd, options, cwd=self._root_dir, retry=True,
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1388, in _Run
    gclient_utils.CheckCallAndFilter(cmd, env=env, **kwargs)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_utils.py", line 585, in CheckCallAndFilter
    run_cwd = kwargs.get('cwd', os.getcwd())
FileNotFoundError: [Errno 2] No such file or directory
----------------------------------------


Warnings:
Conflicting directory /Volumes/T7/C/cef/4515/chromium/src moved to /Volumes/T7/C/cef/4515/chromium/_bad_scm/src7xt7lxn5.
Traceback (most recent call last):
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 548, in update
    self._Clone(revision, url, options)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1071, in _Clone
    self._Fetch(options, prune=options.force)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1344, in _Fetch
    self._Run(fetch_cmd, options, show_header=options.verbose, retry=True)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1388, in _Run
    gclient_utils.CheckCallAndFilter(cmd, env=env, **kwargs)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_utils.py", line 672, in CheckCallAndFilter
    raise subprocess2.CalledProcessError(
subprocess2.CalledProcessError: Command 'git -c core.deltaBaseCacheLimit=2g fetch origin --no-tags' returned non-zero exit status 128 in /Volumes/T7/C/cef/4515/chromium/src

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Volumes/T7/C/cef/4515/depot_tools/metrics.py", line 291, in print_notice_and_exit
    yield
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient.py", line 3229, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient.py", line 3215, in main
    return dispatcher.execute(OptionParser(), argv)
  File "/Volumes/T7/C/cef/4515/depot_tools/subcommand.py", line 252, in execute
    return command(parser, args[1:])
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient.py", line 2769, in CMDsync
    ret = client.RunOnDeps('update', args)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient.py", line 1808, in RunOnDeps
    work_queue.flush(revision_overrides, command, args, options=self._options,
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_utils.py", line 967, in flush
    reraise(e[0], e[1], e[2])
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_utils.py", line 67, in reraise
    raise value
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_utils.py", line 1044, in run
    self.item.run(*self.args, **self.kwargs)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient.py", line 944, in run
    self._got_revision = self._used_scm.RunCommand(command, options, args,
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 132, in RunCommand
    return getattr(self, command)(options, args, file_list)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 551, in update
    self._Clone(revision, url, options)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1048, in _Clone
    self._Run(clone_cmd, options, cwd=self._root_dir, retry=True,
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_scm.py", line 1388, in _Run
    gclient_utils.CheckCallAndFilter(cmd, env=env, **kwargs)
  File "/Volumes/T7/C/cef/4515/depot_tools/gclient_utils.py", line 585, in CheckCallAndFilter
    run_cwd = kwargs.get('cwd', os.getcwd())
FileNotFoundError: [Errno 2] No such file or directory

Traceback (most recent call last):
  File "automate-git.py", line 1291, in <module>
    chromium_dir, depot_tools_dir)
  File "automate-git.py", line 70, in run
    args, cwd=working_dir, env=env, shell=(sys.platform == 'win32'))
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 190, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gclient', 'sync', '--nohooks', '--with_branch_heads', '--jobs', '16']' returned non-zero exit status 1
 
Satrajit
Mentor
 
Posts: 87
Joined: Wed Jan 09, 2019 6:11 am

Re: Build error on OSX, branch 4515 ( external SSD )

Postby magreenblatt » Tue Aug 31, 2021 10:51 am

What MacOS and Python versions?
magreenblatt
Site Admin
 
Posts: 12382
Joined: Fri May 29, 2009 6:57 pm

Re: Build error on OSX, branch 4515 ( external SSD )

Postby Satrajit » Tue Aug 31, 2021 11:35 pm

python : 2.7.16
MacOS Catalina : 10.15.6
Xcode : 12.4
Satrajit
Mentor
 
Posts: 87
Joined: Wed Jan 09, 2019 6:11 am


Return to Support Forum

Who is online

Users browsing this forum: Google [Bot] and 35 guests

cron