============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/00024f/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 / 114 deselected / 2 selected

order_by_with_limit.py .

============================== slowest durations ===============================
127.85s call     order_by_with_limit.py::TestOrderBy::test_random
4.31s setup    order_by_with_limit.py::TestOrderBy::test_random
0.01s teardown order_by_with_limit.py::TestOrderBy::test_random
================ 1 passed, 114 deselected in 133.46s (0:02:13) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/000256/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 / 114 deselected / 2 selected

test_log_scenario.py FE

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:702: 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/j3ux/000256/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/j3ux/000256/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-19T14:51:41.744703Z): source_id=123;tablet_id=72075186224037890;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 @ 0xA779755
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA7525
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
E   21. ??:0: ?? @ 0x7FF7E2773AC2
E   22. ??:0: ?? @ 0x7FF7E28058BF
------------------------------ 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/j3ux/000256/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 7347
DEBUG    ya.test:process.py:259 Command (pid 7347) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 7347) elapsed time (sec): 0.710857629776001
DEBUG    ya.test:process.py:263 Command (pid 7347) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) maxrss: 542496
DEBUG    ya.test:process.py:263 Command (pid 7347) minflt: 16195
DEBUG    ya.test:process.py:263 Command (pid 7347) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) nivcsw: 58
DEBUG    ya.test:process.py:263 Command (pid 7347) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 7347) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 7347) stime: 0.526741
DEBUG    ya.test:process.py:263 Command (pid 7347) utime: 0.122774
DEBUG    ya.test:process.py:263 Command (pid 7347) wtime: 0.722
DEBUG    ya.test:process.py:275 Command (pid 7347) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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 7347) errors:

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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/j3ux/000256/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27304
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/j3ux/000256/r3tmp/kikimr_cluster_iyjy3ly5
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25567
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26494
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32582
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11617
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3ux/000256/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:269 Final command: /home/runner/.ya/build/build_root/j3ux/000256/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/j3ux/000256/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_e4t17zv3.log --grpc-port=25567 --mon-port=26494 --ic-port=27304
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25567/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3ux/000256/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:269 Final command: /home/runner/.ya/build/build_root/j3ux/000256/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/j3ux/000256/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_e4t17zv3.log --grpc-port=25567 --mon-port=26494 --ic-port=27304
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3ux/000256/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/j3ux/000256/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_e4t17zv3.log', '--grpc-port=25567', '--mon-port=26494', '--ic-port=27304')' in '/home/runner/.ya/build/build_root/j3ux/000256/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: 7846
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:25567/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/j3ux/000256/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 7851
DEBUG    ya.test:process.py:259 Command (pid 7851) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 7851) elapsed time (sec): 0.6533641815185547
DEBUG    ya.test:process.py:263 Command (pid 7851) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) maxrss: 542496
DEBUG    ya.test:process.py:263 Command (pid 7851) minflt: 16194
DEBUG    ya.test:process.py:263 Command (pid 7851) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) nivcsw: 80
DEBUG    ya.test:process.py:263 Command (pid 7851) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 7851) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 7851) stime: 0.44717399999999996
DEBUG    ya.test:process.py:263 Command (pid 7851) utime: 0.133371
DEBUG    ya.test:process.py:263 Command (pid 7851) wtime: 0.655
DEBUG    ya.test:process.py:275 Command (pid 7851) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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 7851) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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/j3ux/000256/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25567', '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: 27304\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/j3ux/000256/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25567', '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: 27304\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 9579
DEBUG    ya.test:process.py:259 Command (pid 9579) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 9579) elapsed time (sec): 0.3944401741027832
DEBUG    ya.test:process.py:263 Command (pid 9579) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) maxrss: 550932
DEBUG    ya.test:process.py:263 Command (pid 9579) minflt: 18337
DEBUG    ya.test:process.py:263 Command (pid 9579) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) nvcsw: 139
DEBUG    ya.test:process.py:263 Command (pid 9579) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 9579) stime: 0.238867
DEBUG    ya.test:process.py:263 Command (pid 9579) utime: 0.10296
DEBUG    ya.test:process.py:263 Command (pid 9579) wtime: 0.395
DEBUG    ya.test:process.py:275 Command (pid 9579) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25567', '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/j3ux/000256/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25567', '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: 9893
DEBUG    ya.test:process.py:259 Command (pid 9893) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 9893) elapsed time (sec): 0.34407711029052734
DEBUG    ya.test:process.py:263 Command (pid 9893) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) maxrss: 550940
DEBUG    ya.test:process.py:263 Command (pid 9893) minflt: 18340
DEBUG    ya.test:process.py:263 Command (pid 9893) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) nvcsw: 128
DEBUG    ya.test:process.py:263 Command (pid 9893) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 9893) stime: 0.20355299999999998
DEBUG    ya.test:process.py:263 Command (pid 9893) utime: 0.095789
DEBUG    ya.test:process.py:263 Command (pid 9893) wtime: 0.345
DEBUG    ya.test:process.py:275 Command (pid 9893) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 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, b1bd4eae-c576-47ed-bb5c-d2e20eddcdcd, localhost:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b1bd4eae-c576-47ed-bb5c-d2e20eddcdcd, localhost:25567): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b1bd4eae-c576-47ed-bb5c-d2e20eddcdcd, localhost:25567): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 25567 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-uclxbphiny.auto.internal:25567, 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:25567
------------------------------ 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/j3ux/000256/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -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/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 10323
DEBUG    ya.test:process.py:259 Command (pid 10323) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 10323) elapsed time (sec): 0.4399862289428711
DEBUG    ya.test:process.py:263 Command (pid 10323) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) inblock: 228688
DEBUG    ya.test:process.py:263 Command (pid 10323) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) majflt: 26
DEBUG    ya.test:process.py:263 Command (pid 10323) maxrss: 169952
DEBUG    ya.test:process.py:263 Command (pid 10323) minflt: 3531
DEBUG    ya.test:process.py:263 Command (pid 10323) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 10323) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) nvcsw: 236
DEBUG    ya.test:process.py:263 Command (pid 10323) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 10323) stime: 0.076196
DEBUG    ya.test:process.py:263 Command (pid 10323) utime: 0.046564
DEBUG    ya.test:process.py:263 Command (pid 10323) wtime: 0.443
DEBUG    ya.test:process.py:275 Command (pid 10323) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 10323) 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/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -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/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-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: 10738
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 10738) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 10738) elapsed time (sec): 30.20812702178955
DEBUG    ya.test:process.py:263 Command (pid 10738) wtime: 30.209
DEBUG    ya.test:process.py:275 Command (pid 10738) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    477	477	0	0	20	22	26	32
2	    480	480	0	0	20	24	25	28
3	    482	482	0	0	20	22	23	25
4	    483	483	0	0	20	23	25	30
5	    448	448	0	0	20	31	34	36
6	    413	413	0	0	23	36	39	46
7	    344	344	0	0	26	49	77	88
8	    315	315	0	0	28	53	76	82
9	    329	329	0	0	27	54	63	66
10	    160	160	0	0	61	100	113	118
11	    191	191	0	0	43	96	105	112
12	    150	150	0	0	73	103	111	112
13	    180	180	0	0	51	104	120	124
14	    126	126	0	0	78	101	107	115
15	    148	148	0	0	68	104	116	119
16	    208	208	0	0	46	73	102	104
17	    180	180	0	0	48	88	98	107
18	    210	210	0	0	43	89	131	145
19	    177	177	0	0	58	80	88	92
20	    193	193	0	0	49	87	122	129
21	    100	100	0	0	100	123	128	128
22	    107	107	0	0	94	113	120	122
23	    107	107	0	0	92	131	135	137
24	    140	140	0	0	68	117	137	138
25	    196	196	0	0	50	82	98	103
26	    144	144	0	0	65	107	130	137
27	    126	126	0	0	81	117	126	127
28	    162	162	0	0	59	99	102	107
29	    156	156	0	0	63	82	84	86
30	    168	168	0	0	65	81	89	92

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   7100	236.667	0	0	29	96	115	145

