  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 128, in runtestprotocol
    rep = call_and_report(item, "setup", log)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 158, in pytest_runtest_setup
    item.session._setupstate.setup(item)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 511, in setup
    col.setup()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1847, in setup
    self._request._fillfixtures()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 689, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 547, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 566, in _get_active_fixturedef
    self._compute_fixture_value(fixturedef)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 648, in _compute_fixture_value
    fixturedef.execute(request=subrequest)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1087, in execute
    result = ihook.pytest_fixture_setup(fixturedef=self, request=request)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 910, in call_fixture_func
    fixture_result = next(generator)
  File "contrib/python/pytest/py3/_pytest/python.py", line 630, in xunit_setup_module_fixture
    _call_with_optional_argument(setup_module, request.module)
  File "contrib/python/pytest/py3/_pytest/python.py", line 764, in _call_with_optional_argument
    func(arg)
  File "ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py", line 15, in setup_module
    tl.setup_module(module)
  File "ydb/tests/postgres_integrations/library/pytest_integration.py", line 92, in setup_module
    image = _docker_build(_tests_folder)
  File "ydb/tests/postgres_integrations/library/pytest_integration.py", line 150, in _docker_build
    client.images.build(
  File "contrib/python/docker/docker/models/images.py", line 302, in build
    for chunk in internal_stream:
  File "contrib/python/docker/docker/utils/json_stream.py", line 60, in split_buffer
    for data in stream_as_text(stream):
  File "contrib/python/docker/docker/utils/json_stream.py", line 16, in stream_as_text
    for data in stream:
  File "contrib/python/docker/docker/api/client.py", line 369, in _stream_helper
    data = reader.read(1)
  File "contrib/python/urllib3/py3/urllib3/response.py", line 567, in read
    data = self._fp_read(amt) if not fp_closed else b""
  File "contrib/python/urllib3/py3/urllib3/response.py", line 533, in _fp_read
    return self._fp.read(amt) if amt is not None else self._fp.read()
  File "contrib/tools/python3/Lib/http/client.py", line 473, in read
  File "contrib/tools/python3/Lib/http/client.py", line 597, in _read_chunked
  File "contrib/tools/python3/Lib/http/client.py", line 579, in _get_chunk_left
  File "contrib/tools/python3/Lib/http/client.py", line 539, in _read_next_chunk_size
  File "contrib/tools/python3/Lib/socket.py", line 720, in readinto
    return self._sock.recv_into(b)
  File "library/python/pytest/plugins/ya.py", line 345, in _graceful_shutdown
    stack = traceback.format_stack()

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: ...y::test_pg_generated[TestTimeWithoutTimezone/11:59:59_=>_0000-01-01T11:59:59Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimeWithoutTimezone/24:00:00.000000_=>_0000-01-02T00:00:00Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimeWithoutTimezone/24:00:00.0_=>_0000-01-02T00:00:00Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimeWithoutTimezone/24:00:00_=>_0000-01-02T00:00:00Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimeWithoutTimezone/24:00_=>_0000-01-02T00:00:00Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimestampWithOutTimezone]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimestampWithTimeZone]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTxOptions]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestXactMultiStmt]', '--tb', 'short', '--dep-root', 'ydb/tests/postgres_integrations/go-libpq', '--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', 'docker_wrapper_test.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 1768, 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: (("...y::test_pg_generated[TestTimeWithoutTimezone/11:59:59_=>_0000-01-01T11:59:59Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimeWithoutTimezone/24:00:00.000000_=>_0000-01-02T00:00:00Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimeWithoutTimezone/24:00:00.0_=>_0000-01-02T00:00:00Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimeWithoutTimezone/24:00:00_=>_0000-01-02T00:00:00Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimeWithoutTimezone/24:00_=>_0000-01-02T00:00:00Z]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimestampWithOutTimezone]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTimestampWithTimeZone]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestTxOptions]', '--test-filter', 'docker_wrapper_test.py::test_pg_generated[TestXactMultiStmt]', '--tb', 'short', '--dep-root', 'ydb/tests/postgres_integrations/go-libpq', '--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', 'docker_wrapper_test.py']' stopped by 600 seconds timeout",), {})
