============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000735/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

test_create.py .

============================== slowest durations ===============================
4.94s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.53s call     test_create.py::TestCreate::test_create_all_opt_ints

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 113 deselected in 7.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/kika/000413/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 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/kika/000413/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/kika/000413/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-11-25T15:56:44.179846Z): source_id=112;tablet_id=72075186224037907;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 @ 0xA91A415
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912956
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A9528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD71E34B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F72748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F7249F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F899D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1437BCDB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FC2DA7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F17B63
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F17B63
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F15513
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F18ED7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14399AC8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF47DD5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74C437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB799FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79E094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79DCA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79E88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91C06C
E   21. ??:0: ?? @ 0x7F8709586AC2
E   22. ??:0: ?? @ 0x7F87096188BF
------------------------------ 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/kika/000413/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2105021
DEBUG    ya.test:process.py:259 Command (pid 2105021) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2105021) elapsed time (sec): 0.36663269996643066
DEBUG    ya.test:process.py:263 Command (pid 2105021) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) maxrss: 545640
DEBUG    ya.test:process.py:263 Command (pid 2105021) minflt: 16240
DEBUG    ya.test:process.py:263 Command (pid 2105021) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2105021) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2105021) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2105021) stime: 0.23806
DEBUG    ya.test:process.py:263 Command (pid 2105021) utime: 0.08069799999999999
DEBUG    ya.test:process.py:263 Command (pid 2105021) wtime: 0.368
DEBUG    ya.test:process.py:275 Command (pid 2105021) output:
Git info:
    Commit: 39d5c7d9230d5af7de6ef4d784fc5975cd763f47
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 9af2b68884adbd5b1a73a002224cbe42c4694892 into 502f0f1f088f1c02c4664ab651b6f64329597655
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jpfg3sy56a    Host information: 
        Linux ghrun-jpfg3sy56a 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 2105021) errors:

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: 39d5c7d9230d5af7de6ef4d784fc5975cd763f47
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 9af2b68884adbd5b1a73a002224cbe42c4694892 into 502f0f1f088f1c02c4664ab651b6f64329597655
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jpfg3sy56a    Host information: 
        Linux ghrun-jpfg3sy56a 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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/kika/000413/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6509
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/kika/000413/r3tmp/kikimr_cluster_82zmx39p
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8223
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18801
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4297
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23419
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/kika/000413/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/kika/000413/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/kika/000413/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_qy3b4l_s.log --grpc-port=8223 --mon-port=18801 --ic-port=6509
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8223/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/kika/000413/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/kika/000413/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/kika/000413/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_qy3b4l_s.log --grpc-port=8223 --mon-port=18801 --ic-port=6509
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/kika/000413/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/kika/000413/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_qy3b4l_s.log', '--grpc-port=8223', '--mon-port=18801', '--ic-port=6509')' in '/home/runner/.ya/build/build_root/kika/000413/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: 2105388
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8223/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/kika/000413/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2105389
DEBUG    ya.test:process.py:259 Command (pid 2105389) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2105389) elapsed time (sec): 0.3236825466156006
DEBUG    ya.test:process.py:263 Command (pid 2105389) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) majflt: 4
DEBUG    ya.test:process.py:263 Command (pid 2105389) maxrss: 545624
DEBUG    ya.test:process.py:263 Command (pid 2105389) minflt: 22782
DEBUG    ya.test:process.py:263 Command (pid 2105389) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 2105389) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2105389) stime: 0.194404
DEBUG    ya.test:process.py:263 Command (pid 2105389) utime: 0.08100099999999999
DEBUG    ya.test:process.py:263 Command (pid 2105389) wtime: 0.324
DEBUG    ya.test:process.py:275 Command (pid 2105389) output:
Git info:
    Commit: 39d5c7d9230d5af7de6ef4d784fc5975cd763f47
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 9af2b68884adbd5b1a73a002224cbe42c4694892 into 502f0f1f088f1c02c4664ab651b6f64329597655
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jpfg3sy56a    Host information: 
        Linux ghrun-jpfg3sy56a 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 2105389) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 39d5c7d9230d5af7de6ef4d784fc5975cd763f47
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 9af2b68884adbd5b1a73a002224cbe42c4694892 into 502f0f1f088f1c02c4664ab651b6f64329597655
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jpfg3sy56a    Host information: 
        Linux ghrun-jpfg3sy56a 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/kika/000413/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8223', '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: 6509\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/kika/000413/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8223', '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: 6509\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2106075
DEBUG    ya.test:process.py:259 Command (pid 2106075) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106075) elapsed time (sec): 0.33231353759765625
DEBUG    ya.test:process.py:263 Command (pid 2106075) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) maxrss: 553908
DEBUG    ya.test:process.py:263 Command (pid 2106075) minflt: 18383
DEBUG    ya.test:process.py:263 Command (pid 2106075) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) nvcsw: 127
DEBUG    ya.test:process.py:263 Command (pid 2106075) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2106075) stime: 0.20354699999999998
DEBUG    ya.test:process.py:263 Command (pid 2106075) utime: 0.08723399999999999
DEBUG    ya.test:process.py:263 Command (pid 2106075) wtime: 0.333
DEBUG    ya.test:process.py:275 Command (pid 2106075) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8223', '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/kika/000413/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8223', '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: 2106134
DEBUG    ya.test:process.py:259 Command (pid 2106134) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106134) elapsed time (sec): 0.4427525997161865
DEBUG    ya.test:process.py:263 Command (pid 2106134) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) maxrss: 554156
DEBUG    ya.test:process.py:263 Command (pid 2106134) minflt: 18384
DEBUG    ya.test:process.py:263 Command (pid 2106134) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2106134) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) nvcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 2106134) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2106134) stime: 0.309369
DEBUG    ya.test:process.py:263 Command (pid 2106134) utime: 0.08886899999999999
DEBUG    ya.test:process.py:263 Command (pid 2106134) wtime: 0.444
DEBUG    ya.test:process.py:275 Command (pid 2106134) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2106134) 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, ee5b7196-4099-46d8-917c-9c0b54abef9e, localhost:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ee5b7196-4099-46d8-917c-9c0b54abef9e, localhost:8223): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ee5b7196-4099-46d8-917c-9c0b54abef9e, localhost:8223): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jpfg3sy56a.auto.internal" port: 8223 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-jpfg3sy56a.auto.internal:8223, 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)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8223
------------------------------ Captured log call -------------------------------
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/kika/000413/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -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/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2106498
DEBUG    ya.test:process.py:259 Command (pid 2106498) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106498) elapsed time (sec): 0.27144455909729004
DEBUG    ya.test:process.py:263 Command (pid 2106498) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) maxrss: 166016
DEBUG    ya.test:process.py:263 Command (pid 2106498) minflt: 3547
DEBUG    ya.test:process.py:263 Command (pid 2106498) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) nvcsw: 215
DEBUG    ya.test:process.py:263 Command (pid 2106498) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2106498) stime: 0.018709999999999997
DEBUG    ya.test:process.py:263 Command (pid 2106498) utime: 0.037419999999999995
DEBUG    ya.test:process.py:263 Command (pid 2106498) wtime: 0.272
DEBUG    ya.test:process.py:275 Command (pid 2106498) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2106498) 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/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -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/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-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: 2106724
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 2106724) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106724) elapsed time (sec): 30.186326503753662
DEBUG    ya.test:process.py:263 Command (pid 2106724) wtime: 30.187
DEBUG    ya.test:process.py:275 Command (pid 2106724) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    480	480	0	0	20	21	25	30
2	    485	485	0	0	20	21	23	29
3	    487	487	0	0	20	21	21	22
4	    486	486	0	0	20	21	23	28
5	    489	489	0	0	20	21	21	23
6	    473	473	0	0	20	25	26	31
7	    459	459	0	0	20	33	42	46
8	    403	403	0	0	22	42	52	55
9	    459	459	0	0	21	29	34	36
10	    425	425	0	0	22	33	44	52
11	    307	307	0	0	29	56	65	71
12	    276	276	0	0	31	65	82	92
13	    251	251	0	0	35	74	96	98
14	    394	394	0	0	23	38	56	58
15	    388	388	0	0	22	56	70	73
16	    405	405	0	0	22	38	42	48
17	    435	435	0	0	21	33	41	47
18	    389	389	0	0	23	40	88	91
19	    374	374	0	0	22	48	73	84
20	    380	380	0	0	24	42	49	54
21	    361	361	0	0	26	43	48	51
22	    399	399	0	0	23	36	43	48
23	    395	395	0	0	23	42	53	70
24	    437	437	0	0	21	32	40	46
25	    392	392	0	0	22	41	50	60
26	    350	350	0	0	24	52	64	73
27	    322	322	0	0	28	47	52	56
28	    278	278	0	0	29	67	81	89
29	    281	281	0	0	32	65	73	83
30	    256	256	0	0	33	84	99	110

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11716	390.533	0	0	21	46	68	110

