Source: qbzr Version: 0.23.0-2 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20140114 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory `/«PKGBUILDDIR»' > BZR_PLUGINS_AT=qbzr@/«PKGBUILDDIR» xvfb-run /usr/bin/bzr selftest -s bp.qbzr > failed to open trace file: [Errno 2] No such file or directory: > '/sbuild-nonexistent/.bzr.log' > /«PKGBUILDDIR»/lib/annotate.py:25: DeprecationWarning: the md5 module is > deprecated; use hashlib instead > import sys, time, md5 > /«PKGBUILDDIR»/lib/tests/test_subprocess.py:105: DeprecationWarning: > bzrlib.tests.UnicodeFilenameFeature was deprecated in version 2.5.0. Use > bzrlib.tests.features.UnicodeFilenameFeature instead. > self.requireFeature(compatibility.UnicodeFilenameFeature) > bzr selftest: /usr/bin/bzr > /usr/lib/python2.7/dist-packages/bzrlib > bzr-2.6.0 python-2.7.6 > Linux-2.6.32-5-xen-amd64-x86_64-with-debian-jessie-sid > > FAIL: bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find > log: {{{ > 10.708 creating repository in > file:///tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree/.bzr/. > 10.711 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3c903d0> > in > file:///tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree/ > 10.721 trying to create missing lock > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree/.bzr/checkout/dirstate' > 10.721 opening working tree > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree' > 10.736 preparing to commit > INFO Committing to: > /tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree/ > 10.739 Selecting files for commit with filter None > INFO added a > INFO Committed revision 1. > 10.753 Committed revid jran...@example.com-20140116165358-yvoooytsfhjjemva > as revno 1. > 11.191 creating config directory: > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/home/.bazaar' > }}} > > Traceback (most recent call last): > File "/«PKGBUILDDIR»/lib/tests/test_guidebar.py", line 154, in test_find > self.assert_find("j", panels[0].bar, panels[0].edit, 1) > File "/«PKGBUILDDIR»/lib/tests/test_guidebar.py", line 116, in assert_find > self.assertEqual(len(data), expected_num) > File "/usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py", line > 1360, in assertEqual > pprint.pformat(a), pprint.pformat(b))) > AssertionError: not equal: > a = 2 > b = 1 > > FAIL: bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find > log: {{{ > 13.132 creating repository in > file:///tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree/.bzr/. > 13.136 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x4870050> > in > file:///tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree/ > 13.145 trying to create missing lock > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree/.bzr/checkout/dirstate' > 13.145 opening working tree > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree' > 13.160 preparing to commit > INFO Committing to: > /tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree/ > 13.163 Selecting files for commit with filter None > INFO added a > INFO Committed revision 1. > 13.176 Committed revid jran...@example.com-20140116165400-010cbtor4766ndt4 > as revno 1. > 13.178 run bzr: ['shelve', '--all'] > 13.178 bazaar version: 2.6.0 > 13.178 bzr arguments: [u'shelve', u'--all'] > 13.181 encoding stdout as sys.stdout encoding 'ascii' > 13.184 opening working tree > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree' > INFO Selected changes: > INFO M a > INFO Changes shelved with id "1". > 13.198 errors: > 'Selected changes:\n M a\nChanges shelved with id "1".\n' > 13.280 opening working tree > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree' > 14.093 creating config directory: > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/home/.bazaar' > }}} > > Traceback (most recent call last): > File "/«PKGBUILDDIR»/lib/tests/test_guidebar.py", line 225, in test_find > self.assert_find("j", panels[0].bar, panels[0].edit, 1) > File "/«PKGBUILDDIR»/lib/tests/test_guidebar.py", line 116, in assert_find > self.assertEqual(len(data), expected_num) > File "/usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py", line > 1360, in assertEqual > pprint.pformat(a), pprint.pformat(b))) > AssertionError: not equal: > a = 2 > b = 1 > > ====================================================================== > FAIL: bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find > ---------------------------------------------------------------------- > _StringException: log: {{{ > 10.708 creating repository in > file:///tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree/.bzr/. > 10.711 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x3c903d0> > in > file:///tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree/ > 10.721 trying to create missing lock > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree/.bzr/checkout/dirstate' > 10.721 opening working tree > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree' > 10.736 preparing to commit > INFO Committing to: > /tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/work/tree/ > 10.739 Selecting files for commit with filter None > INFO added a > INFO Committed revision 1. > 10.753 Committed revid jran...@example.com-20140116165358-yvoooytsfhjjemva > as revno 1. > 11.191 creating config directory: > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQDiff.test_find/home/.bazaar' > }}} > > Traceback (most recent call last): > File "/«PKGBUILDDIR»/lib/tests/test_guidebar.py", line 154, in test_find > self.assert_find("j", panels[0].bar, panels[0].edit, 1) > File "/«PKGBUILDDIR»/lib/tests/test_guidebar.py", line 116, in assert_find > self.assertEqual(len(data), expected_num) > File "/usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py", line > 1360, in assertEqual > pprint.pformat(a), pprint.pformat(b))) > AssertionError: not equal: > a = 2 > b = 1 > > ====================================================================== > FAIL: bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find > ---------------------------------------------------------------------- > _StringException: log: {{{ > 13.132 creating repository in > file:///tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree/.bzr/. > 13.136 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0x4870050> > in > file:///tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree/ > 13.145 trying to create missing lock > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree/.bzr/checkout/dirstate' > 13.145 opening working tree > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree' > 13.160 preparing to commit > INFO Committing to: > /tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree/ > 13.163 Selecting files for commit with filter None > INFO added a > INFO Committed revision 1. > 13.176 Committed revid jran...@example.com-20140116165400-010cbtor4766ndt4 > as revno 1. > 13.178 run bzr: ['shelve', '--all'] > 13.178 bazaar version: 2.6.0 > 13.178 bzr arguments: [u'shelve', u'--all'] > 13.181 encoding stdout as sys.stdout encoding 'ascii' > 13.184 opening working tree > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree' > INFO Selected changes: > INFO M a > INFO Changes shelved with id "1". > 13.198 errors: > 'Selected changes:\n M a\nChanges shelved with id "1".\n' > 13.280 opening working tree > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/work/tree' > 14.093 creating config directory: > '/tmp/testbzr-yqutXw.tmp/bzrlib.plugins.qbzr.lib.tests.test_guidebar.TestQUnshelve.test_find/home/.bazaar' > }}} > > Traceback (most recent call last): > File "/«PKGBUILDDIR»/lib/tests/test_guidebar.py", line 225, in test_find > self.assert_find("j", panels[0].bar, panels[0].edit, 1) > File "/«PKGBUILDDIR»/lib/tests/test_guidebar.py", line 116, in assert_find > self.assertEqual(len(data), expected_num) > File "/usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py", line > 1360, in assertEqual > pprint.pformat(a), pprint.pformat(b))) > AssertionError: not equal: > a = 2 > b = 1 > > ---------------------------------------------------------------------- > Ran 211 tests in 17.463s > > FAILED (failures=2, known_failure_count=1) > make[1]: *** [override_dh_auto_test] Error 1 The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2014/01/14/qbzr_0.23.0-2_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