error during `bzr clone`
Jordan Breeding
jordan.breeding at mac.com
Thu Sep 29 06:11:58 BST 2005
Hello,
Earlier today I did a few `bzr clone` operations of remote
repositories to my local disk and during the operation(s) got a few
messages like:
Failed to install john at arbash-meinel.com-20050711051006-2d11704675600e95
I think that during one clone I got two of the messages and three
messages during the other clone.
At this point I had two repositories bzr.dev and bzr.hgweb, then I
did `bzr clone bzr.dev bzr.dev.mine` which errored out with:
[====================== ] fetching revision
670/1227 0:00:18bzr: ERROR: unhandled entry kind None
at /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/
site-packages/bzrlib/inventory.py line 140, in __init__()
see ~/.bzr.log for debug information
zsh: segmentation fault bzr clone bzr.dev bzr.dev.mine
~/.bzr.log looks like this:
this is a debug log for diagnosing/reporting problems in bzr
you can delete or truncate this file, or include sections in
bug reports to bazaar-ng at lists.canonical.com
[13872] Tue 23:10:02.149 ERROR: unknown command '-v'
[13881] Tue 23:57:20.576 INFO: Failed to install john at arbash-
meinel.com-20050711051006-2d11704675600e95
[13881] Tue 23:57:20.577 INFO: Failed to install john at arbash-
meinel.com-20050709180338-33e3b5a778df9104
[13881] Wed 00:04:16.336 INFO: Failed to install
robertc at robertcollins.net-20050906095031-251e9bdf97a4817f
[14448] Wed 08:28:24.763 INFO: broken pipe
[14456] Wed 10:25:48.584 INFO: Failed to install john at arbash-
meinel.com-20050711051006-2d11704675600e95
[14456] Wed 10:25:48.584 INFO: Failed to install john at arbash-
meinel.com-20050709180338-33e3b5a778df9104
[ 2008] Wed 23:29:07.432 ERROR: unhandled entry kind None
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/commands.py", line 648, in
run_bzr_catch_errors
return run_bzr(argv)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/commands.py", line 632, in run_bzr
ret = cmd_obj.run_argv(argv)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/commands.py", line 292, in run_argv
return self.run(**all_cmd_args)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/builtins.py", line 419, in run
copy_branch(br_from, to_location, revno)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/branch.py", line 1353, in copy_branch
br_to.update_revisions(branch_from, stop_revision=revno)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/branch.py", line 828, in update_revisions
count = greedy_fetch(self, other, other_revision, pb)[0]
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/fetch.py", line 59, in greedy_fetch
pb=pb)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/branch.py", line 872, in
install_revisions
inv = other.get_inventory(str(rev.inventory_id))
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/branch.py", line 667, in get_inventory
return bzrlib.xml.serializer_v4.read_inventory(f)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/xml.py", line 43, in read_inventory
return self._unpack_inventory(self._read_element(f))
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/xml.py", line 112, in _unpack_inventory
ie = self._unpack_entry(e)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/xml.py", line 132, in _unpack_entry
parent_id)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/bzrlib/inventory.py", line 140, in __init__
raise BzrError("unhandled entry kind %r" % kind)
BzrError: unhandled entry kind None
Thanks,
Jordan
More information about the bazaar
mailing list