============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004bb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

test_create.py .

============================== slowest durations ===============================
3.76s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.52s call     test_create.py::TestCreate::test_create_all_opt_ints

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 114 deselected in 5.33s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

test_log_scenario.py FE

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   VERIFY failed (2025-12-15T08:01:21.869694Z): source_idx=0;tablet_id=72075186224037921;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA99D7E5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA995C76
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB82D228
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7BFDAB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9FF3F08
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9FF3C5F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD799ACD
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1449E4CB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x150E7747
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x1503A6A3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x1503A6A3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x15038053
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x1503BA17
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x144BC2B8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1D24B6E5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB7CEF97
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB81DCD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB821D94
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB8219A0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB82258E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA99F43C
E   21. ??:0: ?? @ 0x7F0111D89AC2
E   22. ??:0: ?? @ 0x7F0111E1B8BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 22839
DEBUG    ya.test:process.py:259 Command (pid 22839) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 22839) elapsed time (sec): 0.45940423011779785
DEBUG    ya.test:process.py:263 Command (pid 22839) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) maxrss: 548896
DEBUG    ya.test:process.py:263 Command (pid 22839) minflt: 16294
DEBUG    ya.test:process.py:263 Command (pid 22839) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 22839) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 22839) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 22839) stime: 0.304481
DEBUG    ya.test:process.py:263 Command (pid 22839) utime: 0.10416399999999999
DEBUG    ya.test:process.py:263 Command (pid 22839) wtime: 0.461
DEBUG    ya.test:process.py:275 Command (pid 22839) output:
Git info:
    Commit: 558ae1b144170be5ab11c501e627ada92b298b86
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge f5fb60728e1511df9877011aa920771de46e74d6 into 98e37a542a2b917b7a71524ec04df470c650154f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xva6kcymzm    Host information: 
        Linux ghrun-xva6kcymzm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 22839) errors:

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: 558ae1b144170be5ab11c501e627ada92b298b86
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge f5fb60728e1511df9877011aa920771de46e74d6 into 98e37a542a2b917b7a71524ec04df470c650154f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xva6kcymzm    Host information: 
        Linux ghrun-xva6kcymzm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12545
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/rlkt/0004e9/r3tmp/kikimr_cluster_c8pyt19o
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30035
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17676
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28034
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26717
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_s3dkd7k2.log --grpc-port=30035 --mon-port=17676 --ic-port=12545
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:30035/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_s3dkd7k2.log --grpc-port=30035 --mon-port=17676 --ic-port=12545
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_s3dkd7k2.log', '--grpc-port=30035', '--mon-port=17676', '--ic-port=12545')' in '/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 23265
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:30035/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 23267
DEBUG    ya.test:process.py:259 Command (pid 23267) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 23267) elapsed time (sec): 0.5910229682922363
DEBUG    ya.test:process.py:263 Command (pid 23267) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) maxrss: 548888
DEBUG    ya.test:process.py:263 Command (pid 23267) minflt: 16293
DEBUG    ya.test:process.py:263 Command (pid 23267) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 23267) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 23267) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 23267) stime: 0.41539699999999996
DEBUG    ya.test:process.py:263 Command (pid 23267) utime: 0.12553899999999998
DEBUG    ya.test:process.py:263 Command (pid 23267) wtime: 0.592
DEBUG    ya.test:process.py:275 Command (pid 23267) output:
Git info:
    Commit: 558ae1b144170be5ab11c501e627ada92b298b86
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge f5fb60728e1511df9877011aa920771de46e74d6 into 98e37a542a2b917b7a71524ec04df470c650154f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xva6kcymzm    Host information: 
        Linux ghrun-xva6kcymzm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 23267) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 558ae1b144170be5ab11c501e627ada92b298b86
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge f5fb60728e1511df9877011aa920771de46e74d6 into 98e37a542a2b917b7a71524ec04df470c650154f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xva6kcymzm    Host information: 
        Linux ghrun-xva6kcymzm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30035', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12545\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30035', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12545\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25138
DEBUG    ya.test:process.py:259 Command (pid 25138) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25138) elapsed time (sec): 0.4831826686859131
DEBUG    ya.test:process.py:263 Command (pid 25138) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) maxrss: 557148
DEBUG    ya.test:process.py:263 Command (pid 25138) minflt: 18438
DEBUG    ya.test:process.py:263 Command (pid 25138) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) nivcsw: 76
DEBUG    ya.test:process.py:263 Command (pid 25138) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) nvcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 25138) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 25138) stime: 0.309623
DEBUG    ya.test:process.py:263 Command (pid 25138) utime: 0.121816
DEBUG    ya.test:process.py:263 Command (pid 25138) wtime: 0.484
DEBUG    ya.test:process.py:275 Command (pid 25138) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

DEBUG    ya.test:process.py:276 Command (pid 25138) errors:

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30035', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30035', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25373
DEBUG    ya.test:process.py:259 Command (pid 25373) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25373) elapsed time (sec): 0.5954387187957764
DEBUG    ya.test:process.py:263 Command (pid 25373) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 25373) maxrss: 557160
DEBUG    ya.test:process.py:263 Command (pid 25373) minflt: 18435
DEBUG    ya.test:process.py:263 Command (pid 25373) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 25373) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) nvcsw: 107
DEBUG    ya.test:process.py:263 Command (pid 25373) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 25373) stime: 0.40912899999999996
DEBUG    ya.test:process.py:263 Command (pid 25373) utime: 0.137687
DEBUG    ya.test:process.py:263 Command (pid 25373) wtime: 0.597
DEBUG    ya.test:process.py:275 Command (pid 25373) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 25373) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f5bf626f-4dc2-452d-b8cc-efb83854f3f0, localhost:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f5bf626f-4dc2-452d-b8cc-efb83854f3f0, localhost:30035): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f5bf626f-4dc2-452d-b8cc-efb83854f3f0, localhost:30035): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xva6kcymzm.auto.internal" port: 30035 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-xva6kcymzm.auto.internal:30035, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25610
DEBUG    ya.test:process.py:259 Command (pid 25610) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25610) elapsed time (sec): 0.4015538692474365
DEBUG    ya.test:process.py:263 Command (pid 25610) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) maxrss: 170564
DEBUG    ya.test:process.py:263 Command (pid 25610) minflt: 3565
DEBUG    ya.test:process.py:263 Command (pid 25610) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 25610) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) nvcsw: 155
DEBUG    ya.test:process.py:263 Command (pid 25610) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 25610) stime: 0.034575999999999996
DEBUG    ya.test:process.py:263 Command (pid 25610) utime: 0.051864
DEBUG    ya.test:process.py:263 Command (pid 25610) wtime: 0.405
DEBUG    ya.test:process.py:275 Command (pid 25610) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 25610) errors:

INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25722
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 25722) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25722) elapsed time (sec): 30.16924810409546
DEBUG    ya.test:process.py:263 Command (pid 25722) wtime: 30.171
DEBUG    ya.test:process.py:275 Command (pid 25722) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    432	432	0	0	21	32	36	39
2	    441	441	0	0	21	32	38	39
3	    437	437	0	0	21	28	50	52
4	    451	451	0	0	21	31	51	58
5	    487	487	0	0	20	21	22	23
6	    485	485	0	0	20	21	25	27
7	    488	488	0	0	20	21	21	22
8	    488	488	0	0	20	20	21	21
9	    489	489	0	0	20	20	21	21
10	    486	486	0	0	20	21	23	23
11	    488	488	0	0	20	20	21	21
12	    489	489	0	0	20	21	21	22
13	    487	487	0	0	20	20	21	21
14	    487	487	0	0	20	21	21	21
15	    477	477	0	0	20	21	40	41
16	    487	487	0	0	20	21	23	24
17	    488	488	0	0	20	20	21	21
18	    489	489	0	0	20	20	21	22
19	    487	487	0	0	20	21	21	22
20	    483	483	0	0	20	22	25	27
21	    488	488	0	0	20	21	22	22
22	    487	487	0	0	20	21	21	21
23	    488	488	0	0	20	20	21	21
24	    472	472	0	0	20	22	48	51
25	    489	489	0	0	20	21	21	21
26	    487	487	0	0	20	21	21	22
27	    485	485	0	0	20	22	28	31
28	    464	464	0	0	20	21	67	70
29	    489	489	0	0	20	21	21	22
30	    498	498	0	0	20	20	21	21

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14393	479.767	0	0	20	22	30	70

DEBUG    ya.test:process.py:276 Command (pid 25722) errors:

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5c30b15c-0702-4fcb-9ca5-5b5a6e5fb44f, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5c30b15c-0702-4fcb-9ca5-5b5a6e5fb44f, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5c30b15c-0702-4fcb-9ca5-5b5a6e5fb44f, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 1c60dbde-a207-4d14-9c46-93b0ce6f88ad, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 1c60dbde-a207-4d14-9c46-93b0ce6f88ad, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 1c60dbde-a207-4d14-9c46-93b0ce6f88ad, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6531855d-0a5e-446a-958b-49881de981b5, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6531855d-0a5e-446a-958b-49881de981b5, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6531855d-0a5e-446a-958b-49881de981b5, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 14084 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6b2abf1e-7f8b-452f-9ebf-581023c23799, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6b2abf1e-7f8b-452f-9ebf-581023c23799, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6b2abf1e-7f8b-452f-9ebf-581023c23799, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 23d12ff9-8a97-4f64-be8a-3b16b812aade, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 23d12ff9-8a97-4f64-be8a-3b16b812aade, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 23d12ff9-8a97-4f64-be8a-3b16b812aade, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7b5df529-42df-4b01-aae6-f95d7f547dc6, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7b5df529-42df-4b01-aae6-f95d7f547dc6, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cd0fe940-e8e2-4c1e-8e62-88a76ee2b3d4, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7b5df529-42df-4b01-aae6-f95d7f547dc6, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cd0fe940-e8e2-4c1e-8e62-88a76ee2b3d4, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 40781
DEBUG    ya.test:process.py:628 Command pid: 40783
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cd0fe940-e8e2-4c1e-8e62-88a76ee2b3d4, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NmQ5NDQxNDAtYmZkOGZkMDAtNjc4MDk0YTEtNDA0M2IwZDQ=" node_id: 1 }
DEBUG    ya.test:process.py:628 Command pid: 40784
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 667421dd-ce2c-4eab-8969-8d1c10ddf062, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 667421dd-ce2c-4eab-8969-8d1c10ddf062, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NmQ5NDQxNDAtYmZkOGZkMDAtNjc4MDk0YTEtNDA0M2IwZDQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 667421dd-ce2c-4eab-8969-8d1c10ddf062, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NmQ5NDQxNDAtYmZkOGZkMDAtNjc4MDk0YTEtNDA0M2IwZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68e47472-c31f-4746-bd45-fabc0237eb2c, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68e47472-c31f-4746-bd45-fabc0237eb2c, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NmQ5NDQxNDAtYmZkOGZkMDAtNjc4MDk0YTEtNDA0M2IwZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dac2c77d-2d2c-4245-a2eb-d66483ab5d7d, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dac2c77d-2d2c-4245-a2eb-d66483ab5d7d, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 68e47472-c31f-4746-bd45-fabc0237eb2c, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dac2c77d-2d2c-4245-a2eb-d66483ab5d7d, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MmY4NmUxYjEtYjZkY2Y5NDItZTgyNDE5NjgtOGJkNzJiYzg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e0ee181f-455a-4fc4-8cc0-032b76bdc60c, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e0ee181f-455a-4fc4-8cc0-032b76bdc60c, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MmY4NmUxYjEtYjZkY2Y5NDItZTgyNDE5NjgtOGJkNzJiYzg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e0ee181f-455a-4fc4-8cc0-032b76bdc60c, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MmY4NmUxYjEtYjZkY2Y5NDItZTgyNDE5NjgtOGJkNzJiYzg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3b686d1a-ed1e-439f-ba6b-240220f429b6, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3b686d1a-ed1e-439f-ba6b-240220f429b6, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MmY4NmUxYjEtYjZkY2Y5NDItZTgyNDE5NjgtOGJkNzJiYzg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1c9ae8b0-8691-47b6-b11b-6fb0a283cf42, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3b686d1a-ed1e-439f-ba6b-240220f429b6, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1c9ae8b0-8691-47b6-b11b-6fb0a283cf42, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1c9ae8b0-8691-47b6-b11b-6fb0a283cf42, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NWJmYmNjNGEtNTU5MGJiM2ItODIxMDFkNTgtNWRkZmM2MDc=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 6e3c80e7-93ec-4979-aa93-ce2f5fbb5f94, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 6e3c80e7-93ec-4979-aa93-ce2f5fbb5f94, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NWJmYmNjNGEtNTU5MGJiM2ItODIxMDFkNTgtNWRkZmM2MDc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 6e3c80e7-93ec-4979-aa93-ce2f5fbb5f94, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NWJmYmNjNGEtNTU5MGJiM2ItODIxMDFkNTgtNWRkZmM2MDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8e492f13-1645-4a35-a0af-a4e8a2551dee, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8e492f13-1645-4a35-a0af-a4e8a2551dee, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NWJmYmNjNGEtNTU5MGJiM2ItODIxMDFkNTgtNWRkZmM2MDc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8e492f13-1645-4a35-a0af-a4e8a2551dee, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 66474560-339e-4a48-a5b5-66ef62e9b092, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 66474560-339e-4a48-a5b5-66ef62e9b092, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 66474560-339e-4a48-a5b5-66ef62e9b092, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjNkNjk3Zi1lNTY0MWU5ZC1lZTY2MzA4NC00N2M1NjlhOA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 2750258b-f099-4c42-a30f-6e146f5c36a0, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 2750258b-f099-4c42-a30f-6e146f5c36a0, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=ZjNkNjk3Zi1lNTY0MWU5ZC1lZTY2MzA4NC00N2M1NjlhOA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 2750258b-f099-4c42-a30f-6e146f5c36a0, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZjNkNjk3Zi1lNTY0MWU5ZC1lZTY2MzA4NC00N2M1NjlhOA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 556abeca-84b9-4b74-9252-aa3e9819fa5e, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 556abeca-84b9-4b74-9252-aa3e9819fa5e, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=ZjNkNjk3Zi1lNTY0MWU5ZC1lZTY2MzA4NC00N2M1NjlhOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 556abeca-84b9-4b74-9252-aa3e9819fa5e, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c4247645-f10f-4c06-b4ac-4ef3c741cf70, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c4247645-f10f-4c06-b4ac-4ef3c741cf70, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c4247645-f10f-4c06-b4ac-4ef3c741cf70, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MmQxYjRiMS0yZmJjOTk0Yy01OTFkYjg4ZS02Y2M2ODZkMw==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 12511afc-3e45-4420-80a2-567ef501b0de, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 12511afc-3e45-4420-80a2-567ef501b0de, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MmQxYjRiMS0yZmJjOTk0Yy01OTFkYjg4ZS02Y2M2ODZkMw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 12511afc-3e45-4420-80a2-567ef501b0de, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MmQxYjRiMS0yZmJjOTk0Yy01OTFkYjg4ZS02Y2M2ODZkMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 60d4d251-0ed9-48a3-96f2-69db291c1aee, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 60d4d251-0ed9-48a3-96f2-69db291c1aee, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MmQxYjRiMS0yZmJjOTk0Yy01OTFkYjg4ZS02Y2M2ODZkMw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0ef1a84c-85fd-4a54-abc3-28dc5ca888a9, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 60d4d251-0ed9-48a3-96f2-69db291c1aee, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0ef1a84c-85fd-4a54-abc3-28dc5ca888a9, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0ef1a84c-85fd-4a54-abc3-28dc5ca888a9, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTc4NTgyNDctNTMwODE5ZDItZjBlYmNiMTgtOWRkNDk0N2E=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, dd406799-535e-4cd9-9de2-a82c8ec2a292, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, dd406799-535e-4cd9-9de2-a82c8ec2a292, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTc4NTgyNDctNTMwODE5ZDItZjBlYmNiMTgtOWRkNDk0N2E=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, dd406799-535e-4cd9-9de2-a82c8ec2a292, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MTc4NTgyNDctNTMwODE5ZDItZjBlYmNiMTgtOWRkNDk0N2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ff0dcf7a-8b93-418c-9099-bf1b0b82246c, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ff0dcf7a-8b93-418c-9099-bf1b0b82246c, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTc4NTgyNDctNTMwODE5ZDItZjBlYmNiMTgtOWRkNDk0N2E=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ff0dcf7a-8b93-418c-9099-bf1b0b82246c, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ee85d2e8-a21e-409b-a84a-76eabec12d4a, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ee85d2e8-a21e-409b-a84a-76eabec12d4a, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ee85d2e8-a21e-409b-a84a-76eabec12d4a, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NTY4NmM5M2UtMzMyYTdjNDgtOWRkZmIwZDktYTViMTcwODU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, dee04903-079e-4eb8-804a-d9d9978314ec, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, dee04903-079e-4eb8-804a-d9d9978314ec, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NTY4NmM5M2UtMzMyYTdjNDgtOWRkZmIwZDktYTViMTcwODU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, dee04903-079e-4eb8-804a-d9d9978314ec, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NTY4NmM5M2UtMzMyYTdjNDgtOWRkZmIwZDktYTViMTcwODU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c4bf789c-07bb-475f-9135-8dc5199d12fd, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c4bf789c-07bb-475f-9135-8dc5199d12fd, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NTY4NmM5M2UtMzMyYTdjNDgtOWRkZmIwZDktYTViMTcwODU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c1abca15-bccd-47b8-ad99-900d3a157560, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c1abca15-bccd-47b8-ad99-900d3a157560, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c4bf789c-07bb-475f-9135-8dc5199d12fd, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c1abca15-bccd-47b8-ad99-900d3a157560, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=N2ExOTNlNjgtZTYxYWU2ZjYtMTU4MDZlNWItNzQ0NDlkYjQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 5b3f90fb-371b-4307-8619-c695689358d4, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 5b3f90fb-371b-4307-8619-c695689358d4, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=N2ExOTNlNjgtZTYxYWU2ZjYtMTU4MDZlNWItNzQ0NDlkYjQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 5b3f90fb-371b-4307-8619-c695689358d4, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=N2ExOTNlNjgtZTYxYWU2ZjYtMTU4MDZlNWItNzQ0NDlkYjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 19ca5fbf-73cf-4f17-8d5f-ee3dabce675f, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 19ca5fbf-73cf-4f17-8d5f-ee3dabce675f, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=N2ExOTNlNjgtZTYxYWU2ZjYtMTU4MDZlNWItNzQ0NDlkYjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 19ca5fbf-73cf-4f17-8d5f-ee3dabce675f, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 676c2a76-e481-430a-a0f9-b52637ca7885, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 676c2a76-e481-430a-a0f9-b52637ca7885, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 676c2a76-e481-430a-a0f9-b52637ca7885, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGE4ZDYyYjQtNDAzOTE4MzAtOTQ5ZGQ1ODUtN2QwNTdkOTM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 68b12b81-a29e-489d-ae95-87e3e03aa9b8, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 68b12b81-a29e-489d-ae95-87e3e03aa9b8, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NGE4ZDYyYjQtNDAzOTE4MzAtOTQ5ZGQ1ODUtN2QwNTdkOTM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 68b12b81-a29e-489d-ae95-87e3e03aa9b8, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NGE4ZDYyYjQtNDAzOTE4MzAtOTQ5ZGQ1ODUtN2QwNTdkOTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 168e519b-a463-409f-8902-74661a43d1d8, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 168e519b-a463-409f-8902-74661a43d1d8, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NGE4ZDYyYjQtNDAzOTE4MzAtOTQ5ZGQ1ODUtN2QwNTdkOTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 168e519b-a463-409f-8902-74661a43d1d8, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1c60dbde-a207-4d14-9c46-93b0ce6f88ad, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.623722558+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 667421dd-ce2c-4eab-8969-8d1c10ddf062, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623865334+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e0ee181f-455a-4fc4-8cc0-032b76bdc60c, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.62390863+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6e3c80e7-93ec-4979-aa93-ce2f5fbb5f94, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623935955+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2750258b-f099-4c42-a30f-6e146f5c36a0, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.623963602+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 12511afc-3e45-4420-80a2-567ef501b0de, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623988708+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dd406799-535e-4cd9-9de2-a82c8ec2a292, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624017646+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dee04903-079e-4eb8-804a-d9d9978314ec, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.624049071+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 68b12b81-a29e-489d-ae95-87e3e03aa9b8, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624101385+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5b3f90fb-371b-4307-8619-c695689358d4, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.624080116+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7b5df529-42df-4b01-aae6-f95d7f547dc6, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623839831+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 68e47472-c31f-4746-bd45-fabc0237eb2c, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.623893991+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3b686d1a-ed1e-439f-ba6b-240220f429b6, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623924151+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8e492f13-1645-4a35-a0af-a4e8a2551dee, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.62395152+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 556abeca-84b9-4b74-9252-aa3e9819fa5e, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.623977132+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 60d4d251-0ed9-48a3-96f2-69db291c1aee, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.624003293+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ff0dcf7a-8b93-418c-9099-bf1b0b82246c, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624031995+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c4bf789c-07bb-475f-9135-8dc5199d12fd, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624067761+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 19ca5fbf-73cf-4f17-8d5f-ee3dabce675f, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.624090412+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 168e519b-a463-409f-8902-74661a43d1d8, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624113224+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 40783) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 40781) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 40783) elapsed time (sec): 30.14321494102478
DEBUG    ya.test:process.py:260 Command (pid 40781) elapsed time (sec): 30.14342212677002
DEBUG    ya.test:process.py:263 Command (pid 40783) wtime: 30.146
DEBUG    ya.test:process.py:263 Command (pid 40781) wtime: 30.147
DEBUG    ya.test:process.py:275 Command (pid 40783) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     76	76	0	0	59	449	515	523
2	    170	170	0	0	58	78	96	98
3	    183	183	0	0	50	70	79	79
4	    169	169	0	0	58	91	102	102
5	    169	169	0	0	57	80	93	100
6	    181	181	0	0	51	69	77	79
7	     83	83	0	100	56	73	77	78
8	      0	0	0	2880	0	0	0	0
9	      0	0	0	2850	0	0	0	0
10	      0	0	0	2890	0	0	0	0
11	      0	0	0	2870	0	0	0	0
12	      0	0	0	2930	0	0	0	0
13	      0	0	0	2940	0	0	0	0
14	      0	0	0	2960	0	0	0	0
15	      0	0	0	2590	0	0	0	0
16	      0	0	0	3000	0	0	0	0
17	      0	0	0	3020	0	0	0	0
18	      0	0	0	3040	0	0	0	0
19	      0	0	0	3080	0	0	0	0
20	      0	0	0	3020	0	0	0	0
21	      0	0	0	3043	0	0	0	0
22	      0	0	0	3077	0	0	0	0
23	      0	0	0	3070	0	0	0	0
24	      0	0	0	3020	0	0	0	0
25	      0	0	0	3120	0	0	0	0
26	      0	0	0	3090	0	0	0	0
27	      0	0	0	3100	0	0	0	0
28	      0	0	0	3040	0	0	0	0
29	      0	0	0	3110	0	0	0	0
30	      0	0	0	2890	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1031	34.3667	0	68730	55	79	317	523

