Your message dated Mon, 21 Nov 2016 21:50:11 +0000
with message-id <[email protected]>
and subject line Bug#844234: fixed in openssl 1.1.0c-2
has caused the Debian Bug report #844234,
regarding python-dugong: FTBFS: dh_auto_test: pybuild --test -i python{version} 
-p 3.5 returned exit code 13
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 [email protected]
immediately.)


-- 
844234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844234
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-dugong
Version: 3.7+dfsg-3
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<BUILDDIR>>/python-dugong-3.7+dfsg'
> dh_auto_build
> I: pybuild base:184: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong
> copying ./dugong/__init__.py -> 
> /<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong
> # Build docs
> python3 setup.py build_sphinx
> running build_sphinx
> creating /<<BUILDDIR>>/python-dugong-3.7+dfsg/doc/doctrees
> creating /<<BUILDDIR>>/python-dugong-3.7+dfsg/doc/html
> Running Sphinx v1.4.8
> loading pickled environment... not yet created
> loading intersphinx inventory from ../debian/python.inv...
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 7 source files that are out of date
> updating environment: 7 added, 0 changed, 0 removed
> reading sources... [ 14%] api
> reading sources... [ 28%] coroutines
> reading sources... [ 42%] index
> reading sources... [ 57%] intro
> reading sources... [ 71%] issues
> reading sources... [ 85%] tutorial
> reading sources... [100%] whatsnew
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 14%] api
> writing output... [ 28%] coroutines
> writing output... [ 42%] index
> writing output... [ 57%] intro
> writing output... [ 71%] issues
> writing output... [ 85%] tutorial
> writing output... [100%] whatsnew
> 
> /<<BUILDDIR>>/python-dugong-3.7+dfsg/rst/api.rst:35: WARNING: py:obj 
> reference target not found: ssl.SSLSocket
> generating indices... genindex
> writing additional pages... search
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en) ... done
> dumping object inventory... done
> build succeeded, 1 warning.
> make[1]: Leaving directory '/<<BUILDDIR>>/python-dugong-3.7+dfsg'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:184: cd 
> /<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build; python3.5 
> -m pytest --installed "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/"
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.5.2+, pytest-3.0.3, py-1.4.31, pluggy-0.4.0 -- 
> /usr/bin/python3.5
> cachedir: ../../../test/.cache
> rootdir: /<<BUILDDIR>>/python-dugong-3.7+dfsg/test, inifile: pytest.ini
> plugins: catchlog-1.2.2
> collecting ... collected 118 items
> 
> ../../../test/test_aio.py::test_aio_future PASSED
> ../../../test/test_dugong.py::test_connect_ssl SKIPPED
> ../../../test/test_dugong.py::test_invalid_ssl SKIPPED
> ../../../test/test_dugong.py::test_dns_one PASSED
> ../../../test/test_dugong.py::test_dns_two PASSED
> ../../../test/test_dugong.py::test_http_proxy[plain-None] PASSED
> ../../../test/test_dugong.py::test_http_proxy[plain-8080] PASSED
> ../../../test/test_dugong.py::test_connect_proxy[plain-None] PASSED
> ../../../test/test_dugong.py::test_connect_proxy[plain-8080] PASSED
> ../../../test/test_dugong.py::test_get_pipeline[plain] PASSED
> ../../../test/test_dugong.py::test_ssl_info[plain] PASSED
> ../../../test/test_dugong.py::test_blocking_send[plain] PASSED
> ../../../test/test_dugong.py::test_blocking_read[plain] PASSED
> ../../../test/test_dugong.py::test_discard[plain] PASSED
> ../../../test/test_dugong.py::test_discard_chunked[plain] PASSED
> ../../../test/test_dugong.py::test_read_text[plain] PASSED
> ../../../test/test_dugong.py::test_read_text2[plain] PASSED
> ../../../test/test_dugong.py::test_read_text3[plain] PASSED
> ../../../test/test_dugong.py::test_read_identity[plain] PASSED
> ../../../test/test_dugong.py::test_conn_close_1[plain] PASSED
> ../../../test/test_dugong.py::test_conn_close_2[plain] PASSED
> ../../../test/test_dugong.py::test_conn_close_3[plain] PASSED
> ../../../test/test_dugong.py::test_conn_close_4[plain] PASSED
> ../../../test/test_dugong.py::test_conn_close_5[plain] PASSED
> ../../../test/test_dugong.py::test_exhaust_buffer[plain] PASSED
> ../../../test/test_dugong.py::test_full_buffer[plain] PASSED
> ../../../test/test_dugong.py::test_readinto_identity[plain] PASSED
> ../../../test/test_dugong.py::test_read_chunked[plain] PASSED
> ../../../test/test_dugong.py::test_read_chunked2[plain] PASSED
> ../../../test/test_dugong.py::test_readinto_chunked[plain] PASSED
> ../../../test/test_dugong.py::test_double_read[plain] PASSED
> ../../../test/test_dugong.py::test_read_raw[plain] PASSED
> ../../../test/test_dugong.py::test_abort_read[plain] PASSED
> ../../../test/test_dugong.py::test_abort_co_read[plain] PASSED
> ../../../test/test_dugong.py::test_abort_write[plain] PASSED
> ../../../test/test_dugong.py::test_write_toomuch[plain] PASSED
> ../../../test/test_dugong.py::test_write_toolittle[plain] PASSED
> ../../../test/test_dugong.py::test_write_toolittle2[plain] PASSED
> ../../../test/test_dugong.py::test_write_toolittle3[plain] PASSED
> ../../../test/test_dugong.py::test_put[plain] PASSED
> ../../../test/test_dugong.py::test_put_separate[plain] PASSED
> ../../../test/test_dugong.py::test_100cont[plain] PASSED
> ../../../test/test_dugong.py::test_100cont_2[plain] PASSED
> ../../../test/test_dugong.py::test_100cont_3[plain] PASSED
> ../../../test/test_dugong.py::test_aborted_write1[plain] PASSED
> ../../../test/test_dugong.py::test_aborted_write2[plain] PASSED
> ../../../test/test_dugong.py::test_read_toomuch[plain] PASSED
> ../../../test/test_dugong.py::test_read_toolittle[plain] PASSED
> ../../../test/test_dugong.py::test_empty_response[plain] PASSED
> ../../../test/test_dugong.py::test_head[plain] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-63] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-64] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-65] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-100] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-99] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-103] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-500] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-511] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-512] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[plain-513] PASSED
> ../../../test/test_dugong.py::test_mutable_read[plain] PASSED
> ../../../test/test_dugong.py::test_recv_timeout[plain] PASSED
> ../../../test/test_dugong.py::test_send_timeout[plain] PASSED
> ../../../test/test_dugong.py::test_get_pipeline[ssl] PASSED
> ../../../test/test_dugong.py::test_ssl_info[ssl] FAILED
> ../../../test/test_dugong.py::test_blocking_send[ssl] ERROR
> ../../../test/test_dugong.py::test_blocking_read[ssl] ERROR
> ../../../test/test_dugong.py::test_discard[ssl] PASSED
> ../../../test/test_dugong.py::test_discard_chunked[ssl] 
> ----------------------------------------
> ERROR
> ../../../test/test_dugong.py::test_discard_chunked[ssl] ERROR
> ../../../test/test_dugong.py::test_read_text[ssl] PASSED
> ../../../test/test_dugong.py::test_read_text2[ssl] ERROR
> ../../../test/test_dugong.py::test_read_text2[ssl] ERROR
> ../../../test/test_dugong.py::test_read_text3[ssl] PASSED
> ../../../test/test_dugong.py::test_read_identity[ssl] ERROR
> ../../../test/test_dugong.py::test_read_identity[ssl] ERROR
> ../../../test/test_dugong.py::test_conn_close_1[ssl] FAILED
> ../../../test/test_dugong.py::test_conn_close_2[ssl] FAILED
> ../../../test/test_dugong.py::test_conn_close_3[ssl] FAILED
> ../../../test/test_dugong.py::test_conn_close_4[ssl] PASSED
> ../../../test/test_dugong.py::test_conn_close_5[ssl] FAILED
> ../../../test/test_dugong.py::test_readinto_identity[ssl] PASSED
> ../../../test/test_dugong.py::test_read_chunked[ssl] FAILED
> ../../../test/test_dugong.py::test_read_chunked2[ssl] ERROR
> ../../../test/test_dugong.py::test_read_chunked2[ssl] ERROR
> ../../../test/test_dugong.py::test_readinto_chunked[ssl] PASSED
> ../../../test/test_dugong.py::test_double_read[ssl] ERROR
> ../../../test/test_dugong.py::test_read_raw[ssl] FAILED
> ../../../test/test_dugong.py::test_abort_read[ssl] PASSED
> ../../../test/test_dugong.py::test_abort_co_read[ssl] FAILED
> ../../../test/test_dugong.py::test_abort_write[ssl] PASSED
> ../../../test/test_dugong.py::test_write_toomuch[ssl] ERROR
> ../../../test/test_dugong.py::test_write_toolittle[ssl] PASSED
> ../../../test/test_dugong.py::test_write_toolittle2[ssl] ERROR
> ../../../test/test_dugong.py::test_write_toolittle3[ssl] PASSED
> ../../../test/test_dugong.py::test_put[ssl] PASSED
> ../../../test/test_dugong.py::test_put_separate[ssl] ERROR
> ../../../test/test_dugong.py::test_100cont[ssl] PASSED
> ../../../test/test_dugong.py::test_100cont_2[ssl] FAILED
> ../../../test/test_dugong.py::test_100cont_3[ssl] FAILED
> ../../../test/test_dugong.py::test_aborted_write1[ssl] ERROR
> ../../../test/test_dugong.py::test_aborted_write1[ssl] ERROR
> ../../../test/test_dugong.py::test_aborted_write2[ssl] FAILED
> ../../../test/test_dugong.py::test_read_toomuch[ssl] PASSEDException happened 
> during processing of request from ('127.0.0.1', 34011)
> ----------------------------------------
> 
> ../../../test/test_dugong.py::test_read_toolittle[ssl] PASSED
> ../../../test/test_dugong.py::test_empty_response[ssl] ERROR
> ../../../test/test_dugong.py::test_head[ssl] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[ssl-63] ERROR
> ../../../test/test_dugong.py::test_smallbuffer[ssl-64] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[ssl-65] FAILED
> ../../../test/test_dugong.py::test_smallbuffer[ssl-100] 
> ----------------------------------------
> ERROR
> ../../../test/test_dugong.py::test_smallbuffer[ssl-100] ERROR
> ../../../test/test_dugong.py::test_smallbuffer[ssl-99] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[ssl-103] 
> ERROR----------------------------------------
> 
> ../../../test/test_dugong.py::test_smallbuffer[ssl-500] ERROR
> ../../../test/test_dugong.py::test_smallbuffer[ssl-511] PASSED
> ../../../test/test_dugong.py::test_smallbuffer[ssl-512] ERROR
> ../../../test/test_dugong.py::test_smallbuffer[ssl-512] ERROR
> ../../../test/test_dugong.py::test_smallbuffer[ssl-513] PASSED
> ../../../test/test_dugong.py::test_mutable_read[ssl] ERROR
> ../../../test/test_dugong.py::test_recv_timeout[ssl] PASSED
> ../../../test/test_dugong.py::test_send_timeout[ssl] ERROR
> ../../../test/test_dugong.py::test_send_timeout[ssl] ERROR
> ../../../test/test_examples.py::test_httpcat PASSED
> ../../../test/test_examples.py::test_extract_links PASSED
> ../../../test/test_examples.py::test_pipeline1 PASSED
> 
> ==================================== ERRORS 
> ====================================
> __________________ ERROR at setup of test_blocking_send[ssl] 
> ___________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Traceback")
> ---------------------------- Captured stderr setup 
> -----------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
> __________________ ERROR at setup of test_blocking_read[ssl] 
> ___________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
> _________________ ERROR at setup of test_discard_chunked[ssl] 
> __________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 33989)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> ________________ ERROR at teardown of test_discard_chunked[ssl] 
> ________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 130, in pytest_runtest_teardown
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 33989)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> --------------------------- Captured stderr teardown 
> ---------------------------
> OSError: [Errno 0] Error
> ____________________ ERROR at setup of test_read_text2[ssl] 
> ____________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from 
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
> __________________ ERROR at teardown of test_read_text2[ssl] 
> ___________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 130, in pytest_runtest_teardown
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from 
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
> --------------------------- Captured stdout teardown 
> ---------------------------
> ----------------------------------------
> --------------------------- Captured stderr teardown 
> ---------------------------
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> __________________ ERROR at setup of test_read_identity[ssl] 
> ___________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from 
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
> _________________ ERROR at teardown of test_read_identity[ssl] 
> _________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 130, in pytest_runtest_teardown
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from 
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
> --------------------------- Captured stdout teardown 
> ---------------------------
> ----------------------------------------
> --------------------------- Captured stderr teardown 
> ---------------------------
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
> __________________ ERROR at setup of test_read_chunked2[ssl] 
> ___________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Traceback")
> ---------------------------- Captured stdout setup 
> -----------------------------
> 
> ('127.0.0.1', 33998)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
> _________________ ERROR at teardown of test_read_chunked2[ssl] 
> _________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 130, in pytest_runtest_teardown
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> 
> ('127.0.0.1', 33998)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
> --------------------------- Captured stdout teardown 
> ---------------------------
> ----------------------------------------
> --------------------------- Captured stderr teardown 
> ---------------------------
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> ___________________ ERROR at setup of test_double_read[ssl] 
> ____________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 33999)
> ---------------------------- Captured stderr setup 
> -----------------------------
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
> __________________ ERROR at setup of test_write_toomuch[ssl] 
> ___________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 422, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 410, in handle_one_request
>     method()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1127, 
> in do_PUT
>     data = self.rfile.read(len_)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> _________________ ERROR at setup of test_write_toolittle2[ssl] 
> _________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 34004)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 422, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 410, in handle_one_request
>     method()
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
> ___________________ ERROR at setup of test_put_separate[ssl] 
> ___________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> Exception happened during processing of request from ('127.0.0.1', 34006)
> ----------------------------------------
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> __________________ ERROR at setup of test_aborted_write1[ssl] 
> __________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> Exception happened during processing of request from ('127.0.0.1', 34009)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
> ________________ ERROR at teardown of test_aborted_write1[ssl] 
> _________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 130, in pytest_runtest_teardown
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> Exception happened during processing of request from ('127.0.0.1', 34009)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
> --------------------------- Captured stdout teardown 
> ---------------------------
> ----------------------------------------
> --------------------------- Captured stderr teardown 
> ---------------------------
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
> __________________ ERROR at setup of test_empty_response[ssl] 
> __________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 34012)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
> __________________ ERROR at setup of test_smallbuffer[ssl-63] 
> __________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> 
> ----------------------------------------
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> _________________ ERROR at setup of test_smallbuffer[ssl-100] 
> __________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> Exception happened during processing of request from ('127.0.0.1', 34015)
> ---------------------------- Captured stderr setup 
> -----------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> ________________ ERROR at teardown of test_smallbuffer[ssl-100] 
> ________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 130, in pytest_runtest_teardown
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> Exception happened during processing of request from ('127.0.0.1', 34015)
> ---------------------------- Captured stderr setup 
> -----------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> --------------------------- Captured stderr teardown 
> ---------------------------
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> _________________ ERROR at setup of test_smallbuffer[ssl-103] 
> __________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 34016)
> ---------------------------- Captured stderr setup 
> -----------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
> _________________ ERROR at setup of test_smallbuffer[ssl-500] 
> __________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
> _________________ ERROR at setup of test_smallbuffer[ssl-512] 
> __________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 34017)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> ________________ ERROR at teardown of test_smallbuffer[ssl-512] 
> ________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 130, in pytest_runtest_teardown
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 34017)
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> --------------------------- Captured stdout teardown 
> ---------------------------
> ----------------------------------------
> --------------------------- Captured stderr teardown 
> ---------------------------
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
> ___________________ ERROR at setup of test_mutable_read[ssl] 
> ___________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from 
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> ___________________ ERROR at setup of test_send_timeout[ssl] 
> ___________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 124, in pytest_runtest_setup
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 99, in check_test_output
>     raise AssertionError('Suspicious output to stdout (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stdout (matched "Exception")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 34019)
> ---------------------------- Captured stderr setup 
> -----------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
> _________________ ERROR at teardown of test_send_timeout[ssl] 
> __________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 130, in pytest_runtest_teardown
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 34019)
> ---------------------------- Captured stderr setup 
> -----------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
> --------------------------- Captured stdout teardown 
> ---------------------------
> ----------------------------------------
> --------------------------- Captured stderr teardown 
> ---------------------------
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> andle()
> =================================== FAILURES 
> ===================================
> ______________________________ test_ssl_info[ssl] 
> ______________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 127, in pytest_runtest_call
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ----------------------------- Captured stdout call 
> -----------------------------
> ----------------------------------------
> ----------------------------- Captured stderr call 
> -----------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> ____________________________ test_conn_close_1[ssl] 
> ____________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 487, 
> in test_conn_close_1
>     assert conn.readall() == DUMMY_DATA[:data_size]
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1372, in readall
>     return eval_coroutine(self.co_readall(), self.timeout)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1496, in eval_coroutine
>     if not next(crt).poll(timeout=timeout):
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1383, in co_readall
>     buf = yield from self.co_read(BUFFER_SIZE)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 991, in co_read
>     return (yield from self._co_read_id(len_))
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1090, in _co_read_id
>     got_data = self._try_fill_buffer()
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1344, in _try_fill_buffer
>     len_ = self._sock.recv_into(memoryview(rbuf.d)[rbuf.e:])
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> ____________________________ test_conn_close_2[ssl] 
> ____________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 512, 
> in test_conn_close_2
>     got = conn.readinto(buf)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1038, in readinto
>     return eval_coroutine(self.co_readinto(buf), self.timeout)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1496, in eval_coroutine
>     if not next(crt).poll(timeout=timeout):
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1056, in co_readinto
>     return (yield from self._co_readinto_id(buf))
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1173, in _co_readinto_id
>     read = self._sock.recv_into(buf[pos:len_])
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> ____________________________ test_conn_close_3[ssl] 
> ____________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 539, 
> in test_conn_close_3
>     assert conn.readall() == DUMMY_DATA[:data_size]
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1372, in readall
>     return eval_coroutine(self.co_readall(), self.timeout)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1496, in eval_coroutine
>     if not next(crt).poll(timeout=timeout):
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1383, in co_readall
>     buf = yield from self.co_read(BUFFER_SIZE)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 991, in co_read
>     return (yield from self._co_read_id(len_))
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1090, in _co_read_id
>     got_data = self._try_fill_buffer()
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1344, in _try_fill_buffer
>     len_ = self._sock.recv_into(memoryview(rbuf.d)[rbuf.e:])
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> ____________________________ test_conn_close_5[ssl] 
> ____________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 584, 
> in test_conn_close_5
>     assert_raises(dugong.ConnectionClosed, conn.read_response)
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1199, in 
> raises
>     func(*args[1:], **kwargs)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 765, in read_response
>     return eval_coroutine(self.co_read_response(), self.timeout)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1496, in eval_coroutine
>     if not next(crt).poll(timeout=timeout):
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 787, in co_read_response
>     (status, reason) = yield from self._co_read_status()
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 909, in _co_read_status
>     line = yield from self._co_readstr_until(b'\r\n', MAX_LINE_SIZE)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1296, in _co_readstr_until
>     res = self._try_fill_buffer()
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1344, in _try_fill_buffer
>     len_ = self._sock.recv_into(memoryview(rbuf.d)[rbuf.e:])
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> ____________________________ test_read_chunked[ssl] 
> ____________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 127, in pytest_runtest_call
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
> ----------------------------- Captured stdout call 
> -----------------------------
> ----------------------------------------
> ----------------------------- Captured stderr call 
> -----------------------------
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> ______________________________ test_read_raw[ssl] 
> ______________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 707, 
> in test_read_raw
>     assert conn.read_raw(512) == b'body data'
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1027, in read_raw
>     buf2 = self._sock.recv(size - len(buf))
>   File "/usr/lib/python3.5/ssl.py", line 922, in recv
>     return self.read(buflen)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 585, in read
>     v = self._sslobj.read(len)
> OSError: [Errno 0] Error
> ___________________________ test_abort_co_read[ssl] 
> ____________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 127, in pytest_runtest_call
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
> ----------------------------- Captured stdout call 
> -----------------------------
> ----------------------------------------
> ----------------------------- Captured stderr call 
> -----------------------------
> OSError: [Errno 0] Error
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> _____________________________ test_100cont_2[ssl] 
> ______________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 127, in pytest_runtest_call
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
> ----------------------------- Captured stdout call 
> -----------------------------
> ----------------------------------------
> ----------------------------- Captured stderr call 
> -----------------------------
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> _____________________________ test_100cont_3[ssl] 
> ______________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 127, in pytest_runtest_call
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stdout setup 
> -----------------------------
> ('127.0.0.1', 34008)
> ---------------------------- Captured stderr setup 
> -----------------------------
> f)
> lf.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
> ----------------------------- Captured stdout call 
> -----------------------------
> ----------------------------------------
> ----------------------------- Captured stderr call 
> -----------------------------
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> ___________________________ test_aborted_write2[ssl] 
> ___________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 948, 
> in test_aborted_write2
>     assert_raises(ConnectionClosed, conn.read_response)
>   File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1199, in 
> raises
>     func(*args[1:], **kwargs)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 765, in read_response
>     return eval_coroutine(self.co_read_response(), self.timeout)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1496, in eval_coroutine
>     if not next(crt).poll(timeout=timeout):
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 787, in co_read_response
>     (status, reason) = yield from self._co_read_status()
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 909, in _co_read_status
>     line = yield from self._co_readstr_until(b'\r\n', MAX_LINE_SIZE)
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1296, in _co_readstr_until
>     res = self._try_fill_buffer()
>   File 
> "/<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build/dugong/__init__.py",
>  line 1344, in _try_fill_buffer
>     len_ = self._sock.recv_into(memoryview(rbuf.d)[rbuf.e:])
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> ___________________________ test_smallbuffer[ssl-65] 
> ___________________________
> Traceback (most recent call last):
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 127, in pytest_runtest_call
>     check_output(item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 119, in check_output
>     check_test_output(cm._capturing, item)
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/pytest_checklogs.py", line 
> 96, in check_test_output
>     raise AssertionError('Suspicious output to stderr (matched "%s")' % 
> hit.group(0))
> AssertionError: Suspicious output to stderr (matched "Error")
> ---------------------------- Captured stderr setup 
> -----------------------------
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> ----------------------------- Captured stdout call 
> -----------------------------
> ----------------------------------------
> ----------------------------- Captured stderr call 
> -----------------------------
> OSError: [Errno 0] Error
> ========== 12 failed, 85 passed, 2 skipped, 27 error in 17.02 seconds 
> ==========
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/socketserver.py", line 313, in 
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 341, in process_request
>     self.finish_request(request, client_address)
>   File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
>     self.handle()
>   File "/<<BUILDDIR>>/python-dugong-3.7+dfsg/test/test_dugong.py", line 1096, 
> in handle
>     return super().handle()
>   File "/usr/lib/python3.5/http/server.py", line 424, in handle
>     self.handle_one_request()
>   File "/usr/lib/python3.5/http/server.py", line 390, in handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/lib/python3.5/socket.py", line 576, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 799, in read
>     return self._sslobj.read(len, buffer)
>   File "/usr/lib/python3.5/ssl.py", line 583, in read
>     v = self._sslobj.read(len, buffer)
> OSError: [Errno 0] Error
> E: pybuild pybuild:276: test: plugin distutils failed with: exit code=1: cd 
> /<<BUILDDIR>>/python-dugong-3.7+dfsg/.pybuild/pythonX.Y_3.5/build; python3.5 
> -m pytest --installed "{dir}/test/"
> dh_auto_test: pybuild --test -i python{version} -p 3.5 returned exit code 13

The full build log is available from:
   http://aws-logs.debian.net/2016/11/18/python-dugong_3.7+dfsg-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: openssl
Source-Version: 1.1.0c-2

We believe that the bug you reported is fixed in the latest version of
openssl, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kurt Roeckx <[email protected]> (supplier of updated openssl 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 [email protected])


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

Format: 1.8
Date: Mon, 21 Nov 2016 22:20:00 +0100
Source: openssl
Binary: openssl libssl1.1 libcrypto1.1-udeb libssl1.1-udeb libssl-dev 
libssl-doc libssl1.1-dbg
Architecture: source
Version: 1.1.0c-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenSSL Team <[email protected]>
Changed-By: Kurt Roeckx <[email protected]>
Description:
 libcrypto1.1-udeb - Secure Sockets Layer toolkit - libcrypto udeb (udeb)
 libssl-dev - Secure Sockets Layer toolkit - development files
 libssl-doc - Secure Sockets Layer toolkit - development documentation
 libssl1.1  - Secure Sockets Layer toolkit - shared libraries
 libssl1.1-dbg - Secure Sockets Layer toolkit - debug information
 libssl1.1-udeb - ssl shared library - udeb (udeb)
 openssl    - Secure Sockets Layer toolkit - cryptographic utility
Closes: 844234 844715
Changes:
 openssl (1.1.0c-2) unstable; urgency=medium
 .
   * Revert behaviour of SSL_read() and SSL_write(), and update documentation.
     (Closes: #844234)
   * Add missing -zdelete on x32 (Closes: #844715)
   * Add a Breaks on salt-common. Addresses #844706
Checksums-Sha1:
 7e26a7d98166e6c8d0d0d50ca2dc989942de14af 2552 openssl_1.1.0c-2.dsc
 5b0556f53c427e14e660151b56b82d40dba65967 55392 openssl_1.1.0c-2.debian.tar.xz
Checksums-Sha256:
 a6ca664b8443ad1ed01cc90a9c8d8af8a079efa471536ec971a1bf2f5b8253a0 2552 
openssl_1.1.0c-2.dsc
 c47b1d2df11b061243bf91ecd95130840ebe7e6a84a6bf1b063d1953e9fddda5 55392 
openssl_1.1.0c-2.debian.tar.xz
Files:
 5a5f07499eb6dda464b325bda91f6a89 2552 utils optional openssl_1.1.0c-2.dsc
 60826b6aa69cd73a00c810f29a37bfe8 55392 utils optional 
openssl_1.1.0c-2.debian.tar.xz

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

iQIcBAEBCgAGBQJYM2qCAAoJEOPE3c0eTBJEMpgP/itd/WDBSUqFLrjcYNXqwxNy
5eOhMC3o3Qmr63/vWjTM/vC284IgpHW3rfv5fJ1oZ8t07DtDdbVeqP3MzsZGsVcM
1vkqfQaeQsrO7fgoh4oZWmOOEiA48QaalupMHd3OxwW1Ld6B/TXrf5iAU4UlIemP
FsA2uoBGa7faRy05XvZMC5wJGVqzxcdoXxmDwUnyj4km6V5TFDuObfFzVEtBDUop
kWdTX7UfjNfgw5yKtnpNNdyQBhVT/TNYeJ1QBFksq7ZPhqaIhj60Z6swSEqSAt2x
smG2Xpr/hD1MnhoEbcZrTDj+FpDhXKFJd1oe1MxH+OnciQZEqJGI9Xjda+MNkljV
4LWjVwztkkDKQg8YUhXQHP8mz0BfdTJ0bGIXNNj2DQWK8F1SMyvxguNlduFz7zfP
P9bcUv7jBQQtzBMlIwSG73q/gQpAwG1hBPVIwPAr2m+4lf5Avi7IUuXdaYEaZP3V
sWF/hT14r/C8oNBxC5P29f3p20voVMFAgSKNRMdX6h2a7Z5QySLIeGD0gFE1MH2l
BUCXVzM78yJqyR252xg8GlzQlOHnMgYouurrrqnIC0Y5DvbPxgrBGVCoH5EhAoIK
/zJGQT7hgz2pOBE2hauEbzGxjp5NuNF1Kzk1I+OkeUaDqEUMh9RyEQjsFtlmv+x9
u3Irt4pCy6pFJMRh+7t5
=3YDj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to