Ubuntu Pastebin

Paste from ubuntu at Fri, 28 Oct 2016 22:56:07 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Fri, 28 Oct 2016 21:50:52 +0000: usd-import --verbose --lp-owner=usd-import-team --directory=gnutls28 --no-push gnutls28
10/28/2016 21:51:01 - INFO:Ubuntu Server Team importer v1.0-rc2
10/28/2016 21:51:01 - INFO:Cloning git://git.launchpad.net/~usd-import-team/ubuntu/+source/gnutls28 at /importer/work.d/gnutls28
10/28/2016 21:51:01 - DEBUG:Executing: git fetch -q git://git.launchpad.net/~usd-import-team/ubuntu/+source/gnutls28 "+refs/heads/*:refs/heads/importer/*"
10/28/2016 21:51:01 - INFO:Command exited 128: git fetch -q git://git.launchpad.net/~usd-import-team/ubuntu/+source/gnutls28 "+refs/heads/*:refs/heads/importer/*"
10/28/2016 21:51:01 - DEBUG:stdout: 
10/28/2016 21:51:01 - DEBUG:stderr: fatal: remote error: Repository '~usd-import-team/ubuntu/+source/gnutls28' not found.
10/28/2016 21:51:01 - WARNING:No objects found in remote git://git.launchpad.net/~usd-import-team/ubuntu/+source/gnutls28
10/28/2016 21:51:13 - DEBUG:Source package download error: URLError(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:645)'),)
10/28/2016 21:51:14 - DEBUG:Source package download error: URLError(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:645)'),)
10/28/2016 21:51:25 - DEBUG:Source package download error: URLError(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:645)'),)
Importing 3.0.0-1 to debian/experimental
Failed to pull down source (attempt 1/3)
Failed to pull down source (attempt 2/3)
Failed to pull down source (attempt 3/3)
Traceback (most recent call last):
  File "/usr/lib/python3.5/urllib/request.py", line 1254, in do_open
    h.request(req.get_method(), req.selector, req.data, headers)
  File "/usr/lib/python3.5/http/client.py", line 1106, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request
    self.endheaders(body)
  File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python3.5/http/client.py", line 934, in _send_output
    self.send(msg)
  File "/usr/lib/python3.5/http/client.py", line 877, in send
    self.connect()
  File "/usr/lib/python3.5/http/client.py", line 1260, in connect
    server_hostname=server_hostname)
  File "/usr/lib/python3.5/ssl.py", line 377, in wrap_socket
    _context=self)
  File "/usr/lib/python3.5/ssl.py", line 752, in __init__
    self.do_handshake()
  File "/usr/lib/python3.5/ssl.py", line 988, in do_handshake
    self._sslobj.do_handshake()
  File "/usr/lib/python3.5/ssl.py", line 633, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:645)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/importer/usd-importer/usd-import", line 8, in <module>
    usd.importer.main()
  File "/importer/usd-importer/usd/importer.py", line 285, in main
    [x for x in patch_overrides if x['distribution'] == distname]
  File "/importer/usd-importer/usd/GitRepository.py", line 662, in import_spi
    srcpkg.pull()
  File "/usr/lib/python3/dist-packages/ubuntutools/archive.py", line 369, in pull
    for url in self._source_urls(name):
  File "/usr/lib/python3/dist-packages/ubuntutools/archive.py", line 473, in _source_urls
    if self.snapshot_list:
  File "/usr/lib/python3/dist-packages/ubuntutools/archive.py", line 515, in snapshot_list
    % (self.source, self.version.full_version))
  File "/usr/lib/python3.5/urllib/request.py", line 466, in open
    response = self._open(req, data)
  File "/usr/lib/python3.5/urllib/request.py", line 484, in _open
    '_open', req)
  File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.5/urllib/request.py", line 746, in <lambda>
    meth(r, proxy, type))
  File "/usr/lib/python3.5/urllib/request.py", line 774, in proxy_open
    return self.parent.open(req, timeout=req.timeout)
  File "/usr/lib/python3.5/urllib/request.py", line 466, in open
    response = self._open(req, data)
  File "/usr/lib/python3.5/urllib/request.py", line 484, in _open
    '_open', req)
  File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.5/urllib/request.py", line 1297, in https_open
    context=self._context, check_hostname=self._check_hostname)
  File "/usr/lib/python3.5/urllib/request.py", line 1256, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:645)>
Leaving /importer/work.d/gnutls28 as directed
Fri, 28 Oct 2016 21:51:26 +0000: exited 1
Download as text