DEBUG    ya.test:process.py:276 Command (pid 2106724) 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, 9b6ef32b-aa4d-470f-8aef-ac949b4ae110, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9b6ef32b-aa4d-470f-8aef-ac949b4ae110, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9b6ef32b-aa4d-470f-8aef-ac949b4ae110, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8963a388-97a3-4385-a30b-4f15b7af3c1a, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8963a388-97a3-4385-a30b-4f15b7af3c1a, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8963a388-97a3-4385-a30b-4f15b7af3c1a, ghrun-jpfg3sy56a.auto.internal:8223): 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=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 72d84cea-64d0-4e34-81ba-238e821f1b6b, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 72d84cea-64d0-4e34-81ba-238e821f1b6b, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 72d84cea-64d0-4e34-81ba-238e821f1b6b, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
INFO     root:test_log_scenario.py:217 Count rows after insert 11460 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7d8122c6-880d-4266-99d1-f0dca2874a9b, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7d8122c6-880d-4266-99d1-f0dca2874a9b, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7d8122c6-880d-4266-99d1-f0dca2874a9b, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ec4239d8-7a3e-4035-ba78-018e01a3d302, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ec4239d8-7a3e-4035-ba78-018e01a3d302, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ec4239d8-7a3e-4035-ba78-018e01a3d302, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
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/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -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
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2d68fbf7-e014-4db8-a354-e870717262c3, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -d /Root workload log --path log run insert --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    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2d68fbf7-e014-4db8-a354-e870717262c3, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f6366192-d4e4-4fc4-b8b3-58b498682dd6, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2d68fbf7-e014-4db8-a354-e870717262c3, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f6366192-d4e4-4fc4-b8b3-58b498682dd6, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-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: 2124166
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f6366192-d4e4-4fc4-b8b3-58b498682dd6, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MmQ0NGU0ZDUtOWVmODY3NDAtYjQzOGY1N2ItNTk4ODQzZTY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, bf9dad09-a3b2-4e29-a8da-3667ec8f1bee, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, bf9dad09-a3b2-4e29-a8da-3667ec8f1bee, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MmQ0NGU0ZDUtOWVmODY3NDAtYjQzOGY1N2ItNTk4ODQzZTY=" }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-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:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, bf9dad09-a3b2-4e29-a8da-3667ec8f1bee, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2124168
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-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: 2124171
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MmQ0NGU0ZDUtOWVmODY3NDAtYjQzOGY1N2ItNTk4ODQzZTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b679115c-c769-4f90-8be5-3a3c54a6a6cc, ghrun-jpfg3sy56a.auto.internal:8223): 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, b679115c-c769-4f90-8be5-3a3c54a6a6cc, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MmQ0NGU0ZDUtOWVmODY3NDAtYjQzOGY1N2ItNTk4ODQzZTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2468023e-d66a-4ed9-8ac0-c903688a0b97, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2468023e-d66a-4ed9-8ac0-c903688a0b97, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b679115c-c769-4f90-8be5-3a3c54a6a6cc, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2468023e-d66a-4ed9-8ac0-c903688a0b97, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTc2MzQxZTYtYjVmNDQ2MDItNTBkNTMxNmUtYmYxN2MwY2U=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 3d0ec912-a6f0-426e-b050-b700895f507f, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3d0ec912-a6f0-426e-b050-b700895f507f, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZTc2MzQxZTYtYjVmNDQ2MDItNTBkNTMxNmUtYmYxN2MwY2U=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3d0ec912-a6f0-426e-b050-b700895f507f, ghrun-jpfg3sy56a.auto.internal:8223): 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=ZTc2MzQxZTYtYjVmNDQ2MDItNTBkNTMxNmUtYmYxN2MwY2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f86c50f3-a91e-4164-b64a-ecc938e52bac, ghrun-jpfg3sy56a.auto.internal:8223): 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, f86c50f3-a91e-4164-b64a-ecc938e52bac, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZTc2MzQxZTYtYjVmNDQ2MDItNTBkNTMxNmUtYmYxN2MwY2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 878d9900-d7aa-4f84-b8e0-13879c4fa6fa, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f86c50f3-a91e-4164-b64a-ecc938e52bac, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 878d9900-d7aa-4f84-b8e0-13879c4fa6fa, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 878d9900-d7aa-4f84-b8e0-13879c4fa6fa, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTM4OGZmYTEtZWFhOTQwYTAtM2QyYTA0MjctMTlmNGE4OGQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d40f27ba-1b5f-4959-8582-4a06c4634909, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d40f27ba-1b5f-4959-8582-4a06c4634909, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTM4OGZmYTEtZWFhOTQwYTAtM2QyYTA0MjctMTlmNGE4OGQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d40f27ba-1b5f-4959-8582-4a06c4634909, ghrun-jpfg3sy56a.auto.internal:8223): 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=MTM4OGZmYTEtZWFhOTQwYTAtM2QyYTA0MjctMTlmNGE4OGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7591b368-df72-4872-bf93-5f7fb3c7a28e, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7591b368-df72-4872-bf93-5f7fb3c7a28e, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTM4OGZmYTEtZWFhOTQwYTAtM2QyYTA0MjctMTlmNGE4OGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7591b368-df72-4872-bf93-5f7fb3c7a28e, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5e165166-559b-4398-9b2b-9d659be90005, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5e165166-559b-4398-9b2b-9d659be90005, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5e165166-559b-4398-9b2b-9d659be90005, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MWFkMDEzOWYtYmE4YzZhMzQtNTIxNzA2NzEtZmJkYWUxZjI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 09beda1d-77f3-439c-8e0a-e6cf017c25c7, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 09beda1d-77f3-439c-8e0a-e6cf017c25c7, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MWFkMDEzOWYtYmE4YzZhMzQtNTIxNzA2NzEtZmJkYWUxZjI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 09beda1d-77f3-439c-8e0a-e6cf017c25c7, ghrun-jpfg3sy56a.auto.internal:8223): 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=MWFkMDEzOWYtYmE4YzZhMzQtNTIxNzA2NzEtZmJkYWUxZjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c13ee375-3428-459f-80bf-b97c537d7d7d, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c13ee375-3428-459f-80bf-b97c537d7d7d, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MWFkMDEzOWYtYmE4YzZhMzQtNTIxNzA2NzEtZmJkYWUxZjI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e689e9b3-1bc8-45bc-9b4a-129ab0fc16db, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c13ee375-3428-459f-80bf-b97c537d7d7d, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e689e9b3-1bc8-45bc-9b4a-129ab0fc16db, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e689e9b3-1bc8-45bc-9b4a-129ab0fc16db, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZGZhZDMyNGYtMzZjNmE5YTgtZDM3MjA1NjAtOWYwNTBhNzI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 4ae8559c-bb7d-4dbb-aca6-426383421ba1, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 4ae8559c-bb7d-4dbb-aca6-426383421ba1, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZGZhZDMyNGYtMzZjNmE5YTgtZDM3MjA1NjAtOWYwNTBhNzI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 4ae8559c-bb7d-4dbb-aca6-426383421ba1, ghrun-jpfg3sy56a.auto.internal:8223): 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=ZGZhZDMyNGYtMzZjNmE5YTgtZDM3MjA1NjAtOWYwNTBhNzI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f70c0d50-dfb7-4ba0-bb25-5d72e7b933f4, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f70c0d50-dfb7-4ba0-bb25-5d72e7b933f4, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZGZhZDMyNGYtMzZjNmE5YTgtZDM3MjA1NjAtOWYwNTBhNzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f70c0d50-dfb7-4ba0-bb25-5d72e7b933f4, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
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, c90c0b6b-a05d-4e8e-b4b6-2998834baa64, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c90c0b6b-a05d-4e8e-b4b6-2998834baa64, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c90c0b6b-a05d-4e8e-b4b6-2998834baa64, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDgxOTkzYTEtNzA3NjRiNmEtNGFhZjRjYjUtOGNlZmIyMw==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 391038e2-3081-4be2-8222-911c9b8c0812, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 391038e2-3081-4be2-8222-911c9b8c0812, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=NDgxOTkzYTEtNzA3NjRiNmEtNGFhZjRjYjUtOGNlZmIyMw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 391038e2-3081-4be2-8222-911c9b8c0812, ghrun-jpfg3sy56a.auto.internal:8223): 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=NDgxOTkzYTEtNzA3NjRiNmEtNGFhZjRjYjUtOGNlZmIyMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8dee69b4-0f72-40d6-a949-28e727fd89e2, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8dee69b4-0f72-40d6-a949-28e727fd89e2, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=NDgxOTkzYTEtNzA3NjRiNmEtNGFhZjRjYjUtOGNlZmIyMw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8dee69b4-0f72-40d6-a949-28e727fd89e2, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4b490e46-9036-41db-9541-08cf0ec82c8a, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4b490e46-9036-41db-9541-08cf0ec82c8a, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4b490e46-9036-41db-9541-08cf0ec82c8a, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDM3MWQyOTEtYmQ1NDFmODItYmFlZGI4ZmMtOTNkODA0NDk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 910f4f1c-a6c9-4caa-9010-abb196423509, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 910f4f1c-a6c9-4caa-9010-abb196423509, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=NDM3MWQyOTEtYmQ1NDFmODItYmFlZGI4ZmMtOTNkODA0NDk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 910f4f1c-a6c9-4caa-9010-abb196423509, ghrun-jpfg3sy56a.auto.internal:8223): 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=NDM3MWQyOTEtYmQ1NDFmODItYmFlZGI4ZmMtOTNkODA0NDk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fcb19045-25fb-48b5-a396-f2b380f82631, ghrun-jpfg3sy56a.auto.internal:8223): 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, fcb19045-25fb-48b5-a396-f2b380f82631, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=NDM3MWQyOTEtYmQ1NDFmODItYmFlZGI4ZmMtOTNkODA0NDk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 046522b4-310b-4630-88f8-f8be42b617f3, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 046522b4-310b-4630-88f8-f8be42b617f3, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fcb19045-25fb-48b5-a396-f2b380f82631, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 046522b4-310b-4630-88f8-f8be42b617f3, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MzgxNmQ2M2ItYTJkOWNjNmUtYTViODg2ZTktM2ZjMTNmYTA=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 3305389b-3735-4510-b702-a9260d02fd44, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3305389b-3735-4510-b702-a9260d02fd44, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MzgxNmQ2M2ItYTJkOWNjNmUtYTViODg2ZTktM2ZjMTNmYTA=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3305389b-3735-4510-b702-a9260d02fd44, ghrun-jpfg3sy56a.auto.internal:8223): 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=MzgxNmQ2M2ItYTJkOWNjNmUtYTViODg2ZTktM2ZjMTNmYTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 884b859e-88c2-4878-b7af-ee91bf4a22ed, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 884b859e-88c2-4878-b7af-ee91bf4a22ed, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MzgxNmQ2M2ItYTJkOWNjNmUtYTViODg2ZTktM2ZjMTNmYTA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a076ca85-3bad-498b-a4cc-d9e7d9acb446, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 884b859e-88c2-4878-b7af-ee91bf4a22ed, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a076ca85-3bad-498b-a4cc-d9e7d9acb446, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a076ca85-3bad-498b-a4cc-d9e7d9acb446, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZDU1MjQzOTItOWQ3MGJiNjctM2Y1NGE5YTAtZjQ0M2QxNTA=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d7472ed0-3314-4278-aa06-b3fef49fae33, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d7472ed0-3314-4278-aa06-b3fef49fae33, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZDU1MjQzOTItOWQ3MGJiNjctM2Y1NGE5YTAtZjQ0M2QxNTA=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d7472ed0-3314-4278-aa06-b3fef49fae33, ghrun-jpfg3sy56a.auto.internal:8223): 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=ZDU1MjQzOTItOWQ3MGJiNjctM2Y1NGE5YTAtZjQ0M2QxNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dbe8387a-870f-451c-9f5e-a68f8b413d6d, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dbe8387a-870f-451c-9f5e-a68f8b413d6d, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZDU1MjQzOTItOWQ3MGJiNjctM2Y1NGE5YTAtZjQ0M2QxNTA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dbe8387a-870f-451c-9f5e-a68f8b413d6d, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8963a388-97a3-4385-a30b-4f15b7af3c1a, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447587222+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bf9dad09-a3b2-4e29-a8da-3667ec8f1bee, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447746602+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3d0ec912-a6f0-426e-b050-b700895f507f, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-25T15:56:47.447775978+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d40f27ba-1b5f-4959-8582-4a06c4634909, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447802033+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 09beda1d-77f3-439c-8e0a-e6cf017c25c7, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.44783299+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4ae8559c-bb7d-4dbb-aca6-426383421ba1, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-25T15:56:47.447862213+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 391038e2-3081-4be2-8222-911c9b8c0812, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-25T15:56:47.447886459+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 910f4f1c-a6c9-4caa-9010-abb196423509, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447910924+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3305389b-3735-4510-b702-a9260d02fd44, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447940001+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d7472ed0-3314-4278-aa06-b3fef49fae33, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-25T15:56:47.447969701+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2d68fbf7-e014-4db8-a354-e870717262c3, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447721046+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b679115c-c769-4f90-8be5-3a3c54a6a6cc, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447761852+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f86c50f3-a91e-4164-b64a-ecc938e52bac, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447790012+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7591b368-df72-4872-bf93-5f7fb3c7a28e, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447820925+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c13ee375-3428-459f-80bf-b97c537d7d7d, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447848746+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f70c0d50-dfb7-4ba0-bb25-5d72e7b933f4, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447874544+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8dee69b4-0f72-40d6-a949-28e727fd89e2, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447899401+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fcb19045-25fb-48b5-a396-f2b380f82631, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447926449+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 884b859e-88c2-4878-b7af-ee91bf4a22ed, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447958631+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dbe8387a-870f-451c-9f5e-a68f8b413d6d, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447982024+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
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-jpfg3sy56a.auto.internal:8223
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.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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.connection:connection.py:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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    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 2124168) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2124168) elapsed time (sec): 30.131873607635498
DEBUG    ya.test:process.py:263 Command (pid 2124168) wtime: 30.134
DEBUG    ya.test:process.py:275 Command (pid 2124168) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     18	18	0	0	575	843	867	867
2	    108	108	0	0	89	135	159	163
3	     47	47	0	0	96	155	163	163
4	      0	0	0	882	0	0	0	0
5	      0	0	0	2035	0	0	0	0
6	      0	0	0	1334	0	0	0	0
7	      0	0	0	1320	0	0	0	0
8	      0	0	0	1327	0	0	0	0
9	      0	0	0	1332	0	0	0	0
10	      0	0	0	1701	0	0	0	0
11	      0	0	0	1268	0	0	0	0
12	      0	0	0	1407	0	0	0	0
13	      0	0	0	2095	0	0	0	0
14	      0	0	0	2216	0	0	0	0
15	      0	0	0	1334	0	0	0	0
16	      0	0	0	1672	0	0	0	0
17	      0	0	0	1160	0	0	0	0
18	      0	0	0	1239	0	0	0	0
19	      0	0	0	1389	0	0	0	0
20	      0	0	0	1641	0	0	0	0
21	      0	0	0	1695	0	0	0	0
22	      0	0	0	1127	0	0	0	0
23	      0	0	0	1531	0	0	0	0
24	      0	0	0	1287	0	0	0	0
25	      0	0	0	1352	0	0	0	0
26	      0	0	0	1540	0	0	0	0
27	      0	0	0	1906	0	0	0	0
28	      0	0	0	1556	0	0	0	0
29	      0	0	0	2105	0	0	0	0
30	      0	0	0	2519	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    173	5.76667	0	41970	93	575	843	867

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

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 2124171) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2124171) elapsed time (sec): 30.17201018333435
DEBUG    ya.test:process.py:263 Command (pid 2124171) wtime: 30.173
DEBUG    ya.test:process.py:275 Command (pid 2124171) 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	816	0	0	0	0
5	      0	0	0	2089	0	0	0	0
6	      0	0	0	1450	0	0	0	0
7	      0	0	0	1271	0	0	0	0
8	      0	0	0	1352	0	0	0	0
9	      0	0	0	1446	0	0	0	0
10	      0	0	0	1629	0	0	0	0
11	      0	0	0	1371	0	0	0	0
12	      0	0	0	1403	0	0	0	0
13	      0	0	0	2139	0	0	0	0
14	      0	0	0	2262	0	0	0	0
15	      0	0	0	1269	0	0	0	0
16	      0	0	0	1598	0	0	0	0
17	      0	0	0	1158	0	0	0	0
18	      0	0	0	1310	0	0	0	0
19	      0	0	0	1373	0	0	0	0
20	      0	0	0	1774	0	0	0	0
21	      0	0	0	1684	0	0	0	0
22	      0	0	0	1184	0	0	0	0
23	      0	0	0	1708	0	0	0	0
24	      0	0	0	1416	0	0	0	0
25	      0	0	0	1310	0	0	0	0
26	      0	0	0	1667	0	0	0	0
27	      0	0	0	1768	0	0	0	0
28	      0	0	0	1502	0	0	0	0
29	      0	0	0	2102	0	0	0	0
30	      0	0	0	2534	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      0	0	0	42605	0	0	0	0

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

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 2124166) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2124166) elapsed time (sec): 30.236889600753784
DEBUG    ya.test:process.py:263 Command (pid 2124166) wtime: 30.238
DEBUG    ya.test:process.py:275 Command (pid 2124166) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     30	30	0	0	166	691	711	711
2	    146	146	0	0	66	101	118	128
3	     66	66	0	0	76	127	133	139
4	      0	0	0	823	0	0	0	0
5	      0	0	0	1808	0	0	0	0
6	      0	0	0	1390	0	0	0	0
7	      0	0	0	1481	0	0	0	0
8	      0	0	0	1184	0	0	0	0
9	      0	0	0	1176	0	0	0	0
10	      0	0	0	1537	0	0	0	0
11	      0	0	0	985	0	0	0	0
12	      0	0	0	1169	0	0	0	0
13	      0	0	0	2083	0	0	0	0
14	      0	0	0	2127	0	0	0	0
15	      0	0	0	1136	0	0	0	0
16	      0	0	0	1392	0	0	0	0
17	      0	0	0	1052	0	0	0	0
18	      0	0	0	1181	0	0	0	0
19	      0	0	0	1196	0	0	0	0
20	      0	0	0	1425	0	0	0	0
21	      0	0	0	1680	0	0	0	0
22	      0	0	0	1098	0	0	0	0
23	      0	0	0	1464	0	0	0	0
24	      0	0	0	1126	0	0	0	0
25	      0	0	0	1207	0	0	0	0
26	      0	0	0	1541	0	0	0	0
27	      0	0	0	1728	0	0	0	0
28	      0	0	0	1576	0	0	0	0
29	      0	0	0	2008	0	0	0	0
30	      0	0	0	2498	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    242	8.06667	0	39071	70	177	687	711

