vila: using bzr 2.3.1-1, bzr-svn 1.0.5dev I get a crash trying to merge File "/usr/lib/python2.6/dist-packages/bzrlib/repofmt/pack_repo.py", line 2171, in _commit_write_group "Cannot add revision(s) to repository: " + problems_summary) BzrCheckError: Internal check failed: Cannot add revision(s) to repository: missing referenced chk root keys: [StaticTuple(… >-/ bignose: can you pastebin a bit more details so I can paste it to the bug report ? http://paste.pound-python.org/show/9056/ : $ bzr version Bazaar (bzr) 2.3.1 Python interpreter: /usr/bin/python 2.6.7 Python standard library: /usr/lib/python2.6 Platform: Linux-2.6.39-2-686-pae-i686-with-debian-wheezy-sid bzrlib: /usr/lib/python2.6/dist-packages/bzrlib Bazaar configuration: /home/bignose/.bazaar Bazaar log file: /home/bignose/.bzr.log Copyright 2005-2010 Canonical Ltd. http://bazaar.canonical.com/ bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and you may use, modify and redistribute it under the terms of the GNU General Public License version 2 or later. Bazaar is part of the GNU Project to produce a free operating system. $ aptitude show bzr-svn | grep '^Version:' Version: 1.0.4+bzr3475-1 $ bzr info . Repository checkout (format: 2a) Location: repository checkout root: . checkout of branch: svn+ssh://benf@subversion/home/svn/empowered/trunk/ shared repository: /home/bignose/Projects/svn Related branches: parent branch: svn+ssh://benf@subversion/home/svn/empowered/trunk/ $ bzr info ../../devel/empowered.rt12430.confirm-reminder-email/ Repository tree (format: 2a) Location: shared repository: /home/bignose/Projects/devel repository branch: /home/bignose/Projects/devel/empowered.rt12430.confirm-reminder-email Related branches: parent branch: sftp://benf@jubjub/~/projects/devel/empowered.rt12430.confirm-reminder-email/ $ bzr missing --line ../../devel/empowered.rt12430.confirm-reminder-email/ | wc -l 27 $ bzr merge ../../devel/empowered.rt12430.confirm-reminder-email/ bzr: ERROR: bzrlib.errors.BzrCheckError: Internal check failed: Cannot add revision(s) to repository: missing referenced chk root keys: [StaticTuple('sha1:0e39424665871536d39178689f72f1448c3bc94b',), StaticTuple('sha1:1086a02e983e8c938872801af403a026ba524ebe',), StaticTuple('sha1:16362c57dfb71c7f95f418b05559856a98bba17c',), StaticTuple('sha1:2a17c16e9ef3762a4f5dcbe073b4f154eeda2182',), StaticTuple('sha1:34acc6c42419b7685853a7d325a1aa370dd45998',), StaticTuple('sha1:367370bd9a4f8384e0dd934c75f1f411e4a70b89',), StaticTuple('sha1:4d6db18e16a31c1d71b2693cc9a07850343543bf',), StaticTuple('sha1:510b214030d53f4584887cad0e3992de4b19fb13',), StaticTuple('sha1:588d878ed0327e472f0b352204319f60aac3dd98',), StaticTuple('sha1:5e38f026e1049ffb1f7339380e79692208167a88',), StaticTuple('sha1:5f61c0503a834693f473b118da02d21642ed3b14',), StaticTuple('sha1:710b96ea1b44e415e569a4fb3b47569f0a1a4174',), StaticTuple('sha1:744ec3a040c05eb2e51328db700f4091316cb56e',), StaticTuple('sha1:93c2e957540d1f6bc48520c2b41ef094863ccdec',), StaticTuple('sha1:a989417da822f1eccd6925003453873704db4e69',), StaticTuple('sha1:ac2cc220c29cb6d3f4c1f05af672e976b3609c38',), StaticTuple('sha1:b50800cc2244cf11dbdfd7c07a703a7ecbae6243',), StaticTuple('sha1:b51dd46f0132da8db2dd89adeceb69c631af128f',), StaticTuple('sha1:b8d3a28b6afb63112c131926f13b1bd9bfcf37e7',), StaticTuple('sha1:d0b673050aa75752e1aa670ae745cd8bb8446bc7',), StaticTuple('sha1:e570fb24d0af9d8cd48a3aef55c589fd1bb1c95b',)] Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 923, in exception_to_return_code return the_callable(*args, **kwargs) File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1123, in run_bzr ret = run(*run_argv) File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 688, in run_argv_aliases return self.run(**all_cmd_args) File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 710, in run return self._operation.run_simple(*args, **kwargs) File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 135, in run_simple self.cleanups, self.func, *args, **kwargs) File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups result = func(*args, **kwargs) File "/usr/lib/python2.6/dist-packages/bzrlib/builtins.py", line 3941, in run location, revision, remember, possible_transports, None) File "/usr/lib/python2.6/dist-packages/bzrlib/builtins.py", line 4074, in _get_merger_from_branch other_revision_id, base_revision_id, other_branch, base_branch) File "/usr/lib/python2.6/dist-packages/bzrlib/merge.py", line 410, in from_revision_ids merger.set_other_revision(other, other_branch) File "/usr/lib/python2.6/dist-packages/bzrlib/merge.py", line 552, in set_other_revision self._maybe_fetch(other_branch, self.this_branch, self.other_rev_id) File "/usr/lib/python2.6/dist-packages/bzrlib/merge.py", line 569, in _maybe_fetch target.fetch(source, revision_id) File "/usr/lib/python2.6/dist-packages/bzrlib/decorators.py", line 194, in write_locked result = unbound(self, *args, **kwargs) File "/usr/lib/python2.6/dist-packages/bzrlib/branch.py", line 685, in fetch pb=pb) File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 1777, in fetch find_ghosts=find_ghosts, fetch_spec=fetch_spec) File "/usr/lib/python2.6/dist-packages/bzrlib/decorators.py", line 194, in write_locked result = unbound(self, *args, **kwargs) File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 3433, in fetch find_ghosts=find_ghosts) File "/usr/lib/python2.6/dist-packages/bzrlib/fetch.py", line 72, in __init__ self.__fetch() File "/usr/lib/python2.6/dist-packages/bzrlib/fetch.py", line 98, in __fetch self._fetch_everything_for_search(search) File "/usr/lib/python2.6/dist-packages/bzrlib/fetch.py", line 132, in _fetch_everything_for_search stream, from_format, resume_tokens) File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 4101, in insert_stream hint = self.target_repo.commit_write_group() File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 1636, in commit_write_group result = self._commit_write_group() File "/usr/lib/python2.6/dist-packages/bzrlib/repofmt/pack_repo.py", line 2333, in _commit_write_group hint = self._pack_collection._commit_write_group() File "/usr/lib/python2.6/dist-packages/bzrlib/repofmt/pack_repo.py", line 2171, in _commit_write_group "Cannot add revision(s) to repository: " + problems_summary) BzrCheckError: Internal check failed: Cannot add revision(s) to repository: missing referenced chk root keys: [StaticTuple('sha1:0e39424665871536d39178689f72f1448c3bc94b',), StaticTuple('sha1:1086a02e983e8c938872801af403a026ba524ebe',), StaticTuple('sha1:16362c57dfb71c7f95f418b05559856a98bba17c',), StaticTuple('sha1:2a17c16e9ef3762a4f5dcbe073b4f154eeda2182',), StaticTuple('sha1:34acc6c42419b7685853a7d325a1aa370dd45998',), StaticTuple('sha1:367370bd9a4f8384e0dd934c75f1f411e4a70b89',), StaticTuple('sha1:4d6db18e16a31c1d71b2693cc9a07850343543bf',), StaticTuple('sha1:510b214030d53f4584887cad0e3992de4b19fb13',), StaticTuple('sha1:588d878ed0327e472f0b352204319f60aac3dd98',), StaticTuple('sha1:5e38f026e1049ffb1f7339380e79692208167a88',), StaticTuple('sha1:5f61c0503a834693f473b118da02d21642ed3b14',), StaticTuple('sha1:710b96ea1b44e415e569a4fb3b47569f0a1a4174',), StaticTuple('sha1:744ec3a040c05eb2e51328db700f4091316cb56e',), StaticTuple('sha1:93c2e957540d1f6bc48520c2b41ef094863ccdec',), StaticTuple('sha1:a989417da822f1eccd6925003453873704db4e69',), StaticTuple('sha1:ac2cc220c29cb6d3f4c1f05af672e976b3609c38',), StaticTuple('sha1:b50800cc2244cf11dbdfd7c07a703a7ecbae6243',), StaticTuple('sha1:b51dd46f0132da8db2dd89adeceb69c631af128f',), StaticTuple('sha1:b8d3a28b6afb63112c131926f13b1bd9bfcf37e7',), StaticTuple('sha1:d0b673050aa75752e1aa670ae745cd8bb8446bc7',), StaticTuple('sha1:e570fb24d0af9d8cd48a3aef55c589fd1bb1c95b',)] bzr 2.3.1 on python 2.6.7 (Linux-2.6.39-2-686-pae-i686-with-debian-wheezy-sid) arguments: ['/usr/bin/bzr', 'merge', '../../devel/empowered.rt12430.confirm-reminder-email/'] encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8' plugins: bash_completion /usr/lib/python2.6/dist-packages/bzrlib/plugins/bash_completion [2.3.1] builddeb /usr/lib/python2.6/dist-packages/bzrlib/plugins/builddeb [2.7.0dev] bzrtools /usr/lib/python2.6/dist-packages/bzrlib/plugins/bzrtools [2.3.1] dbus /usr/lib/python2.6/dist-packages/bzrlib/plugins/dbus [0.1.0dev] etckeeper /usr/lib/python2.6/dist-packages/bzrlib/plugins/etckeeper [unknown] fastimport /usr/lib/python2.6/dist-packages/bzrlib/plugins/fastimport [0.11.0dev] git /usr/lib/python2.6/dist-packages/bzrlib/plugins/git [0.6.2dev] grep /usr/lib/python2.6/dist-packages/bzrlib/plugins/grep [0.4.0] gtk /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk [0.101.0dev] hg /usr/lib/python2.6/dist-packages/bzrlib/plugins/hg [0.2.0dev] launchpad /usr/lib/python2.6/dist-packages/bzrlib/plugins/launchpad [2.3.1] netrc_credential_store /usr/lib/python2.6/dist-packages/bzrlib/plugins/netrc_credential_store [2.3.1] news_merge /usr/lib/python2.6/dist-packages/bzrlib/plugins/news_merge [2.3.1] pipeline /usr/lib/python2.6/dist-packages/bzrlib/plugins/pipeline [1.1.0] search /usr/lib/python2.6/dist-packages/bzrlib/plugins/search [1.7.0dev] stats /usr/lib/python2.6/dist-packages/bzrlib/plugins/stats [0.1.0] svn /usr/lib/python2.6/dist-packages/bzrlib/plugins/svn [1.0.5dev] upload /usr/lib/python2.6/dist-packages/bzrlib/plugins/upload [1.0.1dev] *** 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 including this traceback and a description of the problem.