Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 3.40 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $ git bzr push
  2. 13:19:13 Calculating the revisions to include ...m source
  3. 13:19:13 Starting export of 1527 revisions ...
  4. 13:19:13 Exported 1527 revisions in 0:00:00
  5. 13:19:14 Starting import ...
  6. bzr: ERROR: exceptions.KeyError: '1531'
  7.  
  8. Traceback (most recent call last):
  9.   File "/Library/Python/2.7/site-packages/bzrlib/commands.py", line 926, in exception_to_return_code
  10.     return the_callable(*args, **kwargs)
  11.   File "/Library/Python/2.7/site-packages/bzrlib/commands.py", line 1126, in run_bzr
  12.     ret = run(*run_argv)
  13.   File "/Library/Python/2.7/site-packages/bzrlib/commands.py", line 691, in run_argv_aliases
  14.     return self.run(**all_cmd_args)
  15.   File "/Library/Python/2.7/site-packages/bzrlib/commands.py", line 713, in run
  16.     return self._operation.run_simple(*args, **kwargs)
  17.   File "/Library/Python/2.7/site-packages/bzrlib/cleanup.py", line 135, in run_simple
  18.     self.cleanups, self.func, *args, **kwargs)
  19.   File "/Library/Python/2.7/site-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups
  20.     result = func(*args, **kwargs)
  21.   File "/Users/john/.bazaar/plugins/fastimport/cmds.py", line 316, in run
  22.     params, verbose, user_map=user_map)
  23.   File "/Users/john/.bazaar/plugins/fastimport/cmds.py", line 43, in _run
  24.     return proc.process(p.iter_commands)
  25.   File "/Users/john/.bazaar/plugins/fastimport/processors/generic_processor.py", line 308, in process
  26.     super(GenericProcessor, self)._process(command_iter)
  27.   File "/Library/Python/2.7/site-packages/fastimport/processor.py", line 76, in _process
  28.     handler(self, cmd)
  29.   File "/Users/john/.bazaar/plugins/fastimport/processors/generic_processor.py", line 533, in commit_handler
  30.     handler.process()
  31.   File "/Library/Python/2.7/site-packages/fastimport/processor.py", line 151, in process
  32.     self.pre_process_files()
  33.   File "/Users/john/.bazaar/plugins/fastimport/bzr_commit_handler.py", line 635, in pre_process_files
  34.     super(InventoryDeltaCommitHandler, self).pre_process_files()
  35.   File "/Users/john/.bazaar/plugins/fastimport/bzr_commit_handler.py", line 117, in pre_process_files
  36.     for p in parents]
  37.   File "/Users/john/.bazaar/plugins/fastimport/cache_manager.py", line 135, in lookup_committish
  38.     return self.marks[committish.lstrip(':')]
  39. KeyError: '1531'
  40.  
  41. bzr 2.3.1 on python 2.7.1 (Darwin-11.0.0-x86_64-i386-64bit)
  42. 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']
  43. encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
  44. plugins:
  45.   bash_completion      /Library/Python/2.7/site-packages/bzrlib/plugins/bash_completion [2.3.1]
  46.   bzrtools             /Library/Python/2.7/site-packages/bzrlib/plugins/bzrtools [2.4.0]
  47.   fastimport           /Users/john/.bazaar/plugins/fastimport [0.10.0]
  48.   launchpad            /Library/Python/2.7/site-packages/bzrlib/plugins/launchpad [2.3.1]
  49.   netrc_credential_store /Library/Python/2.7/site-packages/bzrlib/plugins/netrc_credential_store [2.3.1]
  50.   news_merge           /Library/Python/2.7/site-packages/bzrlib/plugins/news_merge [2.3.1]
  51.  
  52. *** Bazaar has encountered an internal error.  This probably indicates a
  53.     bug in Bazaar.  You can help us fix it by filing a bug report at
  54.         https://bugs.launchpad.net/bzr/+filebug
  55.     including this traceback and a description of the problem.
  56. ERROR:root:bzr import failed