DEBUG    ya.test:process.py:276 Command (pid 2124166) 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:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.connection:connection.py:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.connection:connection.py:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.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:8223
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:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.connection:connection.py:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". Check endpoint correctness.
---------------------------- 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:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8223
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-jpfg3sy56a'
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/kika/000413/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.2105388' in '/home/runner/.ya/build/build_root/kika/000413/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_qy3b4l_s.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:8223/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23419
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4297
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8223
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6509
=================================== 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:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: 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:301: 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:459: 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/kika/000413/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2105021
DEBUG    ya.test:process.py:259 Command (pid 2105021) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2105021) elapsed time (sec): 0.36663269996643066
DEBUG    ya.test:process.py:263 Command (pid 2105021) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) maxrss: 545640
DEBUG    ya.test:process.py:263 Command (pid 2105021) minflt: 16240
DEBUG    ya.test:process.py:263 Command (pid 2105021) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2105021) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2105021) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2105021) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2105021) stime: 0.23806
DEBUG    ya.test:process.py:263 Command (pid 2105021) utime: 0.08069799999999999
DEBUG    ya.test:process.py:263 Command (pid 2105021) wtime: 0.368
DEBUG    ya.test:process.py:275 Command (pid 2105021) output:
Git info:
    Commit: 39d5c7d9230d5af7de6ef4d784fc5975cd763f47
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 9af2b68884adbd5b1a73a002224cbe42c4694892 into 502f0f1f088f1c02c4664ab651b6f64329597655
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jpfg3sy56a    Host information: 
        Linux ghrun-jpfg3sy56a 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 2105021) errors:

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: 39d5c7d9230d5af7de6ef4d784fc5975cd763f47
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 9af2b68884adbd5b1a73a002224cbe42c4694892 into 502f0f1f088f1c02c4664ab651b6f64329597655
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jpfg3sy56a    Host information: 
        Linux ghrun-jpfg3sy56a 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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/kika/000413/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6509
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/kika/000413/r3tmp/kikimr_cluster_82zmx39p
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8223
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18801
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4297
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23419
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/kika/000413/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/kika/000413/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/kika/000413/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_qy3b4l_s.log --grpc-port=8223 --mon-port=18801 --ic-port=6509
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8223/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/kika/000413/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/kika/000413/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/kika/000413/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_qy3b4l_s.log --grpc-port=8223 --mon-port=18801 --ic-port=6509
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/kika/000413/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/kika/000413/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_qy3b4l_s.log', '--grpc-port=8223', '--mon-port=18801', '--ic-port=6509')' in '/home/runner/.ya/build/build_root/kika/000413/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: 2105388
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8223/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/kika/000413/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2105389
DEBUG    ya.test:process.py:259 Command (pid 2105389) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2105389) elapsed time (sec): 0.3236825466156006
DEBUG    ya.test:process.py:263 Command (pid 2105389) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) majflt: 4
DEBUG    ya.test:process.py:263 Command (pid 2105389) maxrss: 545624
DEBUG    ya.test:process.py:263 Command (pid 2105389) minflt: 22782
DEBUG    ya.test:process.py:263 Command (pid 2105389) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2105389) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 2105389) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2105389) stime: 0.194404
DEBUG    ya.test:process.py:263 Command (pid 2105389) utime: 0.08100099999999999
DEBUG    ya.test:process.py:263 Command (pid 2105389) wtime: 0.324
DEBUG    ya.test:process.py:275 Command (pid 2105389) output:
Git info:
    Commit: 39d5c7d9230d5af7de6ef4d784fc5975cd763f47
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 9af2b68884adbd5b1a73a002224cbe42c4694892 into 502f0f1f088f1c02c4664ab651b6f64329597655
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jpfg3sy56a    Host information: 
        Linux ghrun-jpfg3sy56a 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 2105389) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 39d5c7d9230d5af7de6ef4d784fc5975cd763f47
    Branch: 
    Author: Bulat <bylatgr@gmail.com>
    Summary: Merge 9af2b68884adbd5b1a73a002224cbe42c4694892 into 502f0f1f088f1c02c4664ab651b6f64329597655
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jpfg3sy56a    Host information: 
        Linux ghrun-jpfg3sy56a 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/kika/000413/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8223', '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: 6509\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/kika/000413/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8223', '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: 6509\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2106075
