contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=2844155) is multi-threaded, use of fork() may lead to deadlocks in the child.
contrib/tools/python3/Lib/multiprocessing/process.py:125: ResourceWarning: unclosed <socket.socket fd=8, family=10, type=1, proto=0, laddr=('::', 8974, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=2838141) is multi-threaded, use of fork() may lead to deadlocks in the child.
contrib/tools/python3/Lib/multiprocessing/process.py:125: ResourceWarning: unclosed <socket.socket fd=8, family=10, type=1, proto=0, laddr=('::', 4423, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/process.py:125: ResourceWarning: unclosed <socket.socket fd=8, family=10, type=1, proto=0, laddr=('::', 31613, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/process.py:125: ResourceWarning: unclosed <socket.socket fd=8, family=10, type=1, proto=0, laddr=('::', 1356, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/process.py:125: ResourceWarning: unclosed <socket.socket fd=8, family=10, type=1, proto=0, laddr=('::', 5396, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/process.py:125: ResourceWarning: unclosed <socket.socket fd=8, family=10, type=1, proto=0, laddr=('::', 26835, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=2843197) is multi-threaded, use of fork() may lead to deadlocks in the child.
contrib/tools/python3/Lib/multiprocessing/process.py:125: ResourceWarning: unclosed <socket.socket fd=8, family=10, type=1, proto=0, laddr=('::', 28494, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/process.py:125: ResourceWarning: unclosed <socket.socket fd=8, family=10, type=1, proto=0, laddr=('::', 4851, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=2842881) is multi-threaded, use of fork() may lead to deadlocks in the child.
contrib/tools/python3/Lib/multiprocessing/process.py:125: ResourceWarning: unclosed <socket.socket fd=8, family=10, type=1, proto=0, laddr=('::', 17633, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/python/pytest/py3/_pytest/threadexception.py:77: PytestUnhandledThreadExceptionWarning: Exception in thread Thread-12 (stop_node)

Traceback (most recent call last):
  File "contrib/tools/python3/Lib/threading.py", line 1075, in _bootstrap_inner
    self.run()
  File "contrib/tools/python3/Lib/threading.py", line 1012, in run
    self._target(*self._args, **self._kwargs)
  File "ydb/tests/library/harness/kikimr_runner.py", line 621, in stop_node
    exception = self.__stop_node(node, kill)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 607, in __stop_node
    node.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 262, in stop
    super(KiKiMRNode, self).stop()
  File "ydb/tests/library/harness/daemon.py", line 194, in stop
    if not self.__check_can_launch_stop("stop"):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/daemon.py", line 170, in __check_can_launch_stop
    self.__close_output_files()
  File "ydb/tests/library/harness/daemon.py", line 94, in __close_output_files
    self.__stdout_file.close()
    ^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'close'

