2010-03-19 00:51:17 |
Jure Sah |
bug |
|
|
added bug |
2010-03-19 00:51:17 |
Jure Sah |
attachment added |
|
bzr-20100319004456-15757.crash http://launchpadlibrarian.net/41264197/bzr-20100319004456-15757.crash |
|
2010-03-19 00:54:25 |
Jure Sah |
bug task added |
|
bzr-fastimport |
|
2010-03-20 10:20:25 |
Vincent Ladeuil |
description |
Ubuntu 8.04 LTS
Bazaar 2.1.0 from "deb http://ppa.launchpad.net/bzr/ppa/ubuntu hardy main"
When using fastimport plugin to export a Mercurial repo using:
export HG_FAST_EXPORT=~/.bazaar/plugins/fastimport/exporters/hg-fast-export.py
$HG_FAST_EXPORT --repo=. | bzr fast-import -
I get:
master: Exporting full revision 1/6 with 2/0/0 added/changed/removed files
master: Exporting simple delta revision 2/6 with 0/1/0 added/changed/removed files
master: Exporting simple delta revision 3/6 with 0/1/0 added/changed/removed files
master: Exporting simple delta revision 4/6 with 0/1/0 added/changed/removed files
master: Exporting simple delta revision 5/6 with 0/1/0 added/changed/removed files
master: Exporting simple delta revision 6/6 with 0/1/0 added/changed/removed files
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.AttributeError: 'BTreeBuilder' object has no attribute '_find_ancestors'
*** 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://bugs.launchpad.net/bzr/+filebug
attaching the crash file
/home/username/.cache/crash/bzr-20100319004456-15757.crash
and including a description of the problem.
The crash file is plain text and you can inspect or edit it to remove
private information. |
Ubuntu 8.04 LTS
Bazaar 2.1.0 from "deb http://ppa.launchpad.net/bzr/ppa/ubuntu hardy main"
When using fastimport plugin to export a Mercurial repo using:
export HG_FAST_EXPORT=~/.bazaar/plugins/fastimport/exporters/hg-fast-export.py
$HG_FAST_EXPORT --repo=. | bzr fast-import -
I get:
master: Exporting full revision 1/6 with 2/0/0 added/changed/removed files
master: Exporting simple delta revision 2/6 with 0/1/0 added/changed/removed files
master: Exporting simple delta revision 3/6 with 0/1/0 added/changed/removed files
master: Exporting simple delta revision 4/6 with 0/1/0 added/changed/removed files
master: Exporting simple delta revision 5/6 with 0/1/0 added/changed/removed files
master: Exporting simple delta revision 6/6 with 0/1/0 added/changed/removed files
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.AttributeError: 'BTreeBuilder' object has no attribute '_find_ancestors'
*** 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://bugs.launchpad.net/bzr/+filebug
attaching the crash file
/home/username/.cache/crash/bzr-20100319004456-15757.crash
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/python2.5/site-packages/bzrlib/plugins/bzrtools [2.1.0]
fastimport /home/jure/.bazaar/plugins/fastimport [0.9.0dev]
launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [2.1.0]
netrc_credential_store /usr/lib/python2.5/site-packages/bzrlib/plugins/netrc_credential_store [2.1.0]
news_merge /usr/lib/python2.5/site-packages/bzrlib/plugins/news_merge [2.1.0]
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.6.24-27-generic-x86_64-with-debian-lenny-sid
<...>
Traceback:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 853, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 1055, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 661, in run_argv_aliases
return self.run_direct(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 665, in run_direct
return self._operation.run_simple(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/cleanup.py", line 122, in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
result = func(*args, **kwargs)
File "/home/jure/.bazaar/plugins/fastimport/__init__.py", line 384, in run
params, verbose, user_map=user_map)
File "/home/jure/.bazaar/plugins/fastimport/__init__.py", line 111, in _run
return proc.process(p.iter_commands)
File "/home/jure/.bazaar/plugins/fastimport/processor.py", line 95, in process
self._process(command_iter)
File "/home/jure/.bazaar/plugins/fastimport/processors/generic_processor.py", line 283, in _process
processor.ImportProcessor._process(self, command_iter)
File "/home/jure/.bazaar/plugins/fastimport/processor.py", line 117, in _process
handler(self, cmd)
File "/home/jure/.bazaar/plugins/fastimport/processors/generic_processor.py", line 493, in commit_handler
handler.process()
File "/home/jure/.bazaar/plugins/fastimport/processor.py", line 208, in process
self.post_process_files()
File "/home/jure/.bazaar/plugins/fastimport/bzr_commit_handler.py", line 607, in post_process_files
self._get_inventories)
File "/home/jure/.bazaar/plugins/fastimport/revision_store.py", line 374, in load_using_delta
[(r,) for r in rev.parent_ids])
File "/usr/lib/python2.5/site-packages/bzrlib/groupcompress.py", line 1295, in get_known_graph_ancestry
parent_map, missing_keys = self._index.find_ancestry(keys)
File "/usr/lib/python2.5/site-packages/bzrlib/groupcompress.py", line 1956, in find_ancestry
return self._graph_index.find_ancestry(keys, 0)
File "/usr/lib/python2.5/site-packages/bzrlib/index.py", line 1405, in find_ancestry
search_keys = index._find_ancestors(search_keys,
AttributeError: 'BTreeBuilder' object has no attribute '_find_ancestors'
|
|
2010-03-20 10:20:43 |
Vincent Ladeuil |
bzr: status |
New |
Invalid |
|
2010-03-20 10:20:46 |
Vincent Ladeuil |
bzr-fastimport: status |
New |
Confirmed |
|
2010-07-23 17:43:09 |
termie |
attachment added |
|
Output log of the imports and exports that produce the bug http://launchpadlibrarian.net/52381984/output |
|
2010-07-23 17:43:59 |
termie |
attachment added |
|
shell script that exercises the bug http://launchpadlibrarian.net/52381990/test2.sh |
|
2010-08-16 12:43:29 |
termie |
bzr: status |
Invalid |
New |
|
2010-08-19 23:12:10 |
Monty Taylor |
tags |
|
openstack |
|
2010-08-19 23:14:35 |
Monty Taylor |
branch linked |
|
lp:~termie/bzr/bzr_btree_ancestors |
|
2010-08-19 23:14:40 |
Monty Taylor |
bug |
|
|
added subscriber Monty Taylor |
2010-08-31 09:07:45 |
Martin Pool |
bzr: status |
New |
Confirmed |
|
2010-08-31 09:07:48 |
Martin Pool |
bzr: importance |
Undecided |
High |
|
2010-09-13 11:10:26 |
Saša Janiška |
removed subscriber Gour D. |
|
|
|
2010-10-11 00:12:54 |
Lewis Zhang |
bug |
|
|
added subscriber Lewis Zhang |
2011-01-06 11:51:11 |
Jelmer Vernooij |
bzr-fastimport: status |
Confirmed |
Invalid |
|
2011-02-01 20:56:10 |
termie |
bug |
|
|
added subscriber termie |
2011-04-20 17:20:13 |
Gustavo Niemeyer |
bug |
|
|
added subscriber Gustavo Niemeyer |
2011-04-20 17:21:52 |
Jelmer Vernooij |
bzr: assignee |
|
Jelmer Vernooij (jelmer) |
|
2011-04-20 17:21:54 |
Jelmer Vernooij |
bzr: status |
Confirmed |
In Progress |
|
2011-05-02 19:50:24 |
termie |
attachment added |
|
git-bzr-push.log https://bugs.launchpad.net/bzr/+bug/541626/+attachment/2106932/+files/git-bzr-push.log |
|
2011-05-02 19:51:14 |
termie |
attachment added |
|
master-bzr https://bugs.launchpad.net/bzr/+bug/541626/+attachment/2106933/+files/master-bzr |
|
2011-05-02 19:51:36 |
termie |
attachment added |
|
master-git https://bugs.launchpad.net/bzr/+bug/541626/+attachment/2106934/+files/master-git |
|
2011-07-28 08:32:54 |
Aman Gupta |
bug |
|
|
added subscriber Aman Gupta |
2011-09-28 12:25:53 |
Valentin Lab |
bug |
|
|
added subscriber Valentin Lab |
2011-09-28 15:41:40 |
Jelmer Vernooij |
bzr: assignee |
Jelmer Vernooij (jelmer) |
|
|
2011-09-28 15:41:42 |
Jelmer Vernooij |
bzr: status |
In Progress |
Triaged |
|
2011-11-14 16:58:10 |
Andy Grimm |
bug |
|
|
added subscriber Andy Grimm |
2011-11-16 19:42:10 |
Jelmer Vernooij |
bzr: status |
Triaged |
Confirmed |
|
2012-02-09 21:57:58 |
Tim Abell |
bug task added |
|
git-bzr-ng |
|
2012-04-28 10:45:59 |
Peter Waller |
bug |
|
|
added subscriber Peter Waller |
2012-04-28 15:59:26 |
Wouter van Heyst |
attachment added |
|
bug541626.sh https://bugs.launchpad.net/bzr/+bug/541626/+attachment/3112809/+files/bug541626.sh |
|
2012-04-28 18:06:06 |
Wouter van Heyst |
branch linked |
|
lp:~larstiq/bzr/bug541626 |
|
2012-05-28 16:06:19 |
Florian Rathgeber |
bug |
|
|
added subscriber Florian Rathgeber |
2012-07-07 17:01:16 |
Mantas Mikulėnas |
bug |
|
|
added subscriber Mantas Mikulėnas |
2012-08-22 09:23:04 |
John A Meinel |
bzr: status |
Confirmed |
Fix Released |
|
2012-10-02 22:20:51 |
Lewis Zhang |
removed subscriber Lewis Zhang |
|
|
|
2012-10-02 23:12:41 |
Zygmunt Krynicki |
branch linked |
|
lp:~zkrynicki/bzr/find_ancestors |
|
2012-10-03 21:19:23 |
Héctor Acosta |
bug |
|
|
added subscriber Héctor Acosta |
2012-10-25 06:30:34 |
xrg |
bug |
|
|
added subscriber xrg |
2012-11-03 02:31:48 |
Felipe Contreras |
attachment added |
|
minimal script to test the bug https://bugs.launchpad.net/bzr/+bug/541626/+attachment/3422289/+files/bzr-bug-test.sh |
|
2012-11-03 07:18:24 |
Felipe Contreras |
attachment added |
|
Proposed fix https://bugs.launchpad.net/bzr/+bug/541626/+attachment/3422347/+files/bzr-fastimport.patch |
|
2012-11-03 22:17:11 |
Felipe Contreras |
attachment added |
|
Actual fix https://bugs.launchpad.net/bzr/+bug/541626/+attachment/3423006/+files/bzr-fastimport-no-graph.patch |
|
2012-11-03 22:19:09 |
Felipe Contreras |
attachment added |
|
Test to reproduce the issue in bzr https://bugs.launchpad.net/bzr/+bug/541626/+attachment/3423007/+files/bzr-test-graph-ancestry.patch |
|
2012-11-04 06:26:35 |
Monty Taylor |
removed subscriber Monty Taylor |
|
|
|
2013-06-19 08:11:14 |
Psykar |
bzr-fastimport: status |
Invalid |
Confirmed |
|
2013-07-10 23:04:32 |
Orin Fink |
bug |
|
|
added subscriber Orin Fink |
2013-08-14 20:00:14 |
Richard Hansen |
bug |
|
|
added subscriber a7x |
2013-11-26 13:53:38 |
Benjamin Drung |
bug task added |
|
bzr-fastimport (Ubuntu) |
|
2013-11-26 16:18:32 |
Ubuntu Foundations Team Bug Bot |
tags |
openstack |
openstack patch |
|
2013-11-26 16:18:42 |
Ubuntu Foundations Team Bug Bot |
bug |
|
|
added subscriber Ubuntu Review Team |
2013-11-26 16:38:04 |
Benjamin Drung |
bug |
|
|
added subscriber Benjamin Drung |
2013-11-26 16:38:08 |
Launchpad Janitor |
bzr-fastimport (Ubuntu): status |
New |
Confirmed |
|
2013-11-26 22:20:45 |
Launchpad Janitor |
branch linked |
|
lp:debian/bzr-fastimport |
|
2013-11-27 00:07:10 |
Launchpad Janitor |
bzr-fastimport (Ubuntu): status |
Confirmed |
Fix Released |
|
2013-11-27 00:23:11 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/bzr-fastimport |
|
2014-11-30 02:17:59 |
Mantas Mikulėnas |
removed subscriber Mantas Mikulėnas |
|
|
|