bzr: ERROR: exceptions.EOFError. To make push of my branch

Bug #697058 reported by rodrite
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
High
Unassigned

Bug Description

Using bzr-2.2.1-setup.exe on Windows XP SP2 I get the next errors with the following command:

bzr push lp: [my branch]

Traceback (most recent call last):

File "logging\__init__.pyo", line 791, in emit

UnicodeDecodeError: 'ascii' codec can't decode byte 0xf3 in position 45: ordinal not in range(128)

bzr: ERROR: exceptions.EOFError:

Traceback (most recent call last):

File "bzrlib\commands.pyo", line 912, in exception_to_return_code

File "bzrlib\commands.pyo", line 1112, in run_bzr

File "bzrlib\commands.pyo", line 690, in run_argv_aliases

File "bzrlib\commands.pyo", line 705, in run

File "bzrlib\cleanup.pyo", line 135, in run_simple

File "bzrlib\cleanup.pyo", line 165, in _do_with_cleanups

File "C:/Archivos de programa/Bazaar/plugins\qbzr\lib\commands.py", line 767, in run

File "C:/Archivos de programa/Bazaar/plugins\qbzr\lib\subprocess.py", line 888, in run_subprocess_command

File "bzrlib\commands.pyo", line 1112, in run_bzr

File "bzrlib\commands.pyo", line 690, in run_argv_aliases

File "bzrlib\commands.pyo", line 705, in run

File "bzrlib\cleanup.pyo", line 135, in run_simple

File "bzrlib\cleanup.pyo", line 165, in _do_with_cleanups

File "bzrlib\builtins.pyo", line 1161, in run

File "bzrlib\push.pyo", line 139, in _show_push_branch

File "bzrlib\bzrdir.pyo", line 1337, in push_branch

File "bzrlib\remote.pyo", line 1380, in fetch

File "bzrlib\decorators.pyo", line 194, in write_locked

File "bzrlib\repository.pyo", line 3448, in fetch

File "bzrlib\fetch.pyo", line 73, in __init__

File "bzrlib\fetch.pyo", line 99, in __fetch

File "bzrlib\fetch.pyo", line 127, in _fetch_everything_for_search

File "bzrlib\remote.pyo", line 1841, in insert_stream

File "bzrlib\smart\client.pyo", line 181, in call_with_body_stream

File "bzrlib\smart\client.pyo", line 79, in _call_and_read_response

File "bzrlib\smart\client.pyo", line 61, in _send_request

File "bzrlib\smart\protocol.pyo", line 1378, in call_with_body_stream

File "bzrlib\smart\protocol.pyo", line 1138, in _write_prefixed_body

File "bzrlib\smart\protocol.pyo", line 1095, in _write_func

File "bzrlib\smart\protocol.pyo", line 1099, in flush

File "bzrlib\smart\medium.pyo", line 396, in accept_bytes

File "bzrlib\smart\medium.pyo", line 978, in _accept_bytes

File "bzrlib\smart\medium.pyo", line 795, in _accept_bytes

File "bzrlib\smart\medium.pyo", line 689, in accept_bytes

File "bzrlib\smart\medium.pyo", line 862, in _accept_bytes

File "bzrlib\osutils.pyo", line 2059, in send_all

File "paramiko\channel.pyo", line 701, in send

File "paramiko\transport.pyo", line 1423, in _send_user_message

File "paramiko\transport.pyo", line 1403, in _send_message

File "paramiko\packet.pyo", line 310, in send_message

File "paramiko\packet.pyo", line 260, in write_all

EOFError

bzr 2.2.1 on python 2.6.4 (Windows-XP-5.1.2600-SP3)

arguments: ['C:\\Archivos de programa\\Bazaar\\bzr.exe', 'qsubprocess', '--bencode', 'l4:push37:lp:~rodrite-testillano/ea/rodri_rama/10:--remembere']

encoding: 'cp1252', fsenc: 'mbcs', lang: None

plugins:

bzrtools C:\Archivos de programa\Bazaar\plugins\bzrtools [2.2.0]

colo C:\Archivos de programa\Bazaar\plugins\colo [0.1.0]

explorer C:\Archivos de programa\Bazaar\plugins\explorer [1.1.1]

fastimport C:\Archivos de programa\Bazaar\plugins\fastimport [0.9.0dev]

launchpad C:\Archivos de programa\Bazaar\plugins\launchpad [2.2.1]

loom C:\Archivos de programa\Bazaar\plugins\loom [2.2.1dev]

netrc_credential_store C:\Archivos de programa\Bazaar\plugins\netrc_credential_store [2.2.1]

news_merge C:\Archivos de programa\Bazaar\plugins\news_merge [2.2.1]

pipeline C:\Archivos de programa\Bazaar\plugins\pipeline [unknown]

qbzr C:\Archivos de programa\Bazaar\plugins\qbzr [0.19.2]

rewrite C:\Archivos de programa\Bazaar\plugins\rewrite [0.6.1]

svn C:\Archivos de programa\Bazaar\plugins\svn [1.0.4]

upload C:\Archivos de programa\Bazaar\plugins\upload [1.0.0dev]

xmloutput C:\Archivos de programa\Bazaar\plugins\xmloutput [0.8.6]

*** Bazaar has encountered an internal error. This probably indicates a

bug in Bazaar. You can help us fix it by filing a bug report at

https://bugs.launchpad.net/bzr/+filebug

including this traceback and a description of the problem.

Tags: paramiko
Revision history for this message
Vincent Ladeuil (vila) wrote :

This is rather obscure, it may have been fixed in more recent versions though as we encounter some issues with paramiko.

It would be nice if you could try a bare ssh connection to launchpad to ensure you're not encountering an authentication problem there (ssh -v bazaar.launchpad.net should tell you, but on windows it's a bit unclear to ensure that ssh will indeed use the same configuration/login/keys than ssh).

If you're able to push another branch on launchpad, it would be nice to understand what is specific to this failing branch too.

Apart from a weird directory name (as in: using an encoding that is not supported by your filesystem or not recognized by bzr), I fail to see other causes (in addition to a wrong login or no registered ssh keys on launchpad).

Changed in bzr:
importance: Undecided → High
status: New → Confirmed
Jelmer Vernooij (jelmer)
tags: added: paramiko
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
Jelmer Vernooij (jelmer)
tags: removed: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.