bug report publishing to launchpad

Thomas Thurman tthurman at gnome.org
Wed Feb 20 18:36:05 GMT 2008


got this error attempting to publish to launchpad. the error is
clearly that i messed up the public-key authentication (i used the
wrong username), but it did ask me to mail it to you. i think possibly
it should not ask report this as an actual bug!

t

$ bzr push bzr+ssh://tthurman@bazaar.launchpad.net/~tthurman/+junk/blog-wrangler
The authenticity of host 'bazaar.launchpad.net (91.189.94.254)' can't
be established.
RSA key fingerprint is 9d:38:3a:63:b1:d5:6f:c4:44:67:53:49:2e:ee:fc:89.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'bazaar.launchpad.net,91.189.94.254' (RSA)
to the list of known hosts.
Permission denied (publickey).
bzr: ERROR: exceptions.AssertionError: end of file reading from server.

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line
729, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line
691, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line
389, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 706, in run
    dir_to = bzrdir.BzrDir.open_from_transport(to_transport)
  File "/usr/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 566,
in open_from_transport
    redirected)
  File "/usr/lib/python2.5/site-packages/bzrlib/transport/__init__.py",
line 1166, in do_catching_redirections
    return action(transport)
  File "/usr/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 543,
in find_format
    transport, _server_formats=_server_formats)
  File "/usr/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 1244,
in find_format
    return format.probe_transport(transport)
  File "/usr/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 2212,
in probe_transport
    server_version = smart_protocol.query_version()
  File "/usr/lib/python2.5/site-packages/bzrlib/smart/protocol.py",
line 392, in query_version
    resp = self.read_response_tuple()
  File "/usr/lib/python2.5/site-packages/bzrlib/smart/protocol.py",
line 349, in read_response_tuple
    result = self._recv_tuple()
  File "/usr/lib/python2.5/site-packages/bzrlib/smart/protocol.py",
line 377, in _recv_tuple
    return _decode_tuple(self._recv_line())
  File "/usr/lib/python2.5/site-packages/bzrlib/smart/protocol.py",
line 386, in _recv_line
    assert new_char != '', "end of file reading from server."
AssertionError: end of file reading from server.

bzr 0.18.0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'push',
'bzr+ssh://tthurman@bazaar.launchpad.net/~tthurman/+junk/blog-wrangler']

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



More information about the bazaar mailing list