Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1711, in main
    res.wait()
    ~~~~~~~~^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/1x2d/0006c2/ydb/public/tools/ydb_recipe/ydb_recipe --build-root /home/runner/.ya/build/build_root/1x2d/0006c2 --source-root /home/runner/actions_runner/_work/ydb/ydb --gdb-path /home/runner/.ya/tools/v4/10774583136/gdb/bin/gdb --env-file /home/runner/.ya/build/build_root/1x2d/0006c2/ydb/tests/tools/pq_read/test/test-results/py3test/env.json.txt /home/runner/.ya/build/build_root/1x2d/0006c2/ydb/tests/tools/pq_read/test/ydb-tests-tools-pq_read-test --basetemp /home/runner/.ya/build/build_root/1x2d/0006c2/tmp --capture no -c pkg:library.python.pytest:pytest.yatest.ini -p no:factor --doctest-modules --ya-trace /home/runner/.ya/build/build_root/1x2d/0006c2/ydb/tests/tools/pq_read/test/test-results/py3test/ytest.report.trace --build-root /home/runner/.ya/build/build_root/1x2d/0006c2 --source-root /home/runner/.ya/build/build_root/1x2d/0006c2/environment/arcadia --output-dir /home/runner/.ya/build/build_root/1x2d/0006c2/ydb/tests/tools/pq_read/test/test-results/py3test/testing_out_stuff --durations 0 --project-path ydb/tests/tools/pq_read/test --test-tool-bin /home/runner/.ya/tools/v4/11121628785/test_tool --ya-version 2 --collect-cores --build-type relwithdebinfo --tb short --dep-root ydb/tests/tools/pq_read/test --flags ADD_PEERDIRS_GEN_TESTS=yes --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 start --suppress-version-check' has failed with code 255.
Errors:
...on3/Lib/runpy.py", line 88, in _run_code
    exec(code, run_globals)
    ~~~~^^^^^^^^^^^^^^^^^^^
  File "ydb/public/tools/ydb_recipe/__main__.py", line 7, in <module>
    declare_recipe(cmds.start_recipe, cmds.stop_recipe)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/recipe/__init__.py", line 108, in declare_recipe
    start(argv[1:])
    ~~~~~^^^^^^^^^^
  File "ydb/public/tools/lib/cmds/__init__.py", line 576, in start_recipe
    return deploy(arguments)
  File "ydb/public/tools/lib/cmds/__init__.py", line 411, in deploy
    cluster.start()
    ~~~~~~~~~~~~~^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 524, in start
    self.stop()
    ~~~~~~~~~^^
  File "ydb/tests/library/harness/kikimr_runner.py", line 745, in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = 1.
Stdout file name: 
/home/runner/.ya/build/build_root/1x2d/0006c2/ydb/tests/tools/pq_read/test/test-results/py3test/testing_out_stuff/ydb_data_kyxcft/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/1x2d/0006c2/ydb/tests/tools/pq_read/test/test-results/py3test/testing_out_stuff/ydb_data_kyxcft/cluster/node_1/stderr
Stderr content:

Caught exception: ydb/core/driver_lib/run/kikimr_services_initializers.cpp:872: Failed to set up IC listener on port 31357 errno# 98 (Address already in use)



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 1719, in main
    raise RecipeStartUpError(recipe_name, recipe_err_filename, recipe_out_filename)
devtools.ya.test.programs.test_tool.run_test.run_test.RecipeStartUpError
