--- Begin Message ---
Source: bzr
Version: 2.6.0+bzr6595-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140601 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):
> Traceback (most recent call last):
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/tests/commands/test_commit.py",
> line 45, in test_commit_mine_modified
> commit.run(message=u'empty commit', unchanged=True)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/commands.py",
> line 697, in run
> return self._operation.run_simple(*args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/cleanup.py",
> line 136, in run_simple
> self.cleanups, self.func, *args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/cleanup.py",
> line 166, in _do_with_cleanups
> result = func(*args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/builtins.py",
> line 3687, in run
> lossy=lossy)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/decorators.py",
> line 218, in write_locked
> result = unbound(self, *args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/workingtree_4.py",
> line 218, in commit
> result = WorkingTree.commit(self, message, revprops, *args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/decorators.py",
> line 218, in write_locked
> result = unbound(self, *args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/mutabletree.py",
> line 211, in commit
> *args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/commit.py",
> line 290, in commit
> lossy=lossy)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/cleanup.py",
> line 132, in run
> self.cleanups, self.func, self, *args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/cleanup.py",
> line 166, in _do_with_cleanups
> result = func(*args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/commit.py",
> line 455, in _commit
> self._update_branches(old_revno, old_revid, new_revno)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/commit.py",
> line 489, in _update_branches
> self.branch, new_revno, self.rev_id, lossy=self._lossy)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/branch.py",
> line 1072, in import_last_revision_info_and_tags
> self.fetch(source, revid)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/decorators.py",
> line 218, in write_locked
> result = unbound(self, *args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/branch.py",
> line 716, in fetch
> return InterBranch.get(from_branch, self).fetch(last_revision,
> limit=limit)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/decorators.py",
> line 218, in write_locked
> result = unbound(self, *args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/branch.py",
> line 3226, in fetch
> fetch_spec=fetch_spec)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/vf_repository.py",
> line 1268, in fetch
> find_ghosts=find_ghosts, fetch_spec=fetch_spec)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/decorators.py",
> line 218, in write_locked
> result = unbound(self, *args, **kwargs)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/vf_repository.py",
> line 2585, in fetch
> find_ghosts=find_ghosts)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/fetch.py",
> line 77, in __init__
> self.__fetch()
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/fetch.py",
> line 104, in __fetch
> self._fetch_everything_for_search(search_result)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/fetch.py",
> line 132, in _fetch_everything_for_search
> stream, from_format, [])
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/vf_repository.py",
> line 2038, in insert_stream
> self.target_repo.start_write_group()
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/repository.py",
> line 782, in start_write_group
> self._start_write_group()
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/repofmt/pack_repo.py",
> line 1724, in _start_write_group
> self._pack_collection._start_write_group()
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/repofmt/pack_repo.py",
> line 1531, in _start_write_group
> file_mode=self.repo.bzrdir._get_file_mode())
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/repofmt/groupcompress_repo.py",
> line 160, in __init__
> self._writer.begin()
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/pack.py",
> line 132, in begin
> self.write_func(self._serialiser.begin())
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/pack.py",
> line 135, in write_func
> self._write_func(bytes)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/repofmt/groupcompress_repo.py",
> line 153, in _write_data
> _write(bytes)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/transport/__init__.py",
> line 277, in write
> osutils.pump_string_file(bytes, self.file_handle)
> File
> "/«BUILDDIR»/bzr-2.6.0+bzr6595/build/lib.linux-x86_64-2.7/bzrlib/osutils.py",
> line 743, in pump_string_file
> write(segment)
> File "/usr/lib/python2.7/dist-packages/paramiko/file.py", line 324, in write
> data = b(data)
> File "/usr/lib/python2.7/dist-packages/paramiko/py3compat.py", line 43, in b
> raise TypeError("Expected unicode or bytes, got %r" % s)
> TypeError: Expected unicode or bytes, got <read-only buffer for
> 0x7fbbb3f348f0, size 5242880, offset 0 at 0x7fbbcb8599b0>
>
> ======================================================================
> ERROR: bzrlib.tests.commands.test_pull.TestPull.test_pull_with_bound_branch
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> _StringException: lost connection during test
> 'bzrlib.tests.commands.test_pull.TestPull.test_pull_with_bound_branch'
> ======================================================================
> ERROR: bzrlib.tests.commands.test_merge.TestMerge.test_merge
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> _StringException: lost connection during test
> 'bzrlib.tests.commands.test_merge.TestMerge.test_merge'
> ----------------------------------------------------------------------
> Ran 1558 tests in 113.314s
>
> FAILED (errors=8, known_failure_count=8)
> 195 tests skipped
> make[1]: *** [override_dh_auto_test] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/06/01/bzr_2.6.0+bzr6595-1_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.
--- End Message ---