contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=2366742) 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=('::', 4368, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=2381362) 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=('::', 2179, 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=('::', 10760, 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=('::', 29723, 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=('::', 4923, 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=('::', 7914, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=2395860) 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=('::', 20629, 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=('::', 1795, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=2394156) 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=('::', 18147, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/python/pytest/py3/_pytest/threadexception.py:77: PytestUnhandledThreadExceptionWarning: Exception in thread Thread-13 (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 658, in stop_node
    exception = self.__stop_node(node, kill)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 644, in __stop_node
    node.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 271, 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'