DEBUG    ya.test:process.py:276 Command (pid 10738) 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, be06ede1-5d3d-4046-99a5-ca0eeee5731b, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, be06ede1-5d3d-4046-99a5-ca0eeee5731b, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, be06ede1-5d3d-4046-99a5-ca0eeee5731b, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a45347c6-16a6-4dd7-b20c-adb4b94b0ead, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a45347c6-16a6-4dd7-b20c-adb4b94b0ead, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a45347c6-16a6-4dd7-b20c-adb4b94b0ead, ghrun-uclxbphiny.auto.internal:25567): 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=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b2b0a7fb-3824-4a54-846c-e6399f7d5948, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b2b0a7fb-3824-4a54-846c-e6399f7d5948, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" 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, b2b0a7fb-3824-4a54-846c-e6399f7d5948, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
INFO     root:test_log_scenario.py:217 Count rows after insert 6939 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b81a3243-9886-42df-9acf-89f3d5b01d5f, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b81a3243-9886-42df-9acf-89f3d5b01d5f, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" 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, b81a3243-9886-42df-9acf-89f3d5b01d5f, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a62e267b-74a3-4fce-a5a6-62c6199b84ad, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a62e267b-74a3-4fce-a5a6-62c6199b84ad, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" 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, a62e267b-74a3-4fce-a5a6-62c6199b84ad, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
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/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -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.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-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: 15963
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -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.2
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/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-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: 15965
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-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:628 Command pid: 15969
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b2e964cc-90e5-46e7-b060-9e688b802a70, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b2e964cc-90e5-46e7-b060-9e688b802a70, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" 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, b2e964cc-90e5-46e7-b060-9e688b802a70, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5bc8bcc8-085e-499c-a73d-9daeed5771bc, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5bc8bcc8-085e-499c-a73d-9daeed5771bc, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5bc8bcc8-085e-499c-a73d-9daeed5771bc, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTdkOWYzNzMtZDgyZWNhZjctYjljYzE2ZWYtN2Q2N2FmOGU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 36601c40-d239-429c-8a87-2a4694a0bc2c, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 36601c40-d239-429c-8a87-2a4694a0bc2c, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=OTdkOWYzNzMtZDgyZWNhZjctYjljYzE2ZWYtN2Q2N2FmOGU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 36601c40-d239-429c-8a87-2a4694a0bc2c, ghrun-uclxbphiny.auto.internal:25567): 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=OTdkOWYzNzMtZDgyZWNhZjctYjljYzE2ZWYtN2Q2N2FmOGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d1129bcf-63fd-441c-abbf-d834ff256518, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d1129bcf-63fd-441c-abbf-d834ff256518, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=OTdkOWYzNzMtZDgyZWNhZjctYjljYzE2ZWYtN2Q2N2FmOGU=" 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, d1129bcf-63fd-441c-abbf-d834ff256518, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bdd31e93-44b7-484b-ab75-474c5a5c5c38, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bdd31e93-44b7-484b-ab75-474c5a5c5c38, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bdd31e93-44b7-484b-ab75-474c5a5c5c38, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTNkYWZmMTEtZmVhMDQzMTMtNDFlMDAxOGEtNTJjNTlkNA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 6c0db9d5-a5a1-4b50-9c81-75abb2019850, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 6c0db9d5-a5a1-4b50-9c81-75abb2019850, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZTNkYWZmMTEtZmVhMDQzMTMtNDFlMDAxOGEtNTJjNTlkNA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 6c0db9d5-a5a1-4b50-9c81-75abb2019850, ghrun-uclxbphiny.auto.internal:25567): 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=ZTNkYWZmMTEtZmVhMDQzMTMtNDFlMDAxOGEtNTJjNTlkNA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 25c0dfa2-2f6d-4884-8235-1b77938452d0, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 25c0dfa2-2f6d-4884-8235-1b77938452d0, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZTNkYWZmMTEtZmVhMDQzMTMtNDFlMDAxOGEtNTJjNTlkNA==" 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, 25c0dfa2-2f6d-4884-8235-1b77938452d0, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cadc82a9-ba1f-46f1-adda-78478555cccd, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cadc82a9-ba1f-46f1-adda-78478555cccd, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cadc82a9-ba1f-46f1-adda-78478555cccd, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTk0ODVjZTItOTU1YzBiZi1jYTM2MDk5LTFhNDE3ODk4" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 260f12be-1df0-44e6-b5a9-ae5e712563b2, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 260f12be-1df0-44e6-b5a9-ae5e712563b2, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=OTk0ODVjZTItOTU1YzBiZi1jYTM2MDk5LTFhNDE3ODk4" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 260f12be-1df0-44e6-b5a9-ae5e712563b2, ghrun-uclxbphiny.auto.internal:25567): 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=OTk0ODVjZTItOTU1YzBiZi1jYTM2MDk5LTFhNDE3ODk4
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 72abe44b-9c9c-4ae2-b61f-88709557ce6e, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 72abe44b-9c9c-4ae2-b61f-88709557ce6e, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=OTk0ODVjZTItOTU1YzBiZi1jYTM2MDk5LTFhNDE3ODk4" 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, 72abe44b-9c9c-4ae2-b61f-88709557ce6e, ghrun-uclxbphiny.auto.internal:25567): 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, 3105bad1-51c0-45c5-823b-08d93fec9680, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3105bad1-51c0-45c5-823b-08d93fec9680, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3105bad1-51c0-45c5-823b-08d93fec9680, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZGMxNjA4ODQtM2I2NTNiYTctMmMzYWIwODgtNDJiZTNmNmQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 33088f44-1ec9-4cab-9a57-140cadb7d8d2, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 33088f44-1ec9-4cab-9a57-140cadb7d8d2, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZGMxNjA4ODQtM2I2NTNiYTctMmMzYWIwODgtNDJiZTNmNmQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 33088f44-1ec9-4cab-9a57-140cadb7d8d2, ghrun-uclxbphiny.auto.internal:25567): 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=ZGMxNjA4ODQtM2I2NTNiYTctMmMzYWIwODgtNDJiZTNmNmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 18bc8674-e237-4146-9158-326b299923e0, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 18bc8674-e237-4146-9158-326b299923e0, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZGMxNjA4ODQtM2I2NTNiYTctMmMzYWIwODgtNDJiZTNmNmQ=" 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, 18bc8674-e237-4146-9158-326b299923e0, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0232b128-fc26-4c7a-9f7b-b84cb0cbae1f, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0232b128-fc26-4c7a-9f7b-b84cb0cbae1f, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0232b128-fc26-4c7a-9f7b-b84cb0cbae1f, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGNlZmIyYmYtN2IzMWU5ZTYtYTFmZjczYjgtYjU5NTY5YzQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ebb534f4-9599-4bb9-abbc-42ac55754391, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ebb534f4-9599-4bb9-abbc-42ac55754391, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=NGNlZmIyYmYtN2IzMWU5ZTYtYTFmZjczYjgtYjU5NTY5YzQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ebb534f4-9599-4bb9-abbc-42ac55754391, ghrun-uclxbphiny.auto.internal:25567): 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=NGNlZmIyYmYtN2IzMWU5ZTYtYTFmZjczYjgtYjU5NTY5YzQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 582c42fe-b70a-442b-974f-a041738fee76, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 582c42fe-b70a-442b-974f-a041738fee76, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=NGNlZmIyYmYtN2IzMWU5ZTYtYTFmZjczYjgtYjU5NTY5YzQ=" 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, 582c42fe-b70a-442b-974f-a041738fee76, ghrun-uclxbphiny.auto.internal:25567): 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, 08f637cf-cadb-401d-9305-c652d9797050, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08f637cf-cadb-401d-9305-c652d9797050, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08f637cf-cadb-401d-9305-c652d9797050, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 4c84594e-5110-4f8a-a6e0-8555516e4bcf, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 4c84594e-5110-4f8a-a6e0-8555516e4bcf, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 4c84594e-5110-4f8a-a6e0-8555516e4bcf, ghrun-uclxbphiny.auto.internal:25567): 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=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5d59645-016e-4017-bbea-ca3f2fb5c49a, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5d59645-016e-4017-bbea-ca3f2fb5c49a, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk" 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, c5d59645-016e-4017-bbea-ca3f2fb5c49a, ghrun-uclxbphiny.auto.internal:25567): 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, 3b752d0c-e2f7-4b6a-a91f-3e00f8ecaaa4, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3b752d0c-e2f7-4b6a-a91f-3e00f8ecaaa4, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3b752d0c-e2f7-4b6a-a91f-3e00f8ecaaa4, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, aec99f4e-fcde-4703-a736-a85328a49e9e, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, aec99f4e-fcde-4703-a736-a85328a49e9e, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, aec99f4e-fcde-4703-a736-a85328a49e9e, ghrun-uclxbphiny.auto.internal:25567): 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=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e6438d15-d565-49ed-907f-91093b42ad92, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e6438d15-d565-49ed-907f-91093b42ad92, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=" 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, e6438d15-d565-49ed-907f-91093b42ad92, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 35c7f2dc-66ca-4474-aea8-ee64cc39a881, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 35c7f2dc-66ca-4474-aea8-ee64cc39a881, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 35c7f2dc-66ca-4474-aea8-ee64cc39a881, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YWFiNTc3N2MtNGY4NGUxMmMtYWIyYjNiOWUtYTA2Yzg3MmQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 67fc60fb-3c45-47f7-9605-b335a994630d, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 67fc60fb-3c45-47f7-9605-b335a994630d, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=YWFiNTc3N2MtNGY4NGUxMmMtYWIyYjNiOWUtYTA2Yzg3MmQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 67fc60fb-3c45-47f7-9605-b335a994630d, ghrun-uclxbphiny.auto.internal:25567): 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=YWFiNTc3N2MtNGY4NGUxMmMtYWIyYjNiOWUtYTA2Yzg3MmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 82331f06-cd4e-4921-b89d-dceb1e0c1e44, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 82331f06-cd4e-4921-b89d-dceb1e0c1e44, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=YWFiNTc3N2MtNGY4NGUxMmMtYWIyYjNiOWUtYTA2Yzg3MmQ=" 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, 82331f06-cd4e-4921-b89d-dceb1e0c1e44, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 80883009-723d-4460-ab54-b760ae96149b, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 80883009-723d-4460-ab54-b760ae96149b, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 80883009-723d-4460-ab54-b760ae96149b, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjgyMjdhNzctMjNiNTk0N2EtN2QzNjViMGMtZWNiNzZkMDc=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 98f5ba29-6ed3-475d-9d9c-abb0d4fac66c, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 98f5ba29-6ed3-475d-9d9c-abb0d4fac66c, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZjgyMjdhNzctMjNiNTk0N2EtN2QzNjViMGMtZWNiNzZkMDc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 98f5ba29-6ed3-475d-9d9c-abb0d4fac66c, ghrun-uclxbphiny.auto.internal:25567): 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=ZjgyMjdhNzctMjNiNTk0N2EtN2QzNjViMGMtZWNiNzZkMDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b07201ba-673d-4a45-9169-4fe0c46ec3ac, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b07201ba-673d-4a45-9169-4fe0c46ec3ac, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZjgyMjdhNzctMjNiNTk0N2EtN2QzNjViMGMtZWNiNzZkMDc=" 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, b07201ba-673d-4a45-9169-4fe0c46ec3ac, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a45347c6-16a6-4dd7-b20c-adb4b94b0ead, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:51:51.268441469+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ebb534f4-9599-4bb9-abbc-42ac55754391, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:51:51.268709997+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6c0db9d5-a5a1-4b50-9c81-75abb2019850, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268620321+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 33088f44-1ec9-4cab-9a57-140cadb7d8d2, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:51:51.268668328+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4c84594e-5110-4f8a-a6e0-8555516e4bcf, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268740438+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 36601c40-d239-429c-8a87-2a4694a0bc2c, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268590362+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 98f5ba29-6ed3-475d-9d9c-abb0d4fac66c, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.26885013+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 260f12be-1df0-44e6-b5a9-ae5e712563b2, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268641984+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 67fc60fb-3c45-47f7-9605-b335a994630d, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:51:51.268823525+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aec99f4e-fcde-4703-a736-a85328a49e9e, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268779876+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d1129bcf-63fd-441c-abbf-d834ff256518, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268607971+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 25c0dfa2-2f6d-4884-8235-1b77938452d0, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268631724+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 72abe44b-9c9c-4ae2-b61f-88709557ce6e, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268657966+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 18bc8674-e237-4146-9158-326b299923e0, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268697003+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b07201ba-673d-4a45-9169-4fe0c46ec3ac, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.26887292+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b2e964cc-90e5-46e7-b060-9e688b802a70, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268568428+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-uclxbphiny.auto.internal:25567
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:78 RpcState(ExecuteQuery, 582c42fe-b70a-442b-974f-a041738fee76, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268728663+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e6438d15-d565-49ed-907f-91093b42ad92, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268799708+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 82331f06-cd4e-4921-b89d-dceb1e0c1e44, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268839015+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
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:78 RpcState(ExecuteQuery, c5d59645-016e-4017-bbea-ca3f2fb5c49a, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268768256+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=
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: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:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk
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.connection:connection.py:549 Closing channel for endpoint localhost:25567
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:25567". 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    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 15965) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 15965) elapsed time (sec): 30.407825708389282
DEBUG    ya.test:process.py:263 Command (pid 15965) wtime: 30.422
DEBUG    ya.test:process.py:275 Command (pid 15965) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      1	1	0	10	309	309	309	309
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	469	0	0	0	0
12	      0	0	0	730	0	0	0	0
13	      0	0	0	610	0	0	0	0
14	      0	0	0	800	0	0	0	0
15	      0	0	0	830	0	0	0	0
16	      0	0	0	660	0	0	0	0
17	      0	0	0	710	0	0	0	0
18	      0	0	0	660	0	0	0	0
19	      0	0	0	920	0	0	0	0
20	      0	0	0	527	0	0	0	0
21	      0	0	0	670	0	0	0	0
22	      0	0	0	650	0	0	0	0
23	      0	0	0	610	0	0	0	0
24	      0	0	0	703	0	0	0	0
25	      0	0	0	759	0	0	0	0
26	      0	0	0	750	0	0	0	0
27	      0	0	0	760	0	0	0	0
28	      0	0	0	963	0	0	0	0
29	      0	0	0	865	0	0	0	0
30	      0	0	0	730	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 15965) errors:
Terminating due to uncaught exception 0x1373ff4c9310    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"
 of type TSystemError

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-uclxbphiny'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
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/j3ux/000256/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1) 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.15965' in '/home/runner/.ya/build/build_root/j3ux/000256/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
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
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b'Window\t    Txs\tTxs/Sec\tRetries\tErrors\tp50(ms)\tp95(ms)\tp99(ms)\tpMax(ms)\n1\t      0\t0\t0\t0\t0\t0\t0\t0\n2\t      0\t0\t0\t10\t0\t0\t0\t0\n3\t      0\t0\t0\t10\t0\t0\t0\t0\n4\t      0\t0\t0\t10\t0\t0\t0\t0\n5\t      0\t0\t0\t10\t0\t0\t0\t0\n6\t      0\t0\t0\t10\t0\t0\t0\t0\n7\t      0\t0\t0\t10\t0\t0\t0\t0\n8\t      1\t1\t0\t10\t309\t309\t309\t309\n9\t      0\t0\t0\t10\t0\t0\t0\t0\n10\t      0\t0\t0\t10\t0\t0\t0\t0\n11\t      0\t0\t0\t469\t0\t0\t0\t0\n12\t      0\t0\t0\t730\t0\t0\t0\t0\n13\t      0\t0\t0\t610\t0\t0\t0\t0\n14\t      0\t0\t0\t800\t0\t0\t0\t0\n15\t      0\t0\t0\t830\t0\t0\t0\t0\n16\t      0\t0\t0\t660\t0\t0\t0\t0\n17\t      0\t0\t0\t710\t0\t0\t0\t0\n18\t      0\t0\t0\t660\t0\t0\t0\t0\n19\t      0\t0\t0\t920\t0\t0\t0\t0\n20\t      0\t0\t0\t527\t0\t0\t0\t0\n21\t      0\t0\t0\t670\t0\t0\t0\t0\n22\t      0\t0\t0\t650\t0\t0\t0\t0\n23\t      0\t0\t0\t610\t0\t0\t0\t0\n24\t      0\t0\t0\t703\t0\t0\t0\t0\n25\t      0\t0\t0\t759\t0\t0\t0\t0\n26\t      0\t0\t0\t750\t0\t0\t0\t0\n27\t      0\t0\t0\t760\t0\t0\t0\t0\n28\t      0\t0\t0\t963\t0\t0\t0\t0\n29\t      0\t0\t0\t865\t0\t0\t0\t0\n30\t      0\t0\t0\t730\t0\t0\t0\t0\n\nTotal\t    Txs\tTxs/Sec\tRetries\tErrors\tp50(ms)\tp95(ms)\tp99(ms)\tpMax(ms)\n30\t      1\t0.0333333\t0\t14466\t309\t309\t309\t309\n'
	std_err:b'Terminating due to uncaught exception 0x1373ff4c9310    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"\n of type TSystemError\n'

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 15969) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 15969) elapsed time (sec): 30.395517826080322
DEBUG    ya.test:process.py:263 Command (pid 15969) wtime: 30.414
DEBUG    ya.test:process.py:275 Command (pid 15969) 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	     28	28	0	9	243	311	1111	1111
4	     30	30	0	0	345	469	473	473
5	     44	44	0	0	224	273	279	279
6	     40	40	0	0	242	387	407	407
7	     36	36	0	0	261	337	337	337
8	     39	39	0	0	252	289	295	295
9	     29	29	0	0	303	371	391	391
10	      0	0	0	10	0	0	0	0
11	      0	0	0	610	0	0	0	0
12	      0	0	0	840	0	0	0	0
13	      0	0	0	620	0	0	0	0
14	      0	0	0	750	0	0	0	0
15	      0	0	0	840	0	0	0	0
16	      0	0	0	750	0	0	0	0
17	      0	0	0	780	0	0	0	0
18	      0	0	0	800	0	0	0	0
19	      0	0	0	770	0	0	0	0
20	      0	0	0	620	0	0	0	0
21	      0	0	0	700	0	0	0	0
22	      0	0	0	619	0	0	0	0
23	      0	0	0	690	0	0	0	0
24	      0	0	0	919	0	0	0	0
25	      0	0	0	800	0	0	0	0
26	      0	0	0	829	0	0	0	0
27	      0	0	0	820	0	0	0	0
28	      0	0	0	850	0	0	0	0
29	      0	0	0	760	0	0	0	0
30	      0	0	0	830	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    246	8.2	0	15226	249	387	469	1111

