<?xml version="1.0" encoding="UTF-8"?><manifest><remote name="eos" fetch="http://git.teameos.org/"review="https://review.teameos.org/" sync-j="4" /><remote name="github" fetch="https://github.com/" /><default revision="ics" remote="eos" /><project path="build" name="eos/platform/build">........
<?xml version="1.0" encoding="UTF-8"?><manifest><remote fetch="http://git.teameos.org/" name="eos" review="https://review.teameos.org/" sync-j="4"/><remote fetch="https://github.com/" name="github"/><default remote="eos" revision="ics"/><project name="eos/platform/build" path="build" revision="80ee625520fefea912037529a025615dff46">.....
Fetching projects: 4% (10/250) Traceback (most recent call last):File "teameos/.repo/repo/main.py", line 366, in <module>_Main(sys.argv[1:])File "teameos/.repo/repo/main.py", line 346, in _Mainresult = repo._Run(argv) or 0File "teameos/.repo/repo/main.py", line 137, in _Runresult = cmd.Execute(copts, cargs)File "teameos/.repo/repo/subcmds/sync.py", line 416, in Executefetched = self._Fetch(to_fetch, opt)File "teameos/.repo/repo/subcmds/sync.py", line 220, in _Fetchcurrent_branch_only=opt.current_branch_only):File "teameos/.repo/repo/project.py", line 925, in Sync_NetworkHalfif alt_dir is None and self._ApplyCloneBundle(initial=is_new, quiet=quiet):File "teameos/.repo/repo/project.py", line 1462, in _ApplyCloneBundleexist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)File "teameos/.repo/repo/project.py", line 1532, in _FetchBundlesize = r.headers['content-length']File "/usr/lib/python2.7/rfc822.py", line 388, in __getitem__return self.dict[name.lower()]KeyError: 'content-length'
Fetching projects: 4% (10/250) error: 'teameos/.repo/projects/device/asus/tf101.git/clone.bundle' does not look like a v2 bundle filefatal: Could not read bundle 'teameos/.repo/projects/device/asus/tf101.git/clone.bundle'.Fetching projects: 6% (15/250) Traceback (most recent call last):File "teameos/.repo/repo/main.py", line 366, in <module>_Main(sys.argv[1:])File "teameos/.repo/repo/main.py", line 346, in _Mainresult = repo._Run(argv) or 0File "teameos/.repo/repo/main.py", line 137, in _Runresult = cmd.Execute(copts, cargs)File "teameos/.repo/repo/subcmds/sync.py", line 416, in Executefetched = self._Fetch(to_fetch, opt)File "teameos/.repo/repo/subcmds/sync.py", line 220, in _Fetchcurrent_branch_only=opt.current_branch_only):File "teameos/.repo/repo/project.py", line 925, in Sync_NetworkHalfif alt_dir is None and self._ApplyCloneBundle(initial=is_new, quiet=quiet):File "teameos/.repo/repo/project.py", line 1462, in _ApplyCloneBundleexist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)File "teameos/.repo/repo/project.py", line 1532, in _FetchBundlesize = r.headers['content-length']File "/usr/lib/python2.7/rfc822.py", line 388, in __getitem__return self.dict[name.lower()]KeyError: 'content-length'
Fetching projects: 8% (20/250) error: 'teameos/.repo/projects/device/samsung/crespo.git/clone.bundle' does not look like a v2 bundle filefatal: Could not read bundle 'teameos/.repo/projects/device/samsung/crespo.git/clone.bundle'.error: 'teameos/.repo/projects/device/samsung/crespo4g.git/clone.bundle' does not look like a v2 bundle filefatal: Could not read bundle 'teameos/.repo/projects/device/samsung/crespo4g.git/clone.bundle'.Fetching projects: 9% (23/250) Traceback (most recent call last):File "teameos/.repo/repo/main.py", line 366, in <module>_Main(sys.argv[1:])File "teameos/.repo/repo/main.py", line 346, in _Mainresult = repo._Run(argv) or 0File "teameos/.repo/repo/main.py", line 137, in _Runresult = cmd.Execute(copts, cargs)File "teameos/.repo/repo/subcmds/sync.py", line 416, in Executefetched = self._Fetch(to_fetch, opt)File "teameos/.repo/repo/subcmds/sync.py", line 220, in _Fetchcurrent_branch_only=opt.current_branch_only):File "teameos/.repo/repo/project.py", line 925, in Sync_NetworkHalfif alt_dir is None and self._ApplyCloneBundle(initial=is_new, quiet=quiet):File "teameos/.repo/repo/project.py", line 1462, in _ApplyCloneBundleexist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet)File "teameos/.repo/repo/project.py", line 1532, in _FetchBundlesize = r.headers['content-length']File "/usr/lib/python2.7/rfc822.py", line 388, in __getitem__return self.dict[name.lower()]KeyError: 'content-length'
This is a bug in repo that was just reported to me yesterday by a
different user. We haven't made any changes, it just seems to be an
issue with a specific version of Python urllib where the
content-length is not always present in the response headers.
It may. But really this is a bug in repo that I need to fix tomorrow.