contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=1701599) 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=('::', 62481, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=1700442) 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=('::', 24638, 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=('::', 62794, 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=('::', 62426, 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=('::', 8451, 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=('::', 1718, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=1699771) 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=('::', 26431, 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=('::', 26960, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
  File "contrib/tools/python3/Lib/multiprocessing/util.py", line 360, in _exit_function
    p.join()
  File "contrib/tools/python3/Lib/multiprocessing/process.py", line 149, in join
    res = self._popen.wait(timeout)
  File "contrib/tools/python3/Lib/multiprocessing/popen_fork.py", line 43, in wait
    return self.poll(os.WNOHANG if timeout == 0.0 else 0)
  File "contrib/tools/python3/Lib/multiprocessing/popen_fork.py", line 27, in poll
    pid, sts = os.waitpid(self.pid, flag)
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
Exception ignored in atexit callback: <function _exit_function at 0x7ff34d670950>
Traceback (most recent call last):
  File "contrib/tools/python3/Lib/multiprocessing/util.py", line 360, in _exit_function
  File "contrib/tools/python3/Lib/multiprocessing/process.py", line 149, in join
  File "contrib/tools/python3/Lib/multiprocessing/popen_fork.py", line 43, in wait
  File "contrib/tools/python3/Lib/multiprocessing/popen_fork.py", line 27, in poll
  File "library/python/pytest/plugins/ya.py", line 349, in _graceful_shutdown
  File "library/python/pytest/plugins/ya.py", line 321, in _graceful_shutdown_on_log
  File "contrib/python/pytest/py3/_pytest/outcomes.py", line 133, in exit
_pytest.outcomes.Exit: Graceful shutdown requested

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...d/build_root/dyq9/002679/ydb/tests/fq/multi_plane/ydb-tests-fq-multi_plane', '--basetemp', '/home/runner/.ya/build/build_root/dyq9/002679/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/dyq9/002679/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/dyq9/002679', '--source-root', '/home/runner/.ya/build/build_root/dyq9/002679/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/dyq9/002679/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/fq/multi_plane', '--test-tool-bin', '/home/runner/.ya/tools/v4/9985353571/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--dep-root', 'ydb/tests/fq/multi_plane', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--test-file-filter', 'test_retry.py']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...d/build_root/dyq9/002679/ydb/tests/fq/multi_plane/ydb-tests-fq-multi_plane', '--basetemp', '/home/runner/.ya/build/build_root/dyq9/002679/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/dyq9/002679/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/dyq9/002679', '--source-root', '/home/runner/.ya/build/build_root/dyq9/002679/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/dyq9/002679/ydb/tests/fq/multi_plane/test-results/py3test/testing_out_stuff/test_retry/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/fq/multi_plane', '--test-tool-bin', '/home/runner/.ya/tools/v4/9985353571/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--dep-root', 'ydb/tests/fq/multi_plane', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--test-file-filter', 'test_retry.py']' stopped by 600 seconds timeout",), {})
contrib/tools/python3/Lib/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=1701066) 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=('::', 17339, 0, 0)>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