DEBUG    ya.test:process.py:276 Command (pid 15969) 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 15963) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 15963) elapsed time (sec): 30.443761825561523
DEBUG    ya.test:process.py:263 Command (pid 15963) wtime: 30.47
DEBUG    ya.test:process.py:275 Command (pid 15963) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	515	811	811	811
2	      4	4	0	0	1519	1543	1543	1543
3	     46	46	0	0	207	1479	1511	1511
4	     34	34	0	0	271	437	459	459
5	     57	57	0	0	187	216	223	224
6	     46	46	0	0	199	335	367	367
7	     44	44	0	0	209	299	305	305
8	     49	49	0	0	215	243	254	254
9	     33	33	0	0	265	335	351	351
10	      0	0	0	0	0	0	0	0
11	      0	0	0	539	0	0	0	0
12	      0	0	0	753	0	0	0	0
13	      0	0	0	650	0	0	0	0
14	      0	0	0	800	0	0	0	0
15	      0	0	0	890	0	0	0	0
16	      0	0	0	689	0	0	0	0
17	      0	0	0	790	0	0	0	0
18	      0	0	0	770	0	0	0	0
19	      0	0	0	800	0	0	0	0
20	      0	0	0	631	0	0	0	0
21	      0	0	0	738	0	0	0	0
22	      0	0	0	463	0	0	0	0
23	      0	0	0	526	0	0	0	0
24	      0	0	0	759	0	0	0	0
25	      0	0	0	730	0	0	0	0
26	      0	0	0	844	0	0	0	0
27	      0	0	0	715	0	0	0	0
28	      0	0	0	786	0	0	0	0
29	      0	0	0	780	0	0	0	0
30	      0	0	0	765	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    323	10.7667	0	14418	211	493	1511	1543

DEBUG    ya.test:process.py:276 Command (pid 15963) errors:
---------------------------- 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:25567
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:25567". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-uclxbphiny'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
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/j3ux/000256/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.7846' in '/home/runner/.ya/build/build_root/j3ux/000256/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_e4t17zv3.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:276 Stopped node localhost:25567/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11617
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32582
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26494
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25567
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27304
=================================== 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:104: in insert
    self._insert_rows(operation_name="insert", seconds=seconds, threads=threads, rows=rows, wait=wait)
ydb/tests/olap/test_log_scenario.py:92: in _insert_rows
    self._call(command=command, wait=wait, timeout=max(2 * seconds, 60))
ydb/tests/olap/test_log_scenario.py:70: in _call
    yatest.common.execute(command=command, wait=wait, timeout=timeout)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x1373ff4c9310    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"
E    of type TSystemError
------------------------------ 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/j3ux/000256/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 7347
DEBUG    ya.test:process.py:259 Command (pid 7347) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 7347) elapsed time (sec): 0.710857629776001
DEBUG    ya.test:process.py:263 Command (pid 7347) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) maxrss: 542496
DEBUG    ya.test:process.py:263 Command (pid 7347) minflt: 16195
DEBUG    ya.test:process.py:263 Command (pid 7347) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) nivcsw: 58
DEBUG    ya.test:process.py:263 Command (pid 7347) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 7347) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 7347) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 7347) stime: 0.526741
DEBUG    ya.test:process.py:263 Command (pid 7347) utime: 0.122774
DEBUG    ya.test:process.py:263 Command (pid 7347) wtime: 0.722
DEBUG    ya.test:process.py:275 Command (pid 7347) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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 7347) errors:

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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/j3ux/000256/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27304
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/j3ux/000256/r3tmp/kikimr_cluster_iyjy3ly5
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25567
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26494
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32582
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11617
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3ux/000256/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:269 Final command: /home/runner/.ya/build/build_root/j3ux/000256/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/j3ux/000256/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_e4t17zv3.log --grpc-port=25567 --mon-port=26494 --ic-port=27304
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:25567/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/j3ux/000256/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:269 Final command: /home/runner/.ya/build/build_root/j3ux/000256/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/j3ux/000256/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_e4t17zv3.log --grpc-port=25567 --mon-port=26494 --ic-port=27304
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/j3ux/000256/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/j3ux/000256/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_e4t17zv3.log', '--grpc-port=25567', '--mon-port=26494', '--ic-port=27304')' in '/home/runner/.ya/build/build_root/j3ux/000256/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: 7846
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:25567/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/j3ux/000256/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 7851
DEBUG    ya.test:process.py:259 Command (pid 7851) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 7851) elapsed time (sec): 0.6533641815185547
DEBUG    ya.test:process.py:263 Command (pid 7851) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) maxrss: 542496
DEBUG    ya.test:process.py:263 Command (pid 7851) minflt: 16194
DEBUG    ya.test:process.py:263 Command (pid 7851) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) nivcsw: 80
DEBUG    ya.test:process.py:263 Command (pid 7851) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 7851) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 7851) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 7851) stime: 0.44717399999999996
DEBUG    ya.test:process.py:263 Command (pid 7851) utime: 0.133371
DEBUG    ya.test:process.py:263 Command (pid 7851) wtime: 0.655
DEBUG    ya.test:process.py:275 Command (pid 7851) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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 7851) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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/j3ux/000256/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25567', '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: 27304\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/j3ux/000256/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25567', '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: 27304\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 9579
DEBUG    ya.test:process.py:259 Command (pid 9579) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 9579) elapsed time (sec): 0.3944401741027832
DEBUG    ya.test:process.py:263 Command (pid 9579) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) maxrss: 550932
DEBUG    ya.test:process.py:263 Command (pid 9579) minflt: 18337
DEBUG    ya.test:process.py:263 Command (pid 9579) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 9579) nvcsw: 139
DEBUG    ya.test:process.py:263 Command (pid 9579) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 9579) stime: 0.238867
DEBUG    ya.test:process.py:263 Command (pid 9579) utime: 0.10296
DEBUG    ya.test:process.py:263 Command (pid 9579) wtime: 0.395
DEBUG    ya.test:process.py:275 Command (pid 9579) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25567', '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/j3ux/000256/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:25567', '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: 9893
DEBUG    ya.test:process.py:259 Command (pid 9893) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 9893) elapsed time (sec): 0.34407711029052734
DEBUG    ya.test:process.py:263 Command (pid 9893) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) maxrss: 550940
DEBUG    ya.test:process.py:263 Command (pid 9893) minflt: 18340
DEBUG    ya.test:process.py:263 Command (pid 9893) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 9893) nvcsw: 128
DEBUG    ya.test:process.py:263 Command (pid 9893) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 9893) stime: 0.20355299999999998
DEBUG    ya.test:process.py:263 Command (pid 9893) utime: 0.095789
DEBUG    ya.test:process.py:263 Command (pid 9893) wtime: 0.345
DEBUG    ya.test:process.py:275 Command (pid 9893) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 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, b1bd4eae-c576-47ed-bb5c-d2e20eddcdcd, localhost:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b1bd4eae-c576-47ed-bb5c-d2e20eddcdcd, localhost:25567): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b1bd4eae-c576-47ed-bb5c-d2e20eddcdcd, localhost:25567): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 25567 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-uclxbphiny.auto.internal:25567, 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:25567
------------------------------ 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/j3ux/000256/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -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/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 10323
DEBUG    ya.test:process.py:259 Command (pid 10323) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 10323) elapsed time (sec): 0.4399862289428711
DEBUG    ya.test:process.py:263 Command (pid 10323) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) inblock: 228688
DEBUG    ya.test:process.py:263 Command (pid 10323) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) majflt: 26
DEBUG    ya.test:process.py:263 Command (pid 10323) maxrss: 169952
DEBUG    ya.test:process.py:263 Command (pid 10323) minflt: 3531
DEBUG    ya.test:process.py:263 Command (pid 10323) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 10323) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 10323) nvcsw: 236
DEBUG    ya.test:process.py:263 Command (pid 10323) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 10323) stime: 0.076196
DEBUG    ya.test:process.py:263 Command (pid 10323) utime: 0.046564
DEBUG    ya.test:process.py:263 Command (pid 10323) wtime: 0.443
DEBUG    ya.test:process.py:275 Command (pid 10323) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 10323) 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/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -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/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-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: 10738
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 10738) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 10738) elapsed time (sec): 30.20812702178955
DEBUG    ya.test:process.py:263 Command (pid 10738) wtime: 30.209
DEBUG    ya.test:process.py:275 Command (pid 10738) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    477	477	0	0	20	22	26	32
2	    480	480	0	0	20	24	25	28
3	    482	482	0	0	20	22	23	25
4	    483	483	0	0	20	23	25	30
5	    448	448	0	0	20	31	34	36
6	    413	413	0	0	23	36	39	46
7	    344	344	0	0	26	49	77	88
8	    315	315	0	0	28	53	76	82
9	    329	329	0	0	27	54	63	66
10	    160	160	0	0	61	100	113	118
11	    191	191	0	0	43	96	105	112
12	    150	150	0	0	73	103	111	112
13	    180	180	0	0	51	104	120	124
14	    126	126	0	0	78	101	107	115
15	    148	148	0	0	68	104	116	119
16	    208	208	0	0	46	73	102	104
17	    180	180	0	0	48	88	98	107
18	    210	210	0	0	43	89	131	145
19	    177	177	0	0	58	80	88	92
20	    193	193	0	0	49	87	122	129
21	    100	100	0	0	100	123	128	128
22	    107	107	0	0	94	113	120	122
23	    107	107	0	0	92	131	135	137
24	    140	140	0	0	68	117	137	138
25	    196	196	0	0	50	82	98	103
26	    144	144	0	0	65	107	130	137
27	    126	126	0	0	81	117	126	127
28	    162	162	0	0	59	99	102	107
29	    156	156	0	0	63	82	84	86
30	    168	168	0	0	65	81	89	92

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   7100	236.667	0	0	29	96	115	145

