============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

test_grants.py F

=================================== FAILURES ===================================
_______________________________ test_cdc_grants ________________________________
ydb/tests/functional/security/test_grants.py:252: in test_cdc_grants
    message = reader.receive_message(timeout=5)
contrib/python/ydb/py3/ydb/_topic_reader/topic_reader_sync.py:90: in receive_message
    return self._caller.safe_call_with_result(self._async_reader.receive_message(), timeout)
contrib/python/ydb/py3/ydb/_topic_common/common.py:126: in safe_call_with_result
    return asyncio.run_coroutine_threadsafe(call_coro(), self._loop).result()
contrib/tools/python3/Lib/concurrent/futures/_base.py:456: in result
    return self.__get_result()
contrib/tools/python3/Lib/concurrent/futures/_base.py:401: in __get_result
    raise self._exception
E   TimeoutError
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_cdc_grants
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6505
INFO     ydb.tests.library.fixtures:__init__.py:46 setup ydb_cluster for __tests__.test_grants
INFO     ydb.tests.library.fixtures:__init__.py:48 setup ydb_cluster as local
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/8cg8/000409/r3tmp/kikimr_cluster_q9foygi1
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15955
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11748
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14407
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23745
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/8cg8/000409/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/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/node_1/logfile_vdvppro1.log --grpc-port=15955 --mon-port=11748 --ic-port=6505
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15955/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/8cg8/000409/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/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/node_1/logfile_vdvppro1.log --grpc-port=15955 --mon-port=11748 --ic-port=6505
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/node_1/logfile_vdvppro1.log', '--grpc-port=15955', '--mon-port=11748', '--ic-port=6505')' in '/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3730195
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:15955/1
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/8cg8/000409/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3730201
DEBUG    ya.test:process.py:259 Command (pid 3730201) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3730201) elapsed time (sec): 0.5160102844238281
DEBUG    ya.test:process.py:263 Command (pid 3730201) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3730201) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3730201) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3730201) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3730201) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3730201) maxrss: 538892
DEBUG    ya.test:process.py:263 Command (pid 3730201) minflt: 16131
DEBUG    ya.test:process.py:263 Command (pid 3730201) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3730201) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3730201) nivcsw: 65
DEBUG    ya.test:process.py:263 Command (pid 3730201) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3730201) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3730201) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3730201) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3730201) stime: 0.252761
DEBUG    ya.test:process.py:263 Command (pid 3730201) utime: 0.118728
DEBUG    ya.test:process.py:263 Command (pid 3730201) wtime: 0.52
DEBUG    ya.test:process.py:275 Command (pid 3730201) output:
Git info:
    Commit: 7af37518dc16407072f979173dbda726e1feb125
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 72f4710434aeb30046e15dd5da86974ca6598d26 into 68a9dd6f6516417656ad5bdcce56ea364b24b70d

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pabuy7zjau
    Host information: 
        Linux ghrun-pabuy7zjau 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3730201) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 7af37518dc16407072f979173dbda726e1feb125
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 72f4710434aeb30046e15dd5da86974ca6598d26 into 68a9dd6f6516417656ad5bdcce56ea364b24b70d
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15955', '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: 6505\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
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/8cg8/000409/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15955', '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: 6505\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3731132
DEBUG    ya.test:process.py:259 Command (pid 3731132) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3731132) elapsed time (sec): 0.635045051574707
DEBUG    ya.test:process.py:263 Command (pid 3731132) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3731132) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3731132) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3731132) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3731132) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3731132) maxrss: 547140
DEBUG    ya.test:process.py:263 Command (pid 3731132) minflt: 18278
DEBUG    ya.test:process.py:263 Command (pid 3731132) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3731132) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3731132) nivcsw: 93
DEBUG    ya.test:process.py:263 Command (pid 3731132) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3731132) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3731132) nvcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 3731132) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3731132) stime: 0.30333699999999997
DEBUG    ya.test:process.py:263 Command (pid 3731132) utime: 0.13949499999999998
DEBUG    ya.test:process.py:263 Command (pid 3731132) wtime: 0.654
DEBUG    ya.test:process.py:275 Command (pid 3731132) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15955', '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.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/8cg8/000409/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15955', '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: 3731588
DEBUG    ya.test:process.py:259 Command (pid 3731588) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3731588) elapsed time (sec): 0.5143346786499023
DEBUG    ya.test:process.py:263 Command (pid 3731588) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3731588) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3731588) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3731588) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3731588) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3731588) maxrss: 547144
DEBUG    ya.test:process.py:263 Command (pid 3731588) minflt: 18275
DEBUG    ya.test:process.py:263 Command (pid 3731588) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3731588) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3731588) nivcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 3731588) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3731588) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3731588) nvcsw: 115
DEBUG    ya.test:process.py:263 Command (pid 3731588) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3731588) stime: 0.24736699999999998
DEBUG    ya.test:process.py:263 Command (pid 3731588) utime: 0.156559
DEBUG    ya.test:process.py:263 Command (pid 3731588) wtime: 0.516
DEBUG    ya.test:process.py:275 Command (pid 3731588) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_grants.py, test_name: test_cdc_grants)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15205
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65407
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28609
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32181
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13618
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:15955 --tenant=/Root/test --log-file-name=/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/slot_1/logfile_8vm29zc0.log --grpc-port=15205 --mon-port=65407 --ic-port=28609
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:15955 --tenant=/Root/test --log-file-name=/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/slot_1/logfile_8vm29zc0.log --grpc-port=15205 --mon-port=65407 --ic-port=28609
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/8cg8/000409/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/kikimr_configs/config.yaml', '--node-broker=localhost:15955', '--tenant=/Root/test', '--log-file-name=/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/slot_1/logfile_8vm29zc0.log', '--grpc-port=15205', '--mon-port=65407', '--ic-port=28609')' in '/home/runner/.ya/build/build_root/8cg8/000409/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_grants.py.test_cdc_grants/cluster/slot_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3733318
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:15205/1
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/8cg8/000409/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3733320
DEBUG    ya.test:process.py:259 Command (pid 3733320) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3733320) elapsed time (sec): 0.48427462577819824
DEBUG    ya.test:process.py:263 Command (pid 3733320) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3733320) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3733320) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3733320) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3733320) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3733320) maxrss: 538896
DEBUG    ya.test:process.py:263 Command (pid 3733320) minflt: 16134
DEBUG    ya.test:process.py:263 Command (pid 3733320) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3733320) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3733320) nivcsw: 67
DEBUG    ya.test:process.py:263 Command (pid 3733320) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3733320) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3733320) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3733320) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3733320) stime: 0.26145999999999997
DEBUG    ya.test:process.py:263 Command (pid 3733320) utime: 0.119195
DEBUG    ya.test:process.py:263 Command (pid 3733320) wtime: 0.486
DEBUG    ya.test:process.py:275 Command (pid 3733320) output:
Git info:
    Commit: 7af37518dc16407072f979173dbda726e1feb125
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 72f4710434aeb30046e15dd5da86974ca6598d26 into 68a9dd6f6516417656ad5bdcce56ea364b24b70d

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-pabuy7zjau
    Host information: 
        Linux ghrun-pabuy7zjau 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/9944335923/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9944335923/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 3733320) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 7af37518dc16407072f979173dbda726e1feb125
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 72f4710434aeb30046e15dd5da86974ca6598d26 into 68a9dd6f6516417656ad5bdcce56ea364b24b70d
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ed53c65e-bfb6-415b-94c6-12028bc32314, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ed53c65e-bfb6-415b-94c6-12028bc32314, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ed53c65e-bfb6-415b-94c6-12028bc32314, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d83547d7-1c54-4f06-bd50-cca9129ae3e8, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d83547d7-1c54-4f06-bd50-cca9129ae3e8, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d83547d7-1c54-4f06-bd50-cca9129ae3e8, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=NzUwZWI5NzMtMzY4ZmFhY2YtYzhjOTQ1ZWItNDE2ZDk5ZTc=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e927d51d-3425-42ff-9e6b-d83e316a6309, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e927d51d-3425-42ff-9e6b-d83e316a6309, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=NzUwZWI5NzMtMzY4ZmFhY2YtYzhjOTQ1ZWItNDE2ZDk5ZTc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e927d51d-3425-42ff-9e6b-d83e316a6309, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=NzUwZWI5NzMtMzY4ZmFhY2YtYzhjOTQ1ZWItNDE2ZDk5ZTc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b6b314ef-80b2-44e0-826a-191290ea31fd, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b6b314ef-80b2-44e0-826a-191290ea31fd, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=NzUwZWI5NzMtMzY4ZmFhY2YtYzhjOTQ1ZWItNDE2ZDk5ZTc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "CREATE USER user1;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b6b314ef-80b2-44e0-826a-191290ea31fd, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=NzUwZWI5NzMtMzY4ZmFhY2YtYzhjOTQ1ZWItNDE2ZDk5ZTc=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 985e3349-7577-4127-a1c1-aba1fcd9c28a, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 985e3349-7577-4127-a1c1-aba1fcd9c28a, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=NzUwZWI5NzMtMzY4ZmFhY2YtYzhjOTQ1ZWItNDE2ZDk5ZTc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 985e3349-7577-4127-a1c1-aba1fcd9c28a, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e927d51d-3425-42ff-9e6b-d83e316a6309, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 9e687837-efd4-4cca-9a7f-baa1679238d9, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9e687837-efd4-4cca-9a7f-baa1679238d9, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9e687837-efd4-4cca-9a7f-baa1679238d9, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2332ec49-0492-4d37-a631-e5ba597ac836, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2332ec49-0492-4d37-a631-e5ba597ac836, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2332ec49-0492-4d37-a631-e5ba597ac836, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=YTgxNDhiOTUtNTRkZDZlZDgtZjdhY2E4ZDAtYWNjOWI5MDY=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 916c0627-0c61-4518-abd8-c6887cbd9e27, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 916c0627-0c61-4518-abd8-c6887cbd9e27, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=YTgxNDhiOTUtNTRkZDZlZDgtZjdhY2E4ZDAtYWNjOWI5MDY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 916c0627-0c61-4518-abd8-c6887cbd9e27, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=YTgxNDhiOTUtNTRkZDZlZDgtZjdhY2E4ZDAtYWNjOWI5MDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2811153f-a1cb-4fe4-9930-0b6f3dc403e0, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2811153f-a1cb-4fe4-9930-0b6f3dc403e0, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=YTgxNDhiOTUtNTRkZDZlZDgtZjdhY2E4ZDAtYWNjOWI5MDY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "GRANT CREATE TABLE ON `/Root/test` TO user1;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2811153f-a1cb-4fe4-9930-0b6f3dc403e0, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=YTgxNDhiOTUtNTRkZDZlZDgtZjdhY2E4ZDAtYWNjOWI5MDY=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 39477c63-fe3b-442e-9161-704df2493fba, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 39477c63-fe3b-442e-9161-704df2493fba, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=YTgxNDhiOTUtNTRkZDZlZDgtZjdhY2E4ZDAtYWNjOWI5MDY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 39477c63-fe3b-442e-9161-704df2493fba, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 916c0627-0c61-4518-abd8-c6887cbd9e27, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
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/test
DEBUG    ydb.credentials.StaticCredentials:credentials.py:113 Start refresh token from metadata
INFO     ydb.credentials.StaticCredentials:credentials.py:115 Cached token reached refresh_in deadline, current time 1762428688.6767724, deadline 0
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:421 RpcState(Login, bd0c744e-138a-4650-9041-adb797b4b872, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(Login, bd0c744e-138a-4650-9041-adb797b4b872, localhost:15955): request = { operation_params { operation_timeout { seconds: 10 } cancel_after { seconds: 10 } } user: "user1" }
DEBUG    ydb.connection:connection.py:52 RpcState(Login, bd0c744e-138a-4650-9041-adb797b4b872, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Auth.LoginResult] { token: "eyJhbGciOiJQUzI1NiIsImtpZCI6IjEifQ.eyJhdWQiOlsiXC9Sb290Il0sImV4cCI6MTc2MjQ3MTg4OCwiaWF0IjoxNzYyNDI4Njg4LCJzdWIiOiJ1c2VyMSJ9.B8vzF4Fu66cr9nNVR1PBSC9-Cnqbr5RL6pKnV0h9pZRRfZuoJz9_MXQhMSYKO1FO-rqm-E1T8WgYTe8q12UBe6C15VEIx-mN8G5f3PBvnQUipBhGjAwh1Kb8Ui_6bBcEo9NZXE2BQRUqgUDvx9HGpt3Og2Vj-4EwgQmVidLyPO3M0g6wfmFlr3fEAmsnfldu3Y3_3jH3QsOz4Sty7xFQwnvgGgi9HE77eI6b1k6t5dEAOLEcwLAjh39QG8kI1iQVCrT6Wv81e-kVy5upORG18OvTeodbkHeE4m6y0egWYMf_LJ0aOkqWngJdxvZb06nm-Nt4MdwxAdTgB125nqfOCw" } } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15955
INFO     ydb.credentials.StaticCredentials:credentials.py:139 Token refresh successful. current_time 1762428688.6767724, refresh_in 1762429138.8842542
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 72a7f756-7027-4961-b063-3d7610441757, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 72a7f756-7027-4961-b063-3d7610441757, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 72a7f756-7027-4961-b063-3d7610441757, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dca2de8a-c306-4d80-8942-7f447e39f154, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dca2de8a-c306-4d80-8942-7f447e39f154, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dca2de8a-c306-4d80-8942-7f447e39f154, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=MzQxYjc3YjctMWY2NDIwNjItZDA3YzlmODAtMzJkNjExOA==" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 4ac99432-28e6-46dc-8d3c-d4242aab0d3a, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 4ac99432-28e6-46dc-8d3c-d4242aab0d3a, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=MzQxYjc3YjctMWY2NDIwNjItZDA3YzlmODAtMzJkNjExOA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 4ac99432-28e6-46dc-8d3c-d4242aab0d3a, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=MzQxYjc3YjctMWY2NDIwNjItZDA3YzlmODAtMzJkNjExOA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, be7e5a59-47dc-45be-8015-b3e9e26a2698, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, be7e5a59-47dc-45be-8015-b3e9e26a2698, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=MzQxYjc3YjctMWY2NDIwNjItZDA3YzlmODAtMzJkNjExOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "CREATE TABLE table (a Uint64, b Uint64, PRIMARY KEY (a));" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, be7e5a59-47dc-45be-8015-b3e9e26a2698, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=MzQxYjc3YjctMWY2NDIwNjItZDA3YzlmODAtMzJkNjExOA==
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 9e546484-17c2-4cdb-b3e2-b6612dda410d, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 9e546484-17c2-4cdb-b3e2-b6612dda410d, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=MzQxYjc3YjctMWY2NDIwNjItZDA3YzlmODAtMzJkNjExOA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 9e546484-17c2-4cdb-b3e2-b6612dda410d, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, b0d91f8c-b517-4eba-8ee6-a6a2fe16910e, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b0d91f8c-b517-4eba-8ee6-a6a2fe16910e, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b0d91f8c-b517-4eba-8ee6-a6a2fe16910e, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c03a87b3-68e5-46bb-a552-b7ab41d0771d, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c03a87b3-68e5-46bb-a552-b7ab41d0771d, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c03a87b3-68e5-46bb-a552-b7ab41d0771d, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=OTJkNDEwZDQtMjZjNjU2ZmEtYmE1N2VjYzktNGNhMDMwM2Q=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e52949e5-9b8a-4723-807d-b35110c77e3c, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e52949e5-9b8a-4723-807d-b35110c77e3c, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=OTJkNDEwZDQtMjZjNjU2ZmEtYmE1N2VjYzktNGNhMDMwM2Q=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e52949e5-9b8a-4723-807d-b35110c77e3c, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=OTJkNDEwZDQtMjZjNjU2ZmEtYmE1N2VjYzktNGNhMDMwM2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 05cec533-0e9e-4b59-b7b0-218eacc88dfe, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 05cec533-0e9e-4b59-b7b0-218eacc88dfe, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=OTJkNDEwZDQtMjZjNjU2ZmEtYmE1N2VjYzktNGNhMDMwM2Q=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/test/table` (a, b) VALUES (1, 1);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 05cec533-0e9e-4b59-b7b0-218eacc88dfe, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=OTJkNDEwZDQtMjZjNjU2ZmEtYmE1N2VjYzktNGNhMDMwM2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, d4fd6344-e9e3-4f64-8940-5ef371a045a9, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, d4fd6344-e9e3-4f64-8940-5ef371a045a9, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=OTJkNDEwZDQtMjZjNjU2ZmEtYmE1N2VjYzktNGNhMDMwM2Q=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, d4fd6344-e9e3-4f64-8940-5ef371a045a9, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e52949e5-9b8a-4723-807d-b35110c77e3c, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
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/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 54415e9b-2acd-4363-a87a-f151b845ebe5, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 54415e9b-2acd-4363-a87a-f151b845ebe5, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 54415e9b-2acd-4363-a87a-f151b845ebe5, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c81bd65b-1683-452d-adb9-58a2df5f28c4, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c81bd65b-1683-452d-adb9-58a2df5f28c4, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c81bd65b-1683-452d-adb9-58a2df5f28c4, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=NDVhNGUwZTEtZmY2OWZkMTItYTJiYmMzZTMtNjI3OWQ3ZTg=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 915e5af4-c11b-4d6c-956a-ef47cad6b1fb, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 915e5af4-c11b-4d6c-956a-ef47cad6b1fb, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=NDVhNGUwZTEtZmY2OWZkMTItYTJiYmMzZTMtNjI3OWQ3ZTg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 915e5af4-c11b-4d6c-956a-ef47cad6b1fb, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=NDVhNGUwZTEtZmY2OWZkMTItYTJiYmMzZTMtNjI3OWQ3ZTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 799fc285-d890-4fab-8cb7-e011019e8c46, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 799fc285-d890-4fab-8cb7-e011019e8c46, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=NDVhNGUwZTEtZmY2OWZkMTItYTJiYmMzZTMtNjI3OWQ3ZTg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "CREATE USER user2;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 799fc285-d890-4fab-8cb7-e011019e8c46, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=NDVhNGUwZTEtZmY2OWZkMTItYTJiYmMzZTMtNjI3OWQ3ZTg=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 30440fab-8947-40f0-b079-cb2243a615cf, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 30440fab-8947-40f0-b079-cb2243a615cf, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=NDVhNGUwZTEtZmY2OWZkMTItYTJiYmMzZTMtNjI3OWQ3ZTg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 30440fab-8947-40f0-b079-cb2243a615cf, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 915e5af4-c11b-4d6c-956a-ef47cad6b1fb, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 51d45960-6662-420c-9d06-76b7f20049d4, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 51d45960-6662-420c-9d06-76b7f20049d4, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 51d45960-6662-420c-9d06-76b7f20049d4, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0464f234-d140-471d-a8d4-ba80859d8b75, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0464f234-d140-471d-a8d4-ba80859d8b75, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0464f234-d140-471d-a8d4-ba80859d8b75, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ZmU4ODA4NTEtZGNlY2I2MDctZjg4ZGRhN2MtOTM3M2IyYjE=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ad69bcb1-f017-4e10-b92f-17dd84af6be5, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ad69bcb1-f017-4e10-b92f-17dd84af6be5, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZmU4ODA4NTEtZGNlY2I2MDctZjg4ZGRhN2MtOTM3M2IyYjE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ad69bcb1-f017-4e10-b92f-17dd84af6be5, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ZmU4ODA4NTEtZGNlY2I2MDctZjg4ZGRhN2MtOTM3M2IyYjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 78db3e29-eb8f-4a7b-bcd0-ceeb0e16e9ce, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 78db3e29-eb8f-4a7b-bcd0-ceeb0e16e9ce, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZmU4ODA4NTEtZGNlY2I2MDctZjg4ZGRhN2MtOTM3M2IyYjE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "REVOKE all ON `/Root/test/table` FROM user2;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 78db3e29-eb8f-4a7b-bcd0-ceeb0e16e9ce, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=ZmU4ODA4NTEtZGNlY2I2MDctZjg4ZGRhN2MtOTM3M2IyYjE=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 7732bc0b-0885-424b-8d12-addebe0e2205, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 7732bc0b-0885-424b-8d12-addebe0e2205, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZmU4ODA4NTEtZGNlY2I2MDctZjg4ZGRhN2MtOTM3M2IyYjE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 7732bc0b-0885-424b-8d12-addebe0e2205, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
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:15955
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ad69bcb1-f017-4e10-b92f-17dd84af6be5, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test
DEBUG    ydb.credentials.StaticCredentials:credentials.py:113 Start refresh token from metadata
INFO     ydb.credentials.StaticCredentials:credentials.py:115 Cached token reached refresh_in deadline, current time 1762428692.5118148, deadline 0
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:421 RpcState(Login, 67093c0c-d765-473d-a70b-c3e06602e33d, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(Login, 67093c0c-d765-473d-a70b-c3e06602e33d, localhost:15955): request = { operation_params { operation_timeout { seconds: 10 } cancel_after { seconds: 10 } } user: "user2" }
DEBUG    ydb.connection:connection.py:52 RpcState(Login, 67093c0c-d765-473d-a70b-c3e06602e33d, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Auth.LoginResult] { token: "eyJhbGciOiJQUzI1NiIsImtpZCI6IjEifQ.eyJhdWQiOlsiXC9Sb290Il0sImV4cCI6MTc2MjQ3MTg5MiwiaWF0IjoxNzYyNDI4NjkyLCJzdWIiOiJ1c2VyMiJ9.K0Ep03qEzahMveIdZfdRS1j8A5gK1AE4-Zamvo9D2WeDa6HLCbW3a7RJ-LL74FMNnOhG6e612hixvdVEsHjMLk0ymKFoLKlr9kHOYsq3E0diy7TS85cFJaTkj5WSJfyBfgGwXXKa0LDgZJeiZUwQWSfSNqoIrynWJapk2ssrpBYqtFG_Vf5BuDK4f2LILen6S28WWvEA0zJ4uP0USPGa07WWoBMLZC_65osWTLkTb2nuDusonWol5DcbAMCcbW7oRuP93RNrw9LfxRkUb4LQo3jizm-qdbiwC-7rhKEXrvBJPdZfN_9K69CpBWKkoIOGlTHohQRsd58TPRLIyvY_JA" } } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15955
INFO     ydb.credentials.StaticCredentials:credentials.py:139 Token refresh successful. current_time 1762428692.5118148, refresh_in 1762429142.7200518
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4e0c2f50-8a80-48e0-9b4d-6bf6c3765036, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4e0c2f50-8a80-48e0-9b4d-6bf6c3765036, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4e0c2f50-8a80-48e0-9b4d-6bf6c3765036, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 303c177b-0236-47c7-b24e-6a78cd21788e, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 303c177b-0236-47c7-b24e-6a78cd21788e, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 303c177b-0236-47c7-b24e-6a78cd21788e, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=Y2FhYzJkZGQtZDFlMzU5ZWYtYjMwZDI2ZTQtY2E4ZTYxZjE=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, b4bb44be-ecf9-4168-9c8c-d47ab171ec30, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, b4bb44be-ecf9-4168-9c8c-d47ab171ec30, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=Y2FhYzJkZGQtZDFlMzU5ZWYtYjMwZDI2ZTQtY2E4ZTYxZjE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, b4bb44be-ecf9-4168-9c8c-d47ab171ec30, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=Y2FhYzJkZGQtZDFlMzU5ZWYtYjMwZDI2ZTQtY2E4ZTYxZjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bce359bd-d8f4-43f4-a444-0854237be7be, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bce359bd-d8f4-43f4-a444-0854237be7be, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=Y2FhYzJkZGQtZDFlMzU5ZWYtYjMwZDI2ZTQtY2E4ZTYxZjE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `/Root/test/table` ADD CHANGEFEED updates WITH (FORMAT = \'JSON\', MODE = \'NEW_AND_OLD_IMAGES\', INITIAL_SCAN = TRUE);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bce359bd-d8f4-43f4-a444-0854237be7be, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=Y2FhYzJkZGQtZDFlMzU5ZWYtYjMwZDI2ZTQtY2E4ZTYxZjE=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 5eca089a-2a67-4481-975c-bd110122a1e9, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 5eca089a-2a67-4481-975c-bd110122a1e9, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=Y2FhYzJkZGQtZDFlMzU5ZWYtYjMwZDI2ZTQtY2E4ZTYxZjE=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 5eca089a-2a67-4481-975c-bd110122a1e9, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b4bb44be-ecf9-4168-9c8c-d47ab171ec30, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
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/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, c51b5633-b32a-4f30-89f8-917ced12b97f, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c51b5633-b32a-4f30-89f8-917ced12b97f, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c51b5633-b32a-4f30-89f8-917ced12b97f, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fa761934-8e17-4956-9c42-f153d9e76bb0, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fa761934-8e17-4956-9c42-f153d9e76bb0, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fa761934-8e17-4956-9c42-f153d9e76bb0, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ZjQzZWFlN2UtM2ViMGFiZDgtMzUyOGRlMjUtNjY1M2Y5MzU=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 52d4bbb9-1ef2-4d4a-8331-70e97aa77b94, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 52d4bbb9-1ef2-4d4a-8331-70e97aa77b94, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZjQzZWFlN2UtM2ViMGFiZDgtMzUyOGRlMjUtNjY1M2Y5MzU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 52d4bbb9-1ef2-4d4a-8331-70e97aa77b94, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ZjQzZWFlN2UtM2ViMGFiZDgtMzUyOGRlMjUtNjY1M2Y5MzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dfa00eff-511f-476a-aa48-6a5d5982990e, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dfa00eff-511f-476a-aa48-6a5d5982990e, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZjQzZWFlN2UtM2ViMGFiZDgtMzUyOGRlMjUtNjY1M2Y5MzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "GRANT \'ydb.granular.alter_schema\', \'ydb.granular.describe_schema\' ON `/Root/test/table` TO user2;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dfa00eff-511f-476a-aa48-6a5d5982990e, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=ZjQzZWFlN2UtM2ViMGFiZDgtMzUyOGRlMjUtNjY1M2Y5MzU=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 51878ab8-f855-4805-9293-4f9cf3fdb221, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 51878ab8-f855-4805-9293-4f9cf3fdb221, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZjQzZWFlN2UtM2ViMGFiZDgtMzUyOGRlMjUtNjY1M2Y5MzU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 51878ab8-f855-4805-9293-4f9cf3fdb221, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 52d4bbb9-1ef2-4d4a-8331-70e97aa77b94, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
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/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 5c0217f4-0869-4baf-ab70-f786e105ddf9, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5c0217f4-0869-4baf-ab70-f786e105ddf9, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5c0217f4-0869-4baf-ab70-f786e105ddf9, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3418eace-e80d-4f14-a0d1-630ea26d2771, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3418eace-e80d-4f14-a0d1-630ea26d2771, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3418eace-e80d-4f14-a0d1-630ea26d2771, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=Mjg3MzIxZTEtY2Y1ODhiOTgtYTBlNTM1YzgtZGMyOGU4ZTI=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e54b5908-51b7-4c0c-8012-05fffe7fbe9e, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e54b5908-51b7-4c0c-8012-05fffe7fbe9e, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=Mjg3MzIxZTEtY2Y1ODhiOTgtYTBlNTM1YzgtZGMyOGU4ZTI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e54b5908-51b7-4c0c-8012-05fffe7fbe9e, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=Mjg3MzIxZTEtY2Y1ODhiOTgtYTBlNTM1YzgtZGMyOGU4ZTI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e9de22d4-ff64-48b9-9777-cbf33b13c15b, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e9de22d4-ff64-48b9-9777-cbf33b13c15b, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=Mjg3MzIxZTEtY2Y1ODhiOTgtYTBlNTM1YzgtZGMyOGU4ZTI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `/Root/test/table` ADD CHANGEFEED updates WITH (FORMAT = \'JSON\', MODE = \'NEW_AND_OLD_IMAGES\', INITIAL_SCAN = TRUE);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e9de22d4-ff64-48b9-9777-cbf33b13c15b, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=Mjg3MzIxZTEtY2Y1ODhiOTgtYTBlNTM1YzgtZGMyOGU4ZTI=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 58de12d5-d2e9-4063-8b2a-324f3f2a6bcc, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 58de12d5-d2e9-4063-8b2a-324f3f2a6bcc, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=Mjg3MzIxZTEtY2Y1ODhiOTgtYTBlNTM1YzgtZGMyOGU4ZTI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 58de12d5-d2e9-4063-8b2a-324f3f2a6bcc, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e54b5908-51b7-4c0c-8012-05fffe7fbe9e, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d671634a-8a48-44a0-b747-3e9cea038867, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d671634a-8a48-44a0-b747-3e9cea038867, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d671634a-8a48-44a0-b747-3e9cea038867, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fd88bf4b-f526-4906-995d-9d379e82f180, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fd88bf4b-f526-4906-995d-9d379e82f180, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fd88bf4b-f526-4906-995d-9d379e82f180, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=Y2E2MDU4ODUtNDM2OTI1ZmMtYTA1MjVlOTktNmVjZDJiMjQ=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e99fc94d-86a6-410a-807c-a162c09965f1, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e99fc94d-86a6-410a-807c-a162c09965f1, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=Y2E2MDU4ODUtNDM2OTI1ZmMtYTA1MjVlOTktNmVjZDJiMjQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e99fc94d-86a6-410a-807c-a162c09965f1, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=Y2E2MDU4ODUtNDM2OTI1ZmMtYTA1MjVlOTktNmVjZDJiMjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, efdd507a-c6dc-4ec3-83ce-2b5b1eafe927, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, efdd507a-c6dc-4ec3-83ce-2b5b1eafe927, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=Y2E2MDU4ODUtNDM2OTI1ZmMtYTA1MjVlOTktNmVjZDJiMjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "CREATE USER user3;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, efdd507a-c6dc-4ec3-83ce-2b5b1eafe927, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=Y2E2MDU4ODUtNDM2OTI1ZmMtYTA1MjVlOTktNmVjZDJiMjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 554b4c88-759c-4030-8f7f-f0ed10f8cc32, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 554b4c88-759c-4030-8f7f-f0ed10f8cc32, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=Y2E2MDU4ODUtNDM2OTI1ZmMtYTA1MjVlOTktNmVjZDJiMjQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 554b4c88-759c-4030-8f7f-f0ed10f8cc32, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
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/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a16a73a0-81ed-4fae-9c32-90fe95fa18c6, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a16a73a0-81ed-4fae-9c32-90fe95fa18c6, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a16a73a0-81ed-4fae-9c32-90fe95fa18c6, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6940488c-90f3-4682-bd0e-b3c8e2ca5e50, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6940488c-90f3-4682-bd0e-b3c8e2ca5e50, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6940488c-90f3-4682-bd0e-b3c8e2ca5e50, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ZGM0NGI2MC01MDVmZGE2Ni04YzY4YzM4ZS0xYjM5ZTVlZQ==" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 406dbf99-281e-4cca-9a6d-7ae016b24b1d, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 406dbf99-281e-4cca-9a6d-7ae016b24b1d, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGM0NGI2MC01MDVmZGE2Ni04YzY4YzM4ZS0xYjM5ZTVlZQ==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 406dbf99-281e-4cca-9a6d-7ae016b24b1d, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ZGM0NGI2MC01MDVmZGE2Ni04YzY4YzM4ZS0xYjM5ZTVlZQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 50fe640d-f55e-4557-87b4-cd09f6eeece7, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50fe640d-f55e-4557-87b4-cd09f6eeece7, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGM0NGI2MC01MDVmZGE2Ni04YzY4YzM4ZS0xYjM5ZTVlZQ==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "REVOKE all ON `/Root/test/table` FROM user3;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 50fe640d-f55e-4557-87b4-cd09f6eeece7, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=ZGM0NGI2MC01MDVmZGE2Ni04YzY4YzM4ZS0xYjM5ZTVlZQ==
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 8eebebc7-62f1-4393-8f31-54ecb68452ee, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 8eebebc7-62f1-4393-8f31-54ecb68452ee, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGM0NGI2MC01MDVmZGE2Ni04YzY4YzM4ZS0xYjM5ZTVlZQ==" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 8eebebc7-62f1-4393-8f31-54ecb68452ee, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
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/test
DEBUG    ydb.credentials.StaticCredentials:credentials.py:113 Start refresh token from metadata
INFO     ydb.credentials.StaticCredentials:credentials.py:115 Cached token reached refresh_in deadline, current time 1762428696.2805786, deadline 0
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:421 RpcState(Login, 152f750b-8df7-47a6-87fc-27a53e839989, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(Login, 152f750b-8df7-47a6-87fc-27a53e839989, localhost:15955): request = { operation_params { operation_timeout { seconds: 10 } cancel_after { seconds: 10 } } user: "user3" }
DEBUG    ydb.connection:connection.py:52 RpcState(Login, 152f750b-8df7-47a6-87fc-27a53e839989, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Auth.LoginResult] { token: "eyJhbGciOiJQUzI1NiIsImtpZCI6IjEifQ.eyJhdWQiOlsiXC9Sb290Il0sImV4cCI6MTc2MjQ3MTg5NiwiaWF0IjoxNzYyNDI4Njk2LCJzdWIiOiJ1c2VyMyJ9.3yjw5sjDF_LO8xbmN6iunSWSw0V2OgbNf-JGEsbAV7abG3_DAV6TJ6uCrqWstx12tGOQPK-Zzm7ZpTjib9XWkkVHLt4gFfovYEcj1FmrXLUChYCHLeeFKID_iitD__MFqT46FRgybuEh6_K9-9ThEomHABGbtgrReIA5VMkuoNKrdipWAeAax0XfWA57qydf7cQTSFPNnsgsBa8eV3mr-pt48YrN-Sq2Gy5ZJ-j6hDgQc9xu7T4pbT9cfn50ucygodM_aMR6zbnXs2yTeVxQQXGIt1SX-eKGKMR8Umx8oZvh_L69xBYQ-DzstSPxNnUB7Ra1sTMCz-cBfP4tNO0MPA" } } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15955
INFO     ydb.credentials.StaticCredentials:credentials.py:139 Token refresh successful. current_time 1762428696.2805786, refresh_in 1762429146.4881995
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 2a798b96-1553-4a6b-8ac1-a1a717413588, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2a798b96-1553-4a6b-8ac1-a1a717413588, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2a798b96-1553-4a6b-8ac1-a1a717413588, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 59d35d37-58e7-4b9f-98e6-da83118f9e6e, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 59d35d37-58e7-4b9f-98e6-da83118f9e6e, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 59d35d37-58e7-4b9f-98e6-da83118f9e6e, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ZGIwMjExYjYtM2ZlMTY5MzctYmQyN2JkMTctOTk1ZDAzN2Y=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 77cfcc30-fe81-4d93-80d5-f550050772b8, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 77cfcc30-fe81-4d93-80d5-f550050772b8, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGIwMjExYjYtM2ZlMTY5MzctYmQyN2JkMTctOTk1ZDAzN2Y=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 77cfcc30-fe81-4d93-80d5-f550050772b8, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ZGIwMjExYjYtM2ZlMTY5MzctYmQyN2JkMTctOTk1ZDAzN2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b5e7d94b-ebd0-4c21-840f-1d7bcad1e580, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b5e7d94b-ebd0-4c21-840f-1d7bcad1e580, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGIwMjExYjYtM2ZlMTY5MzctYmQyN2JkMTctOTk1ZDAzN2Y=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TOPIC `/Root/test/table/updates` ADD CONSUMER consumer;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b5e7d94b-ebd0-4c21-840f-1d7bcad1e580, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=ZGIwMjExYjYtM2ZlMTY5MzctYmQyN2JkMTctOTk1ZDAzN2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 2ff514a2-d597-4ae3-99e4-43526423ca8b, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 2ff514a2-d597-4ae3-99e4-43526423ca8b, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGIwMjExYjYtM2ZlMTY5MzctYmQyN2JkMTctOTk1ZDAzN2Y=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 2ff514a2-d597-4ae3-99e4-43526423ca8b, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 77cfcc30-fe81-4d93-80d5-f550050772b8, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
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/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a2700145-b3f3-4410-a1f8-09f236f5935e, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a2700145-b3f3-4410-a1f8-09f236f5935e, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a2700145-b3f3-4410-a1f8-09f236f5935e, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8e4d0b1b-42a5-4244-b1f3-27ad12f6477b, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8e4d0b1b-42a5-4244-b1f3-27ad12f6477b, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8e4d0b1b-42a5-4244-b1f3-27ad12f6477b, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ZGViOTc1ZDEtNzI1ODdkMjYtODgzMzk3NTQtNTE1NzBhOTY=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, da4734ef-3d8e-44d9-a6a2-aa3a2f6d39b3, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, da4734ef-3d8e-44d9-a6a2-aa3a2f6d39b3, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGViOTc1ZDEtNzI1ODdkMjYtODgzMzk3NTQtNTE1NzBhOTY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, da4734ef-3d8e-44d9-a6a2-aa3a2f6d39b3, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ZGViOTc1ZDEtNzI1ODdkMjYtODgzMzk3NTQtNTE1NzBhOTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6a6ba7b3-31ca-462e-972f-d5cc978cd6b9, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6a6ba7b3-31ca-462e-972f-d5cc978cd6b9, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGViOTc1ZDEtNzI1ODdkMjYtODgzMzk3NTQtNTE1NzBhOTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "GRANT \'ydb.granular.alter_schema\', \'ydb.granular.describe_schema\' ON `/Root/test/table` TO user3;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6a6ba7b3-31ca-462e-972f-d5cc978cd6b9, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=ZGViOTc1ZDEtNzI1ODdkMjYtODgzMzk3NTQtNTE1NzBhOTY=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 17dd7f33-817a-4961-b46d-ba31d5bdcb9c, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 17dd7f33-817a-4961-b46d-ba31d5bdcb9c, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGViOTc1ZDEtNzI1ODdkMjYtODgzMzk3NTQtNTE1NzBhOTY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 17dd7f33-817a-4961-b46d-ba31d5bdcb9c, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
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:15955
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, da4734ef-3d8e-44d9-a6a2-aa3a2f6d39b3, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
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/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a4889c30-dc08-4c53-a5fb-d36833f1efd3, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a4889c30-dc08-4c53-a5fb-d36833f1efd3, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a4889c30-dc08-4c53-a5fb-d36833f1efd3, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dc1e789e-ca40-42b6-b4bd-5154f0ffaf22, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dc1e789e-ca40-42b6-b4bd-5154f0ffaf22, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dc1e789e-ca40-42b6-b4bd-5154f0ffaf22, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=ZGZjM2YzYzAtN2FhZWNmNGMtYmIyNGYyNWQtNTg1NTUzY2E=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 04a4b4f3-6a09-4043-9c49-262ca12c10ab, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 04a4b4f3-6a09-4043-9c49-262ca12c10ab, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGZjM2YzYzAtN2FhZWNmNGMtYmIyNGYyNWQtNTg1NTUzY2E=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 04a4b4f3-6a09-4043-9c49-262ca12c10ab, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=ZGZjM2YzYzAtN2FhZWNmNGMtYmIyNGYyNWQtNTg1NTUzY2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9e4ca8d7-df77-4793-9a6c-5353a0f38e67, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9e4ca8d7-df77-4793-9a6c-5353a0f38e67, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGZjM2YzYzAtN2FhZWNmNGMtYmIyNGYyNWQtNTg1NTUzY2E=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TOPIC `/Root/test/table/updates` ADD CONSUMER consumer;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9e4ca8d7-df77-4793-9a6c-5353a0f38e67, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=ZGZjM2YzYzAtN2FhZWNmNGMtYmIyNGYyNWQtNTg1NTUzY2E=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, d312a469-5262-4a41-a43d-c4594bc6e32d, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, d312a469-5262-4a41-a43d-c4594bc6e32d, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=ZGZjM2YzYzAtN2FhZWNmNGMtYmIyNGYyNWQtNTg1NTUzY2E=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, d312a469-5262-4a41-a43d-c4594bc6e32d, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 04a4b4f3-6a09-4043-9c49-262ca12c10ab, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
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/test
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, dc6fcda6-734d-4076-9457-2df193fa229c, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, dc6fcda6-734d-4076-9457-2df193fa229c, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, dc6fcda6-734d-4076-9457-2df193fa229c, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 1, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5eed5df9-e5fc-4075-bdaa-d6720d6884bd, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5eed5df9-e5fc-4075-bdaa-d6720d6884bd, ghrun-pabuy7zjau.auto.internal:15205): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5eed5df9-e5fc-4075-bdaa-d6720d6884bd, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS session_id: "ydb://session/3?node_id=50000&id=MWFhYWFhYjUtOGEzYTEyYmMtZDhjNDViZDUtNzA4YzBhMGQ=" node_id: 50000 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a55198cf-9f73-4123-869e-a36cd41c920c, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a55198cf-9f73-4123-869e-a36cd41c920c, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=MWFhYWFhYjUtOGEzYTEyYmMtZDhjNDViZDUtNzA4YzBhMGQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a55198cf-9f73-4123-869e-a36cd41c920c, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=50000&id=MWFhYWFhYjUtOGEzYTEyYmMtZDhjNDViZDUtNzA4YzBhMGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a50c67a3-422d-422f-bc7b-ff58d51e03d4, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a50c67a3-422d-422f-bc7b-ff58d51e03d4, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=MWFhYWFhYjUtOGEzYTEyYmMtZDhjNDViZDUtNzA4YzBhMGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "CREATE USER user4;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a50c67a3-422d-422f-bc7b-ff58d51e03d4, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=50000&id=MWFhYWFhYjUtOGEzYTEyYmMtZDhjNDViZDUtNzA4YzBhMGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, bf0a5bb4-1ee6-4ac6-b50a-cd28d977dafc, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, bf0a5bb4-1ee6-4ac6-b50a-cd28d977dafc, ghrun-pabuy7zjau.auto.internal:15205): request = { session_id: "ydb://session/3?node_id=50000&id=MWFhYWFhYjUtOGEzYTEyYmMtZDhjNDViZDUtNzA4YzBhMGQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, bf0a5bb4-1ee6-4ac6-b50a-cd28d977dafc, ghrun-pabuy7zjau.auto.internal:15205): response = { status: SUCCESS }
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a55198cf-9f73-4123-869e-a36cd41c920c, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
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.topic:topic.py:560 Create reader for topic=/Root/test/table/updates consumer=consumer
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    asyncio:selector_events.py:64 Using selector: EpollSelector
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:231 init reader reconnector id=1
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:244 reader 1 connect attempt 0
DEBUG    ydb.credentials.StaticCredentials:credentials.py:113 Start refresh token from metadata
INFO     ydb.credentials.StaticCredentials:credentials.py:115 Cached token reached refresh_in deadline, current time 1762428699.972412, deadline 0
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:251 reader 1, attempt 0 connection loop error Couldn't find valid connection
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._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:258 sleep before retry for 0.7560690453868955 seconds
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:156 receive_message
DEBUG    ydb.connection:connection.py:421 RpcState(Login, ad006bf4-a7f3-4c7f-bb18-6210e7b2b944, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(Login, ad006bf4-a7f3-4c7f-bb18-6210e7b2b944, localhost:15955): request = { operation_params { operation_timeout { seconds: 10 } cancel_after { seconds: 10 } } user: "user4" }
DEBUG    ydb.connection:connection.py:52 RpcState(Login, ad006bf4-a7f3-4c7f-bb18-6210e7b2b944, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Auth.LoginResult] { token: "eyJhbGciOiJQUzI1NiIsImtpZCI6IjEifQ.eyJhdWQiOlsiXC9Sb290Il0sImV4cCI6MTc2MjQ3MTg5OSwiaWF0IjoxNzYyNDI4Njk5LCJzdWIiOiJ1c2VyNCJ9.uTRoHMGly5z0BbJ0gm6__bweBV85NBDbnvgWNOp29yP_QoneJkzx23Q7QaeTREMUht5pV1VZSXP1K_y6rVqExUnbsWU5KeQKeRaqRzEt6Q--nUVCS5sJAWHCF1GrnLMBVOmz1wj69Lh9HCetPNmEt91rp43jbpgc053qZzOjGeF4eV4V6xyQ-uIlc6OxOmElxPqp7e28OIu8imFO4gPTyIE60lmLXBm6XTQ6xOcQkGRdB2-Pjo-XqLoPzmZg4Ks2PVdFoVHxLGUPNMzHOrDw6P_ofY52PLJCD1_q2vrCzkKWMCVbSCc02IOu-gKowF1oxExXjriw7JGy2UZ8aK6gCA" } } } }
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15955
INFO     ydb.credentials.StaticCredentials:credentials.py:139 Token refresh successful. current_time 1762428699.972412, refresh_in 1762429150.1905448
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, b0835007-927e-4fee-8043-ed8c8d812d44, localhost:15955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b0835007-927e-4fee-8043-ed8c8d812d44, localhost:15955): request = { database: "/Root/test" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b0835007-927e-4fee-8043-ed8c8d812d44, localhost:15955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pabuy7zjau.auto.internal" port: 15205 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" node_id: 50000 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root/test: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-pabuy7zjau.auto.internal:15205, location , 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:15955
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:244 reader 1 connect attempt 1
DEBUG    ydb.connection:connection.py:421 RpcState(StreamRead, 66830019-5e80-4be5-a94d-0da4df78ab4b, ghrun-pabuy7zjau.auto.internal:15205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(StreamRead, 66830019-5e80-4be5-a94d-0da4df78ab4b, ghrun-pabuy7zjau.auto.internal:15205): request = { <ydb._grpc.grpcwrapper.common_utils.AsyncQueueToSyncIteratorAsyncIO object at 0x7fd157696b20> }
DEBUG    ydb.connection:connection.py:52 RpcState(StreamRead, 66830019-5e80-4be5-a94d-0da4df78ab4b, ghrun-pabuy7zjau.auto.internal:15205): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:467 created ReaderStream id=1 reconnector=1
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:495 reader stream 1 send init request
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:507 reader stream 1 initialized session=consumer_50000_1_5185891309797918247_v1
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:486 reader stream 1 started session=consumer_50000_1_5185891309797918247_v1
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:246 reader 1 connected stream 1
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:646 reader stream 1 start read loop
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:670 reader stream 1 start partition 1
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:197 Close topic reader
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:377 reader reconnector 1 close
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:944 reader stream 1 close
DEBUG    ydb.connection:connection.py:78 RpcState(StreamRead, 66830019-5e80-4be5-a94d-0da4df78ab4b, ghrun-pabuy7zjau.auto.internal:15205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:251 reader 1, attempt 0 connection loop error Topic reader stream is closed
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:254 reader 1 stop connection loop due to Topic reader stream is closed
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:963 reader stream 1 was closed
DEBUG    ydb._topic_reader.topic_reader_asyncio:topic_reader_asyncio.py:200 Topic reader was closed
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:15955
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-pabuy7zjau.auto.internal:15205
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.fixtures:__init__.py:58 destroy ydb_cluster for __tests__.test_grants
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:15205/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:15955/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13618
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32181
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28609
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65407
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15205
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23745
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14407
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11748
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15955
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6505
============================== slowest durations ===============================
20.97s call     test_grants.py::test_cdc_grants
7.01s teardown test_grants.py::test_cdc_grants
3.95s setup    test_grants.py::test_cdc_grants
=========================== short test summary info ============================
FAILED test_grants.py::test_cdc_grants - TimeoutError
======================= 1 failed, 4 deselected in 32.34s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000426/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00040d/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.08s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00041c/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.10s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000418/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.07s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000424/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.07s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00042f/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.09s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00042c/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.07s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00041f/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.09s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000411/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.11s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00042a/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.07s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000406/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.08s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000422/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.12s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000428/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.13s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00041e/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.07s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00040b/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.08s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00040f/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.12s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000416/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.08s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/00041a/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.11s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8cg8/000414/ydb/tests/functional/security/test-results/py3test/testing_out_stuff/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 5 items / 4 deselected / 1 selected

============================ 4 deselected in 0.07s =============================