DEBUG    ya.test:process.py:259 Command (pid 2106075) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106075) elapsed time (sec): 0.33231353759765625
DEBUG    ya.test:process.py:263 Command (pid 2106075) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) maxrss: 553908
DEBUG    ya.test:process.py:263 Command (pid 2106075) minflt: 18383
DEBUG    ya.test:process.py:263 Command (pid 2106075) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2106075) nvcsw: 127
DEBUG    ya.test:process.py:263 Command (pid 2106075) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2106075) stime: 0.20354699999999998
DEBUG    ya.test:process.py:263 Command (pid 2106075) utime: 0.08723399999999999
DEBUG    ya.test:process.py:263 Command (pid 2106075) wtime: 0.333
DEBUG    ya.test:process.py:275 Command (pid 2106075) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8223', '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/kika/000413/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8223', '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: 2106134
DEBUG    ya.test:process.py:259 Command (pid 2106134) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106134) elapsed time (sec): 0.4427525997161865
DEBUG    ya.test:process.py:263 Command (pid 2106134) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) maxrss: 554156
DEBUG    ya.test:process.py:263 Command (pid 2106134) minflt: 18384
DEBUG    ya.test:process.py:263 Command (pid 2106134) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2106134) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2106134) nvcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 2106134) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2106134) stime: 0.309369
DEBUG    ya.test:process.py:263 Command (pid 2106134) utime: 0.08886899999999999
DEBUG    ya.test:process.py:263 Command (pid 2106134) wtime: 0.444
DEBUG    ya.test:process.py:275 Command (pid 2106134) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2106134) 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, ee5b7196-4099-46d8-917c-9c0b54abef9e, localhost:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ee5b7196-4099-46d8-917c-9c0b54abef9e, localhost:8223): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ee5b7196-4099-46d8-917c-9c0b54abef9e, localhost:8223): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jpfg3sy56a.auto.internal" port: 8223 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-jpfg3sy56a.auto.internal:8223, 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)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8223
------------------------------ Captured log call -------------------------------
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/kika/000413/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -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/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2106498
DEBUG    ya.test:process.py:259 Command (pid 2106498) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106498) elapsed time (sec): 0.27144455909729004
DEBUG    ya.test:process.py:263 Command (pid 2106498) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) maxrss: 166016
DEBUG    ya.test:process.py:263 Command (pid 2106498) minflt: 3547
DEBUG    ya.test:process.py:263 Command (pid 2106498) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2106498) nvcsw: 215
DEBUG    ya.test:process.py:263 Command (pid 2106498) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2106498) stime: 0.018709999999999997
DEBUG    ya.test:process.py:263 Command (pid 2106498) utime: 0.037419999999999995
DEBUG    ya.test:process.py:263 Command (pid 2106498) wtime: 0.272
DEBUG    ya.test:process.py:275 Command (pid 2106498) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2106498) 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/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -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/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-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: 2106724
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 2106724) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106724) elapsed time (sec): 30.186326503753662
DEBUG    ya.test:process.py:263 Command (pid 2106724) wtime: 30.187
DEBUG    ya.test:process.py:275 Command (pid 2106724) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    480	480	0	0	20	21	25	30
2	    485	485	0	0	20	21	23	29
3	    487	487	0	0	20	21	21	22
4	    486	486	0	0	20	21	23	28
5	    489	489	0	0	20	21	21	23
6	    473	473	0	0	20	25	26	31
7	    459	459	0	0	20	33	42	46
8	    403	403	0	0	22	42	52	55
9	    459	459	0	0	21	29	34	36
10	    425	425	0	0	22	33	44	52
11	    307	307	0	0	29	56	65	71
12	    276	276	0	0	31	65	82	92
13	    251	251	0	0	35	74	96	98
14	    394	394	0	0	23	38	56	58
15	    388	388	0	0	22	56	70	73
16	    405	405	0	0	22	38	42	48
17	    435	435	0	0	21	33	41	47
18	    389	389	0	0	23	40	88	91
19	    374	374	0	0	22	48	73	84
20	    380	380	0	0	24	42	49	54
21	    361	361	0	0	26	43	48	51
22	    399	399	0	0	23	36	43	48
23	    395	395	0	0	23	42	53	70
24	    437	437	0	0	21	32	40	46
25	    392	392	0	0	22	41	50	60
26	    350	350	0	0	24	52	64	73
27	    322	322	0	0	28	47	52	56
28	    278	278	0	0	29	67	81	89
29	    281	281	0	0	32	65	73	83
30	    256	256	0	0	33	84	99	110

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11716	390.533	0	0	21	46	68	110

