Ticket #14168: bzrlog

File bzrlog, 4.1 KB (added by mreid@…, 16 years ago)

bzr's crash log without py25-socket-ssl

Line 
1bzr: ERROR: exceptions.AttributeError: 'module' object has no attribute 'ssl'
2
3Traceback (most recent call last):
4  File "/opt/local/lib/python2.5/site-packages/bzrlib/commands.py", line 806, in run_bzr_catch_errors
5    return run_bzr(argv)
6  File "/opt/local/lib/python2.5/site-packages/bzrlib/commands.py", line 762, in run_bzr
7    ret = run(*run_argv)
8  File "/opt/local/lib/python2.5/site-packages/bzrlib/commands.py", line 492, in run_argv_aliases
9    return self.run(**all_cmd_args)
10  File "/opt/local/lib/python2.5/site-packages/bzrlib/builtins.py", line 878, in run
11    from_location)
12  File "/opt/local/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 773, in open_tree_or_branch
13    bzrdir = klass.open(location)
14  File "/opt/local/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 651, in open
15    return BzrDir.open_from_transport(t, _unsupported=_unsupported)
16  File "/opt/local/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 688, in open_from_transport
17    redirected)
18  File "/opt/local/lib/python2.5/site-packages/bzrlib/lazy_import.py", line 125, in __call__
19    return obj(*args, **kwargs)
20  File "/opt/local/lib/python2.5/site-packages/bzrlib/transport/__init__.py", line 1661, in do_catching_redirections
21    return action(transport)
22  File "/opt/local/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 665, in find_format
23    transport, _server_formats=_server_formats)
24  File "/opt/local/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 1417, in find_format
25    return format.probe_transport(transport)
26  File "/opt/local/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 1427, in probe_transport
27    format_string = transport.get(".bzr/branch-format").read()
28  File "/opt/local/lib/python2.5/site-packages/bzrlib/transport/http/__init__.py", line 125, in get
29    code, response_file = self._get(relpath, None)
30  File "/opt/local/lib/python2.5/site-packages/bzrlib/transport/http/_urllib.py", line 119, in _get
31    response = self._perform(request)
32  File "/opt/local/lib/python2.5/site-packages/bzrlib/transport/http/_urllib.py", line 78, in _perform
33    response = self._opener.open(request)
34  File "/opt/local/lib/python2.5/urllib2.py", line 374, in open
35    response = self._open(req, data)
36  File "/opt/local/lib/python2.5/urllib2.py", line 392, in _open
37    '_open', req)
38  File "/opt/local/lib/python2.5/urllib2.py", line 353, in _call_chain
39    result = func(*args)
40  File "/opt/local/lib/python2.5/site-packages/bzrlib/transport/http/_urllib2_wrappers.py", line 607, in https_open
41    return self.do_open(HTTPSConnection, request)
42  File "/opt/local/lib/python2.5/site-packages/bzrlib/transport/http/_urllib2_wrappers.py", line 500, in do_open
43    headers)
44  File "/opt/local/lib/python2.5/httplib.py", line 885, in _send_request
45    self.endheaders()
46  File "/opt/local/lib/python2.5/httplib.py", line 856, in endheaders
47    self._send_output()
48  File "/opt/local/lib/python2.5/httplib.py", line 728, in _send_output
49    self.send(msg)
50  File "/opt/local/lib/python2.5/httplib.py", line 695, in send
51    self.connect()
52  File "/opt/local/lib/python2.5/site-packages/bzrlib/transport/http/_urllib2_wrappers.py", line 228, in connect
53    self.connect_to_origin()
54  File "/opt/local/lib/python2.5/site-packages/bzrlib/transport/http/_urllib2_wrappers.py", line 231, in connect_to_origin
55    ssl = socket.ssl(self.sock, self.key_file, self.cert_file)
56AttributeError: 'module' object has no attribute 'ssl'
57
58bzr 1.1.0 on python 2.5.1.final.0 (darwin)
59arguments: ['/opt/local/bin/bzr', 'branch', 'https://launchpad.net/bzr-vimdiff', 'vimdiff']
60encoding: 'US-ASCII', fsenc: 'utf-8', lang: None
61plugins:
62  bzrtools             /opt/local/lib/python2.5/site-packages/bzrlib/plugins/bzrtools [1.1.0]
63  launchpad            /opt/local/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
64  multiparent          /opt/local/lib/python2.5/site-packages/bzrlib/plugins/multiparent.pyc [unknown]
65  vimdiff              /Users/mreid/.bazaar/plugins/vimdiff [unknown]
66*** Bazaar has encountered an internal error.
67    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
68    including this traceback, and a description of what you
69    were doing when the error occurred.