DEBUG    ya.test:process.py:276 Command (pid 10738) 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, be06ede1-5d3d-4046-99a5-ca0eeee5731b, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, be06ede1-5d3d-4046-99a5-ca0eeee5731b, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, be06ede1-5d3d-4046-99a5-ca0eeee5731b, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a45347c6-16a6-4dd7-b20c-adb4b94b0ead, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a45347c6-16a6-4dd7-b20c-adb4b94b0ead, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a45347c6-16a6-4dd7-b20c-adb4b94b0ead, ghrun-uclxbphiny.auto.internal:25567): 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=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b2b0a7fb-3824-4a54-846c-e6399f7d5948, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b2b0a7fb-3824-4a54-846c-e6399f7d5948, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" 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, b2b0a7fb-3824-4a54-846c-e6399f7d5948, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
INFO     root:test_log_scenario.py:217 Count rows after insert 6939 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b81a3243-9886-42df-9acf-89f3d5b01d5f, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b81a3243-9886-42df-9acf-89f3d5b01d5f, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" 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, b81a3243-9886-42df-9acf-89f3d5b01d5f, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a62e267b-74a3-4fce-a5a6-62c6199b84ad, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a62e267b-74a3-4fce-a5a6-62c6199b84ad, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" 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, a62e267b-74a3-4fce-a5a6-62c6199b84ad, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
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/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -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.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-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: 15963
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -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.2
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/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-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: 15965
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:25567', '-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:628 Command pid: 15969
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b2e964cc-90e5-46e7-b060-9e688b802a70, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b2e964cc-90e5-46e7-b060-9e688b802a70, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=MWQxMWJjY2EtYjI1YWIyMjgtZDU1ZjlhZDYtZWM1ODg2Y2E=" 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, b2e964cc-90e5-46e7-b060-9e688b802a70, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5bc8bcc8-085e-499c-a73d-9daeed5771bc, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5bc8bcc8-085e-499c-a73d-9daeed5771bc, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5bc8bcc8-085e-499c-a73d-9daeed5771bc, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTdkOWYzNzMtZDgyZWNhZjctYjljYzE2ZWYtN2Q2N2FmOGU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 36601c40-d239-429c-8a87-2a4694a0bc2c, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 36601c40-d239-429c-8a87-2a4694a0bc2c, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=OTdkOWYzNzMtZDgyZWNhZjctYjljYzE2ZWYtN2Q2N2FmOGU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 36601c40-d239-429c-8a87-2a4694a0bc2c, ghrun-uclxbphiny.auto.internal:25567): 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=OTdkOWYzNzMtZDgyZWNhZjctYjljYzE2ZWYtN2Q2N2FmOGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d1129bcf-63fd-441c-abbf-d834ff256518, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d1129bcf-63fd-441c-abbf-d834ff256518, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=OTdkOWYzNzMtZDgyZWNhZjctYjljYzE2ZWYtN2Q2N2FmOGU=" 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, d1129bcf-63fd-441c-abbf-d834ff256518, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bdd31e93-44b7-484b-ab75-474c5a5c5c38, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bdd31e93-44b7-484b-ab75-474c5a5c5c38, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bdd31e93-44b7-484b-ab75-474c5a5c5c38, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTNkYWZmMTEtZmVhMDQzMTMtNDFlMDAxOGEtNTJjNTlkNA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 6c0db9d5-a5a1-4b50-9c81-75abb2019850, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 6c0db9d5-a5a1-4b50-9c81-75abb2019850, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZTNkYWZmMTEtZmVhMDQzMTMtNDFlMDAxOGEtNTJjNTlkNA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 6c0db9d5-a5a1-4b50-9c81-75abb2019850, ghrun-uclxbphiny.auto.internal:25567): 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=ZTNkYWZmMTEtZmVhMDQzMTMtNDFlMDAxOGEtNTJjNTlkNA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 25c0dfa2-2f6d-4884-8235-1b77938452d0, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 25c0dfa2-2f6d-4884-8235-1b77938452d0, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZTNkYWZmMTEtZmVhMDQzMTMtNDFlMDAxOGEtNTJjNTlkNA==" 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, 25c0dfa2-2f6d-4884-8235-1b77938452d0, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cadc82a9-ba1f-46f1-adda-78478555cccd, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cadc82a9-ba1f-46f1-adda-78478555cccd, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cadc82a9-ba1f-46f1-adda-78478555cccd, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTk0ODVjZTItOTU1YzBiZi1jYTM2MDk5LTFhNDE3ODk4" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 260f12be-1df0-44e6-b5a9-ae5e712563b2, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 260f12be-1df0-44e6-b5a9-ae5e712563b2, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=OTk0ODVjZTItOTU1YzBiZi1jYTM2MDk5LTFhNDE3ODk4" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 260f12be-1df0-44e6-b5a9-ae5e712563b2, ghrun-uclxbphiny.auto.internal:25567): 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=OTk0ODVjZTItOTU1YzBiZi1jYTM2MDk5LTFhNDE3ODk4
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 72abe44b-9c9c-4ae2-b61f-88709557ce6e, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 72abe44b-9c9c-4ae2-b61f-88709557ce6e, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=OTk0ODVjZTItOTU1YzBiZi1jYTM2MDk5LTFhNDE3ODk4" 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, 72abe44b-9c9c-4ae2-b61f-88709557ce6e, ghrun-uclxbphiny.auto.internal:25567): 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, 3105bad1-51c0-45c5-823b-08d93fec9680, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3105bad1-51c0-45c5-823b-08d93fec9680, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3105bad1-51c0-45c5-823b-08d93fec9680, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZGMxNjA4ODQtM2I2NTNiYTctMmMzYWIwODgtNDJiZTNmNmQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 33088f44-1ec9-4cab-9a57-140cadb7d8d2, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 33088f44-1ec9-4cab-9a57-140cadb7d8d2, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZGMxNjA4ODQtM2I2NTNiYTctMmMzYWIwODgtNDJiZTNmNmQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 33088f44-1ec9-4cab-9a57-140cadb7d8d2, ghrun-uclxbphiny.auto.internal:25567): 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=ZGMxNjA4ODQtM2I2NTNiYTctMmMzYWIwODgtNDJiZTNmNmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 18bc8674-e237-4146-9158-326b299923e0, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 18bc8674-e237-4146-9158-326b299923e0, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZGMxNjA4ODQtM2I2NTNiYTctMmMzYWIwODgtNDJiZTNmNmQ=" 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, 18bc8674-e237-4146-9158-326b299923e0, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0232b128-fc26-4c7a-9f7b-b84cb0cbae1f, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0232b128-fc26-4c7a-9f7b-b84cb0cbae1f, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0232b128-fc26-4c7a-9f7b-b84cb0cbae1f, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGNlZmIyYmYtN2IzMWU5ZTYtYTFmZjczYjgtYjU5NTY5YzQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ebb534f4-9599-4bb9-abbc-42ac55754391, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ebb534f4-9599-4bb9-abbc-42ac55754391, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=NGNlZmIyYmYtN2IzMWU5ZTYtYTFmZjczYjgtYjU5NTY5YzQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ebb534f4-9599-4bb9-abbc-42ac55754391, ghrun-uclxbphiny.auto.internal:25567): 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=NGNlZmIyYmYtN2IzMWU5ZTYtYTFmZjczYjgtYjU5NTY5YzQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 582c42fe-b70a-442b-974f-a041738fee76, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 582c42fe-b70a-442b-974f-a041738fee76, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=NGNlZmIyYmYtN2IzMWU5ZTYtYTFmZjczYjgtYjU5NTY5YzQ=" 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, 582c42fe-b70a-442b-974f-a041738fee76, ghrun-uclxbphiny.auto.internal:25567): 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, 08f637cf-cadb-401d-9305-c652d9797050, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08f637cf-cadb-401d-9305-c652d9797050, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08f637cf-cadb-401d-9305-c652d9797050, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 4c84594e-5110-4f8a-a6e0-8555516e4bcf, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 4c84594e-5110-4f8a-a6e0-8555516e4bcf, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 4c84594e-5110-4f8a-a6e0-8555516e4bcf, ghrun-uclxbphiny.auto.internal:25567): 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=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5d59645-016e-4017-bbea-ca3f2fb5c49a, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5d59645-016e-4017-bbea-ca3f2fb5c49a, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk" 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, c5d59645-016e-4017-bbea-ca3f2fb5c49a, ghrun-uclxbphiny.auto.internal:25567): 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, 3b752d0c-e2f7-4b6a-a91f-3e00f8ecaaa4, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3b752d0c-e2f7-4b6a-a91f-3e00f8ecaaa4, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3b752d0c-e2f7-4b6a-a91f-3e00f8ecaaa4, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, aec99f4e-fcde-4703-a736-a85328a49e9e, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, aec99f4e-fcde-4703-a736-a85328a49e9e, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, aec99f4e-fcde-4703-a736-a85328a49e9e, ghrun-uclxbphiny.auto.internal:25567): 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=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e6438d15-d565-49ed-907f-91093b42ad92, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e6438d15-d565-49ed-907f-91093b42ad92, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=" 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, e6438d15-d565-49ed-907f-91093b42ad92, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 35c7f2dc-66ca-4474-aea8-ee64cc39a881, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 35c7f2dc-66ca-4474-aea8-ee64cc39a881, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 35c7f2dc-66ca-4474-aea8-ee64cc39a881, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YWFiNTc3N2MtNGY4NGUxMmMtYWIyYjNiOWUtYTA2Yzg3MmQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 67fc60fb-3c45-47f7-9605-b335a994630d, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 67fc60fb-3c45-47f7-9605-b335a994630d, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=YWFiNTc3N2MtNGY4NGUxMmMtYWIyYjNiOWUtYTA2Yzg3MmQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 67fc60fb-3c45-47f7-9605-b335a994630d, ghrun-uclxbphiny.auto.internal:25567): 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=YWFiNTc3N2MtNGY4NGUxMmMtYWIyYjNiOWUtYTA2Yzg3MmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 82331f06-cd4e-4921-b89d-dceb1e0c1e44, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 82331f06-cd4e-4921-b89d-dceb1e0c1e44, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=YWFiNTc3N2MtNGY4NGUxMmMtYWIyYjNiOWUtYTA2Yzg3MmQ=" 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, 82331f06-cd4e-4921-b89d-dceb1e0c1e44, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 80883009-723d-4460-ab54-b760ae96149b, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 80883009-723d-4460-ab54-b760ae96149b, ghrun-uclxbphiny.auto.internal:25567): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 80883009-723d-4460-ab54-b760ae96149b, ghrun-uclxbphiny.auto.internal:25567): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjgyMjdhNzctMjNiNTk0N2EtN2QzNjViMGMtZWNiNzZkMDc=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 98f5ba29-6ed3-475d-9d9c-abb0d4fac66c, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 98f5ba29-6ed3-475d-9d9c-abb0d4fac66c, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZjgyMjdhNzctMjNiNTk0N2EtN2QzNjViMGMtZWNiNzZkMDc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 98f5ba29-6ed3-475d-9d9c-abb0d4fac66c, ghrun-uclxbphiny.auto.internal:25567): 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=ZjgyMjdhNzctMjNiNTk0N2EtN2QzNjViMGMtZWNiNzZkMDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b07201ba-673d-4a45-9169-4fe0c46ec3ac, ghrun-uclxbphiny.auto.internal:25567): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b07201ba-673d-4a45-9169-4fe0c46ec3ac, ghrun-uclxbphiny.auto.internal:25567): request = { session_id: "ydb://session/3?node_id=1&id=ZjgyMjdhNzctMjNiNTk0N2EtN2QzNjViMGMtZWNiNzZkMDc=" 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, b07201ba-673d-4a45-9169-4fe0c46ec3ac, ghrun-uclxbphiny.auto.internal:25567): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a45347c6-16a6-4dd7-b20c-adb4b94b0ead, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:51:51.268441469+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ebb534f4-9599-4bb9-abbc-42ac55754391, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:51:51.268709997+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6c0db9d5-a5a1-4b50-9c81-75abb2019850, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268620321+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 33088f44-1ec9-4cab-9a57-140cadb7d8d2, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:51:51.268668328+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4c84594e-5110-4f8a-a6e0-8555516e4bcf, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268740438+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 36601c40-d239-429c-8a87-2a4694a0bc2c, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268590362+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 98f5ba29-6ed3-475d-9d9c-abb0d4fac66c, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.26885013+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 260f12be-1df0-44e6-b5a9-ae5e712563b2, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268641984+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 67fc60fb-3c45-47f7-9605-b335a994630d, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:51:51.268823525+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aec99f4e-fcde-4703-a736-a85328a49e9e, ghrun-uclxbphiny.auto.internal:25567): 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:25567 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:51:51.268779876+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d1129bcf-63fd-441c-abbf-d834ff256518, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268607971+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 25c0dfa2-2f6d-4884-8235-1b77938452d0, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268631724+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 72abe44b-9c9c-4ae2-b61f-88709557ce6e, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268657966+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 18bc8674-e237-4146-9158-326b299923e0, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268697003+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b07201ba-673d-4a45-9169-4fe0c46ec3ac, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.26887292+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b2e964cc-90e5-46e7-b060-9e688b802a70, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268568428+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-uclxbphiny.auto.internal:25567
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:78 RpcState(ExecuteQuery, 582c42fe-b70a-442b-974f-a041738fee76, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268728663+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e6438d15-d565-49ed-907f-91093b42ad92, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268799708+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 82331f06-cd4e-4921-b89d-dceb1e0c1e44, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268839015+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:25567
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:78 RpcState(ExecuteQuery, c5d59645-016e-4017-bbea-ca3f2fb5c49a, ghrun-uclxbphiny.auto.internal:25567): 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-19T14:51:51.268768256+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-uclxbphiny.auto.internal:25567
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODE3MzU0MTItZDE4ODE1MWQtNDQ1YzhmM2YtOGY4MjFhYjg=
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: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:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjUwMGY1OWQtMzhjNDdlNC1iNmY1ZGU2ZS00ZDA2N2Nk
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.connection:connection.py:549 Closing channel for endpoint localhost:25567
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:25567". 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    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 15965) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 15965) elapsed time (sec): 30.407825708389282
DEBUG    ya.test:process.py:263 Command (pid 15965) wtime: 30.422
DEBUG    ya.test:process.py:275 Command (pid 15965) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      1	1	0	10	309	309	309	309
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	469	0	0	0	0
12	      0	0	0	730	0	0	0	0
13	      0	0	0	610	0	0	0	0
14	      0	0	0	800	0	0	0	0
15	      0	0	0	830	0	0	0	0
16	      0	0	0	660	0	0	0	0
17	      0	0	0	710	0	0	0	0
18	      0	0	0	660	0	0	0	0
19	      0	0	0	920	0	0	0	0
20	      0	0	0	527	0	0	0	0
21	      0	0	0	670	0	0	0	0
22	      0	0	0	650	0	0	0	0
23	      0	0	0	610	0	0	0	0
24	      0	0	0	703	0	0	0	0
25	      0	0	0	759	0	0	0	0
26	      0	0	0	750	0	0	0	0
27	      0	0	0	760	0	0	0	0
28	      0	0	0	963	0	0	0	0
29	      0	0	0	865	0	0	0	0
30	      0	0	0	730	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 15965) errors:
Terminating due to uncaught exception 0x1373ff4c9310    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"
 of type TSystemError

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-uclxbphiny'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
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/j3ux/000256/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1) 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.15965' in '/home/runner/.ya/build/build_root/j3ux/000256/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, testing_out_stuff.tar.zstd, env.json.txt, run_test.log, ytest.report.trace.pid)
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
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b'Window\t    Txs\tTxs/Sec\tRetries\tErrors\tp50(ms)\tp95(ms)\tp99(ms)\tpMax(ms)\n1\t      0\t0\t0\t0\t0\t0\t0\t0\n2\t      0\t0\t0\t10\t0\t0\t0\t0\n3\t      0\t0\t0\t10\t0\t0\t0\t0\n4\t      0\t0\t0\t10\t0\t0\t0\t0\n5\t      0\t0\t0\t10\t0\t0\t0\t0\n6\t      0\t0\t0\t10\t0\t0\t0\t0\n7\t      0\t0\t0\t10\t0\t0\t0\t0\n8\t      1\t1\t0\t10\t309\t309\t309\t309\n9\t      0\t0\t0\t10\t0\t0\t0\t0\n10\t      0\t0\t0\t10\t0\t0\t0\t0\n11\t      0\t0\t0\t469\t0\t0\t0\t0\n12\t      0\t0\t0\t730\t0\t0\t0\t0\n13\t      0\t0\t0\t610\t0\t0\t0\t0\n14\t      0\t0\t0\t800\t0\t0\t0\t0\n15\t      0\t0\t0\t830\t0\t0\t0\t0\n16\t      0\t0\t0\t660\t0\t0\t0\t0\n17\t      0\t0\t0\t710\t0\t0\t0\t0\n18\t      0\t0\t0\t660\t0\t0\t0\t0\n19\t      0\t0\t0\t920\t0\t0\t0\t0\n20\t      0\t0\t0\t527\t0\t0\t0\t0\n21\t      0\t0\t0\t670\t0\t0\t0\t0\n22\t      0\t0\t0\t650\t0\t0\t0\t0\n23\t      0\t0\t0\t610\t0\t0\t0\t0\n24\t      0\t0\t0\t703\t0\t0\t0\t0\n25\t      0\t0\t0\t759\t0\t0\t0\t0\n26\t      0\t0\t0\t750\t0\t0\t0\t0\n27\t      0\t0\t0\t760\t0\t0\t0\t0\n28\t      0\t0\t0\t963\t0\t0\t0\t0\n29\t      0\t0\t0\t865\t0\t0\t0\t0\n30\t      0\t0\t0\t730\t0\t0\t0\t0\n\nTotal\t    Txs\tTxs/Sec\tRetries\tErrors\tp50(ms)\tp95(ms)\tp99(ms)\tpMax(ms)\n30\t      1\t0.0333333\t0\t14466\t309\t309\t309\t309\n'
	std_err:b'Terminating due to uncaught exception 0x1373ff4c9310    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"\n of type TSystemError\n'

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 15969) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 15969) elapsed time (sec): 30.395517826080322
DEBUG    ya.test:process.py:263 Command (pid 15969) wtime: 30.414
DEBUG    ya.test:process.py:275 Command (pid 15969) 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	     28	28	0	9	243	311	1111	1111
4	     30	30	0	0	345	469	473	473
5	     44	44	0	0	224	273	279	279
6	     40	40	0	0	242	387	407	407
7	     36	36	0	0	261	337	337	337
8	     39	39	0	0	252	289	295	295
9	     29	29	0	0	303	371	391	391
10	      0	0	0	10	0	0	0	0
11	      0	0	0	610	0	0	0	0
12	      0	0	0	840	0	0	0	0
13	      0	0	0	620	0	0	0	0
14	      0	0	0	750	0	0	0	0
15	      0	0	0	840	0	0	0	0
16	      0	0	0	750	0	0	0	0
17	      0	0	0	780	0	0	0	0
18	      0	0	0	800	0	0	0	0
19	      0	0	0	770	0	0	0	0
20	      0	0	0	620	0	0	0	0
21	      0	0	0	700	0	0	0	0
22	      0	0	0	619	0	0	0	0
23	      0	0	0	690	0	0	0	0
24	      0	0	0	919	0	0	0	0
25	      0	0	0	800	0	0	0	0
26	      0	0	0	829	0	0	0	0
27	      0	0	0	820	0	0	0	0
28	      0	0	0	850	0	0	0	0
29	      0	0	0	760	0	0	0	0
30	      0	0	0	830	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    246	8.2	0	15226	249	387	469	1111