DEBUG    ya.test:process.py:275 Command (pid 40781) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    103	103	0	0	44	387	427	429
2	    223	223	0	0	42	64	76	83
3	    237	237	0	0	41	56	70	74
4	    222	222	0	0	42	67	74	86
5	    224	224	0	0	42	63	78	88
6	    232	232	0	0	41	57	63	63
7	    108	108	0	100	43	60	67	70
8	      0	0	0	2880	0	0	0	0
9	      0	0	0	2850	0	0	0	0
10	      0	0	0	2890	0	0	0	0
11	      0	0	0	2870	0	0	0	0
12	      0	0	0	2930	0	0	0	0
13	      0	0	0	2940	0	0	0	0
14	      0	0	0	2960	0	0	0	0
15	      0	0	0	2590	0	0	0	0
16	      0	0	0	3000	0	0	0	0
17	      0	0	0	3020	0	0	0	0
18	      0	0	0	3050	0	0	0	0
19	      0	0	0	3070	0	0	0	0
20	      0	0	0	3020	0	0	0	0
21	      0	0	0	3040	0	0	0	0
22	      0	0	0	3070	0	0	0	0
23	      0	0	0	3070	0	0	0	0
24	      0	0	0	3020	0	0	0	0
25	      0	0	0	3120	0	0	0	0
26	      0	0	0	3090	0	0	0	0
27	      0	0	0	3100	0	0	0	0
28	      0	0	0	3050	0	0	0	0
29	      0	0	0	3090	0	0	0	0
30	      0	0	0	2890	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1349	44.9667	0	68710	42	67	168	429

DEBUG    ya.test:process.py:259 Command (pid 40784) rc: 0
DEBUG    ya.test:process.py:276 Command (pid 40783) errors:

DEBUG    ya.test:process.py:276 Command (pid 40781) errors:

DEBUG    ya.test:process.py:260 Command (pid 40784) elapsed time (sec): 30.14189577102661
DEBUG    ya.test:process.py:263 Command (pid 40784) wtime: 30.144
DEBUG    ya.test:process.py:275 Command (pid 40784) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      1	1	0	10	106	106	106	106
6	      0	0	0	10	0	0	0	0
7	      0	0	0	110	0	0	0	0
8	      0	0	0	2880	0	0	0	0
9	      0	0	0	2850	0	0	0	0
10	      0	0	0	2890	0	0	0	0
11	      0	0	0	2870	0	0	0	0
12	      0	0	0	2940	0	0	0	0
13	      0	0	0	2930	0	0	0	0
14	      0	0	0	2960	0	0	0	0
15	      0	0	0	2590	0	0	0	0
16	      0	0	0	3000	0	0	0	0
17	      0	0	0	3020	0	0	0	0
18	      0	0	0	3030	0	0	0	0
19	      0	0	0	3079	0	0	0	0
20	      0	0	0	3021	0	0	0	0
21	      0	0	0	3040	0	0	0	0
22	      0	0	0	3080	0	0	0	0
23	      0	0	0	3070	0	0	0	0
24	      0	0	0	3020	0	0	0	0
25	      0	0	0	3120	0	0	0	0
26	      0	0	0	3080	0	0	0	0
27	      0	0	0	3100	0	0	0	0
28	      0	0	0	3050	0	0	0	0
29	      0	0	0	3100	0	0	0	0
30	      0	0	0	2890	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	68770	106	106	106	106

DEBUG    ya.test:process.py:276 Command (pid 40784) errors:

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:681 Close topic client
DEBUG    ydb.topic:topic.py:684 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xva6kcymzm'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.23265' in '/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_s3dkd7k2.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:30035/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26717
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28034
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17676
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30035
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12545
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:137: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:132: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:98: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:307: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:460: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 22839
DEBUG    ya.test:process.py:259 Command (pid 22839) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 22839) elapsed time (sec): 0.45940423011779785
DEBUG    ya.test:process.py:263 Command (pid 22839) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) maxrss: 548896
DEBUG    ya.test:process.py:263 Command (pid 22839) minflt: 16294
DEBUG    ya.test:process.py:263 Command (pid 22839) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 22839) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 22839) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 22839) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 22839) stime: 0.304481
DEBUG    ya.test:process.py:263 Command (pid 22839) utime: 0.10416399999999999
DEBUG    ya.test:process.py:263 Command (pid 22839) wtime: 0.461
DEBUG    ya.test:process.py:275 Command (pid 22839) output:
Git info:
    Commit: 558ae1b144170be5ab11c501e627ada92b298b86
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge f5fb60728e1511df9877011aa920771de46e74d6 into 98e37a542a2b917b7a71524ec04df470c650154f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xva6kcymzm    Host information: 
        Linux ghrun-xva6kcymzm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 22839) errors:

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: 558ae1b144170be5ab11c501e627ada92b298b86
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge f5fb60728e1511df9877011aa920771de46e74d6 into 98e37a542a2b917b7a71524ec04df470c650154f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xva6kcymzm    Host information: 
        Linux ghrun-xva6kcymzm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12545
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/rlkt/0004e9/r3tmp/kikimr_cluster_c8pyt19o
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30035
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17676
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28034
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26717
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_s3dkd7k2.log --grpc-port=30035 --mon-port=17676 --ic-port=12545
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:30035/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_s3dkd7k2.log --grpc-port=30035 --mon-port=17676 --ic-port=12545
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_s3dkd7k2.log', '--grpc-port=30035', '--mon-port=17676', '--ic-port=12545')' in '/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 23265
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:30035/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 23267
DEBUG    ya.test:process.py:259 Command (pid 23267) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 23267) elapsed time (sec): 0.5910229682922363
DEBUG    ya.test:process.py:263 Command (pid 23267) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) maxrss: 548888
DEBUG    ya.test:process.py:263 Command (pid 23267) minflt: 16293
DEBUG    ya.test:process.py:263 Command (pid 23267) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 23267) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 23267) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 23267) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 23267) stime: 0.41539699999999996
DEBUG    ya.test:process.py:263 Command (pid 23267) utime: 0.12553899999999998
DEBUG    ya.test:process.py:263 Command (pid 23267) wtime: 0.592
DEBUG    ya.test:process.py:275 Command (pid 23267) output:
Git info:
    Commit: 558ae1b144170be5ab11c501e627ada92b298b86
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge f5fb60728e1511df9877011aa920771de46e74d6 into 98e37a542a2b917b7a71524ec04df470c650154f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xva6kcymzm    Host information: 
        Linux ghrun-xva6kcymzm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:process.py:276 Command (pid 23267) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 558ae1b144170be5ab11c501e627ada92b298b86
    Branch: 
    Author: Sergey Belyakov <serg-belyakov@ydb.tech>
    Summary: Merge f5fb60728e1511df9877011aa920771de46e74d6 into 98e37a542a2b917b7a71524ec04df470c650154f
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xva6kcymzm    Host information: 
        Linux ghrun-xva6kcymzm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30035', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12545\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30035', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12545\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25138
DEBUG    ya.test:process.py:259 Command (pid 25138) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25138) elapsed time (sec): 0.4831826686859131
DEBUG    ya.test:process.py:263 Command (pid 25138) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) maxrss: 557148
DEBUG    ya.test:process.py:263 Command (pid 25138) minflt: 18438
DEBUG    ya.test:process.py:263 Command (pid 25138) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) nivcsw: 76
DEBUG    ya.test:process.py:263 Command (pid 25138) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 25138) nvcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 25138) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 25138) stime: 0.309623
DEBUG    ya.test:process.py:263 Command (pid 25138) utime: 0.121816
DEBUG    ya.test:process.py:263 Command (pid 25138) wtime: 0.484
DEBUG    ya.test:process.py:275 Command (pid 25138) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

DEBUG    ya.test:process.py:276 Command (pid 25138) errors:

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30035', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:30035', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25373
DEBUG    ya.test:process.py:259 Command (pid 25373) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25373) elapsed time (sec): 0.5954387187957764
DEBUG    ya.test:process.py:263 Command (pid 25373) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 25373) maxrss: 557160
DEBUG    ya.test:process.py:263 Command (pid 25373) minflt: 18435
DEBUG    ya.test:process.py:263 Command (pid 25373) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 25373) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 25373) nvcsw: 107
DEBUG    ya.test:process.py:263 Command (pid 25373) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 25373) stime: 0.40912899999999996
DEBUG    ya.test:process.py:263 Command (pid 25373) utime: 0.137687
DEBUG    ya.test:process.py:263 Command (pid 25373) wtime: 0.597
DEBUG    ya.test:process.py:275 Command (pid 25373) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 25373) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f5bf626f-4dc2-452d-b8cc-efb83854f3f0, localhost:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f5bf626f-4dc2-452d-b8cc-efb83854f3f0, localhost:30035): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f5bf626f-4dc2-452d-b8cc-efb83854f3f0, localhost:30035): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xva6kcymzm.auto.internal" port: 30035 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-xva6kcymzm.auto.internal:30035, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25610
DEBUG    ya.test:process.py:259 Command (pid 25610) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25610) elapsed time (sec): 0.4015538692474365
DEBUG    ya.test:process.py:263 Command (pid 25610) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) maxrss: 170564
DEBUG    ya.test:process.py:263 Command (pid 25610) minflt: 3565
DEBUG    ya.test:process.py:263 Command (pid 25610) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 25610) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 25610) nvcsw: 155
DEBUG    ya.test:process.py:263 Command (pid 25610) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 25610) stime: 0.034575999999999996
DEBUG    ya.test:process.py:263 Command (pid 25610) utime: 0.051864
DEBUG    ya.test:process.py:263 Command (pid 25610) wtime: 0.405
DEBUG    ya.test:process.py:275 Command (pid 25610) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 25610) errors:

INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 25722
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 25722) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 25722) elapsed time (sec): 30.16924810409546
DEBUG    ya.test:process.py:263 Command (pid 25722) wtime: 30.171
DEBUG    ya.test:process.py:275 Command (pid 25722) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    432	432	0	0	21	32	36	39
2	    441	441	0	0	21	32	38	39
3	    437	437	0	0	21	28	50	52
4	    451	451	0	0	21	31	51	58
5	    487	487	0	0	20	21	22	23
6	    485	485	0	0	20	21	25	27
7	    488	488	0	0	20	21	21	22
8	    488	488	0	0	20	20	21	21
9	    489	489	0	0	20	20	21	21
10	    486	486	0	0	20	21	23	23
11	    488	488	0	0	20	20	21	21
12	    489	489	0	0	20	21	21	22
13	    487	487	0	0	20	20	21	21
14	    487	487	0	0	20	21	21	21
15	    477	477	0	0	20	21	40	41
16	    487	487	0	0	20	21	23	24
17	    488	488	0	0	20	20	21	21
18	    489	489	0	0	20	20	21	22
19	    487	487	0	0	20	21	21	22
20	    483	483	0	0	20	22	25	27
21	    488	488	0	0	20	21	22	22
22	    487	487	0	0	20	21	21	21
23	    488	488	0	0	20	20	21	21
24	    472	472	0	0	20	22	48	51
25	    489	489	0	0	20	21	21	21
26	    487	487	0	0	20	21	21	22
27	    485	485	0	0	20	22	28	31
28	    464	464	0	0	20	21	67	70
29	    489	489	0	0	20	21	21	22
30	    498	498	0	0	20	20	21	21

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14393	479.767	0	0	20	22	30	70

