Source: bzr-gtk Version: 0.103.0+bzr792-3 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20130620 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 `/«BUILDDIR»/bzr-gtk-0.103.0+bzr792' > xvfb-run -a ./debian/testsuite.sh > Unable to create /sbuild-nonexistent/.dbus > Unable to create /sbuild-nonexistent/.dbus/session-bus > Unable to create /sbuild-nonexistent/.dbus > Unable to create /sbuild-nonexistent/.dbus/session-bus > failed to open trace file: [Errno 2] No such file or directory: > '/sbuild-nonexistent/.bzr.log' > > ** (bzr:29521): WARNING **: Error retrieving accessibility bus address: > org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not > provided by any .service files > /«BUILDDIR»/bzr-gtk-0.103.0+bzr792/commit.py:40: DeprecationWarning: > Importing dbus.glib to use the GLib main loop with dbus-python is deprecated. > Instead, use this sequence: > > from dbus.mainloop.glib import DBusGMainLoop > > DBusGMainLoop(set_as_default=True) > > import dbus.glib > /usr/lib/python2.7/dist-packages/gi/types.py:113: DeprecationWarning: > Gtk.set_row_spacings is deprecated > return info.invoke(*args, **kwargs) > /usr/lib/python2.7/dist-packages/gi/types.py:113: DeprecationWarning: > Gtk.set_col_spacings is deprecated > return info.invoke(*args, **kwargs) > /usr/lib/python2.7/dist-packages/gi/types.py:113: DeprecationWarning: > Gtk.attach is deprecated > return info.invoke(*args, **kwargs) > /usr/lib/python2.7/dist-packages/gi/types.py:113: DeprecationWarning: > Gtk.modify_font is deprecated > return info.invoke(*args, **kwargs) > /usr/lib/python2.7/dist-packages/gi/types.py:113: DeprecationWarning: > Gtk.set_col_spacing is deprecated > return info.invoke(*args, **kwargs) > /usr/lib/python2.7/dist-packages/gi/types.py:113: DeprecationWarning: > Gtk.get_style is deprecated > return info.invoke(*args, **kwargs) > > ** (bzr:29521): CRITICAL **: Stack overflow protection. Can't copy array > element into GIArgument. > > ** (bzr:29521): CRITICAL **: Stack overflow protection. Can't copy array > element into GIArgument. > /usr/lib/python2.7/dist-packages/gi/types.py:113: DeprecationWarning: > Gtk.resize is deprecated > return info.invoke(*args, **kwargs) > /usr/lib/python2.7/dist-packages/gi/types.py:113: DeprecationWarning: > Gtk.get_font is deprecated > return info.invoke(*args, **kwargs) > /usr/lib/python2.7/dist-packages/gi/types.py:113: DeprecationWarning: > Gtk.set_row_spacing is deprecated > return info.invoke(*args, **kwargs) > bzr selftest: /usr/bin/bzr > /usr/lib/python2.7/dist-packages/bzrlib > bzr-2.6.0dev3 python-2.7.5 > Linux-2.6.32-5-xen-amd64-x86_64-with-debian-jessie-sid > > ERROR: > bzrlib.plugins.gtk.tests.test_annotate_config.TestConfig.test_create_initial_config > Traceback (most recent call last): > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/tests/test_annotate_config.py", > line 37, in setUp > self.window = gannotate.GAnnotateWindow() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 59, > in __init__ > self._create() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 196, > in _create > self.annoview = self._create_annotate_view() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 283, > in _create_annotate_view > tv.get_style().bg[Gtk.StateType.NORMAL]) > IndexError: list index out of range > > ERROR: bzrlib.plugins.gtk.tests.test_annotate_config.TestConfig.test_write > Traceback (most recent call last): > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/tests/test_annotate_config.py", > line 37, in setUp > self.window = gannotate.GAnnotateWindow() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 59, > in __init__ > self._create() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 196, > in _create > self.annoview = self._create_annotate_view() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 283, > in _create_annotate_view > tv.get_style().bg[Gtk.StateType.NORMAL]) > IndexError: list index out of range > > FAIL: > bzrlib.plugins.gtk.tests.test_commit.BzrHandlePatchTestCase.test_smoketest > Empty attachments: > log > > Traceback (most recent call last): > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/tests/test_commit.py", line 1336, > in test_smoketest > self.assertEqual('', stderr) > AssertionError: not equal: > a = '' > b = '\n** (bzr-handle-patch:29537): WARNING **: Error retrieving > accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The > name org.a11y.Bus was not provided by any .service files\n' > > ====================================================================== > ERROR: > bzrlib.plugins.gtk.tests.test_annotate_config.TestConfig.test_create_initial_config > ---------------------------------------------------------------------- > _StringException: Traceback (most recent call last): > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/tests/test_annotate_config.py", > line 37, in setUp > self.window = gannotate.GAnnotateWindow() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 59, > in __init__ > self._create() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 196, > in _create > self.annoview = self._create_annotate_view() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 283, > in _create_annotate_view > tv.get_style().bg[Gtk.StateType.NORMAL]) > IndexError: list index out of range > > ====================================================================== > ERROR: bzrlib.plugins.gtk.tests.test_annotate_config.TestConfig.test_write > ---------------------------------------------------------------------- > _StringException: Traceback (most recent call last): > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/tests/test_annotate_config.py", > line 37, in setUp > self.window = gannotate.GAnnotateWindow() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 59, > in __init__ > self._create() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 196, > in _create > self.annoview = self._create_annotate_view() > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/annotate/gannotate.py", line 283, > in _create_annotate_view > tv.get_style().bg[Gtk.StateType.NORMAL]) > IndexError: list index out of range > > ====================================================================== > FAIL: > bzrlib.plugins.gtk.tests.test_commit.BzrHandlePatchTestCase.test_smoketest > ---------------------------------------------------------------------- > _StringException: Empty attachments: > log > > Traceback (most recent call last): > File "/«BUILDDIR»/bzr-gtk-0.103.0+bzr792/tests/test_commit.py", line 1336, > in test_smoketest > self.assertEqual('', stderr) > AssertionError: not equal: > a = '' > b = '\n** (bzr-handle-patch:29537): WARNING **: Error retrieving > accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The > name org.a11y.Bus was not provided by any .service files\n' > > ---------------------------------------------------------------------- > Ran 159 tests in 8.839s > > FAILED (failures=1, errors=2) > killing dbus process 29519 > make[1]: *** [override_dh_auto_test] Error 1 The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2013/06/20/bzr-gtk_0.103.0+bzr792-3_unstable.log 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 EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org