Advertisement
cooperlees

Untitled

Apr 28th, 2020
1,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.63 KB | None | 0 0
  1. 2020-04-28 18:34:23,287 DEBUG: Closing Master's aiohttp ClientSession
  2. sys:1: ResourceWarning: unclosed <socket.socket fd=11, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('2601:647:4d00:156:1435:919d:4ddc:ac07', 49228, 0, 0), raddr=('2a04:4e42::319', 443, 0, 0)>
  3. ResourceWarning: Enable tracemalloc to get the object allocation traceback
  4. sys:1: ResourceWarning: unclosed <socket.socket fd=12, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('2601:647:4d00:156:1435:919d:4ddc:ac07', 49229, 0, 0), raddr=('2a04:4e42:200::319', 443, 0, 0)>
  5. ResourceWarning: Enable tracemalloc to get the object allocation traceback
  6. sys:1: ResourceWarning: unclosed <socket.socket fd=13, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('2601:647:4d00:156:1435:919d:4ddc:ac07', 49230, 0, 0), raddr=('2a04:4e42:400::319', 443, 0, 0)>
  7. ResourceWarning: Enable tracemalloc to get the object allocation traceback
  8. /opt/homebrew/Cellar/python37/3.7.5_3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/selector_events.py:658: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=11>
  9.  source=self)
  10. ResourceWarning: Enable tracemalloc to get the object allocation traceback
  11. /opt/homebrew/Cellar/python37/3.7.5_3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/selector_events.py:658: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=12>
  12.  source=self)
  13. ResourceWarning: Enable tracemalloc to get the object allocation traceback
  14. /opt/homebrew/Cellar/python37/3.7.5_3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/selector_events.py:658: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=13>
  15.  source=self)
  16. ResourceWarning: Enable tracemalloc to get the object allocation traceback
  17. /opt/homebrew/Cellar/python37/3.7.5_3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/selector_events.py:658: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=8>
  18.  source=self)
  19. ResourceWarning: Enable tracemalloc to get the object allocation traceback
  20. /opt/homebrew/Cellar/python37/3.7.5_3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/selector_events.py:658: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=9>
  21.  source=self)
  22. ResourceWarning: Enable tracemalloc to get the object allocation traceback
  23. /opt/homebrew/Cellar/python37/3.7.5_3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/selector_events.py:658: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=10>
  24.  source=self)
  25. ResourceWarning: Enable tracemalloc to get the object allocation traceback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement