Error on fast-export
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
New
|
Undecided
|
Unassigned |
Bug Description
Hi!
I'm getting the following error:
16:14:21 Starting export of 1355 revisions ...
brz: ERROR: KeyError: b'null:'
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 class_run(*args, **kwargs)
File "/usr/lib/
return exporter.run()
File "/usr/lib/
self.
File "/usr/lib/
self.
KeyError: b'null:'
brz 3.3.2 on python 3.11.2 (Linux-
arguments: ['bzr', 'fast-export', '--marks=
branch=
plugins: bash_completion
commitfromn
fastimport[
gitlab[3.3.2], hg[3.3.2], launchpad[3.3.2], mtn[3.3.2],
netrc_
propose[3.3.2], pypi[3.3.2], quilt[unknown], repodebug[3.3.2],
rewrite[
weave_
encoding: 'ascii', fsenc: 'ascii', lang: None
*** Breezy has encountered an internal error. This probably indicates a
bug in Breezy. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
The script that generates this is:
=======
#!/bin/bash
docker run -it --rm -v `pwd`/update:
rm -rf upstream && \
rm -rf anduril2 && \
apt update && \
apt -y upgrade && \
apt -y install bzr-fastimport git && \
git clone https:/
mkdir upstream && \
cd upstream && \
bzr branch lp:~toykeeper/flashlight-firmware/anduril2 && \
mv anduril2 anduril2.tk && \
bzr branch lp:~gabe/flashlight-firmware/anduril2 && \
mv anduril2 anduril2.gabe && \
cd .. && \
cd anduril2 && \
git remote set-url origin <email address hidden>
bzr fast-export --marks=
git fast-import --import-
bzr fast-export --marks=
git fast-import --import-
sort ./import/marks.bzr -n -k 1.2 -o ./import/marks.bzr"
===================
I'm not sure how to reproduce it in a smaller example, I hope the stack trace gives enough information
Looks like this has been around for a while: https:/ /bugs.launchpad .net/brz/ +bug/1890174