DEBUG    ya.test:process.py:276 Command (pid 25722) errors:

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5c30b15c-0702-4fcb-9ca5-5b5a6e5fb44f, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5c30b15c-0702-4fcb-9ca5-5b5a6e5fb44f, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5c30b15c-0702-4fcb-9ca5-5b5a6e5fb44f, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 1c60dbde-a207-4d14-9c46-93b0ce6f88ad, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 1c60dbde-a207-4d14-9c46-93b0ce6f88ad, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 1c60dbde-a207-4d14-9c46-93b0ce6f88ad, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6531855d-0a5e-446a-958b-49881de981b5, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6531855d-0a5e-446a-958b-49881de981b5, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6531855d-0a5e-446a-958b-49881de981b5, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 14084 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6b2abf1e-7f8b-452f-9ebf-581023c23799, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6b2abf1e-7f8b-452f-9ebf-581023c23799, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6b2abf1e-7f8b-452f-9ebf-581023c23799, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 23d12ff9-8a97-4f64-be8a-3b16b812aade, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 23d12ff9-8a97-4f64-be8a-3b16b812aade, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 23d12ff9-8a97-4f64-be8a-3b16b812aade, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb -e grpc://localhost:30035 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7b5df529-42df-4b01-aae6-f95d7f547dc6, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7b5df529-42df-4b01-aae6-f95d7f547dc6, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTJhOWFjM2UtNmQ1ZmQyZDAtZmU4NmQ2MDEtNzZjYmNjZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cd0fe940-e8e2-4c1e-8e62-88a76ee2b3d4, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7b5df529-42df-4b01-aae6-f95d7f547dc6, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cd0fe940-e8e2-4c1e-8e62-88a76ee2b3d4, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:30035', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 40781
DEBUG    ya.test:process.py:628 Command pid: 40783
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cd0fe940-e8e2-4c1e-8e62-88a76ee2b3d4, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NmQ5NDQxNDAtYmZkOGZkMDAtNjc4MDk0YTEtNDA0M2IwZDQ=" node_id: 1 }
DEBUG    ya.test:process.py:628 Command pid: 40784
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 667421dd-ce2c-4eab-8969-8d1c10ddf062, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 667421dd-ce2c-4eab-8969-8d1c10ddf062, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NmQ5NDQxNDAtYmZkOGZkMDAtNjc4MDk0YTEtNDA0M2IwZDQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 667421dd-ce2c-4eab-8969-8d1c10ddf062, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NmQ5NDQxNDAtYmZkOGZkMDAtNjc4MDk0YTEtNDA0M2IwZDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68e47472-c31f-4746-bd45-fabc0237eb2c, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68e47472-c31f-4746-bd45-fabc0237eb2c, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NmQ5NDQxNDAtYmZkOGZkMDAtNjc4MDk0YTEtNDA0M2IwZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dac2c77d-2d2c-4245-a2eb-d66483ab5d7d, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dac2c77d-2d2c-4245-a2eb-d66483ab5d7d, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 68e47472-c31f-4746-bd45-fabc0237eb2c, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dac2c77d-2d2c-4245-a2eb-d66483ab5d7d, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MmY4NmUxYjEtYjZkY2Y5NDItZTgyNDE5NjgtOGJkNzJiYzg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e0ee181f-455a-4fc4-8cc0-032b76bdc60c, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e0ee181f-455a-4fc4-8cc0-032b76bdc60c, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MmY4NmUxYjEtYjZkY2Y5NDItZTgyNDE5NjgtOGJkNzJiYzg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e0ee181f-455a-4fc4-8cc0-032b76bdc60c, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MmY4NmUxYjEtYjZkY2Y5NDItZTgyNDE5NjgtOGJkNzJiYzg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3b686d1a-ed1e-439f-ba6b-240220f429b6, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3b686d1a-ed1e-439f-ba6b-240220f429b6, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MmY4NmUxYjEtYjZkY2Y5NDItZTgyNDE5NjgtOGJkNzJiYzg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1c9ae8b0-8691-47b6-b11b-6fb0a283cf42, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3b686d1a-ed1e-439f-ba6b-240220f429b6, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1c9ae8b0-8691-47b6-b11b-6fb0a283cf42, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1c9ae8b0-8691-47b6-b11b-6fb0a283cf42, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NWJmYmNjNGEtNTU5MGJiM2ItODIxMDFkNTgtNWRkZmM2MDc=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 6e3c80e7-93ec-4979-aa93-ce2f5fbb5f94, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 6e3c80e7-93ec-4979-aa93-ce2f5fbb5f94, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NWJmYmNjNGEtNTU5MGJiM2ItODIxMDFkNTgtNWRkZmM2MDc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 6e3c80e7-93ec-4979-aa93-ce2f5fbb5f94, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NWJmYmNjNGEtNTU5MGJiM2ItODIxMDFkNTgtNWRkZmM2MDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8e492f13-1645-4a35-a0af-a4e8a2551dee, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8e492f13-1645-4a35-a0af-a4e8a2551dee, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NWJmYmNjNGEtNTU5MGJiM2ItODIxMDFkNTgtNWRkZmM2MDc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8e492f13-1645-4a35-a0af-a4e8a2551dee, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 66474560-339e-4a48-a5b5-66ef62e9b092, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 66474560-339e-4a48-a5b5-66ef62e9b092, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 66474560-339e-4a48-a5b5-66ef62e9b092, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjNkNjk3Zi1lNTY0MWU5ZC1lZTY2MzA4NC00N2M1NjlhOA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 2750258b-f099-4c42-a30f-6e146f5c36a0, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 2750258b-f099-4c42-a30f-6e146f5c36a0, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=ZjNkNjk3Zi1lNTY0MWU5ZC1lZTY2MzA4NC00N2M1NjlhOA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 2750258b-f099-4c42-a30f-6e146f5c36a0, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZjNkNjk3Zi1lNTY0MWU5ZC1lZTY2MzA4NC00N2M1NjlhOA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 556abeca-84b9-4b74-9252-aa3e9819fa5e, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 556abeca-84b9-4b74-9252-aa3e9819fa5e, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=ZjNkNjk3Zi1lNTY0MWU5ZC1lZTY2MzA4NC00N2M1NjlhOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 556abeca-84b9-4b74-9252-aa3e9819fa5e, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c4247645-f10f-4c06-b4ac-4ef3c741cf70, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c4247645-f10f-4c06-b4ac-4ef3c741cf70, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c4247645-f10f-4c06-b4ac-4ef3c741cf70, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MmQxYjRiMS0yZmJjOTk0Yy01OTFkYjg4ZS02Y2M2ODZkMw==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 12511afc-3e45-4420-80a2-567ef501b0de, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 12511afc-3e45-4420-80a2-567ef501b0de, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MmQxYjRiMS0yZmJjOTk0Yy01OTFkYjg4ZS02Y2M2ODZkMw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 12511afc-3e45-4420-80a2-567ef501b0de, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MmQxYjRiMS0yZmJjOTk0Yy01OTFkYjg4ZS02Y2M2ODZkMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 60d4d251-0ed9-48a3-96f2-69db291c1aee, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 60d4d251-0ed9-48a3-96f2-69db291c1aee, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MmQxYjRiMS0yZmJjOTk0Yy01OTFkYjg4ZS02Y2M2ODZkMw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0ef1a84c-85fd-4a54-abc3-28dc5ca888a9, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 60d4d251-0ed9-48a3-96f2-69db291c1aee, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0ef1a84c-85fd-4a54-abc3-28dc5ca888a9, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0ef1a84c-85fd-4a54-abc3-28dc5ca888a9, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTc4NTgyNDctNTMwODE5ZDItZjBlYmNiMTgtOWRkNDk0N2E=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, dd406799-535e-4cd9-9de2-a82c8ec2a292, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, dd406799-535e-4cd9-9de2-a82c8ec2a292, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTc4NTgyNDctNTMwODE5ZDItZjBlYmNiMTgtOWRkNDk0N2E=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, dd406799-535e-4cd9-9de2-a82c8ec2a292, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MTc4NTgyNDctNTMwODE5ZDItZjBlYmNiMTgtOWRkNDk0N2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ff0dcf7a-8b93-418c-9099-bf1b0b82246c, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ff0dcf7a-8b93-418c-9099-bf1b0b82246c, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=MTc4NTgyNDctNTMwODE5ZDItZjBlYmNiMTgtOWRkNDk0N2E=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ff0dcf7a-8b93-418c-9099-bf1b0b82246c, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ee85d2e8-a21e-409b-a84a-76eabec12d4a, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ee85d2e8-a21e-409b-a84a-76eabec12d4a, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ee85d2e8-a21e-409b-a84a-76eabec12d4a, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NTY4NmM5M2UtMzMyYTdjNDgtOWRkZmIwZDktYTViMTcwODU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, dee04903-079e-4eb8-804a-d9d9978314ec, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, dee04903-079e-4eb8-804a-d9d9978314ec, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NTY4NmM5M2UtMzMyYTdjNDgtOWRkZmIwZDktYTViMTcwODU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, dee04903-079e-4eb8-804a-d9d9978314ec, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NTY4NmM5M2UtMzMyYTdjNDgtOWRkZmIwZDktYTViMTcwODU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c4bf789c-07bb-475f-9135-8dc5199d12fd, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c4bf789c-07bb-475f-9135-8dc5199d12fd, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NTY4NmM5M2UtMzMyYTdjNDgtOWRkZmIwZDktYTViMTcwODU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c1abca15-bccd-47b8-ad99-900d3a157560, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c1abca15-bccd-47b8-ad99-900d3a157560, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c4bf789c-07bb-475f-9135-8dc5199d12fd, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c1abca15-bccd-47b8-ad99-900d3a157560, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=N2ExOTNlNjgtZTYxYWU2ZjYtMTU4MDZlNWItNzQ0NDlkYjQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 5b3f90fb-371b-4307-8619-c695689358d4, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 5b3f90fb-371b-4307-8619-c695689358d4, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=N2ExOTNlNjgtZTYxYWU2ZjYtMTU4MDZlNWItNzQ0NDlkYjQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 5b3f90fb-371b-4307-8619-c695689358d4, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=N2ExOTNlNjgtZTYxYWU2ZjYtMTU4MDZlNWItNzQ0NDlkYjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 19ca5fbf-73cf-4f17-8d5f-ee3dabce675f, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 19ca5fbf-73cf-4f17-8d5f-ee3dabce675f, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=N2ExOTNlNjgtZTYxYWU2ZjYtMTU4MDZlNWItNzQ0NDlkYjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 19ca5fbf-73cf-4f17-8d5f-ee3dabce675f, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 676c2a76-e481-430a-a0f9-b52637ca7885, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 676c2a76-e481-430a-a0f9-b52637ca7885, ghrun-xva6kcymzm.auto.internal:30035): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 676c2a76-e481-430a-a0f9-b52637ca7885, ghrun-xva6kcymzm.auto.internal:30035): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGE4ZDYyYjQtNDAzOTE4MzAtOTQ5ZGQ1ODUtN2QwNTdkOTM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 68b12b81-a29e-489d-ae95-87e3e03aa9b8, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 68b12b81-a29e-489d-ae95-87e3e03aa9b8, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NGE4ZDYyYjQtNDAzOTE4MzAtOTQ5ZGQ1ODUtN2QwNTdkOTM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 68b12b81-a29e-489d-ae95-87e3e03aa9b8, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NGE4ZDYyYjQtNDAzOTE4MzAtOTQ5ZGQ1ODUtN2QwNTdkOTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 168e519b-a463-409f-8902-74661a43d1d8, ghrun-xva6kcymzm.auto.internal:30035): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 168e519b-a463-409f-8902-74661a43d1d8, ghrun-xva6kcymzm.auto.internal:30035): request = { session_id: "ydb://session/3?node_id=1&id=NGE4ZDYyYjQtNDAzOTE4MzAtOTQ5ZGQ1ODUtN2QwNTdkOTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE schema_inclusion_mode: SCHEMA_INCLUSION_MODE_ALWAYS result_set_format: FORMAT_VALUE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 168e519b-a463-409f-8902-74661a43d1d8, ghrun-xva6kcymzm.auto.internal:30035): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1c60dbde-a207-4d14-9c46-93b0ce6f88ad, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.623722558+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 667421dd-ce2c-4eab-8969-8d1c10ddf062, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623865334+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e0ee181f-455a-4fc4-8cc0-032b76bdc60c, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.62390863+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6e3c80e7-93ec-4979-aa93-ce2f5fbb5f94, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623935955+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2750258b-f099-4c42-a30f-6e146f5c36a0, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.623963602+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 12511afc-3e45-4420-80a2-567ef501b0de, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623988708+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dd406799-535e-4cd9-9de2-a82c8ec2a292, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624017646+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dee04903-079e-4eb8-804a-d9d9978314ec, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.624049071+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 68b12b81-a29e-489d-ae95-87e3e03aa9b8, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624101385+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5b3f90fb-371b-4307-8619-c695689358d4, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:30035 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.624080116+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7b5df529-42df-4b01-aae6-f95d7f547dc6, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623839831+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 68e47472-c31f-4746-bd45-fabc0237eb2c, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.623893991+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3b686d1a-ed1e-439f-ba6b-240220f429b6, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.623924151+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8e492f13-1645-4a35-a0af-a4e8a2551dee, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.62395152+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 556abeca-84b9-4b74-9252-aa3e9819fa5e, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.623977132+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 60d4d251-0ed9-48a3-96f2-69db291c1aee, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.624003293+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ff0dcf7a-8b93-418c-9099-bf1b0b82246c, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624031995+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c4bf789c-07bb-475f-9135-8dc5199d12fd, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624067761+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 19ca5fbf-73cf-4f17-8d5f-ee3dabce675f, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-12-15T08:01:28.624090412+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 168e519b-a463-409f-8902-74661a43d1d8, ghrun-xva6kcymzm.auto.internal:30035): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-12-15T08:01:28.624113224+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xva6kcymzm.auto.internal:30035
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 40783) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 40781) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 40783) elapsed time (sec): 30.14321494102478
DEBUG    ya.test:process.py:260 Command (pid 40781) elapsed time (sec): 30.14342212677002
DEBUG    ya.test:process.py:263 Command (pid 40783) wtime: 30.146
DEBUG    ya.test:process.py:263 Command (pid 40781) wtime: 30.147
DEBUG    ya.test:process.py:275 Command (pid 40783) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     76	76	0	0	59	449	515	523
2	    170	170	0	0	58	78	96	98
3	    183	183	0	0	50	70	79	79
4	    169	169	0	0	58	91	102	102
5	    169	169	0	0	57	80	93	100
6	    181	181	0	0	51	69	77	79
7	     83	83	0	100	56	73	77	78
8	      0	0	0	2880	0	0	0	0
9	      0	0	0	2850	0	0	0	0
10	      0	0	0	2890	0	0	0	0
11	      0	0	0	2870	0	0	0	0
12	      0	0	0	2930	0	0	0	0
13	      0	0	0	2940	0	0	0	0
14	      0	0	0	2960	0	0	0	0
15	      0	0	0	2590	0	0	0	0
16	      0	0	0	3000	0	0	0	0
17	      0	0	0	3020	0	0	0	0
18	      0	0	0	3040	0	0	0	0
19	      0	0	0	3080	0	0	0	0
20	      0	0	0	3020	0	0	0	0
21	      0	0	0	3043	0	0	0	0
22	      0	0	0	3077	0	0	0	0
23	      0	0	0	3070	0	0	0	0
24	      0	0	0	3020	0	0	0	0
25	      0	0	0	3120	0	0	0	0
26	      0	0	0	3090	0	0	0	0
27	      0	0	0	3100	0	0	0	0
28	      0	0	0	3040	0	0	0	0
29	      0	0	0	3110	0	0	0	0
30	      0	0	0	2890	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1031	34.3667	0	68730	55	79	317	523