DEBUG    ya.test:process.py:276 Command (pid 15969) 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 15963) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 15963) elapsed time (sec): 30.443761825561523
DEBUG    ya.test:process.py:263 Command (pid 15963) wtime: 30.47
DEBUG    ya.test:process.py:275 Command (pid 15963) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	515	811	811	811
2	      4	4	0	0	1519	1543	1543	1543
3	     46	46	0	0	207	1479	1511	1511
4	     34	34	0	0	271	437	459	459
5	     57	57	0	0	187	216	223	224
6	     46	46	0	0	199	335	367	367
7	     44	44	0	0	209	299	305	305
8	     49	49	0	0	215	243	254	254
9	     33	33	0	0	265	335	351	351
10	      0	0	0	0	0	0	0	0
11	      0	0	0	539	0	0	0	0
12	      0	0	0	753	0	0	0	0
13	      0	0	0	650	0	0	0	0
14	      0	0	0	800	0	0	0	0
15	      0	0	0	890	0	0	0	0
16	      0	0	0	689	0	0	0	0
17	      0	0	0	790	0	0	0	0
18	      0	0	0	770	0	0	0	0
19	      0	0	0	800	0	0	0	0
20	      0	0	0	631	0	0	0	0
21	      0	0	0	738	0	0	0	0
22	      0	0	0	463	0	0	0	0
23	      0	0	0	526	0	0	0	0
24	      0	0	0	759	0	0	0	0
25	      0	0	0	730	0	0	0	0
26	      0	0	0	844	0	0	0	0
27	      0	0	0	715	0	0	0	0
28	      0	0	0	786	0	0	0	0
29	      0	0	0	780	0	0	0	0
30	      0	0	0	765	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    323	10.7667	0	14418	211	493	1511	1543

DEBUG    ya.test:process.py:276 Command (pid 15963) errors:
============================== slowest durations ===============================
63.26s call     test_log_scenario.py::TestLogScenario::test_log_uniform
4.25s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.04s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/j3ux/000256/ydb/apps/ydb/ydb -e grpc://localhost:25567 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x1373ff4c9310    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"
 of type TSystemError
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/j3ux/000256/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/j3ux/000256/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-19T14:51:41.744703Z): source_id=123;tablet_id=72075186224037890;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 @ 0xA779755
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA7525
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
21. ??:0: ?? @ 0x7FF7E2773AC2
22. ??:0: ?? @ 0x7FF7E28058BF
============ 1 failed, 114 deselected, 1 error in 69.65s (0:01:09) =============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/000246/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 / 114 deselected / 2 selected

=========================== 114 deselected in 1.22s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/000252/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 / 114 deselected / 2 selected

=========================== 114 deselected in 1.23s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/00024d/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 / 114 deselected / 2 selected

=========================== 114 deselected in 1.36s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/000248/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 / 114 deselected / 2 selected

=========================== 114 deselected in 1.16s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/00024b/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 / 114 deselected / 2 selected

=========================== 114 deselected in 1.18s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/000254/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 / 114 deselected / 2 selected

=========================== 114 deselected in 1.00s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/000258/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 / 114 deselected / 2 selected

=========================== 114 deselected in 1.03s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/j3ux/000244/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 / 114 deselected / 2 selected

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