DEBUG    ya.test:process.py:276 Command (pid 2106724) 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, 9b6ef32b-aa4d-470f-8aef-ac949b4ae110, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9b6ef32b-aa4d-470f-8aef-ac949b4ae110, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9b6ef32b-aa4d-470f-8aef-ac949b4ae110, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8963a388-97a3-4385-a30b-4f15b7af3c1a, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8963a388-97a3-4385-a30b-4f15b7af3c1a, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8963a388-97a3-4385-a30b-4f15b7af3c1a, ghrun-jpfg3sy56a.auto.internal:8223): 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=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 72d84cea-64d0-4e34-81ba-238e821f1b6b, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 72d84cea-64d0-4e34-81ba-238e821f1b6b, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 72d84cea-64d0-4e34-81ba-238e821f1b6b, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
INFO     root:test_log_scenario.py:217 Count rows after insert 11460 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7d8122c6-880d-4266-99d1-f0dca2874a9b, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7d8122c6-880d-4266-99d1-f0dca2874a9b, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7d8122c6-880d-4266-99d1-f0dca2874a9b, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ec4239d8-7a3e-4035-ba78-018e01a3d302, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ec4239d8-7a3e-4035-ba78-018e01a3d302, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ec4239d8-7a3e-4035-ba78-018e01a3d302, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
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/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -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
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2d68fbf7-e014-4db8-a354-e870717262c3, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb -e grpc://localhost:8223 -d /Root workload log --path log run insert --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    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2d68fbf7-e014-4db8-a354-e870717262c3, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTI2MTJhODItZDg3MGRjYTktNDBiM2JjNWItNDE3MTMxM2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f6366192-d4e4-4fc4-b8b3-58b498682dd6, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2d68fbf7-e014-4db8-a354-e870717262c3, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f6366192-d4e4-4fc4-b8b3-58b498682dd6, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-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: 2124166
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f6366192-d4e4-4fc4-b8b3-58b498682dd6, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MmQ0NGU0ZDUtOWVmODY3NDAtYjQzOGY1N2ItNTk4ODQzZTY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, bf9dad09-a3b2-4e29-a8da-3667ec8f1bee, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, bf9dad09-a3b2-4e29-a8da-3667ec8f1bee, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MmQ0NGU0ZDUtOWVmODY3NDAtYjQzOGY1N2ItNTk4ODQzZTY=" }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-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:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, bf9dad09-a3b2-4e29-a8da-3667ec8f1bee, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2124168
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kika/000413/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8223', '-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: 2124171
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MmQ0NGU0ZDUtOWVmODY3NDAtYjQzOGY1N2ItNTk4ODQzZTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b679115c-c769-4f90-8be5-3a3c54a6a6cc, ghrun-jpfg3sy56a.auto.internal:8223): 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, b679115c-c769-4f90-8be5-3a3c54a6a6cc, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MmQ0NGU0ZDUtOWVmODY3NDAtYjQzOGY1N2ItNTk4ODQzZTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2468023e-d66a-4ed9-8ac0-c903688a0b97, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2468023e-d66a-4ed9-8ac0-c903688a0b97, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b679115c-c769-4f90-8be5-3a3c54a6a6cc, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2468023e-d66a-4ed9-8ac0-c903688a0b97, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTc2MzQxZTYtYjVmNDQ2MDItNTBkNTMxNmUtYmYxN2MwY2U=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 3d0ec912-a6f0-426e-b050-b700895f507f, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3d0ec912-a6f0-426e-b050-b700895f507f, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZTc2MzQxZTYtYjVmNDQ2MDItNTBkNTMxNmUtYmYxN2MwY2U=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3d0ec912-a6f0-426e-b050-b700895f507f, ghrun-jpfg3sy56a.auto.internal:8223): 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=ZTc2MzQxZTYtYjVmNDQ2MDItNTBkNTMxNmUtYmYxN2MwY2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f86c50f3-a91e-4164-b64a-ecc938e52bac, ghrun-jpfg3sy56a.auto.internal:8223): 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, f86c50f3-a91e-4164-b64a-ecc938e52bac, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZTc2MzQxZTYtYjVmNDQ2MDItNTBkNTMxNmUtYmYxN2MwY2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 878d9900-d7aa-4f84-b8e0-13879c4fa6fa, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f86c50f3-a91e-4164-b64a-ecc938e52bac, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 878d9900-d7aa-4f84-b8e0-13879c4fa6fa, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 878d9900-d7aa-4f84-b8e0-13879c4fa6fa, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTM4OGZmYTEtZWFhOTQwYTAtM2QyYTA0MjctMTlmNGE4OGQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d40f27ba-1b5f-4959-8582-4a06c4634909, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d40f27ba-1b5f-4959-8582-4a06c4634909, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTM4OGZmYTEtZWFhOTQwYTAtM2QyYTA0MjctMTlmNGE4OGQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d40f27ba-1b5f-4959-8582-4a06c4634909, ghrun-jpfg3sy56a.auto.internal:8223): 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=MTM4OGZmYTEtZWFhOTQwYTAtM2QyYTA0MjctMTlmNGE4OGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7591b368-df72-4872-bf93-5f7fb3c7a28e, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7591b368-df72-4872-bf93-5f7fb3c7a28e, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MTM4OGZmYTEtZWFhOTQwYTAtM2QyYTA0MjctMTlmNGE4OGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7591b368-df72-4872-bf93-5f7fb3c7a28e, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5e165166-559b-4398-9b2b-9d659be90005, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5e165166-559b-4398-9b2b-9d659be90005, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5e165166-559b-4398-9b2b-9d659be90005, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MWFkMDEzOWYtYmE4YzZhMzQtNTIxNzA2NzEtZmJkYWUxZjI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 09beda1d-77f3-439c-8e0a-e6cf017c25c7, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 09beda1d-77f3-439c-8e0a-e6cf017c25c7, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MWFkMDEzOWYtYmE4YzZhMzQtNTIxNzA2NzEtZmJkYWUxZjI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 09beda1d-77f3-439c-8e0a-e6cf017c25c7, ghrun-jpfg3sy56a.auto.internal:8223): 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=MWFkMDEzOWYtYmE4YzZhMzQtNTIxNzA2NzEtZmJkYWUxZjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c13ee375-3428-459f-80bf-b97c537d7d7d, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c13ee375-3428-459f-80bf-b97c537d7d7d, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MWFkMDEzOWYtYmE4YzZhMzQtNTIxNzA2NzEtZmJkYWUxZjI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e689e9b3-1bc8-45bc-9b4a-129ab0fc16db, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c13ee375-3428-459f-80bf-b97c537d7d7d, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e689e9b3-1bc8-45bc-9b4a-129ab0fc16db, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e689e9b3-1bc8-45bc-9b4a-129ab0fc16db, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZGZhZDMyNGYtMzZjNmE5YTgtZDM3MjA1NjAtOWYwNTBhNzI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 4ae8559c-bb7d-4dbb-aca6-426383421ba1, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 4ae8559c-bb7d-4dbb-aca6-426383421ba1, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZGZhZDMyNGYtMzZjNmE5YTgtZDM3MjA1NjAtOWYwNTBhNzI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 4ae8559c-bb7d-4dbb-aca6-426383421ba1, ghrun-jpfg3sy56a.auto.internal:8223): 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=ZGZhZDMyNGYtMzZjNmE5YTgtZDM3MjA1NjAtOWYwNTBhNzI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f70c0d50-dfb7-4ba0-bb25-5d72e7b933f4, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f70c0d50-dfb7-4ba0-bb25-5d72e7b933f4, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZGZhZDMyNGYtMzZjNmE5YTgtZDM3MjA1NjAtOWYwNTBhNzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f70c0d50-dfb7-4ba0-bb25-5d72e7b933f4, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
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, c90c0b6b-a05d-4e8e-b4b6-2998834baa64, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c90c0b6b-a05d-4e8e-b4b6-2998834baa64, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c90c0b6b-a05d-4e8e-b4b6-2998834baa64, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDgxOTkzYTEtNzA3NjRiNmEtNGFhZjRjYjUtOGNlZmIyMw==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 391038e2-3081-4be2-8222-911c9b8c0812, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 391038e2-3081-4be2-8222-911c9b8c0812, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=NDgxOTkzYTEtNzA3NjRiNmEtNGFhZjRjYjUtOGNlZmIyMw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 391038e2-3081-4be2-8222-911c9b8c0812, ghrun-jpfg3sy56a.auto.internal:8223): 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=NDgxOTkzYTEtNzA3NjRiNmEtNGFhZjRjYjUtOGNlZmIyMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8dee69b4-0f72-40d6-a949-28e727fd89e2, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8dee69b4-0f72-40d6-a949-28e727fd89e2, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=NDgxOTkzYTEtNzA3NjRiNmEtNGFhZjRjYjUtOGNlZmIyMw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8dee69b4-0f72-40d6-a949-28e727fd89e2, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4b490e46-9036-41db-9541-08cf0ec82c8a, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4b490e46-9036-41db-9541-08cf0ec82c8a, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4b490e46-9036-41db-9541-08cf0ec82c8a, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDM3MWQyOTEtYmQ1NDFmODItYmFlZGI4ZmMtOTNkODA0NDk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 910f4f1c-a6c9-4caa-9010-abb196423509, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 910f4f1c-a6c9-4caa-9010-abb196423509, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=NDM3MWQyOTEtYmQ1NDFmODItYmFlZGI4ZmMtOTNkODA0NDk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 910f4f1c-a6c9-4caa-9010-abb196423509, ghrun-jpfg3sy56a.auto.internal:8223): 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=NDM3MWQyOTEtYmQ1NDFmODItYmFlZGI4ZmMtOTNkODA0NDk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fcb19045-25fb-48b5-a396-f2b380f82631, ghrun-jpfg3sy56a.auto.internal:8223): 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, fcb19045-25fb-48b5-a396-f2b380f82631, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=NDM3MWQyOTEtYmQ1NDFmODItYmFlZGI4ZmMtOTNkODA0NDk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 046522b4-310b-4630-88f8-f8be42b617f3, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 046522b4-310b-4630-88f8-f8be42b617f3, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fcb19045-25fb-48b5-a396-f2b380f82631, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 046522b4-310b-4630-88f8-f8be42b617f3, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MzgxNmQ2M2ItYTJkOWNjNmUtYTViODg2ZTktM2ZjMTNmYTA=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 3305389b-3735-4510-b702-a9260d02fd44, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3305389b-3735-4510-b702-a9260d02fd44, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MzgxNmQ2M2ItYTJkOWNjNmUtYTViODg2ZTktM2ZjMTNmYTA=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3305389b-3735-4510-b702-a9260d02fd44, ghrun-jpfg3sy56a.auto.internal:8223): 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=MzgxNmQ2M2ItYTJkOWNjNmUtYTViODg2ZTktM2ZjMTNmYTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 884b859e-88c2-4878-b7af-ee91bf4a22ed, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 884b859e-88c2-4878-b7af-ee91bf4a22ed, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=MzgxNmQ2M2ItYTJkOWNjNmUtYTViODg2ZTktM2ZjMTNmYTA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a076ca85-3bad-498b-a4cc-d9e7d9acb446, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 884b859e-88c2-4878-b7af-ee91bf4a22ed, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a076ca85-3bad-498b-a4cc-d9e7d9acb446, ghrun-jpfg3sy56a.auto.internal:8223): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a076ca85-3bad-498b-a4cc-d9e7d9acb446, ghrun-jpfg3sy56a.auto.internal:8223): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZDU1MjQzOTItOWQ3MGJiNjctM2Y1NGE5YTAtZjQ0M2QxNTA=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d7472ed0-3314-4278-aa06-b3fef49fae33, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d7472ed0-3314-4278-aa06-b3fef49fae33, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZDU1MjQzOTItOWQ3MGJiNjctM2Y1NGE5YTAtZjQ0M2QxNTA=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d7472ed0-3314-4278-aa06-b3fef49fae33, ghrun-jpfg3sy56a.auto.internal:8223): 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=ZDU1MjQzOTItOWQ3MGJiNjctM2Y1NGE5YTAtZjQ0M2QxNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dbe8387a-870f-451c-9f5e-a68f8b413d6d, ghrun-jpfg3sy56a.auto.internal:8223): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dbe8387a-870f-451c-9f5e-a68f8b413d6d, ghrun-jpfg3sy56a.auto.internal:8223): request = { session_id: "ydb://session/3?node_id=1&id=ZDU1MjQzOTItOWQ3MGJiNjctM2Y1NGE5YTAtZjQ0M2QxNTA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dbe8387a-870f-451c-9f5e-a68f8b413d6d, ghrun-jpfg3sy56a.auto.internal:8223): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8963a388-97a3-4385-a30b-4f15b7af3c1a, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447587222+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bf9dad09-a3b2-4e29-a8da-3667ec8f1bee, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447746602+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3d0ec912-a6f0-426e-b050-b700895f507f, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-25T15:56:47.447775978+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d40f27ba-1b5f-4959-8582-4a06c4634909, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447802033+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 09beda1d-77f3-439c-8e0a-e6cf017c25c7, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.44783299+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4ae8559c-bb7d-4dbb-aca6-426383421ba1, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-25T15:56:47.447862213+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 391038e2-3081-4be2-8222-911c9b8c0812, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-25T15:56:47.447886459+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 910f4f1c-a6c9-4caa-9010-abb196423509, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447910924+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3305389b-3735-4510-b702-a9260d02fd44, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-25T15:56:47.447940001+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d7472ed0-3314-4278-aa06-b3fef49fae33, ghrun-jpfg3sy56a.auto.internal:8223): 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:8223 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-25T15:56:47.447969701+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2d68fbf7-e014-4db8-a354-e870717262c3, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447721046+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b679115c-c769-4f90-8be5-3a3c54a6a6cc, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447761852+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f86c50f3-a91e-4164-b64a-ecc938e52bac, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447790012+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7591b368-df72-4872-bf93-5f7fb3c7a28e, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447820925+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c13ee375-3428-459f-80bf-b97c537d7d7d, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447848746+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f70c0d50-dfb7-4ba0-bb25-5d72e7b933f4, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447874544+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8dee69b4-0f72-40d6-a949-28e727fd89e2, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447899401+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fcb19045-25fb-48b5-a396-f2b380f82631, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447926449+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 884b859e-88c2-4878-b7af-ee91bf4a22ed, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447958631+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dbe8387a-870f-451c-9f5e-a68f8b413d6d, ghrun-jpfg3sy56a.auto.internal:8223): 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-11-25T15:56:47.447982024+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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
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-jpfg3sy56a.auto.internal:8223
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jpfg3sy56a.auto.internal:8223
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-jpfg3sy56a.auto.internal:8223
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.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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.connection:connection.py:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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    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 2124168) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2124168) elapsed time (sec): 30.131873607635498
DEBUG    ya.test:process.py:263 Command (pid 2124168) wtime: 30.134
DEBUG    ya.test:process.py:275 Command (pid 2124168) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     18	18	0	0	575	843	867	867
2	    108	108	0	0	89	135	159	163
3	     47	47	0	0	96	155	163	163
4	      0	0	0	882	0	0	0	0
5	      0	0	0	2035	0	0	0	0
6	      0	0	0	1334	0	0	0	0
7	      0	0	0	1320	0	0	0	0
8	      0	0	0	1327	0	0	0	0
9	      0	0	0	1332	0	0	0	0
10	      0	0	0	1701	0	0	0	0
11	      0	0	0	1268	0	0	0	0
12	      0	0	0	1407	0	0	0	0
13	      0	0	0	2095	0	0	0	0
14	      0	0	0	2216	0	0	0	0
15	      0	0	0	1334	0	0	0	0
16	      0	0	0	1672	0	0	0	0
17	      0	0	0	1160	0	0	0	0
18	      0	0	0	1239	0	0	0	0
19	      0	0	0	1389	0	0	0	0
20	      0	0	0	1641	0	0	0	0
21	      0	0	0	1695	0	0	0	0
22	      0	0	0	1127	0	0	0	0
23	      0	0	0	1531	0	0	0	0
24	      0	0	0	1287	0	0	0	0
25	      0	0	0	1352	0	0	0	0
26	      0	0	0	1540	0	0	0	0
27	      0	0	0	1906	0	0	0	0
28	      0	0	0	1556	0	0	0	0
29	      0	0	0	2105	0	0	0	0
30	      0	0	0	2519	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    173	5.76667	0	41970	93	575	843	867

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

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 2124171) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2124171) elapsed time (sec): 30.17201018333435
DEBUG    ya.test:process.py:263 Command (pid 2124171) wtime: 30.173
DEBUG    ya.test:process.py:275 Command (pid 2124171) 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	816	0	0	0	0
5	      0	0	0	2089	0	0	0	0
6	      0	0	0	1450	0	0	0	0
7	      0	0	0	1271	0	0	0	0
8	      0	0	0	1352	0	0	0	0
9	      0	0	0	1446	0	0	0	0
10	      0	0	0	1629	0	0	0	0
11	      0	0	0	1371	0	0	0	0
12	      0	0	0	1403	0	0	0	0
13	      0	0	0	2139	0	0	0	0
14	      0	0	0	2262	0	0	0	0
15	      0	0	0	1269	0	0	0	0
16	      0	0	0	1598	0	0	0	0
17	      0	0	0	1158	0	0	0	0
18	      0	0	0	1310	0	0	0	0
19	      0	0	0	1373	0	0	0	0
20	      0	0	0	1774	0	0	0	0
21	      0	0	0	1684	0	0	0	0
22	      0	0	0	1184	0	0	0	0
23	      0	0	0	1708	0	0	0	0
24	      0	0	0	1416	0	0	0	0
25	      0	0	0	1310	0	0	0	0
26	      0	0	0	1667	0	0	0	0
27	      0	0	0	1768	0	0	0	0
28	      0	0	0	1502	0	0	0	0
29	      0	0	0	2102	0	0	0	0
30	      0	0	0	2534	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      0	0	0	42605	0	0	0	0

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

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 2124166) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2124166) elapsed time (sec): 30.236889600753784
DEBUG    ya.test:process.py:263 Command (pid 2124166) wtime: 30.238
DEBUG    ya.test:process.py:275 Command (pid 2124166) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     30	30	0	0	166	691	711	711
2	    146	146	0	0	66	101	118	128
3	     66	66	0	0	76	127	133	139
4	      0	0	0	823	0	0	0	0
5	      0	0	0	1808	0	0	0	0
6	      0	0	0	1390	0	0	0	0
7	      0	0	0	1481	0	0	0	0
8	      0	0	0	1184	0	0	0	0
9	      0	0	0	1176	0	0	0	0
10	      0	0	0	1537	0	0	0	0
11	      0	0	0	985	0	0	0	0
12	      0	0	0	1169	0	0	0	0
13	      0	0	0	2083	0	0	0	0
14	      0	0	0	2127	0	0	0	0
15	      0	0	0	1136	0	0	0	0
16	      0	0	0	1392	0	0	0	0
17	      0	0	0	1052	0	0	0	0
18	      0	0	0	1181	0	0	0	0
19	      0	0	0	1196	0	0	0	0
20	      0	0	0	1425	0	0	0	0
21	      0	0	0	1680	0	0	0	0
22	      0	0	0	1098	0	0	0	0
23	      0	0	0	1464	0	0	0	0
24	      0	0	0	1126	0	0	0	0
25	      0	0	0	1207	0	0	0	0
26	      0	0	0	1541	0	0	0	0
27	      0	0	0	1728	0	0	0	0
28	      0	0	0	1576	0	0	0	0
29	      0	0	0	2008	0	0	0	0
30	      0	0	0	2498	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    242	8.06667	0	39071	70	177	687	711

