bzr asked me to send you a bug report

Richard Kettlewell rjk at greenend.org.uk
Sat Jul 28 18:43:02 BST 2007


bzr: ERROR: exceptions.AssertionError:                                         

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 729, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 691, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 389, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.4/site-packages/bzrlib/builtins.py", line 957, in run
    source.create_checkout(to_location, revision_id, lightweight)
  File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 798, in create_checkout
    checkout_branch.pull(self, stop_revision=revision_id)
  File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line 165, in write_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 1712, in pull
    run_hooks=run_hooks)
  File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line 165, in write_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 1498, in pull
    self.update_revisions(source, stop_revision)
  File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line 165, in write_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 1455, in update_revisions
    self.fetch(other, stop_revision)
  File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line 165, in write_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 301, in fetch
    pb=nested_pb)
  File "/usr/lib/python2.4/site-packages/bzrlib/repository.py", line 364, in fetch
    return inter.fetch(revision_id=revision_id, pb=pb)
  File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line 165, in write_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/bzrlib/repository.py", line 1626, in fetch
    pb=pb)
  File "/usr/lib/python2.4/site-packages/bzrlib/fetch.py", line 111, in __init__
    self.__fetch()
  File "/usr/lib/python2.4/site-packages/bzrlib/fetch.py", line 138, in __fetch
    self._fetch_weave_texts(revs)
  File "/usr/lib/python2.4/site-packages/bzrlib/fetch.py", line 182, in _fetch_weave_texts
    to_weave.join(from_weave, version_ids=required_versions)
  File "/usr/lib/python2.4/site-packages/bzrlib/versionedfile.py", line 425, in join
    ignore_missing)
  File "/usr/lib/python2.4/site-packages/bzrlib/knit.py", line 1715, in join
    copy_queue):
  File "/usr/lib/python2.4/site-packages/bzrlib/knit.py", line 1558, in read_records_iter_raw
    pos, data = raw_records.next()
  File "/usr/lib/python2.4/site-packages/bzrlib/transport/sftp.py", line 488, in _sftp_readv
    for data in fp.readv(requests):
  File "/var/lib/python-support/python2.4/paramiko/sftp_file.py", line 427, in readv
    yield self.read(x[1])
  File "/var/lib/python-support/python2.4/paramiko/file.py", line 153, in read
    new_data = self._read(read_size)
  File "/var/lib/python-support/python2.4/paramiko/sftp_file.py", line 151, in _read
    data = self._read_prefetch(size)
  File "/var/lib/python-support/python2.4/paramiko/sftp_file.py", line 131, in _read_prefetch
    self.sftp._read_response()
  File "/var/lib/python-support/python2.4/paramiko/sftp_client.py", line 622, in _read_response
    fileobj._async_response(t, msg)
  File "/var/lib/python-support/python2.4/paramiko/sftp_file.py", line 466, in _async_response
    assert length == len(data)
AssertionError

bzr 0.18.0 on python 2.4.4.final.0 (linux2)
arguments: ['/usr/X11R6/bin/bzr', 'checkout', 'sftp://sfere/home/richard/bzr/hbackup/mainline', 'hbackup-sid']

** please send this report to bazaar at lists.ubuntu.com





This bzr is running inside a sid chroot on a Debian etch system.

deodand$ dpkg -s bzr 
Package: bzr
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 7970
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint at lists.alioth.debian.org>
Architecture: all
Version: 0.18-1
Depends: python-central (>= 0.5.8), python (>= 2.4), python (>> 2.5) | python-celementtree
Recommends: python-paramiko, python-pycurl
Suggests: libxml2-utils
Conflicts: bzr-doc
Conffiles:
 /etc/bash_completion.d/bzr 142eb79e59b2317fc7acc423bcc84291
 /etc/bash_completion.d/bzr.simple f4397fb3b9151087b82fe08a868c9506
Description: Bazaar, the next-generation distributed version control system
 Open source distributed version control system that is powerful, friendly,
 and scalable.
 .
 It manages trees of files and subdirectories. In particular, it records
 revisions of trees, representing their state at a particular point in time,
 and information about those revisions and their relationships. Recording and
 retrieving tree revisions is useful in several ways if you are writing
 software or documents or doing similar creative work.
Python-Version: >= 2.4
deodand$ dpkg -s python-paramiko
Package: python-paramiko
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 572
Maintainer: Jeremy T. Bouse <jbouse at debian.org>
Architecture: all
Source: paramiko
Version: 1.6.4-1
Replaces: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1)
Provides: python2.3-paramiko, python2.5-paramiko, python2.4-paramiko
Depends: python, python-support (>= 0.2), python-crypto
Conflicts: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1)
Description: make SSH2 connections with python
 This is a library for making SSH2 connections (client or server).
 Emphasis is on using SSH2 as an alternative to SSL for making secure
 connections between python scripts.  All major ciphers and hash methods
 are supported.  SFTP client and server mode are both supported too.
deodand$ 

ttfn/rjk



More information about the bazaar mailing list