bzr branch fails with exceptions.AssertionError

Bug #1099209 reported by yandros
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

; bzr branch bzr://bzr.savannah.gnu.org/emacs/elpa
bzr: ERROR: exceptions.AssertionError: ('not present: %r', StaticTuple('', '', 'TREE_ROOT'))

Traceback (most recent call last):
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/commands.py", line 920, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/commands.py", line 1131, in run_bzr
    ret = run(*run_argv)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/commands.py", line 695, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/builtins.py", line 1493, in run
    source_branch=br_from)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/bzrdir.py", line 366, in sprout
    create_tree_if_local=create_tree_if_local)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/cleanup.py", line 132, in run
    self.cleanups, self.func, self, *args, **kwargs)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/bzrdir.py", line 434, in _sprout
    hardlink=hardlink, from_branch=result_branch)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/bzrdir.py", line 910, in create_workingtree
    accelerator_tree=accelerator_tree, hardlink=hardlink)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/workingtree_4.py", line 1549, in initialize
    delta_from_tree=delta_from_tree)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/transform.py", line 2536, in build_tree
    delta_from_tree)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/transform.py", line 2652, in _build_tree
    precomputed_delta=precomputed_delta)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/transform.py", line 1758, in apply
    self._tree.apply_inventory_delta(inventory_delta)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/mutabletree.py", line 52, in tree_write_locked
    return unbound(self, *args, **kwargs)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/workingtree_4.py", line 1304, in apply_inventory_delta
    state.update_by_delta(changes)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/dirstate.py", line 1387, in update_by_delta
    self._apply_insertions(insertions.values())
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/dirstate.py", line 1439, in _apply_insertions
    path_utf8=path_utf8)
  File "/usr/local/src/homebrew/Cellar/bazaar/2.5.1/libexec/bzrlib/dirstate.py", line 3116, in update_minimal
    raise AssertionError('not present: %r', entry_key)
AssertionError: ('not present: %r', StaticTuple('', '', 'TREE_ROOT'))

bzr 2.5.1 on python 2.7.2 (Darwin-12.2.0-x86_64-i386-64bit)
arguments: ['/usr/local/bin/bzr', 'branch',
    'bzr://bzr.savannah.gnu.org/emacs/elpa']
plugins: bash_completion[2.5.1], changelog_merge[2.5.1], launchpad[2.5.1],
    netrc_credential_store[2.5.1], news_merge[2.5.1], po_merge[2.5.1],
    weave_fmt[2.5.1]
encoding: 'utf-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'

*** 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.

Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.