[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers-public] Savannah bzr server errors out
From: |
Bake Timmons |
Subject: |
[Savannah-hackers-public] Savannah bzr server errors out |
Date: |
Fri, 20 Jan 2012 17:52:58 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
Hi,
I'm unable to upgrade my emacs trunk repo past certain revisions (106781
and 106890). Rather than download a whole bzr repo for a third time, I
am reporting this problem and will just use a git repo until I can use
bzr again.
What the 'bzr pull' failures have in common is that they occur after
about 2-2.5 hours on my 28.8 kbps dialup connection (a little over 20MB
of data transferred). The failures happen using bzr, nosmart+bzr, and
http protocols and under the bzr client versions 2.5b4 and 2.5b5.
Running 'bzr check' showed nothing wrong with the repo, in the case of
emacs trunk version 106781 and in the case of version 106890.
The following is a trace:
----------------------------------------------------------------------
Thu 2012-01-19 10:41:27 -0500
0.055 bazaar version: 2.5b4
0.055 bzr arguments: [u'pull', u'-vvvv', u'-r', u'106891']
0.056 looking for plugins in /home/b3po/.bazaar/plugins
0.056 looking for plugins in /usr/lib/python2.7/dist-packages/bzrlib/plugins
0.070 encoding stdout as sys.stdout encoding 'UTF-8'
0.093 opening working tree '/src/emacs/trunk'
53.354 Using fetch logic to copy between
RemoteRepository(bzr://bzr.savannah.gnu.org/emacs/.bzr/)(RemoteRepositoryFormat(_network_name='Bazaar
repository format 2a (needs bzr 1.16 or later)\n')) and
CHKInventoryRepository('file:///src/emacs/trunk/.bzr/repository/')(RepositoryFormat2a())
53.354 fetching: <SearchResult search:(set(['address@hidden']),
['address@hidden', 'address@hidden', 'address@hidden', 'address@hidden',
'address@hidden', ...], 27)>
7245.880 Transferred: 22566kB (3.1kB/s r:22561kB w:5kB)
7245.897 Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 923, in
exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1128, in
run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 676, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 698, in run
return self._operation.run_simple(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 135, in
run_simple
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 165, in
_do_with_cleanups
result = func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 1106, in run
local=local, show_base=show_base)
File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 217, in
write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/workingtree.py", line 978, in
pull
local=local)
File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 1132, in pull
possible_transports=possible_transports, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 217, in
write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 3450, in pull
merge_tags_to_master=not source_is_master)
File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 3580, in _pull
graph=graph)
File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 217, in
write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 3393, in
_update_revisions
self.fetch(stop_revision=stop_revision)
File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 217, in
write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 3370, in fetch
fetch_spec=fetch_spec)
File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py", line 1270,
in fetch
find_ghosts=find_ghosts, fetch_spec=fetch_spec)
File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line 217, in
write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py", line 2587,
in fetch
find_ghosts=find_ghosts)
File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 76, in __init__
self.__fetch()
File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 103, in __fetch
self._fetch_everything_for_search(search_result)
File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 131, in
_fetch_everything_for_search
stream, from_format, [])
File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py", line 2045,
in insert_stream
src_format, is_resume)
File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py", line 2109,
in insert_stream_without_locking
self.target_repo.texts.insert_record_stream(substream)
File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 1641,
in insert_record_stream
for _ in self._insert_record_stream(stream, random_id=False):
File "/usr/lib/python2.7/dist-packages/bzrlib/groupcompress.py", line 1731,
in _insert_record_stream
for record in stream:
File "/usr/lib/python2.7/dist-packages/bzrlib/smart/repository.py", line 712,
in wrap_and_count
for record in substream.read():
File "/usr/lib/python2.7/dist-packages/bzrlib/versionedfile.py", line 1843,
in read
for bytes in self._bytes_iterator:
File "/usr/lib/python2.7/dist-packages/bzrlib/smart/repository.py", line 690,
in iter_substream_bytes
for record in self.iter_pack_records:
File "/usr/lib/python2.7/dist-packages/bzrlib/smart/repository.py", line 680,
in iter_stream_decoder
for bytes in self.byte_stream:
File "/usr/lib/python2.7/dist-packages/bzrlib/smart/message.py", line 336, in
read_streamed_body
self._read_more()
File "/usr/lib/python2.7/dist-packages/bzrlib/smart/message.py", line 286, in
_read_more
"Unexpected end of message. "
ConnectionReset: Connection closed: Unexpected end of message. Please check
connectivity and permissions, and report a bug if problems persist.
----------------------------------------------------------------------
Thank you.
Bake Timmons
- [Savannah-hackers-public] Savannah bzr server errors out,
Bake Timmons <=
- Re: [Savannah-hackers-public] Savannah bzr server errors out, Eli Zaretskii, 2012/01/21
- Re: [Savannah-hackers-public] Savannah bzr server errors out, Karl Berry, 2012/01/22
- Re: [Savannah-hackers-public] Savannah bzr server errors out, Bake Timmons, 2012/01/22
- Re: [Savannah-hackers-public] Savannah bzr server errors out, Karl Berry, 2012/01/23
- Re: [Savannah-hackers-public] Savannah bzr server errors out, Martin Pool, 2012/01/23
- Re: [Savannah-hackers-public] Savannah bzr server errors out, Eli Zaretskii, 2012/01/24
- Re: [Savannah-hackers-public] Savannah bzr server errors out, Martin Pool, 2012/01/24
Re: [Savannah-hackers-public] Savannah bzr server errors out, Martin Pool, 2012/01/22