Advertisement
Guest User

Untitled

a guest
Mar 15th, 2018
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.33 KB | None | 0 0
  1. ./python -m test test_poplib
  2. Run tests sequentially
  3. 0:00:00 load avg: 0.02 [1/1] test_poplib
  4. Exception in thread Thread-16:
  5. Traceback (most recent call last):
  6.   File "/home/jay/github repo/cpython/cpython/Lib/threading.py", line 917, in _bootstrap_inner
  7.     self.run()
  8.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 227, in run
  9.     asyncore.loop(timeout=0.1, count=1)
  10.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 207, in loop
  11.     poll_fun(timeout, map)
  12.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 150, in poll
  13.     read(obj)
  14.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 87, in read
  15.     obj.handle_error()
  16.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 83, in read
  17.     obj.handle_read_event()
  18.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 422, in handle_read_event
  19.     self.handle_read()
  20.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 194, in handle_read
  21.     self._do_tls_handshake()
  22.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 174, in _do_tls_handshake
  23.     self.socket.do_handshake()
  24.   File "/home/jay/github repo/cpython/cpython/Lib/ssl.py", line 1108, in do_handshake
  25.     self._sslobj.do_handshake()
  26. ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] sslv3 alert certificate unknown (_ssl.c:1038)
  27.  
  28. /home/jay/github repo/cpython/cpython/Lib/socket.py:660: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 57680), raddr=('127.0.0.1', 55900)>
  29.   self._sock = None
  30. Exception in thread Thread-17:
  31. Traceback (most recent call last):
  32.   File "/home/jay/github repo/cpython/cpython/Lib/threading.py", line 917, in _bootstrap_inner
  33.     self.run()
  34.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 227, in run
  35.     asyncore.loop(timeout=0.1, count=1)
  36.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 207, in loop
  37.     poll_fun(timeout, map)
  38.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 150, in poll
  39.     read(obj)
  40.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 87, in read
  41.     obj.handle_error()
  42.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 83, in read
  43.     obj.handle_read_event()
  44.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 422, in handle_read_event
  45.     self.handle_read()
  46.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 194, in handle_read
  47.     self._do_tls_handshake()
  48.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 174, in _do_tls_handshake
  49.     self.socket.do_handshake()
  50.   File "/home/jay/github repo/cpython/cpython/Lib/ssl.py", line 1108, in do_handshake
  51.     self._sslobj.do_handshake()
  52. ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1038)
  53.  
  54. /home/jay/github repo/cpython/cpython/Lib/socket.py:660: ResourceWarning: unclosed <socket.socket fd=7, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 53182), raddr=('127.0.0.1', 50892)>
  55.   self._sock = None
  56. Exception in thread Thread-18:
  57. Traceback (most recent call last):
  58.   File "/home/jay/github repo/cpython/cpython/Lib/threading.py", line 917, in _bootstrap_inner
  59.     self.run()
  60.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 227, in run
  61.     asyncore.loop(timeout=0.1, count=1)
  62.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 207, in loop
  63.     poll_fun(timeout, map)
  64.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 150, in poll
  65.     read(obj)
  66.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 87, in read
  67.     obj.handle_error()
  68.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 83, in read
  69.     obj.handle_read_event()
  70.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 422, in handle_read_event
  71.     self.handle_read()
  72.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 194, in handle_read
  73.     self._do_tls_handshake()
  74.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 174, in _do_tls_handshake
  75.     self.socket.do_handshake()
  76.   File "/home/jay/github repo/cpython/cpython/Lib/ssl.py", line 1108, in do_handshake
  77.     self._sslobj.do_handshake()
  78. ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1038)
  79.  
  80. /home/jay/github repo/cpython/cpython/Lib/socket.py:660: ResourceWarning: unclosed <socket.socket fd=8, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 57480), raddr=('127.0.0.1', 40467)>
  81.   self._sock = None
  82. Exception in thread Thread-19:
  83. Traceback (most recent call last):
  84.   File "/home/jay/github repo/cpython/cpython/Lib/threading.py", line 917, in _bootstrap_inner
  85.     self.run()
  86.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 227, in run
  87.     asyncore.loop(timeout=0.1, count=1)
  88.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 207, in loop
  89.     poll_fun(timeout, map)
  90.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 150, in poll
  91.     read(obj)
  92.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 87, in read
  93.     obj.handle_error()
  94.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 83, in read
  95.     obj.handle_read_event()
  96.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 422, in handle_read_event
  97.     self.handle_read()
  98.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 194, in handle_read
  99.     self._do_tls_handshake()
  100.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 174, in _do_tls_handshake
  101.     self.socket.do_handshake()
  102.   File "/home/jay/github repo/cpython/cpython/Lib/ssl.py", line 1108, in do_handshake
  103.     self._sslobj.do_handshake()
  104. ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1038)
  105.  
  106. /home/jay/github repo/cpython/cpython/Lib/socket.py:660: ResourceWarning: unclosed <socket.socket fd=9, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 34004), raddr=('127.0.0.1', 60458)>
  107.   self._sock = None
  108. Exception in thread Thread-20:
  109. Traceback (most recent call last):
  110.   File "/home/jay/github repo/cpython/cpython/Lib/threading.py", line 917, in _bootstrap_inner
  111.     self.run()
  112.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 227, in run
  113.     asyncore.loop(timeout=0.1, count=1)
  114.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 207, in loop
  115.     poll_fun(timeout, map)
  116.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 150, in poll
  117.     read(obj)
  118.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 87, in read
  119.     obj.handle_error()
  120.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 83, in read
  121.     obj.handle_read_event()
  122.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 422, in handle_read_event
  123.     self.handle_read()
  124.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 194, in handle_read
  125.     self._do_tls_handshake()
  126.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 174, in _do_tls_handshake
  127.     self.socket.do_handshake()
  128.   File "/home/jay/github repo/cpython/cpython/Lib/ssl.py", line 1108, in do_handshake
  129.     self._sslobj.do_handshake()
  130. ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1038)
  131.  
  132. /home/jay/github repo/cpython/cpython/Lib/socket.py:660: ResourceWarning: unclosed <socket.socket fd=10, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 36464), raddr=('127.0.0.1', 43017)>
  133.   self._sock = None
  134. Exception in thread Thread-21:
  135. Traceback (most recent call last):
  136.   File "/home/jay/github repo/cpython/cpython/Lib/threading.py", line 917, in _bootstrap_inner
  137.     self.run()
  138.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 227, in run
  139.     asyncore.loop(timeout=0.1, count=1)
  140.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 207, in loop
  141.     poll_fun(timeout, map)
  142.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 150, in poll
  143.     read(obj)
  144.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 87, in read
  145.     obj.handle_error()
  146.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 83, in read
  147.     obj.handle_read_event()
  148.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 422, in handle_read_event
  149.     self.handle_read()
  150.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 194, in handle_read
  151.     self._do_tls_handshake()
  152.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 174, in _do_tls_handshake
  153.     self.socket.do_handshake()
  154.   File "/home/jay/github repo/cpython/cpython/Lib/ssl.py", line 1108, in do_handshake
  155.     self._sslobj.do_handshake()
  156. ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1038)
  157.  
  158. /home/jay/github repo/cpython/cpython/Lib/socket.py:660: ResourceWarning: unclosed <socket.socket fd=11, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 51802), raddr=('127.0.0.1', 52871)>
  159.   self._sock = None
  160. Exception in thread Thread-22:
  161. Traceback (most recent call last):
  162.   File "/home/jay/github repo/cpython/cpython/Lib/threading.py", line 917, in _bootstrap_inner
  163.     self.run()
  164.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 227, in run
  165.     asyncore.loop(timeout=0.1, count=1)
  166.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 207, in loop
  167.     poll_fun(timeout, map)
  168.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 150, in poll
  169.     read(obj)
  170.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 87, in read
  171.     obj.handle_error()
  172.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 83, in read
  173.     obj.handle_read_event()
  174.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 422, in handle_read_event
  175.     self.handle_read()
  176.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 194, in handle_read
  177.     self._do_tls_handshake()
  178.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 174, in _do_tls_handshake
  179.     self.socket.do_handshake()
  180.   File "/home/jay/github repo/cpython/cpython/Lib/ssl.py", line 1108, in do_handshake
  181.     self._sslobj.do_handshake()
  182. ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1038)
  183.  
  184. /home/jay/github repo/cpython/cpython/Lib/socket.py:660: ResourceWarning: unclosed <socket.socket fd=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 47174), raddr=('127.0.0.1', 41272)>
  185.   self._sock = None
  186. Exception in thread Thread-26:
  187. Traceback (most recent call last):
  188.   File "/home/jay/github repo/cpython/cpython/Lib/threading.py", line 917, in _bootstrap_inner
  189.     self.run()
  190.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 227, in run
  191.     asyncore.loop(timeout=0.1, count=1)
  192.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 207, in loop
  193.     poll_fun(timeout, map)
  194.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 150, in poll
  195.     read(obj)
  196.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 87, in read
  197.     obj.handle_error()
  198.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 83, in read
  199.     obj.handle_read_event()
  200.   File "/home/jay/github repo/cpython/cpython/Lib/asyncore.py", line 422, in handle_read_event
  201.     self.handle_read()
  202.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 194, in handle_read
  203.     self._do_tls_handshake()
  204.   File "/home/jay/github repo/cpython/cpython/Lib/test/test_poplib.py", line 174, in _do_tls_handshake
  205.     self.socket.do_handshake()
  206.   File "/home/jay/github repo/cpython/cpython/Lib/ssl.py", line 1108, in do_handshake
  207.     self._sslobj.do_handshake()
  208. ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1038)
  209.  
  210. ^CWarning -- threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 9)
  211. Dangling thread: <test.test_poplib.DummyPOP3Server listening localhost:0 at 0x7f2031da5810>
  212. Dangling thread: <test.test_poplib.DummyPOP3Server listening localhost:0 at 0x7f2031dadc20>
  213. Dangling thread: <test.test_poplib.DummyPOP3Server listening localhost:0 at 0x7f2031db6128>
  214. Dangling thread: <_MainThread(MainThread, started 139776363718400)>
  215. Dangling thread: <test.test_poplib.DummyPOP3Server listening localhost:0 at 0x7f2032e051f8>
  216. Dangling thread: <test.test_poplib.DummyPOP3Server listening localhost:0 at 0x7f2031dada80>
  217. Dangling thread: <test.test_poplib.DummyPOP3Server listening localhost:0 at 0x7f2031dade90>
  218. Dangling thread: <test.test_poplib.DummyPOP3Server listening localhost:0 at 0x7f2032db7ef8>
  219. Dangling thread: <test.test_poplib.DummyPOP3Server listening localhost:0 at 0x7f2032dc8330>
  220. Warning -- asyncore.socket_map was modified by test_poplib
  221.   Before: {}
  222.   After:  {3: <test.test_poplib.DummyPOP3Server localhost:0 at 0x7f2032db7ef8>, 5: <test.test_poplib.DummyPOP3Handler 127.0.0.1:57678 at 0x7f2032debae8>, 4: <test.test_poplib.DummyPOP3Server localhost:0 at 0x7f2032e051f8>, 6: <test.test_poplib.DummyPOP3Handler 127.0.0.1:57680 at 0x7f2031da2740>, 7: <test.test_poplib.DummyPOP3Server localhost:0 at 0x7f2031da5810>, 8: <test.test_poplib.DummyPOP3Server localhost:0 at 0x7f2031dada80>, 9: <test.test_poplib.DummyPOP3Server localhost:0 at 0x7f2031dadc20>, 10: <test.test_poplib.DummyPOP3Server localhost:0 at 0x7f2031dade90>, 11: <test.test_poplib.DummyPOP3Server localhost:0 at 0x7f2031db6128>, 12: <test.test_poplib.DummyPOP3Server localhost:0 at 0x7f2032dc8330>}
  223. Warning -- threading._dangling was modified by test_poplib
  224.   Before: <_weakrefset.WeakSet object at 0x7f20332aa6d8>
  225.   After:  <_weakrefset.WeakSet object at 0x7f20332aa878>
  226. /home/jay/github repo/cpython/cpython/Lib/test/libregrtest/main.py:383: ResourceWarning: unclosed <ssl.SSLSocket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 59668)>
  227.   break
  228.  
  229. Test suite interrupted by signal SIGINT.
  230. 1 test omitted:
  231.     test_poplib
  232.  
  233. Total duration: 32 sec
  234. Tests result: INTERRUPTED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement