[Pkg-bazaar-maint] Bug#652796: bzr-gtk: FTBFS: tests failures
Lucas Nussbaum
lucas at lucas-nussbaum.net
Tue Dec 20 14:54:03 UTC 2011
Source: bzr-gtk
Version: 0.100.0+bzr763-1
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20111220 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[1]: Entering directory `/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763'
> xvfb-run -a ./debian/testsuite.sh
> /usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed
> return info.invoke(*args, **kwargs)
> /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:419: DeprecationWarning: Gtk.DialogFlags.NO_SEPARATOR has been depricated since Gtk+-3.0
> warnings.warn("Gtk.DialogFlags.NO_SEPARATOR has been depricated since Gtk+-3.0", DeprecationWarning)
> bzr selftest: /usr/bin/bzr
> /usr/lib/python2.7/dist-packages/bzrlib
> bzr-2.5b4 python-2.7.2 Linux-2.6.32-5-amd64-x86_64-with-debian-wheezy-sid
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view
> Text attachment: log
> ------------
> 0.633 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree/.bzr/.
> 0.635 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x24e9810> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree/
> 0.641 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree/.bzr/checkout/dirstate'
> 0.642 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree'
> 0.651 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree/
> 0.654 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 0.664 Committed revid jrandom at example.com-20111220111008-v8gn19mtpolxmpn1 as revno 1.
> INFO removed b
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 432, in test_diff_view
> self.assertEqual("=== modified file 'a'\n", text[0])
> IndexError: list index out of range
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> FAIL: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection
> Text attachment: log
> ------------
> 0.701 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection/work/tree/.bzr/.
> 0.703 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x24e92d0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection/work/tree/
> 0.709 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection/work/tree/.bzr/checkout/dirstate'
> 0.709 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 475, in test_file_selection
> self.assertEqual('Diff for All Files', dlg._diff_label.get_text())
> AssertionError: not equal:
> a = 'Diff for All Files'
> b = 'Diff for whole tree'
>
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> FAIL: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message
> Text attachment: log
> ------------
> 0.747 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message/work/tree/.bzr/.
> 0.749 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2ab8e50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message/work/tree/
> 0.755 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message/work/tree/.bzr/checkout/dirstate'
> 0.756 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 546, in test_file_selection_message
> self.assertFalse(dlg._file_message_expander.get_expanded())
> AssertionError: True is not false
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added
> Text attachment: log
> ------------
> 0.795 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added/work/tree/.bzr/.
> 0.797 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2fe9790> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added/work/tree/
> 0.802 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added/work/tree/.bzr/checkout/dirstate'
> 0.803 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 301, in test_filelist_added
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed
> Text attachment: log
> ------------
> 0.840 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree/.bzr/.
> 0.842 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2eb9850> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree/
> 0.848 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree/.bzr/checkout/dirstate'
> 0.849 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree'
> 0.859 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree/
> 0.861 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 0.870 Committed revid jrandom at example.com-20111220111008-mgcalamz132sw849 as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 376, in test_filelist_kind_changed
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified
> Text attachment: log
> ------------
> 0.904 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree/.bzr/.
> 0.906 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2ff6a50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree/
> 0.913 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree/.bzr/checkout/dirstate'
> 0.913 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree'
> 0.923 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree/
> 0.926 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 0.935 Committed revid jrandom at example.com-20111220111008-mslq9ysb06ad0qm7 as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 333, in test_filelist_modified
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed
> Text attachment: log
> ------------
> 0.968 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree/.bzr/.
> 0.970 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2e8c310> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree/
> 0.976 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree/.bzr/checkout/dirstate'
> 0.976 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree'
> 0.987 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree/
> 0.989 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 0.998 Committed revid jrandom at example.com-20111220111008-rlangpjx1bg9iybq as revno 1.
> INFO removed b
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 392, in test_filelist_removed
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed
> Text attachment: log
> ------------
> 1.034 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree/.bzr/.
> 1.036 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2ebff50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree/
> 1.042 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree/.bzr/checkout/dirstate'
> 1.042 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree'
> 1.052 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree/
> 1.054 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO added b/c
> INFO Committed revision 1.
> 1.064 Committed revid jrandom at example.com-20111220111008-tfy1ku5xjhzt0xve as revno 1.
> 1.067 rename_one:
> from_id {b-id}
> from_rel: 'b'
> to_rel: 'd'
> to_dir ''
> to_dir_id {tree_root-20111220111008-9nsdnbg4ia3xxhsj-11}
>
> 1.071 rename_one:
> from_id {a-id}
> from_rel: 'a'
> to_rel: 'd/a'
> to_dir 'd'
> to_dir_id {b-id}
>
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 318, in test_filelist_renamed
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified
> Text attachment: log
> ------------
> 1.104 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree/.bzr/.
> 1.107 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x30147d0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree/
> 1.112 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree/.bzr/checkout/dirstate'
> 1.112 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree'
> 1.123 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree/
> 1.125 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO added b/c
> INFO Committed revision 1.
> 1.135 Committed revid jrandom at example.com-20111220111009-eupsuck64hc32f8g as revno 1.
> 1.138 rename_one:
> from_id {b-id}
> from_rel: 'b'
> to_rel: 'd'
> to_dir ''
> to_dir_id {tree_root-20111220111008-9nsdnbg4ia3xxhsj-12}
>
> 1.141 rename_one:
> from_id {a-id}
> from_rel: 'a'
> to_rel: 'd/a'
> to_dir 'd'
> to_dir_id {b-id}
>
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 353, in test_filelist_renamed_and_modified
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected
> Text attachment: log
> ------------
> 1.175 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected/work/tree/.bzr/.
> 1.177 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x247e750> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected/work/tree/
> 1.183 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected/work/tree/.bzr/checkout/dirstate'
> 1.183 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 407, in test_filelist_with_selected
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> /usr/lib/python2.7/dist-packages/bzrlib/decorators.py:154: DeprecationWarning: bzrlib.repofmt.groupcompress_repo.CHKInventoryRepository.get_ancestry was deprecated in version 2.4.0.
> result = unbound(self, *args, **kwargs)
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files
> Text attachment: log
> ------------
> 1.663 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files/work/tree/.bzr/.
> 1.665 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3307510> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files/work/tree/
> 1.671 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files/work/tree/.bzr/checkout/dirstate'
> 1.671 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 637, in test_specific_files
> self.assertEqual((['a', 'b'], []), dlg._get_specific_files())
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages
> Text attachment: log
> ------------
> 1.709 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages/work/tree/.bzr/.
> 1.711 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3468850> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages/work/tree/
> 1.717 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages/work/tree/.bzr/checkout/dirstate'
> 1.717 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 684, in test_specific_files_sanitizes_messages
> self.assertEqual((['a_file', 'b_dir'], []), dlg._get_specific_files())
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages
> Text attachment: log
> ------------
> 1.757 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages/work/tree/.bzr/.
> 1.759 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x346bd50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages/work/tree/
> 1.764 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages/work/tree/.bzr/checkout/dirstate'
> 1.765 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 654, in test_specific_files_with_messages
> self.assertEqual((['a_file', 'b_dir'], []), dlg._get_specific_files())
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files
> Text attachment: log
> ------------
> 1.804 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files/work/tree/.bzr/.
> 1.805 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3317810> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files/work/tree/
> 1.811 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files/work/tree/.bzr/checkout/dirstate'
> 1.812 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 595, in test_toggle_all_files
> ], [(r[0], r[1], r[2]) for r in dlg._files_store])
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both
> Text attachment: log
> ------------
> 2.107 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/.bzr/.
> 2.109 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3579d10> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/
> 2.114 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/.bzr/checkout/dirstate'
> 2.115 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree'
> 2.124 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/
> 2.126 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 2.136 Committed revid jrandom at example.com-20111220111010-4fhx2isxtnwhs36j as revno 1.
> 2.139 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree'
> 2.145 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/.bzr/.
> 2.147 Using fetch logic to copy between CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/.bzr/repository/')(RepositoryFormat2a()) and CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/.bzr/repository/')(RepositoryFormat2a())
> 2.147 fetching: <PendingAncestryResult heads:frozenset(['jrandom at example.com-20111220111010-4fhx2isxtnwhs36j']) repo:CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/.bzr/repository/')>
> 2.157 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2b10fddbb350> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/
> 2.162 created new branch BzrBranch7(file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/)
> 2.164 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/.bzr/checkout/dirstate'
> 2.164 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2'
> 2.177 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 776, in test_bound_commit_both
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local
> Text attachment: log
> ------------
> 2.218 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/.bzr/.
> 2.220 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x301cb10> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/
> 2.226 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/.bzr/checkout/dirstate'
> 2.226 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree'
> 2.236 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/
> 2.238 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 2.247 Committed revid jrandom at example.com-20111220111010-6g6il3ct1od07lca as revno 1.
> 2.251 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree'
> 2.257 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/.bzr/.
> 2.259 Using fetch logic to copy between CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/.bzr/repository/')(RepositoryFormat2a()) and CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/.bzr/repository/')(RepositoryFormat2a())
> 2.259 fetching: <PendingAncestryResult heads:frozenset(['jrandom at example.com-20111220111010-6g6il3ct1od07lca']) repo:CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/.bzr/repository/')>
> 2.269 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2b10fddbb350> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/
> 2.273 created new branch BzrBranch7(file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/)
> 2.275 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/.bzr/checkout/dirstate'
> 2.275 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2'
> 2.289 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 740, in test_bound_commit_local
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message
> Text attachment: log
> ------------
> 2.510 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree/.bzr/.
> 2.512 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3584fd0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree/
> 2.518 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree/.bzr/checkout/dirstate'
> 2.518 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree'
> 2.528 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree/
> 2.531 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 2.540 Committed revid jrandom at example.com-20111220111010-ehx75t1i4z2gcum4 as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 805, in test_commit_empty_message
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message
> Text attachment: log
> ------------
> 2.578 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree/.bzr/.
> 2.581 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x35842d0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree/
> 2.586 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree/.bzr/checkout/dirstate'
> 2.586 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree'
> 2.597 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree/
> 2.599 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 2.608 Committed revid jrandom at example.com-20111220111010-ltgpupyzdrylydqx as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 757, in test_commit_global_sanitizes_message
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge
> Text attachment: log
> ------------
> 2.645 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/.
> 2.647 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x345c850> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/
> 2.653 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/checkout/dirstate'
> 2.653 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree'
> 2.662 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/
> 2.664 Selecting files for commit with filter None
> INFO Committed revision 1.
> 2.673 Committed revid jrandom at example.com-20111220111010-ji05hyp66abeko0a as revno 1.
> 2.677 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree'
> 2.682 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/.bzr/.
> 2.685 Using fetch logic to copy between CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/repository/')(RepositoryFormat2a()) and CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/.bzr/repository/')(RepositoryFormat2a())
> 2.685 fetching: <PendingAncestryResult heads:frozenset(['jrandom at example.com-20111220111010-ji05hyp66abeko0a']) repo:CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/repository/')>
> 2.694 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2b10fddbb350> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/
> 2.699 created new branch BzrBranch7(file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/)
> 2.703 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/.bzr/checkout/dirstate'
> 2.703 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2'
> 2.715 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2'
> 2.722 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/
> 2.724 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 2.
> 2.735 Committed revid jrandom at example.com-20111220111010-n7zaw6d6vgzr1nnx as revno 2.
> 2.741 Using fetch logic to copy between CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/.bzr/repository/')(RepositoryFormat2a()) and CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/repository/')(RepositoryFormat2a())
> 2.741 fetching: <SearchResult search:(set(['jrandom at example.com-20111220111010-n7zaw6d6vgzr1nnx']), set(['jrandom at example.com-20111220111010-ji05hyp66abeko0a', 'null:']), 1)>
> 2.753 Base revid: 'jrandom at example.com-20111220111010-ji05hyp66abeko0a'
> INFO All changes applied successfully.
> 2.766 Deprecated method called
> Called from:
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 133, in setup_params
> self._pending = pending_revisions(self._wt)
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 79, in pending_revisions
> inner_merges = branch.repository.get_ancestry(merge)
> File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 154, in read_locked
> result = unbound(self, *args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/bzrlib/symbol_versioning.py", line 135, in decorated_method
> trace.mutter_callsite(4, "Deprecated method called")
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1046, in test_commit_messages_after_merge
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages
> Text attachment: log
> ------------
> 2.798 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree/.bzr/.
> 2.800 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x35849d0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree/
> 2.806 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree/.bzr/checkout/dirstate'
> 2.806 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree'
> 2.814 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree/
> 2.816 Selecting files for commit with filter None
> INFO Committed revision 1.
> 2.824 Committed revid jrandom at example.com-20111220111010-yytjb2xmm2riov5b as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 953, in test_commit_no_messages
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial
> Text attachment: log
> ------------
> 2.861 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree/.bzr/.
> 2.864 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x386f210> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree/
> 2.869 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree/.bzr/checkout/dirstate'
> 2.870 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree'
> 2.877 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree/
> 2.879 Selecting files for commit with filter None
> INFO Committed revision 1.
> 2.888 Committed revid jrandom at example.com-20111220111010-zh0rs5ihgfp0hhrn as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 934, in test_commit_partial_no_partial
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files
> Text attachment: log
> ------------
> 2.925 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree/.bzr/.
> 2.927 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3874f10> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree/
> 2.933 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree/.bzr/checkout/dirstate'
> 2.933 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree'
> 2.941 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree/
> 2.943 Selecting files for commit with filter None
> INFO Committed revision 1.
> 2.951 Committed revid jrandom at example.com-20111220111010-5gy8ceagwlw3beib as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 908, in test_commit_specific_files
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages
> Text attachment: log
> ------------
> 2.988 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree/.bzr/.
> 2.990 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3c2fad0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree/
> 2.996 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree/.bzr/checkout/dirstate'
> 2.996 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree'
> 3.005 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree/
> 3.008 Selecting files for commit with filter None
> INFO Committed revision 1.
> 3.016 Committed revid jrandom at example.com-20111220111010-4brlczvb192hsouj as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1012, in test_commit_specific_files_with_messages
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit
> Text attachment: log
> ------------
> 3.064 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit/work/tree/.bzr/.
> 3.066 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x357bf90> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit/work/tree/
> 3.072 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit/work/tree/.bzr/checkout/dirstate'
> 3.073 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 822, in test_initial_commit
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit
> Text attachment: log
> ------------
> 3.110 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree/.bzr/.
> 3.112 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3561b10> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree/
> 3.118 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree/.bzr/checkout/dirstate'
> 3.118 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree'
> 3.128 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree/
> 3.131 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 3.140 Committed revid jrandom at example.com-20111220111011-egdmru0h54qto7v5 as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 840, in test_pointless_commit
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns
> Text attachment: log
> ------------
> 3.174 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree/.bzr/.
> 3.177 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3de6ed0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree/
> 3.182 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree/.bzr/checkout/dirstate'
> 3.182 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree'
> 3.190 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree/
> 3.192 Selecting files for commit with filter None
> INFO Committed revision 1.
> 3.201 Committed revid jrandom at example.com-20111220111011-61mfc12u3b78k40y as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 875, in test_unknowns
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required
> Text attachment: log
> ------------
> 3.740 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/.bzr/.
> 3.742 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3f21790> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/
> 3.748 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/.bzr/checkout/dirstate'
> 3.748 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree'
> 3.762 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/
> 3.764 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 3.774 Committed revid jrandom at example.com-20111220111011-kzskidnfjluvpj52 as revno 1.
> 3.779 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/
> 3.781 Selecting files for commit with filter None
> INFO Committed revision 2.
> 3.789 Committed revid jrandom at example.com-20111220111011-e2eeu27yg630b4ce as revno 2.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1257, in test_messages_are_cleared_on_cancel_if_required
> dlg._do_cancel()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 683, in _do_cancel
> self._get_specific_files()[1])
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed
> Text attachment: log
> ------------
> 3.832 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/.bzr/.
> 3.834 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3ef6b90> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/
> 3.840 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/.bzr/checkout/dirstate'
> 3.840 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree'
> 3.855 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/
> 3.857 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 3.866 Committed revid jrandom at example.com-20111220111011-eih07xlna9vzf8uu as revno 1.
> 3.871 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/
> 3.873 Selecting files for commit with filter None
> INFO Committed revision 2.
> 3.884 Committed revid jrandom at example.com-20111220111011-6w19rvigbomf9rbq as revno 2.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1242, in test_messages_are_consumed
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded
> Text attachment: log
> ------------
> 3.973 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/.bzr/.
> 3.975 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3df3590> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/
> 3.981 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/.bzr/checkout/dirstate'
> 3.981 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree'
> 3.996 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/
> 3.998 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 4.008 Committed revid jrandom at example.com-20111220111011-k51l4ttu1kbxinmp as revno 1.
> 4.013 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/
> 4.015 Selecting files for commit with filter None
> INFO Committed revision 2.
> 4.023 Committed revid jrandom at example.com-20111220111011-8qqby4w2l3v5e982 as revno 2.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1238, in test_messages_are_reloaded
> dlg._get_specific_files())
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> Traceback (most recent call last):
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 576, in _on_treeview_files_cursor_changed
> path, display_path = model.get(selection, 1, 3)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 898, in get
> values.append(self.get_value(treeiter, col))
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required
> Text attachment: log
> ------------
> 4.067 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/.bzr/.
> 4.069 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3ef6c50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/
> 4.075 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/.bzr/checkout/dirstate'
> 4.075 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree'
> 4.090 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/
> 4.092 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 4.102 Committed revid jrandom at example.com-20111220111012-suo8in8kukzzz0bq as revno 1.
> 4.106 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/
> 4.108 Selecting files for commit with filter None
> INFO Committed revision 2.
> 4.117 Committed revid jrandom at example.com-20111220111012-ye0nlh2pbmvdu4pe as revno 2.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1249, in test_messages_are_saved_on_cancel_if_required
> dlg._do_cancel()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 683, in _do_cancel
> self._get_specific_files()[1])
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 0.633 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree/.bzr/.
> 0.635 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x24e9810> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree/
> 0.641 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree/.bzr/checkout/dirstate'
> 0.642 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree'
> 0.651 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_diff_view/work/tree/
> 0.654 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 0.664 Committed revid jrandom at example.com-20111220111008-v8gn19mtpolxmpn1 as revno 1.
> INFO removed b
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 432, in test_diff_view
> self.assertEqual("=== modified file 'a'\n", text[0])
> IndexError: list index out of range
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 0.795 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added/work/tree/.bzr/.
> 0.797 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2fe9790> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added/work/tree/
> 0.802 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added/work/tree/.bzr/checkout/dirstate'
> 0.803 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_added/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 301, in test_filelist_added
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 0.840 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree/.bzr/.
> 0.842 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2eb9850> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree/
> 0.848 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree/.bzr/checkout/dirstate'
> 0.849 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree'
> 0.859 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_kind_changed/work/tree/
> 0.861 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 0.870 Committed revid jrandom at example.com-20111220111008-mgcalamz132sw849 as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 376, in test_filelist_kind_changed
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 0.904 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree/.bzr/.
> 0.906 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2ff6a50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree/
> 0.913 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree/.bzr/checkout/dirstate'
> 0.913 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree'
> 0.923 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_modified/work/tree/
> 0.926 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 0.935 Committed revid jrandom at example.com-20111220111008-mslq9ysb06ad0qm7 as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 333, in test_filelist_modified
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 0.968 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree/.bzr/.
> 0.970 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2e8c310> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree/
> 0.976 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree/.bzr/checkout/dirstate'
> 0.976 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree'
> 0.987 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_removed/work/tree/
> 0.989 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 0.998 Committed revid jrandom at example.com-20111220111008-rlangpjx1bg9iybq as revno 1.
> INFO removed b
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 392, in test_filelist_removed
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 1.034 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree/.bzr/.
> 1.036 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2ebff50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree/
> 1.042 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree/.bzr/checkout/dirstate'
> 1.042 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree'
> 1.052 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed/work/tree/
> 1.054 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO added b/c
> INFO Committed revision 1.
> 1.064 Committed revid jrandom at example.com-20111220111008-tfy1ku5xjhzt0xve as revno 1.
> 1.067 rename_one:
> from_id {b-id}
> from_rel: 'b'
> to_rel: 'd'
> to_dir ''
> to_dir_id {tree_root-20111220111008-9nsdnbg4ia3xxhsj-11}
>
> 1.071 rename_one:
> from_id {a-id}
> from_rel: 'a'
> to_rel: 'd/a'
> to_dir 'd'
> to_dir_id {b-id}
>
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 318, in test_filelist_renamed
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 1.104 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree/.bzr/.
> 1.107 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x30147d0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree/
> 1.112 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree/.bzr/checkout/dirstate'
> 1.112 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree'
> 1.123 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_renamed_and_modified/work/tree/
> 1.125 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO added b/c
> INFO Committed revision 1.
> 1.135 Committed revid jrandom at example.com-20111220111009-eupsuck64hc32f8g as revno 1.
> 1.138 rename_one:
> from_id {b-id}
> from_rel: 'b'
> to_rel: 'd'
> to_dir ''
> to_dir_id {tree_root-20111220111008-9nsdnbg4ia3xxhsj-12}
>
> 1.141 rename_one:
> from_id {a-id}
> from_rel: 'a'
> to_rel: 'd/a'
> to_dir 'd'
> to_dir_id {b-id}
>
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 353, in test_filelist_renamed_and_modified
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 1.175 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected/work/tree/.bzr/.
> 1.177 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x247e750> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected/work/tree/
> 1.183 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected/work/tree/.bzr/checkout/dirstate'
> 1.183 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_filelist_with_selected/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 407, in test_filelist_with_selected
> values = [(r[0], r[1], r[2], r[3], r[4]) for r in dlg._files_store]
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 1.663 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files/work/tree/.bzr/.
> 1.665 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3307510> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files/work/tree/
> 1.671 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files/work/tree/.bzr/checkout/dirstate'
> 1.671 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 637, in test_specific_files
> self.assertEqual((['a', 'b'], []), dlg._get_specific_files())
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 1.709 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages/work/tree/.bzr/.
> 1.711 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3468850> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages/work/tree/
> 1.717 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages/work/tree/.bzr/checkout/dirstate'
> 1.717 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_sanitizes_messages/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 684, in test_specific_files_sanitizes_messages
> self.assertEqual((['a_file', 'b_dir'], []), dlg._get_specific_files())
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 1.757 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages/work/tree/.bzr/.
> 1.759 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x346bd50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages/work/tree/
> 1.764 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages/work/tree/.bzr/checkout/dirstate'
> 1.765 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_specific_files_with_messages/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 654, in test_specific_files_with_messages
> self.assertEqual((['a_file', 'b_dir'], []), dlg._get_specific_files())
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 1.804 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files/work/tree/.bzr/.
> 1.805 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3317810> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files/work/tree/
> 1.811 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files/work/tree/.bzr/checkout/dirstate'
> 1.812 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_toggle_all_files/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 595, in test_toggle_all_files
> ], [(r[0], r[1], r[2]) for r in dlg._files_store])
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 2.107 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/.bzr/.
> 2.109 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3579d10> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/
> 2.114 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/.bzr/checkout/dirstate'
> 2.115 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree'
> 2.124 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/
> 2.126 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 2.136 Committed revid jrandom at example.com-20111220111010-4fhx2isxtnwhs36j as revno 1.
> 2.139 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree'
> 2.145 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/.bzr/.
> 2.147 Using fetch logic to copy between CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/.bzr/repository/')(RepositoryFormat2a()) and CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/.bzr/repository/')(RepositoryFormat2a())
> 2.147 fetching: <PendingAncestryResult heads:frozenset(['jrandom at example.com-20111220111010-4fhx2isxtnwhs36j']) repo:CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree/.bzr/repository/')>
> 2.157 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2b10fddbb350> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/
> 2.162 created new branch BzrBranch7(file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/)
> 2.164 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2/.bzr/checkout/dirstate'
> 2.164 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2'
> 2.177 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_both/work/tree2'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 776, in test_bound_commit_both
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 2.218 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/.bzr/.
> 2.220 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x301cb10> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/
> 2.226 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/.bzr/checkout/dirstate'
> 2.226 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree'
> 2.236 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/
> 2.238 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 2.247 Committed revid jrandom at example.com-20111220111010-6g6il3ct1od07lca as revno 1.
> 2.251 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree'
> 2.257 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/.bzr/.
> 2.259 Using fetch logic to copy between CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/.bzr/repository/')(RepositoryFormat2a()) and CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/.bzr/repository/')(RepositoryFormat2a())
> 2.259 fetching: <PendingAncestryResult heads:frozenset(['jrandom at example.com-20111220111010-6g6il3ct1od07lca']) repo:CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree/.bzr/repository/')>
> 2.269 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2b10fddbb350> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/
> 2.273 created new branch BzrBranch7(file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/)
> 2.275 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2/.bzr/checkout/dirstate'
> 2.275 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2'
> 2.289 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_bound_commit_local/work/tree2'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 740, in test_bound_commit_local
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 2.510 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree/.bzr/.
> 2.512 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3584fd0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree/
> 2.518 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree/.bzr/checkout/dirstate'
> 2.518 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree'
> 2.528 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_empty_message/work/tree/
> 2.531 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 2.540 Committed revid jrandom at example.com-20111220111010-ehx75t1i4z2gcum4 as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 805, in test_commit_empty_message
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 2.578 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree/.bzr/.
> 2.581 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x35842d0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree/
> 2.586 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree/.bzr/checkout/dirstate'
> 2.586 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree'
> 2.597 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_global_sanitizes_message/work/tree/
> 2.599 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 2.608 Committed revid jrandom at example.com-20111220111010-ltgpupyzdrylydqx as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 757, in test_commit_global_sanitizes_message
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 2.645 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/.
> 2.647 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x345c850> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/
> 2.653 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/checkout/dirstate'
> 2.653 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree'
> 2.662 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/
> 2.664 Selecting files for commit with filter None
> INFO Committed revision 1.
> 2.673 Committed revid jrandom at example.com-20111220111010-ji05hyp66abeko0a as revno 1.
> 2.677 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree'
> 2.682 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/.bzr/.
> 2.685 Using fetch logic to copy between CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/repository/')(RepositoryFormat2a()) and CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/.bzr/repository/')(RepositoryFormat2a())
> 2.685 fetching: <PendingAncestryResult heads:frozenset(['jrandom at example.com-20111220111010-ji05hyp66abeko0a']) repo:CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/repository/')>
> 2.694 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2b10fddbb350> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/
> 2.699 created new branch BzrBranch7(file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/)
> 2.703 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/.bzr/checkout/dirstate'
> 2.703 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2'
> 2.715 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2'
> 2.722 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/
> 2.724 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 2.
> 2.735 Committed revid jrandom at example.com-20111220111010-n7zaw6d6vgzr1nnx as revno 2.
> 2.741 Using fetch logic to copy between CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree2/.bzr/repository/')(RepositoryFormat2a()) and CHKInventoryRepository('file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_messages_after_merge/work/tree/.bzr/repository/')(RepositoryFormat2a())
> 2.741 fetching: <SearchResult search:(set(['jrandom at example.com-20111220111010-n7zaw6d6vgzr1nnx']), set(['jrandom at example.com-20111220111010-ji05hyp66abeko0a', 'null:']), 1)>
> 2.753 Base revid: 'jrandom at example.com-20111220111010-ji05hyp66abeko0a'
> INFO All changes applied successfully.
> 2.766 Deprecated method called
> Called from:
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 133, in setup_params
> self._pending = pending_revisions(self._wt)
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 79, in pending_revisions
> inner_merges = branch.repository.get_ancestry(merge)
> File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 154, in read_locked
> result = unbound(self, *args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/bzrlib/symbol_versioning.py", line 135, in decorated_method
> trace.mutter_callsite(4, "Deprecated method called")
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1046, in test_commit_messages_after_merge
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 2.798 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree/.bzr/.
> 2.800 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x35849d0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree/
> 2.806 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree/.bzr/checkout/dirstate'
> 2.806 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree'
> 2.814 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_no_messages/work/tree/
> 2.816 Selecting files for commit with filter None
> INFO Committed revision 1.
> 2.824 Committed revid jrandom at example.com-20111220111010-yytjb2xmm2riov5b as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 953, in test_commit_no_messages
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 2.861 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree/.bzr/.
> 2.864 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x386f210> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree/
> 2.869 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree/.bzr/checkout/dirstate'
> 2.870 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree'
> 2.877 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_partial_no_partial/work/tree/
> 2.879 Selecting files for commit with filter None
> INFO Committed revision 1.
> 2.888 Committed revid jrandom at example.com-20111220111010-zh0rs5ihgfp0hhrn as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 934, in test_commit_partial_no_partial
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 2.925 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree/.bzr/.
> 2.927 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3874f10> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree/
> 2.933 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree/.bzr/checkout/dirstate'
> 2.933 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree'
> 2.941 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files/work/tree/
> 2.943 Selecting files for commit with filter None
> INFO Committed revision 1.
> 2.951 Committed revid jrandom at example.com-20111220111010-5gy8ceagwlw3beib as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 908, in test_commit_specific_files
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 2.988 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree/.bzr/.
> 2.990 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3c2fad0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree/
> 2.996 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree/.bzr/checkout/dirstate'
> 2.996 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree'
> 3.005 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_commit_specific_files_with_messages/work/tree/
> 3.008 Selecting files for commit with filter None
> INFO Committed revision 1.
> 3.016 Committed revid jrandom at example.com-20111220111010-4brlczvb192hsouj as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1012, in test_commit_specific_files_with_messages
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 3.064 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit/work/tree/.bzr/.
> 3.066 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x357bf90> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit/work/tree/
> 3.072 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit/work/tree/.bzr/checkout/dirstate'
> 3.073 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_initial_commit/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 822, in test_initial_commit
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 3.110 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree/.bzr/.
> 3.112 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3561b10> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree/
> 3.118 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree/.bzr/checkout/dirstate'
> 3.118 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree'
> 3.128 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_pointless_commit/work/tree/
> 3.131 Selecting files for commit with filter None
> INFO added a
> INFO Committed revision 1.
> 3.140 Committed revid jrandom at example.com-20111220111011-egdmru0h54qto7v5 as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 840, in test_pointless_commit
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 3.174 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree/.bzr/.
> 3.177 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3de6ed0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree/
> 3.182 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree/.bzr/checkout/dirstate'
> 3.182 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree'
> 3.190 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog_Commit.test_unknowns/work/tree/
> 3.192 Selecting files for commit with filter None
> INFO Committed revision 1.
> 3.201 Committed revid jrandom at example.com-20111220111011-61mfc12u3b78k40y as revno 1.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 875, in test_unknowns
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 3.740 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/.bzr/.
> 3.742 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3f21790> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/
> 3.748 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/.bzr/checkout/dirstate'
> 3.748 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree'
> 3.762 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/
> 3.764 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 3.774 Committed revid jrandom at example.com-20111220111011-kzskidnfjluvpj52 as revno 1.
> 3.779 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_cleared_on_cancel_if_required/work/tree/
> 3.781 Selecting files for commit with filter None
> INFO Committed revision 2.
> 3.789 Committed revid jrandom at example.com-20111220111011-e2eeu27yg630b4ce as revno 2.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1257, in test_messages_are_cleared_on_cancel_if_required
> dlg._do_cancel()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 683, in _do_cancel
> self._get_specific_files()[1])
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 3.832 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/.bzr/.
> 3.834 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3ef6b90> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/
> 3.840 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/.bzr/checkout/dirstate'
> 3.840 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree'
> 3.855 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/
> 3.857 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 3.866 Committed revid jrandom at example.com-20111220111011-eih07xlna9vzf8uu as revno 1.
> 3.871 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_consumed/work/tree/
> 3.873 Selecting files for commit with filter None
> INFO Committed revision 2.
> 3.884 Committed revid jrandom at example.com-20111220111011-6w19rvigbomf9rbq as revno 2.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1242, in test_messages_are_consumed
> dlg._do_commit()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 713, in _do_commit
> specific_files, file_info = self._get_specific_files()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 3.973 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/.bzr/.
> 3.975 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3df3590> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/
> 3.981 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/.bzr/checkout/dirstate'
> 3.981 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree'
> 3.996 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/
> 3.998 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 4.008 Committed revid jrandom at example.com-20111220111011-k51l4ttu1kbxinmp as revno 1.
> 4.013 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_reloaded/work/tree/
> 4.015 Selecting files for commit with filter None
> INFO Committed revision 2.
> 4.023 Committed revid jrandom at example.com-20111220111011-8qqby4w2l3v5e982 as revno 2.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1238, in test_messages_are_reloaded
> dlg._get_specific_files())
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> ERROR: bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 4.067 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/.bzr/.
> 4.069 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3ef6c50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/
> 4.075 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/.bzr/checkout/dirstate'
> 4.075 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree'
> 4.090 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/
> 4.092 Selecting files for commit with filter None
> INFO added a
> INFO added b
> INFO Committed revision 1.
> 4.102 Committed revid jrandom at example.com-20111220111012-suo8in8kukzzz0bq as revno 1.
> 4.106 preparing to commit
> INFO Committing to: /tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestReusingSavedCommitMessages.test_messages_are_saved_on_cancel_if_required/work/tree/
> 4.108 Selecting files for commit with filter None
> INFO Committed revision 2.
> 4.117 Committed revid jrandom at example.com-20111220111012-ye0nlh2pbmvdu4pe as revno 2.
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 1249, in test_messages_are_saved_on_cancel_if_required
> dlg._do_cancel()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 683, in _do_cancel
> self._get_specific_files()[1])
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/commit.py", line 647, in _get_specific_files
> assert rec[0] is None, "Are we skipping the wrong record?"
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 1050, in __getitem__
> return self.model.get_value(self.iter, key)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 977, in get_value
> return self._decode_value(treeiter, column, value)
> File "/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py", line 803, in _decode_value
> value = value.decode('UTF-8')
> AttributeError: 'NoneType' object has no attribute 'decode'
> ------------
>
> ======================================================================
> FAIL: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 0.701 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection/work/tree/.bzr/.
> 0.703 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x24e92d0> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection/work/tree/
> 0.709 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection/work/tree/.bzr/checkout/dirstate'
> 0.709 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 475, in test_file_selection
> self.assertEqual('Diff for All Files', dlg._diff_label.get_text())
> AssertionError: not equal:
> a = 'Diff for All Files'
> b = 'Diff for whole tree'
>
> ------------
>
> ======================================================================
> FAIL: bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message
> ----------------------------------------------------------------------
> _StringException: Text attachment: log
> ------------
> 0.747 creating repository in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message/work/tree/.bzr/.
> 0.749 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x2ab8e50> in file:///tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message/work/tree/
> 0.755 trying to create missing lock '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message/work/tree/.bzr/checkout/dirstate'
> 0.756 opening working tree '/tmp/testbzr-i18Ld7.tmp/bzrlib.plugins.gtk.tests.test_commit.TestCommitDialog.test_file_selection_message/work/tree'
> ------------
> Text attachment: traceback
> ------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
> return fn(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 540, in _run_test_method
> return self._get_test_method()()
> File "/build/bzr-gtk-j8CWob/bzr-gtk-0.100.0+bzr763/tests/test_commit.py", line 546, in test_file_selection_message
> self.assertFalse(dlg._file_message_expander.get_expanded())
> AssertionError: True is not false
> ------------
>
> ----------------------------------------------------------------------
> Ran 91 tests in 14.677s
>
> FAILED (failures=2, errors=28)
> Missing feature '_UnicodeFilenameFeature' skipped 2 tests.
> killing dbus process 13376
> make[1]: *** [override_dh_auto_test] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/12/20/bzr-gtk_0.100.0+bzr763-1_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
More information about the Pkg-bazaar-maint
mailing list