'BTreeBuilder' object has no attribute '_find_ancestors'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Unassigned | ||
Bazaar Fast Import |
Confirmed
|
Undecided
|
Unassigned | ||
git-bzr-ng |
New
|
Undecided
|
Unassigned | ||
bzr-fastimport (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 8.04 LTS
Bazaar 2.1.0 from "deb http://
When using fastimport plugin to export a Mercurial repo using:
export HG_FAST_
$HG_FAST_EXPORT --repo=. | bzr fast-import -
I get:
master: Exporting full revision 1/6 with 2/0/0 added/changed/
master: Exporting simple delta revision 2/6 with 0/1/0 added/changed/
master: Exporting simple delta revision 3/6 with 0/1/0 added/changed/
master: Exporting simple delta revision 4/6 with 0/1/0 added/changed/
master: Exporting simple delta revision 5/6 with 0/1/0 added/changed/
master: Exporting simple delta revision 6/6 with 0/1/0 added/changed/
Issued 6 commands
01:44:56 Starting import ...
01:44:56 Found 1 commits already loaded - skipping over these ...
ABORT: exception occurred processing commit :2
bzr: ERROR: exceptions.
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
attaching the crash file
and including a description of the problem.
The crash file is plain text and you can inspect or edit it to remove
private information.
ProblemType: Crash
BzrDebugFlags: set([])
BzrPlugins:
bzrtools /usr/lib/
fastimport /home/jure/
launchpad /usr/lib/
netrc_
news_merge /usr/lib/
BzrVersion: 2.1.0
CommandLine: ['/usr/bin/bzr', 'fast-import', '-']
Date: Fri Mar 19 01:44:56 2010
FileSystemEncoding: UTF-8
Locale: sl_SI.UTF-8
Platform: Linux-2.
<...>
Traceback:
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run_
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/home/
params, verbose, user_map=user_map)
File "/home/
return proc.process(
File "/home/
self.
File "/home/
processor.
File "/home/
handler(self, cmd)
File "/home/
handler.
File "/home/
self.
File "/home/
self.
File "/home/
[(r,) for r in rev.parent_ids])
File "/usr/lib/
parent_map, missing_keys = self._index.
File "/usr/lib/
return self._graph_
File "/usr/lib/
search_keys = index._
AttributeError: 'BTreeBuilder' object has no attribute '_find_ancestors'
Related branches
- Zygmunt Krynicki (community): Needs Information
- Martin Packman (community): Needs Fixing
-
Diff: 41 lines (+13/-0)2 files modifiedbzrlib/btree_index.py (+3/-0)
bzrlib/index.py (+10/-0)
tags: | added: openstack |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in bzr-fastimport: | |
status: | Confirmed → Invalid |
Changed in bzr: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
status: | Confirmed → In Progress |
Changed in bzr: | |
status: | Triaged → Confirmed |
Changed in bzr: | |
status: | Confirmed → Fix Released |
Probably a fastimport bug, re-affect to bzr if needed.