  File "<string>", line 4, in <module>
  File "library/python/pytest/main.py", line 105, in main
    conftests,
  File "contrib/python/pytest/py2/_pytest/config/__init__.py", line 84, in main
    return config.hook.pytest_cmdline_main(config=config)
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286, in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93, in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87, in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py2/_pytest/main.py", line 243, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py2/_pytest/main.py", line 206, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py2/_pytest/main.py", line 250, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286, in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93, in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87, in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py2/_pytest/main.py", line 271, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286, in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93, in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87, in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py2/_pytest/runner.py", line 79, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py2/_pytest/runner.py", line 94, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py2/_pytest/runner.py", line 174, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py2/_pytest/runner.py", line 199, in call_runtest_hook
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pytest/py2/_pytest/runner.py", line 227, in from_call
    result = func()
  File "contrib/python/pytest/py2/_pytest/runner.py", line 199, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286, in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93, in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87, in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py2/_pytest/runner.py", line 124, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py2/_pytest/python.py", line 1491, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286, in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93, in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87, in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 563, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "ydb/library/yql/tests/sql/dq_file/part19/test.py", line 16, in test
    return run_test(suite, case, cfg, tmpdir, what, yql_http_file_server)
  File "/home/runner/.ya/build/build_root/7lz5/004c71/environment/arcadia/ydb/library/yql/tests/sql/dq_file.py", line 45, in run_test
    (res, tables_res) = run_file('dq', suite, case, cfg, config, yql_http_file_server, DQRUN_PATH, extra_args=extra_args, data_path=DATA_PATH)
  File "yql/essentials/tests/common/test_framework/test_file_common.py", line 161, in run_file
    data_path=data_path, run_sql=run_sql)
  File "yql/essentials/tests/common/test_framework/test_file_common.py", line 132, in run_file_no_cache
    parameters=parameters)
  File "yql/essentials/tests/common/test_framework/yql_utils.py", line 595, in execute
    parameters=parameters
  File "yql/essentials/tests/common/test_framework/yqlrun.py", line 283, in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=res_dir, env=env)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 400, in wait
    _wait()
  File "library/python/testing/yatest_common/yatest/common/process.py", line 332, in _wait
    pid, sts, rusage = subprocess._eintr_retry_call(os.wait4, self._process.pid, 0)
  File "subprocess.py", line 254, in _eintr_retry_call
    return func(*args)
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    traceback.print_stack(file=sys.stderr)
Thread 0x00007fa8ed27f640 <ydb-library-yql> (most recent call first):
  File "contrib/tools/python/src/Lib/SocketServer.py", line 150 in _eintr_retry
  File "contrib/tools/python/src/Lib/SocketServer.py", line 231 in serve_forever
  File "contrib/tools/python/src/Lib/threading.py", line 754 in run
  File "contrib/tools/python/src/Lib/threading.py", line 801 in __bootstrap_inner
  File "contrib/tools/python/src/Lib/threading.py", line 774 in __bootstrap

Current thread 0x00007fa8f241d300 <ydb-library-yql> (most recent call first):
  File "subprocess.py", line 254 in _eintr_retry_call
  File "subprocess.py", line 1483 in _try_wait
  File "subprocess.py", line 1536 in wait
  File "library/python/testing/yatest_common/yatest/common/process.py", line 370 in _wait
  File "library/python/testing/yatest_common/yatest/common/process.py", line 400 in wait
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656 in execute
  File "yql/essentials/tests/common/test_framework/yqlrun.py", line 283 in yql_exec
  File "yql/essentials/tests/common/test_framework/yql_utils.py", line 595 in execute
  File "yql/essentials/tests/common/test_framework/test_file_common.py", line 132 in run_file_no_cache
  File "yql/essentials/tests/common/test_framework/test_file_common.py", line 161 in run_file
  File "/home/runner/.ya/build/build_root/7lz5/004c71/environment/arcadia/ydb/library/yql/tests/sql/dq_file.py", line 45 in run_test
  File "ydb/library/yql/tests/sql/dq_file/part19/test.py", line 16 in test
  File "library/python/pytest/plugins/ya.py", line 563 in pytest_pyfunc_call
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187 in _multicall
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87 in <lambda>
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93 in _hookexec
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286 in __call__
  File "contrib/python/pytest/py2/_pytest/python.py", line 1491 in runtest
  File "contrib/python/pytest/py2/_pytest/runner.py", line 124 in pytest_runtest_call
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187 in _multicall
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87 in <lambda>
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93 in _hookexec
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286 in __call__
  File "contrib/python/pytest/py2/_pytest/runner.py", line 199 in <lambda>
  File "contrib/python/pytest/py2/_pytest/runner.py", line 227 in from_call
  File "contrib/python/pytest/py2/_pytest/runner.py", line 199 in call_runtest_hook
  File "contrib/python/pytest/py2/_pytest/runner.py", line 174 in call_and_report
  File "contrib/python/pytest/py2/_pytest/runner.py", line 94 in runtestprotocol
  File "contrib/python/pytest/py2/_pytest/runner.py", line 79 in pytest_runtest_protocol
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187 in _multicall
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87 in <lambda>
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93 in _hookexec
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286 in __call__
  File "contrib/python/pytest/py2/_pytest/main.py", line 271 in pytest_runtestloop
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187 in _multicall
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87 in <lambda>
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93 in _hookexec
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286 in __call__
  File "contrib/python/pytest/py2/_pytest/main.py", line 250 in _main
  File "contrib/python/pytest/py2/_pytest/main.py", line 206 in wrap_session
  File "contrib/python/pytest/py2/_pytest/main.py", line 243 in pytest_cmdline_main
  File "contrib/python/pluggy/py2/pluggy/callers.py", line 187 in _multicall
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 87 in <lambda>
  File "contrib/python/pluggy/py2/pluggy/manager.py", line 93 in _hookexec
  File "contrib/python/pluggy/py2/pluggy/hooks.py", line 286 in __call__
  File "contrib/python/pytest/py2/_pytest/config/__init__.py", line 84 in main
  File "library/python/pytest/main.py", line 105 in main
  File "<string>", line 4 in <module>

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 764, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...e/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/common/yson2', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/callables', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/dicts', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/dummylog', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/lists', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/structs', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/type_inspection', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/logs/dsv', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/test/simple', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/test/test_import', '--dep-root', 'ydb/library/yql/tests/sql/dq_file/part19', '--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']' 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 1749, in main
    res.wait(check_exit_code=False, timeout=run_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: (("...e/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/common/yson2', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/callables', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/dicts', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/dummylog', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/lists', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/structs', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/examples/type_inspection', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/logs/dsv', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/test/simple', '--dep-root', '/home/runner/.ya/build/build_root/7lz5/004c71/yql/essentials/udfs/test/test_import', '--dep-root', 'ydb/library/yql/tests/sql/dq_file/part19', '--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']' stopped by 600 seconds timeout",), {})
127.0.0.1 - - [13/Oct/2025 11:54:38] "GET /mylib.sql HTTP/1.1" 200 -
127.0.0.1 - - [13/Oct/2025 11:54:39] "GET /mylib.sql HTTP/1.1" 200 -
127.0.0.1 - - [13/Oct/2025 11:54:40] "GET /mylib.sql HTTP/1.1" 200 -
