Just skimming over the current failures - bug 408824 and also there are also some failures related to stacking: test: bzrlib.tests.blackbox.test_status.BranchStatus.test_tree_status_specific_files error: bzrlib.tests.blackbox.test_status.BranchStatus.test_tree_status_specific_files [ RemoteException: Traceback (most recent call last): File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/blackbox/test_status.py", line 259, in test_tree_status_specific_files short=True, revision=revs) File "/home/mbp/bzr/398668-2a-default/bzrlib/status.py", line 162, in show_tree_status if nonexistents: UnboundLocalError: local variable 'nonexistents' referenced before assignment ] test: bzrlib.tests.blackbox.test_status.CheckoutStatus.test_tree_status_specific_files error: bzrlib.tests.blackbox.test_status.CheckoutStatus.test_tree_status_specific_files [ RemoteException: Traceback (most recent call last): File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/blackbox/test_status.py", line 259, in test_tree_status_specific_files short=True, revision=revs) File "/home/mbp/bzr/398668-2a-default/bzrlib/status.py", line 162, in show_tree_status if nonexistents: UnboundLocalError: local variable 'nonexistents' referenced before assignment ] and in testing stacking across hpss test: bzrlib.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_default_stack_on(BzrDirMetaFormat1) error: bzrlib.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_default_stack_on(BzrDirMetaFormat1) [ RemoteException: Traceback (most recent call last): File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/per_bzrdir/test_bzrdir.py", line 1272, in test_format_initialize_on_transport_ex_default_s tack_on t, need_meta=True, repo_format_name=repo_name, stacked_on=None) File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/per_bzrdir/test_bzrdir.py", line 1323, in assertInitializeEx self.bzrdir_format.initialize_on_transport_ex(t, **kwargs) File "/home/mbp/bzr/398668-2a-default/bzrlib/bzrdir.py", line 1948, in initialize_on_transport_ex make_working_trees, shared_repo) File "/home/mbp/bzr/398668-2a-default/bzrlib/bzrdir.py", line 3624, in acquire_repository possible_transports=[self._bzrdir.transport]) File "/home/mbp/bzr/398668-2a-default/bzrlib/bzrdir.py", line 3571, in _add_fallback repository.add_fallback_repository(stacked_repo) File "/home/mbp/bzr/398668-2a-default/bzrlib/repository.py", line 965, in add_fallback_repository self._check_fallback_repository(repository) File "/home/mbp/bzr/398668-2a-default/bzrlib/repository.py", line 981, in _check_fallback_repository return InterRepository._assert_same_model(self, repository) File "/home/mbp/bzr/398668-2a-default/bzrlib/repository.py", line 3308, in _assert_same_model "different rich-root support") IncompatibleRepositories: CHKInventoryRepository('file:///tmp/testbzr-4TD5P3.tmp/bzrlib.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_format_ini tialize_on_transport_ex_default_stack_on%28BzrDirMetaFormat1%29/work/stack-on/.bzr/repository/') is not compatible with KnitPackRepository('file:///tmp/testbzr-4TD5P3.tmp/bzrlib.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_defaul t_stack_on%28BzrDirMetaFormat1%29/work/stacked/.bzr/repository/') different rich-root support ] test: bzrlib.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_default_stack_on(RemoteBzrDirFormat-default) error: bzrlib.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_default_stack_on(RemoteBzrDirFormat-default) [ RemoteException: Traceback (most recent call last): File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/per_bzrdir/test_bzrdir.py", line 1272, in test_format_initialize_on_transport_ex_default_s tack_on t, need_meta=True, repo_format_name=repo_name, stacked_on=None) File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/per_bzrdir/test_bzrdir.py", line 1323, in assertInitializeEx self.bzrdir_format.initialize_on_transport_ex(t, **kwargs) File "/home/mbp/bzr/398668-2a-default/bzrlib/bzrdir.py", line 3193, in initialize_on_transport_ex stack_on_pwd, repo_format_name, make_working_trees, shared_repo) File "/home/mbp/bzr/398668-2a-default/bzrlib/bzrdir.py", line 3232, in _initialize_on_transport_ex_rpc remote._translate_error(err, path=path) File "/home/mbp/bzr/398668-2a-default/bzrlib/remote.py", line 2743, in _translate_error raise errors.UnknownErrorFromSmartServer(err) UnknownErrorFromSmartServer: Server sent an unexpected error: ('error', "CHKInventoryRepository('chroot-146779472:///stack-on/.bzr/repository/' )\nis not compatible with\nKnitPackRepository('chroot-146779472:///stacked/.bzr/repository/')\ndifferent rich-root support") ] and one I don't understand yet to do with insert_stream test: bzrlib.tests.per_repository.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RemoteRepositoryFormat -default) failure: bzrlib.tests.per_repository.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RemoteRepositoryFor mat-default) [ RemoteException: Traceback (most recent call last): File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/per_repository/test_write_group.py", line 349, in test_insert_stream_passes_resume_info self.assertEqual([False], call_log) AssertionError: not equal: a = [False] b = [] ] test: bzrlib.tests.per_repository.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RemoteRepositoryFormat-v2) failure: bzrlib.tests.per_repository.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RemoteRepositoryFormat-v2) [ RemoteException: Traceback (most recent call last): File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/per_repository/test_write_group.py", line 349, in test_insert_stream_passes_resume_info self.assertEqual([False], call_log) AssertionError: not equal: a = [False] b = [] ] and complaints that _iter_inventory_xmls is not implemented: test: bzrlib.tests.per_workingtree.test_commit.TestCommit.test_record_initial_ghost(WorkingTreeFormat3) error: bzrlib.tests.per_workingtree.test_commit.TestCommit.test_record_initial_ghost(WorkingTreeFormat3) [ RemoteException: Traceback (most recent call last): File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/per_workingtree/test_commit.py", line 332, in test_record_initial_ghost allow_leftmost_as_ghost=True) File "/home/mbp/bzr/398668-2a-default/bzrlib/mutabletree.py", line 52, in tree_write_locked return unbound(self, *args, **kwargs) File "/home/mbp/bzr/398668-2a-default/bzrlib/workingtree.py", line 816, in set_parent_ids self.set_last_revision(revision_ids[0]) File "/home/mbp/bzr/398668-2a-default/bzrlib/mutabletree.py", line 52, in tree_write_locked return unbound(self, *args, **kwargs) File "/home/mbp/bzr/398668-2a-default/bzrlib/workingtree.py", line 1836, in set_last_revision self._cache_basis_inventory(new_revision) File "/home/mbp/bzr/398668-2a-default/bzrlib/workingtree.py", line 1882, in _cache_basis_inventory xml = self.branch.repository.get_inventory_xml(new_revision) File "/home/mbp/bzr/398668-2a-default/bzrlib/decorators.py", line 138, in read_locked result = unbound(self, *args, **kwargs) File "/home/mbp/bzr/398668-2a-default/bzrlib/repository.py", line 2261, in get_inventory_xml texts = self._iter_inventory_xmls([revision_id]) File "/home/mbp/bzr/398668-2a-default/bzrlib/repofmt/groupcompress_repo.py", line 785, in _iter_inventory_xmls raise NotImplementedError(self._iter_inventory_xmls) NotImplementedError: ] and some failures to do with dirstate manipulation test: bzrlib.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_no_content(unicode) failure: bzrlib.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_no_content(unicode) [ RemoteException: Traceback (most recent call last): File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/test_dirstate.py", line 1005, in test_set_parent_trees_no_content list(state._iter_entries())) AssertionError: not equal: a = [(('', '', 'tree_root-20090803021150-uz2x0ea2mun4d2on-10403'), [('d', '', 0, False, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'), ('d', '', 0, False, 'mbp@grace-20090803023509-7mo82m8w2wl8t3v9'), ('d', '', 0, False, 'mbp@grace-20090803023509-g2c5f8czubhjq56w')])] b = [(('', '', 'tree_root-20090803021150-uz2x0ea2mun4d2on-10403'), [('d', '', 0, False, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'), ('d', '', 0, False, 'mbp@grace-20090803023509-7mo82m8w2wl8t3v9'), ('d', '', 0, False, 'mbp@grace-20090803023509-7mo82m8w2wl8t3v9')])] ] test: bzrlib.tests.test_dirstate.TestTreeToDirState.test_2_parents_empty_to_dirstate(unicode) failure: bzrlib.tests.test_dirstate.TestTreeToDirState.test_2_parents_empty_to_dirstate(unicode) [ RemoteException: Traceback (most recent call last): File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/test_dirstate.py", line 425, in test_2_parents_empty_to_dirstate self.check_state_with_reopen(expected_result, state) File "/home/mbp/bzr/398668-2a-default/bzrlib/tests/test_dirstate.py", line 195, in check_state_with_reopen self.assertEqual(expected_result[1], list(state._iter_entries())) AssertionError: not equal: a = [(('', '', 'tree_root-20090803021150-uz2x0ea2mun4d2on-10418'), [('d', '', 0, False, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'), ('d', '', 0, False, 'mbp@grace-20090803023510-d9271k9p8fuph389'), ('d', '', 0, False, 'mbp@grace-20090803023510-rceurqiify3ebw9p')])] b = [(('', '', 'tree_root-20090803021150-uz2x0ea2mun4d2on-10418'), [('d', '', 0, False, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'), ('d', '', 0, False, 'mbp@grace-20090803023510-d9271k9p8fuph389'), ('d', '', 0, False, 'mbp@grace-20090803023510-d9271k9p8fuph389')])]