DEBUG    ya.test:process.py:275 Command (pid 40781) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    103	103	0	0	44	387	427	429
2	    223	223	0	0	42	64	76	83
3	    237	237	0	0	41	56	70	74
4	    222	222	0	0	42	67	74	86
5	    224	224	0	0	42	63	78	88
6	    232	232	0	0	41	57	63	63
7	    108	108	0	100	43	60	67	70
8	      0	0	0	2880	0	0	0	0
9	      0	0	0	2850	0	0	0	0
10	      0	0	0	2890	0	0	0	0
11	      0	0	0	2870	0	0	0	0
12	      0	0	0	2930	0	0	0	0
13	      0	0	0	2940	0	0	0	0
14	      0	0	0	2960	0	0	0	0
15	      0	0	0	2590	0	0	0	0
16	      0	0	0	3000	0	0	0	0
17	      0	0	0	3020	0	0	0	0
18	      0	0	0	3050	0	0	0	0
19	      0	0	0	3070	0	0	0	0
20	      0	0	0	3020	0	0	0	0
21	      0	0	0	3040	0	0	0	0
22	      0	0	0	3070	0	0	0	0
23	      0	0	0	3070	0	0	0	0
24	      0	0	0	3020	0	0	0	0
25	      0	0	0	3120	0	0	0	0
26	      0	0	0	3090	0	0	0	0
27	      0	0	0	3100	0	0	0	0
28	      0	0	0	3050	0	0	0	0
29	      0	0	0	3090	0	0	0	0
30	      0	0	0	2890	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1349	44.9667	0	68710	42	67	168	429