DEBUG    ya.test:process.py:276 Command (pid 2124166) 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:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.connection:connection.py:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.connection:connection.py:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.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:8223
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:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". 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.connection:connection.py:549 Closing channel for endpoint localhost:8223
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8223". Check endpoint correctness.
============================== slowest durations ===============================
316.53s call     test_log_scenario.py::TestLogScenario::test_log_uniform
9.92s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
3.28s 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/kika/000413/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/kika/000413/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-11-25T15:56:44.179846Z): source_id=112;tablet_id=72075186224037907;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 @ 0xA91A415
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912956
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A9528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD71E34B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F72748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F7249F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F899D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1437BCDB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FC2DA7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F17B63
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F17B63
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F15513
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F18ED7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14399AC8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF47DD5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74C437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB799FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79E094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79DCA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79E88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91C06C
21. ??:0: ?? @ 0x7F8709586AC2
22. ??:0: ?? @ 0x7F87096188BF
============ 1 failed, 113 deselected, 1 error in 330.59s (0:05:30) ============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0009ea/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

upgrade_to_internal_path_id.py .

============================== slowest durations ===============================
404.60s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
8.59s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.02s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
================ 1 passed, 113 deselected in 417.38s (0:06:57) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0009e2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.72s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000aba/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000958/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.73s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/00084c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.61s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/00086e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.70s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000745/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.62s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000ae4/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000737/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.32s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000833/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.61s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000af0/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00080f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.60s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0004a4/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.32s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000477/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.46s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0009f2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.96s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0007ec/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.28s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000aea/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00078f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000263/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000845/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.62s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000981/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.66s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0007a6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.47s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000827/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.32s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/00028d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.92s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/00063e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000ac7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00082b/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.67s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0007c3/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.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/kika/000af5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk30
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000806/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk31
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.58s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000316/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk32
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000ac0/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk33
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000536/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk34
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.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/kika/0008ba/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk35
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000ac1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk36
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0008ae/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk37
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0009ac/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk38
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.62s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0007f9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk39
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0009e9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk40
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000abb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk41
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0006c2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk42
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000abc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk43
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0004c5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk44
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000256/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk45
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0007e8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk46
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.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/kika/000adf/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk47
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000814/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk48
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.41s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0008b6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk49
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0009cd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk50
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.66s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000ae1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk51
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000ae2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk52
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00059a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk53
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000820/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk54
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000251/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk55
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.65s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0007c9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk56
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0009e6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk57
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0009ce/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk58
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.68s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000358/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk59
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0009dc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk60
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.67s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000690/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk61
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00093f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk62
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.64s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/00025d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk63
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.59s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000ad8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk64
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00082e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk65
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.65s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0002e1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk66
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000a19/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk67
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00050b/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk68
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.49s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/00088d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk69
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000ae7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk70
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000ae6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk71
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0009b1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk72
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.66s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000880/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk73
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000ab8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk74
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000aec/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk75
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000841/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk76
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.63s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000825/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk77
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.52s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000278/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk78
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.62s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000ac3/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk79
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0006f8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk80
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.61s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000382/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk81
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.48s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0003f2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk82
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00026c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk83
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0008a5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk84
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0005e8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk85
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.50s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000ac5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk86
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0003c1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk87
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000670/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk88
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.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/kika/000af1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk89
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00081d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk90
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/00081c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk91
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 2.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/kika/000274/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk92
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000985/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk93
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.73s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000aa8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk94
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/000442/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk95
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.27s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000953/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk96
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.75s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/000a84/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk97
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 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/kika/0007da/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk98
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 1.39s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kika/0009d6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk99
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 113 deselected / 3 selected

=========================== 113 deselected in 0.66s ============================
