[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] bzr access problems
From: |
Tim Cross |
Subject: |
Re: [Savannah-hackers-public] bzr access problems |
Date: |
Thu, 13 Oct 2011 10:06:36 +1100 |
As suggested, here is some more logging information which may help to
identify the issue. Calling bzr as
bzr -Dhpss branch bzr://bzr.savannah.gnu.org/emacs/trunk/
I get the same error as before i.e.
bzr: ERROR: Connection closed: Unexpected end of message. Please check
connectivity and permissions, and report a bug if problems persist.
HPSS calls: 10 (0 vfs) <bzrlib.smart.medium.SmartTCPClientMedium
object at 0x97bf24c>
The relevant section from my bzr.log is
Thu 2011-10-13 09:39:27 +1100
0.042 bazaar version: 2.3.4
0.042 bzr arguments: [u'-Dhpss', u'branch',
u'bzr://bzr.savannah.gnu.org/emacs/trunk/']
0.064 looking for plugins in /home/tcross/.bazaar/plugins
0.064 looking for plugins in /usr/lib/python2.7/dist-packages/bzrlib/plugins
0.106 encoding stdout as sys.stdout encoding 'UTF-8'
0.120 hpss: Built a new medium: SmartTCPClientMedium
0.121 hpss call: 'BzrDir.open_2.1', 'emacs/trunk/'
0.121 (to bzr://bzr.savannah.gnu.org/emacs/trunk/)
1.147 result: ('yes', 'no')
1.147 hpss call: 'BzrDir.open_branchV3', 'emacs/trunk/'
1.147 (to bzr://bzr.savannah.gnu.org/emacs/trunk/)
1.479 result: ('branch', 'Bazaar Branch Format 7 (needs bzr 1.6)\n')
1.479 hpss call: 'BzrDir.find_repositoryV3', 'emacs/trunk/'
1.479 (to bzr://bzr.savannah.gnu.org/emacs/trunk/)
1.732 result: ('ok', '..', 'yes', 'no', 'yes', 'Bazaar
repository format 2a (needs bzr 1.16 or later)\n')
1.733 hpss call: 'BzrDir.open_2.1', 'emacs/'
1.733 (to bzr://bzr.savannah.gnu.org/emacs/trunk/)
1.985 result: ('yes', 'no')
1.985 hpss call: 'BzrDir.find_repositoryV3', 'emacs/'
1.985 (to bzr://bzr.savannah.gnu.org/emacs/trunk/)
2.236 result: ('ok', '', 'yes', 'no', 'yes', 'Bazaar repository
format 2a (needs bzr 1.16 or later)\n')
2.236 hpss call: 'Repository.is_shared', 'emacs/'
2.236 (to bzr://bzr.savannah.gnu.org/emacs/trunk/)
2.499 result: ('yes',)
2.500 hpss call: 'Branch.get_stacked_on_url', 'emacs/trunk/'
2.500 (to bzr://bzr.savannah.gnu.org/emacs/trunk/)
2.763 result: ('NotStacked',)
2.764 hpss call: 'Branch.last_revision_info', 'emacs/trunk/'
2.764 (to bzr://bzr.savannah.gnu.org/emacs/trunk/)
3.020 result: ('ok', '106070',
'address@hidden')
3.021 hpss call: 'BzrDir.cloning_metadir', 'emacs/trunk/', 'False'
3.021 (to bzr://bzr.savannah.gnu.org/emacs/trunk/)
3.313 result: ('Bazaar-NG meta directory, format 1\n', 'Bazaar
repository format 2a (needs bzr 1.16 or later)\n', ('branch', 'Bazaar
Branch Format 7 (needs bzr 1.6)\n'))
3.331 creating repository in file:///home/tcross/tmp/bzr/trunk/.bzr/.
3.334 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:///home/tcross/tmp/bzr/trunk/.bzr/repository/')(RepositoryFormat2a())
3.335 hpss call w/body: 'Repository.get_stream_1.19', 'emacs/',
'Bazaar repository format 2a (needs bzr 1.16 or later)\n'
('address@hidden'...)
3.335 56 bytes
18.411 decoder state: buf[:10]='',
state_accept=_state_accept_expecting_protocol_version
18.411 Transferred: 2kB (0.1kB/s r:1kB w:1kB)
18.417 Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line
924, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line
1124, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line
689, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 711, 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 1227, in run
source_branch=br_from)
File "/usr/lib/python2.7/dist-packages/bzrlib/controldir.py", line
374, in sprout
create_tree_if_local=create_tree_if_local)
File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 131, in run
self.cleanups, self.func, self, *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/controldir.py", line
427, in _sprout
result_repo.fetch(source_repository, fetch_spec=fetch_spec)
File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line
1777, in fetch
find_ghosts=find_ghosts, fetch_spec=fetch_spec)
File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line
194, in write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line
3433, in fetch
find_ghosts=find_ghosts)
File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 72, in __init__
self.__fetch()
File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 98, in __fetch
self._fetch_everything_for_search(search)
File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 126,
in _fetch_everything_for_search
stream, from_format, [])
File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line
4093, in insert_stream
src_format, is_resume)
File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line
4153, in insert_stream_without_locking
for substream_type, substream in stream:
File "/usr/lib/python2.7/dist-packages/bzrlib/remote.py", line 2020,
in missing_parents_chain
for kind, stream in self._get_stream(sources[0], search):
File "/usr/lib/python2.7/dist-packages/bzrlib/remote.py", line 1977,
in _get_stream
verb, args, search_bytes)
File "/usr/lib/python2.7/dist-packages/bzrlib/remote.py", line 77,
in _call_with_body_bytes_expecting_body
method, args, body_bytes)
File "/usr/lib/python2.7/dist-packages/bzrlib/smart/client.py", line
170, in call_with_body_bytes_expecting_body
method, args, body=body, expect_response_body=True)
File "/usr/lib/python2.7/dist-packages/bzrlib/smart/client.py", line
81, in _call_and_read_response
expect_body=expect_response_body),
File "/usr/lib/python2.7/dist-packages/bzrlib/smart/message.py",
line 299, in read_response_tuple
self._wait_for_response_args()
File "/usr/lib/python2.7/dist-packages/bzrlib/smart/message.py",
line 264, in _wait_for_response_args
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.
18.417 return code 3
[19886] 2011-10-13 09:39:45.934 INFO: HPSS calls: 10 (0 vfs)
<bzrlib.smart.medium.SmartTCPClientMedium object at 0x97bf24c>
Note that I tried some other bzr repositories on savannah with no
success. However, I am able to access bzr repositories on other sites,
such as launchpad.net with no problems. I am able to access the git
repositories on savannah with no issues.
Tim
--
Tim Cross
Phone: 0428 212 217
- [Savannah-hackers-public] bzr access problems, Tim Cross, 2011/10/10
- Re: [Savannah-hackers-public] bzr access problems, Eli Zaretskii, 2011/10/12
- Re: [Savannah-hackers-public] bzr access problems,
Tim Cross <=
- Re: [Savannah-hackers-public] bzr access problems, Martin Pool, 2011/10/12
- Re: [Savannah-hackers-public] bzr access problems, Tim Cross, 2011/10/12
- Re: [Savannah-hackers-public] bzr access problems, James Cloos, 2011/10/13
- Re: [Savannah-hackers-public] bzr access problems, Eli Zaretskii, 2011/10/13
- Re: [Savannah-hackers-public] bzr access problems, Michael J. Flickinger, 2011/10/13
- Re: [Savannah-hackers-public] bzr access problems, Martin Pool, 2011/10/13