DEBUG    ya.test:process.py:259 Command (pid 40784) rc: 0
DEBUG    ya.test:process.py:276 Command (pid 40783) errors:

DEBUG    ya.test:process.py:276 Command (pid 40781) errors:

DEBUG    ya.test:process.py:260 Command (pid 40784) elapsed time (sec): 30.14189577102661
DEBUG    ya.test:process.py:263 Command (pid 40784) wtime: 30.144
DEBUG    ya.test:process.py:275 Command (pid 40784) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      1	1	0	10	106	106	106	106
6	      0	0	0	10	0	0	0	0
7	      0	0	0	110	0	0	0	0
8	      0	0	0	2880	0	0	0	0
9	      0	0	0	2850	0	0	0	0
10	      0	0	0	2890	0	0	0	0
11	      0	0	0	2870	0	0	0	0
12	      0	0	0	2940	0	0	0	0
13	      0	0	0	2930	0	0	0	0
14	      0	0	0	2960	0	0	0	0
15	      0	0	0	2590	0	0	0	0
16	      0	0	0	3000	0	0	0	0
17	      0	0	0	3020	0	0	0	0
18	      0	0	0	3030	0	0	0	0
19	      0	0	0	3079	0	0	0	0
20	      0	0	0	3021	0	0	0	0
21	      0	0	0	3040	0	0	0	0
22	      0	0	0	3080	0	0	0	0
23	      0	0	0	3070	0	0	0	0
24	      0	0	0	3020	0	0	0	0
25	      0	0	0	3120	0	0	0	0
26	      0	0	0	3080	0	0	0	0
27	      0	0	0	3100	0	0	0	0
28	      0	0	0	3050	0	0	0	0
29	      0	0	0	3100	0	0	0	0
30	      0	0	0	2890	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	68770	106	106	106	106

DEBUG    ya.test:process.py:276 Command (pid 40784) errors:

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:30035
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:30035". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
337.43s call     test_log_scenario.py::TestLogScenario::test_log_uniform
7.38s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
6.58s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/rlkt/0004e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-12-15T08:01:21.869694Z): source_idx=0;tablet_id=72075186224037921;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA99D7E5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA995C76
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB82D228
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7BFDAB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9FF3F08
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9FF3C5F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD799ACD
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1449E4CB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x150E7747
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x1503A6A3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x1503A6A3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x15038053
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x1503BA17
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x144BC2B8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1D24B6E5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB7CEF97
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB81DCD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB821D94
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB8219A0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB82258E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA99F43C
21. ??:0: ?? @ 0x7F0111D89AC2
22. ??:0: ?? @ 0x7F0111E1B8BF
============ 1 failed, 114 deselected, 1 error in 352.85s (0:05:52) ============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d3/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.17s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004b9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.14s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.07s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00047e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.06s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f3/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.95s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00050a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.26s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000475/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.90s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004e5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.97s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.10s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004de/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.19s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004dd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.06s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.95s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004e7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.11s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004fe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.21s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.25s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000469/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.18s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.20s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004b0/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.14s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.12s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004df/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.91s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00050d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.99s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00050f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.06s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000513/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.08s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000512/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.56s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000507/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.29s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004ce/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.17s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f0/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.20s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004eb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.18s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004ec/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk30
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.17s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004cf/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk31
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.16s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004b3/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk32
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.15s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00050c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk33
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.98s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004aa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk34
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.21s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004ee/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk35
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.18s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004c5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk36
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.69s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000479/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk37
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.22s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk38
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.85s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004e6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk39
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.11s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000506/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk40
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.11s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004ff/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk41
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.03s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004da/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk42
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.34s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk43
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.04s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00050b/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk44
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.13s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004fc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk45
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.05s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00049c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk46
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.04s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004cd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk47
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.97s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004ea/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk48
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.03s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004ca/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk49
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.11s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000509/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk50
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.18s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004bf/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk51
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.79s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk52
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.45s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000463/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk53
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.21s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004c2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk54
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.95s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk55
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.06s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000501/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk56
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.23s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f4/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk57
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.94s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004a6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk58
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.00s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000511/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk59
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.14s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000502/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk60
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.38s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004e1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk61
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.07s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00048a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk62
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.18s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004ac/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk63
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.15s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004a0/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk64
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.12s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004e4/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk65
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.04s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d4/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk66
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.09s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004a4/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk67
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.14s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004e8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk68
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.05s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000505/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk69
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.15s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004fb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk70
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.93s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004e3/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk71
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.07s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000504/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk72
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.23s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004cb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk73
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.91s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk74
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.99s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk75
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.10s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004ef/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk76
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.23s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk77
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.11s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000465/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk78
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.17s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004db/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk79
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.15s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004e0/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk80
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.11s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000510/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk81
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.09s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000493/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk82
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.04s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000500/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk83
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.09s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004dc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk84
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.14s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk85
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.88s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004f7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk86
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.07s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000503/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk87
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.19s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000499/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk88
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.21s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004fd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk89
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.21s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004fa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk90
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.07s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004ed/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk91
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.83s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004c9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk92
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.95s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004d0/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk93
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.03s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000508/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk94
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.02s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004b5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk95
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.87s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/0004cc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk96
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.94s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00050e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk97
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.05s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/00046d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk98
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 0.86s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rlkt/000483/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk99
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.2, typeguard-4.4.4
collected 116 items / 114 deselected / 2 selected

=========================== 114 deselected in 1.16s ============================
