Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created August 11, 2011 18:29
Show Gist options
  • Save notmyname/1140360 to your computer and use it in GitHub Desktop.
Save notmyname/1140360 to your computer and use it in GitHub Desktop.
$ git bzr push
13:19:13 Calculating the revisions to include ...m source
13:19:13 Starting export of 1527 revisions ...
13:19:13 Exported 1527 revisions in 0:00:00
13:19:14 Starting import ...
bzr: ERROR: exceptions.KeyError: '1531'
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/bzrlib/commands.py", line 926, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/Library/Python/2.7/site-packages/bzrlib/commands.py", line 1126, in run_bzr
ret = run(*run_argv)
File "/Library/Python/2.7/site-packages/bzrlib/commands.py", line 691, in run_argv_aliases
return self.run(**all_cmd_args)
File "/Library/Python/2.7/site-packages/bzrlib/commands.py", line 713, in run
return self._operation.run_simple(*args, **kwargs)
File "/Library/Python/2.7/site-packages/bzrlib/cleanup.py", line 135, in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/Library/Python/2.7/site-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups
result = func(*args, **kwargs)
File "/Users/john/.bazaar/plugins/fastimport/cmds.py", line 316, in run
params, verbose, user_map=user_map)
File "/Users/john/.bazaar/plugins/fastimport/cmds.py", line 43, in _run
return proc.process(p.iter_commands)
File "/Users/john/.bazaar/plugins/fastimport/processors/generic_processor.py", line 308, in process
super(GenericProcessor, self)._process(command_iter)
File "/Library/Python/2.7/site-packages/fastimport/processor.py", line 76, in _process
handler(self, cmd)
File "/Users/john/.bazaar/plugins/fastimport/processors/generic_processor.py", line 533, in commit_handler
handler.process()
File "/Library/Python/2.7/site-packages/fastimport/processor.py", line 151, in process
self.pre_process_files()
File "/Users/john/.bazaar/plugins/fastimport/bzr_commit_handler.py", line 635, in pre_process_files
super(InventoryDeltaCommitHandler, self).pre_process_files()
File "/Users/john/.bazaar/plugins/fastimport/bzr_commit_handler.py", line 117, in pre_process_files
for p in parents]
File "/Users/john/.bazaar/plugins/fastimport/cache_manager.py", line 135, in lookup_committish
return self.marks[committish.lstrip(':')]
KeyError: '1531'
bzr 2.3.1 on python 2.7.1 (Darwin-11.0.0-x86_64-i386-64bit)
arguments: ['/usr/local/bin/bzr', 'fast-import', '--import-marks=/Users/john/Documents/openswift/.git/bzr/map/proxy_error_log-bzr', '--export-marks=/Users/john/Documents/openswift/.git/bzr/map/proxy_error_log-bzr', '-', '/Users/john/Documents/openswift/.git/bzr/repo/proxy_error_log']
encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
plugins:
bash_completion /Library/Python/2.7/site-packages/bzrlib/plugins/bash_completion [2.3.1]
bzrtools /Library/Python/2.7/site-packages/bzrlib/plugins/bzrtools [2.4.0]
fastimport /Users/john/.bazaar/plugins/fastimport [0.10.0]
launchpad /Library/Python/2.7/site-packages/bzrlib/plugins/launchpad [2.3.1]
netrc_credential_store /Library/Python/2.7/site-packages/bzrlib/plugins/netrc_credential_store [2.3.1]
news_merge /Library/Python/2.7/site-packages/bzrlib/plugins/news_merge [2.3.1]
*** 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.
ERROR:root:bzr import failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment