Your message dated Thu, 04 Jan 2018 15:32:19 +0000
with message-id <e1ex7vd-000cxk...@fasolo.debian.org>
and subject line Bug#876334: fixed in python-urllib3 1.22-1
has caused the Debian Bug report #876334,
regarding A few tests fail during build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
876334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-urllib3
Version: debian/1.21.1-1
Sources:
https://anonscm.debian.org/git/python-modules/packages/python-urllib3.git

Building in a sid chroot with:
dpkg-buildpackage --no-sign --build=binary

leads to:
...
======================================================================
ERROR: test_set_ssl_version_to_tlsv1 (test.contrib.test_pyopenssl.TestHTTPS)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/test/with_dummyserver/test_https.py",
line 66, in test_set_ssl_version_to_tlsv1
    r = self._pool.request('GET', '/')
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/urllib3/request.py",
line 66, in request
    **urlopen_kw)
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/urllib3/request.py",
line 87, in request_encode_url
    return self.urlopen(method, url, **extra_kw)
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/urllib3/connectionpool.py",
line 630, in urlopen
    raise SSLError(e)
SSLError: ("bad handshake: Error([('SSL routines', 'ssl3_read_bytes',
'tlsv1 alert protocol version')],)",)
-------------------- >> begin captured logging << --------------------
urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): localhost
tornado.general: WARNING: SSL Error on 9 ('::1', 57012, 0, 0): [SSL:
UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:661)
tornado.general: ERROR: Uncaught exception
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/tornado/http1connection.py",
line 693, in _server_request_loop
    ret = yield conn.read_response(request_delegate)
  File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 870,
in run
    value = future.result()
  File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line
215, in result
    raise_exc_info(self._exc_info)
  File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 876,
in run
    yielded = self.gen.throw(*exc_info)
  File "/usr/local/lib/python2.7/dist-packages/tornado/http1connection.py",
line 168, in _read_message
    quiet_exceptions=iostream.StreamClosedError)
  File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 870,
in run
    value = future.result()
  File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line
215, in result
    raise_exc_info(self._exc_info)
  File "<string>", line 3, in raise_exc_info
SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:661)
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_simple (test.contrib.test_pyopenssl.TestHTTPS)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/test/with_dummyserver/test_https.py",
line 61, in test_simple
    r = self._pool.request('GET', '/')
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/urllib3/request.py",
line 66, in request
    **urlopen_kw)
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/urllib3/request.py",
line 87, in request_encode_url
    return self.urlopen(method, url, **extra_kw)
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/urllib3/connectionpool.py",
line 630, in urlopen
    raise SSLError(e)
SSLError: ("bad handshake: Error([('SSL routines',
'tls_process_server_certificate', 'certificate verify failed')],)",)
-------------------- >> begin captured logging << --------------------
urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): localhost
tornado.general: WARNING: SSL Error on 9 (not connected): [SSL:
TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:661)
tornado.general: ERROR: Uncaught exception
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/tornado/http1connection.py",
line 693, in _server_request_loop
    ret = yield conn.read_response(request_delegate)
  File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 870,
in run
    value = future.result()
  File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line
215, in result
    raise_exc_info(self._exc_info)
  File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 876,
in run
    yielded = self.gen.throw(*exc_info)
  File "/usr/local/lib/python2.7/dist-packages/tornado/http1connection.py",
line 168, in _read_message
    quiet_exceptions=iostream.StreamClosedError)
  File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 870,
in run
    value = future.result()
  File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line
215, in result
    raise_exc_info(self._exc_info)
  File "<string>", line 3, in raise_exc_info
error: [Errno 107] Transport endpoint is not connected
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_discards_connection_on_sslerror
(test.contrib.test_pyopenssl.TestHTTPS_TLSv1)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/test/__init__.py",
line 119, in wrapper
    return test(*args, **kwargs)
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/test/with_dummyserver/test_https.py",
line 520, in test_discards_connection_on_sslerror
    self._pool.request('GET', '/')
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/urllib3/request.py",
line 66, in request
    **urlopen_kw)
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/urllib3/request.py",
line 87, in request_encode_url
    return self.urlopen(method, url, **extra_kw)
  File
"/home/actionmystique/src/URLLib3/git-python-urllib3/urllib3/connectionpool.py",
line 630, in urlopen
    raise SSLError(e)
SSLError: ("bad handshake: Error([('SSL routines',
'tls_process_server_hello', 'version too low')],)",)
-------------------- >> begin captured logging << --------------------
urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): localhost
tornado.general: WARNING: SSL Error on 12 ('::1', 50704, 0, 0): [SSL:
WRONG_VERSION_NUMBER] wrong version number (_ssl.c:661)
tornado.general: ERROR: Uncaught exception
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/tornado/http1connection.py",
line 693, in _server_request_loop
    ret = yield conn.read_response(request_delegate)
  File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 870,
in run
    value = future.result()
  File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line
215, in result
    raise_exc_info(self._exc_info)
  File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 876,
in run
    yielded = self.gen.throw(*exc_info)
  File "/usr/local/lib/python2.7/dist-packages/tornado/http1connection.py",
line 168, in _read_message
    quiet_exceptions=iostream.StreamClosedError)
  File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 870,
in run
    value = future.result()
  File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line
215, in result
    raise_exc_info(self._exc_info)
  File "<string>", line 3, in raise_exc_info
SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:661)
urllib3.connectionpool: DEBUG: Starting new HTTPS connection (2): localhost
tornado.general: WARNING: SSL Error on 12 ('::1', 50706, 0, 0): [SSL:
WRONG_VERSION_NUMBER] wrong version number (_ssl.c:661)
--------------------- >> end captured logging << ---------------------
...

Full log is attached.
-- 
Jean-Christophe Manciot

Attachment: python-urllib3_1.21.1-1_amd64.build
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: python-urllib3
Source-Version: 1.22-1

We believe that the bug you reported is fixed in the latest version of
python-urllib3, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 876...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Nový <on...@debian.org> (supplier of updated python-urllib3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 04 Jan 2018 15:09:14 +0100
Source: python-urllib3
Binary: python-urllib3 python3-urllib3
Architecture: source
Version: 1.22-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Ondřej Nový <on...@debian.org>
Description:
 python-urllib3 - HTTP library with thread-safe connection pooling for Python
 python3-urllib3 - HTTP library with thread-safe connection pooling for Python3
Closes: 876334
Changes:
 python-urllib3 (1.22-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #876334)
   * d/watch
     - Check upstream signature
     - Use https
   * Bump debhelper compat level to 11
   * Standards-Version is 4.1.3 now (no changes needed)
   * Add python{3,}-pytest to B-D
   * Use pytest for unit tests (same as upstream) and skip timing tests
   * Skip test_recent_date test
   * Use autopkgtest-pkg-python testsuite instead of hardcoded one
Checksums-Sha1:
 6bf81fc302b5dfb0b1d8c8948e0f855188f4db56 2731 python-urllib3_1.22-1.dsc
 02c623c3bdceda4ef5bffdafdda472d2d9e34ef1 226083 python-urllib3_1.22.orig.tar.gz
 b8175e0ebb4da938f1adee770009a8b4946d48f6 801 
python-urllib3_1.22.orig.tar.gz.asc
 3039f39588bb73b2f9e27de8b225c2d64c768b7c 27268 
python-urllib3_1.22-1.debian.tar.xz
 e92d482e0bdad1d88f60a93776e9ddfef12b8121 7249 
python-urllib3_1.22-1_amd64.buildinfo
Checksums-Sha256:
 ed0d8e5deb776bf1677dc0819018d4a60429684d38927a5928b6be94e0ce6ec4 2731 
python-urllib3_1.22-1.dsc
 cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f 226083 
python-urllib3_1.22.orig.tar.gz
 b80e563a665dd9d3a3d4caabc0b4436227ff7b2631ab8b7e616ad953818d898c 801 
python-urllib3_1.22.orig.tar.gz.asc
 59547b96a97b2958d399cc8a86781f8f1df6a81d5a349823a11f7ef663fc8e6c 27268 
python-urllib3_1.22-1.debian.tar.xz
 910d3d080b80c99ec9281fd14f3848ba174fabbcf15a36e4c764d1d9f3c3e90b 7249 
python-urllib3_1.22-1_amd64.buildinfo
Files:
 2c120b125cb342b076bee63aa75d0110 2731 python optional python-urllib3_1.22-1.dsc
 0da7bed3fe94bf7dc59ae37885cc72f7 226083 python optional 
python-urllib3_1.22.orig.tar.gz
 940debc41b390f17c681d73dc7a3c204 801 python optional 
python-urllib3_1.22.orig.tar.gz.asc
 815751efec9aa03f0790b784996a6314 27268 python optional 
python-urllib3_1.22-1.debian.tar.xz
 f2caeab69204626266ea7668ccb4b70c 7249 python optional 
python-urllib3_1.22-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAlpONmUACgkQNXMSVZ0e
Bks5DBAAgJh3SdYdPmKs0bak4unZwhPWE/LtIyEpDMCI4QCX6uqYyVO4DcxipXiM
7rdDh+AoTCqdH9LUIY7CA7y8zA2jEr1kyhfUjIFL5J+8wX0o7DRL8Z/zFOIAoKk5
y0J02s19zHUFNws+fVef+4oSTp2l+ScpeadVlXTwJpwy1gELXERLD5VfL84av1RF
1jWK4km8O0c31WgoFpkOiX8a7JQWvh6m/yL9Kh1drc4QxWo8FOPZR3ksEvriJEFn
vhDrQlLl4ckXixwO8A6rqlVzLmhvGmD3XsrRTpkFGaslS1/QoSM7ZTthrVrny5hq
L6iqWNlwaeWTS75riABR83MqyBdkXrFoLbmHEOBxgj/kw9FtJIVqSK7bwexBizRD
H4OhVvwL7wY4LCa40ZxQhtKisdHg/OD0VQ2SegxPeMigTkgYzjmV9QHk2PsO712z
zMcr2W6QHWrGoaJjcF6uSka/B+pUoZpsIbfgzXMo9HATpoWyfrwUKmJvK7uErlnv
+sbbzM1hKiMmzTVJ12p/lqHTaostTmhwr6PCx407yo9NlSBgU1qkiM0pKZrq0X5A
nH97yl8zndY94pFjo1bopF+Igpm8vGKfOSjFlr68PB2lTD+LEfeqYK27yTuMPtNp
A8rVAR+tvQvXm4U2DmBXprcndAung3gMBZuOOwNbJIqL92O3p+8=
=xqcC
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to