============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00437c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

basic_user_scenarios.py .

============================== slowest durations ===============================
26.91s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
4.95s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 54.22s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004327/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

basic_user_scenarios.py .

============================== slowest durations ===============================
26.56s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
5.41s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 54.26s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00412f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

basic_user_scenarios.py .

============================== slowest durations ===============================
74.72s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
5.17s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
======================== 1 passed in 102.18s (0:01:42) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00438a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

basic_user_scenarios.py .

============================== slowest durations ===============================
65.83s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
12.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
6.56s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
========================= 1 passed in 84.83s (0:01:24) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00434f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

basic_user_scenarios.py .

============================== slowest durations ===============================
28.00s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
6.92s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 57.41s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00439c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1710: in test_incremental_chain_restore_when_tables_deleted
    stage_inc3 = orchestrator.stage(BackupType.INCREMENTAL, "Inc 3")
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1018: in stage
    snapshot = self.snapshot_capture.capture_tables(self.tables)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:965: in capture_tables
    rows = self.test._capture_snapshot(table_name)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:397: in _capture_snapshot
    return sdk_select_table_rows(session, table)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:114: in sdk_select_table_rows
    result_sets = session.transaction().execute(sql, commit_tx=True)
contrib/python/ydb/py3/ydb/table.py:2392: in execute
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:464: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:20: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:9: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:22: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:165: in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 5 requested, table schemaversion 6 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_incremental_chain_restore_when_tables_deleted
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1990
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/kdgu/00439c/r3tmp/kikimr_cluster_c21j15c7
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1150
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24567
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6065
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5146
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/kdgu/00439c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/kdgu/00439c/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/kdgu/00439c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile_5frd5kre.log --grpc-port=1150 --mon-port=24567 --ic-port=1990
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:1150/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/kdgu/00439c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/kdgu/00439c/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/kdgu/00439c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile_5frd5kre.log --grpc-port=1150 --mon-port=24567 --ic-port=1990
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/kdgu/00439c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/kdgu/00439c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile_5frd5kre.log', '--grpc-port=1150', '--mon-port=24567', '--ic-port=1990')' in '/home/runner/.ya/build/build_root/kdgu/00439c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1575332
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:1150/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/kdgu/00439c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1575337
DEBUG    ya.test:process.py:259 Command (pid 1575337) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1575337) elapsed time (sec): 1.111903190612793
DEBUG    ya.test:process.py:263 Command (pid 1575337) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1575337) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1575337) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1575337) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1575337) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1575337) maxrss: 541032
DEBUG    ya.test:process.py:263 Command (pid 1575337) minflt: 16175
DEBUG    ya.test:process.py:263 Command (pid 1575337) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1575337) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1575337) nivcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 1575337) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1575337) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1575337) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1575337) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1575337) stime: 0.6544519999999999
DEBUG    ya.test:process.py:263 Command (pid 1575337) utime: 0.139199
DEBUG    ya.test:process.py:263 Command (pid 1575337) wtime: 1.113
DEBUG    ya.test:process.py:275 Command (pid 1575337) output:
Git info:
    Commit: bf7c1958f27abf647dff57556e6a644aa68db9bd
    Branch: 
    Author: Dmitry Kardymon <kardymon.d@gmail.com>
    Summary: Merge cbe51154afab3531660d0e0ff731d107546413b3 into 56f5415ac8e1f960203dbeab65934470d30659cb

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-n26rxv7otu
    Host information: 
        Linux ghrun-n26rxv7otu 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 1575337) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: bf7c1958f27abf647dff57556e6a644aa68db9bd
    Branch: 
    Author: Dmitry Kardymon <kardymon.d@gmail.com>
    Summary: Merge cbe51154afab3531660d0e0ff731d107546413b3 into 56f5415ac8e1f960203dbeab65934470d30659cb
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1150', '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: 1990\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/kdgu/00439c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1150', '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: 1990\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1577379
DEBUG    ya.test:process.py:259 Command (pid 1577379) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1577379) elapsed time (sec): 0.8197400569915771
DEBUG    ya.test:process.py:263 Command (pid 1577379) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1577379) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1577379) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1577379) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1577379) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1577379) maxrss: 549272
DEBUG    ya.test:process.py:263 Command (pid 1577379) minflt: 18317
DEBUG    ya.test:process.py:263 Command (pid 1577379) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1577379) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1577379) nivcsw: 225
DEBUG    ya.test:process.py:263 Command (pid 1577379) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1577379) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1577379) nvcsw: 129
DEBUG    ya.test:process.py:263 Command (pid 1577379) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1577379) stime: 0.47228699999999996
DEBUG    ya.test:process.py:263 Command (pid 1577379) utime: 0.142449
DEBUG    ya.test:process.py:263 Command (pid 1577379) wtime: 0.823
DEBUG    ya.test:process.py:275 Command (pid 1577379) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1150', '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/kdgu/00439c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1150', '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: 1577842
DEBUG    ya.test:process.py:259 Command (pid 1577842) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1577842) elapsed time (sec): 0.6337416172027588
DEBUG    ya.test:process.py:263 Command (pid 1577842) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1577842) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1577842) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1577842) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1577842) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1577842) maxrss: 549296
DEBUG    ya.test:process.py:263 Command (pid 1577842) minflt: 18317
DEBUG    ya.test:process.py:263 Command (pid 1577842) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1577842) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1577842) nivcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 1577842) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1577842) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1577842) nvcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 1577842) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1577842) stime: 0.324723
DEBUG    ya.test:process.py:263 Command (pid 1577842) utime: 0.138448
DEBUG    ya.test:process.py:263 Command (pid 1577842) wtime: 0.656
DEBUG    ya.test:process.py:275 Command (pid 1577842) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 1577842) 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
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 5c6e9094-e28e-4654-a638-a75a797fa528, localhost:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5c6e9094-e28e-4654-a638-a75a797fa528, localhost:1150): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5c6e9094-e28e-4654-a638-a75a797fa528, localhost:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-n26rxv7otu.auto.internal" port: 1150 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-n26rxv7otu.auto.internal:1150, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1150
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion, test_name: test_incremental_chain_restore_when_tables_deleted)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 14744038-7627-40a8-8064-fb1417a6fefb, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 14744038-7627-40a8-8064-fb1417a6fefb, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 14744038-7627-40a8-8064-fb1417a6fefb, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGFmMjg2MjEtZjdjODJkNWMtZmY1ZmZmMDgtYTcwM2EzMTU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 166717a8-dc7f-4e7f-a89d-786d1bdba664, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 166717a8-dc7f-4e7f-a89d-786d1bdba664, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMjg2MjEtZjdjODJkNWMtZmY1ZmZmMDgtYTcwM2EzMTU=" path: "/Root/orders" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 166717a8-dc7f-4e7f-a89d-786d1bdba664, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0814ec85-2188-48b2-b7d4-f89bd95f941e, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0814ec85-2188-48b2-b7d4-f89bd95f941e, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMjg2MjEtZjdjODJkNWMtZmY1ZmZmMDgtYTcwM2EzMTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0814ec85-2188-48b2-b7d4-f89bd95f941e, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 1f1a3672-802c-4636-b7e1-9674f8464f1a, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 1f1a3672-802c-4636-b7e1-9674f8464f1a, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMjg2MjEtZjdjODJkNWMtZmY1ZmZmMDgtYTcwM2EzMTU=" path: "/Root/products" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateTable, 1f1a3672-802c-4636-b7e1-9674f8464f1a, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2cf92575-1c2b-4701-a970-7904f23a17c1, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cf92575-1c2b-4701-a970-7904f23a17c1, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMjg2MjEtZjdjODJkNWMtZmY1ZmZmMDgtYTcwM2EzMTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO products (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cf92575-1c2b-4701-a970-7904f23a17c1, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `chain_src_f05596f7`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH (\n                STORAGE = 'cluster',\n                INCREMENTAL_BACKUP_ENABLED = 'true'\n            );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1578349
DEBUG    ya.test:process.py:259 Command (pid 1578349) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1578349) elapsed time (sec): 0.18312764167785645
DEBUG    ya.test:process.py:263 Command (pid 1578349) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1578349) minflt: 3430
DEBUG    ya.test:process.py:263 Command (pid 1578349) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 1578349) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) nvcsw: 156
DEBUG    ya.test:process.py:263 Command (pid 1578349) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1578349) stime: 0.027528999999999998
DEBUG    ya.test:process.py:263 Command (pid 1578349) utime: 0.051125
DEBUG    ya.test:process.py:263 Command (pid 1578349) wtime: 0.184
DEBUG    ya.test:process.py:275 Command (pid 1578349) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, e2dfc13a-50d7-4688-b236-e54df09f12b7, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, e2dfc13a-50d7-4688-b236-e54df09f12b7, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_f05596f7" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, e2dfc13a-50d7-4688-b236-e54df09f12b7, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_f05596f7" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165910 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:351 Collection chain_src_f05596f7 found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 141ffd2e-af3c-47cf-988e-3d0f502d1545, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 141ffd2e-af3c-47cf-988e-3d0f502d1545, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 141ffd2e-af3c-47cf-988e-3d0f502d1545, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2FiZWMzMWUtY2QwODQyYmItYmJkY2IyYzMtMTY4YWY4OTc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, ceb5338d-5eb8-4873-afa0-c9fe1f6cbca4, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, ceb5338d-5eb8-4873-afa0-c9fe1f6cbca4, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=Y2FiZWMzMWUtY2QwODQyYmItYmJkY2IyYzMtMTY4YWY4OTc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, ceb5338d-5eb8-4873-afa0-c9fe1f6cbca4, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 95367921-9dc9-42e7-8681-ce5a0ad84f88, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95367921-9dc9-42e7-8681-ce5a0ad84f88, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=Y2FiZWMzMWUtY2QwODQyYmItYmJkY2IyYzMtMTY4YWY4OTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95367921-9dc9-42e7-8681-ce5a0ad84f88, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, ee9f8f15-1802-4132-9aa6-50bcef803358, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ee9f8f15-1802-4132-9aa6-50bcef803358, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ee9f8f15-1802-4132-9aa6-50bcef803358, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fc7941fe8b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 10). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bee1af56-1d08-4b25-a289-cdd7aa91691d, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bee1af56-1d08-4b25-a289-cdd7aa91691d, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, bee1af56-1d08-4b25-a289-cdd7aa91691d, ghrun-n26rxv7otu.auto.internal:1150): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bee1af56-1d08-4b25-a289-cdd7aa91691d, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWY5ZmE1NmEtZWM4Zjg0NDMtODZiOWRkNjItMzZjNTllMWY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, bee1af56-1d08-4b25-a289-cdd7aa91691d, ghrun-n26rxv7otu.auto.internal:1150): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 4c824109-f6aa-4008-b215-b12443ab6053, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 4c824109-f6aa-4008-b215-b12443ab6053, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWY5ZmE1NmEtZWM4Zjg0NDMtODZiOWRkNjItMzZjNTllMWY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 4c824109-f6aa-4008-b215-b12443ab6053, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 3a187cbc-e680-4e5f-a8c3-eee70a1625ea, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 3a187cbc-e680-4e5f-a8c3-eee70a1625ea, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 3a187cbc-e680-4e5f-a8c3-eee70a1625ea, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1578472
DEBUG    ya.test:process.py:259 Command (pid 1578472) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1578472) elapsed time (sec): 0.18129420280456543
DEBUG    ya.test:process.py:263 Command (pid 1578472) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1578472) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1578472) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1578472) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1578472) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1578472) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1578472) minflt: 3442
DEBUG    ya.test:process.py:263 Command (pid 1578472) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1578472) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1578472) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 1578472) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1578472) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1578472) nvcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 1578472) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1578472) stime: 0.024850999999999998
DEBUG    ya.test:process.py:263 Command (pid 1578472) utime: 0.053845
DEBUG    ya.test:process.py:263 Command (pid 1578472) wtime: 0.183
DEBUG    ya.test:process.py:275 Command (pid 1578472) output:

DEBUG    ya.test:process.py:276 Command (pid 1578472) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5d20d19a-c337-43c4-b75c-ba76faf6c1b5, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5d20d19a-c337-43c4-b75c-ba76faf6c1b5, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5d20d19a-c337-43c4-b75c-ba76faf6c1b5, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2U0Zjk4MzgtN2NhZmFhNjYtMTJjODIwZDEtMjMxZTM4NDQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3932cd14-d7ca-4829-b534-57cc31063f31, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3932cd14-d7ca-4829-b534-57cc31063f31, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=N2U0Zjk4MzgtN2NhZmFhNjYtMTJjODIwZDEtMjMxZTM4NDQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3932cd14-d7ca-4829-b534-57cc31063f31, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3fb417ac-19fe-4e0c-9668-cce244cff565, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fb417ac-19fe-4e0c-9668-cce244cff565, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=N2U0Zjk4MzgtN2NhZmFhNjYtMTJjODIwZDEtMjMxZTM4NDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fb417ac-19fe-4e0c-9668-cce244cff565, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, acbd4145-8cf4-4b39-bf6d-b7cd75f6dcf2, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, acbd4145-8cf4-4b39-bf6d-b7cd75f6dcf2, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, acbd4145-8cf4-4b39-bf6d-b7cd75f6dcf2, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, dfa5d795-b941-46f2-baef-0f63ee43556a, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, dfa5d795-b941-46f2-baef-0f63ee43556a, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWY5ZmE1NmEtZWM4Zjg0NDMtODZiOWRkNjItMzZjNTllMWY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, dfa5d795-b941-46f2-baef-0f63ee43556a, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 01e31e1c-2995-4a0a-9f74-b98720122e86, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 01e31e1c-2995-4a0a-9f74-b98720122e86, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 01e31e1c-2995-4a0a-9f74-b98720122e86, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1578786
DEBUG    ya.test:process.py:259 Command (pid 1578786) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1578786) elapsed time (sec): 0.19010353088378906
DEBUG    ya.test:process.py:263 Command (pid 1578786) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1578786) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1578786) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1578786) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1578786) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1578786) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1578786) minflt: 3440
DEBUG    ya.test:process.py:263 Command (pid 1578786) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1578786) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1578786) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 1578786) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1578786) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1578786) nvcsw: 133
DEBUG    ya.test:process.py:263 Command (pid 1578786) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1578786) stime: 0.026462
DEBUG    ya.test:process.py:263 Command (pid 1578786) utime: 0.049773
DEBUG    ya.test:process.py:263 Command (pid 1578786) wtime: 0.191
DEBUG    ya.test:process.py:275 Command (pid 1578786) output:

DEBUG    ya.test:process.py:276 Command (pid 1578786) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_f05596f7`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1579485
DEBUG    ya.test:process.py:259 Command (pid 1579485) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1579485) elapsed time (sec): 0.24243569374084473
DEBUG    ya.test:process.py:263 Command (pid 1579485) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1579485) minflt: 3427
DEBUG    ya.test:process.py:263 Command (pid 1579485) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 1579485) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 1579485) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1579485) stime: 0.025251
DEBUG    ya.test:process.py:263 Command (pid 1579485) utime: 0.050503
DEBUG    ya.test:process.py:263 Command (pid 1579485) wtime: 0.253
DEBUG    ya.test:process.py:275 Command (pid 1579485) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, cc6d359c-4b4e-432b-b484-ea87abcb270f, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, cc6d359c-4b4e-432b-b484-ea87abcb270f, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_f05596f7" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, cc6d359c-4b4e-432b-b484-ea87abcb270f, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_f05596f7" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165910 tx_id: 281474976710664 } } children { name: "20251110073607Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760167880 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, d798df40-0d67-4165-a87d-0f060ecf3edc, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, d798df40-0d67-4165-a87d-0f060ecf3edc, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_f05596f7" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, d798df40-0d67-4165-a87d-0f060ecf3edc, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_f05596f7" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165910 tx_id: 281474976710664 } } children { name: "20251110073607Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760167880 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c3b57dd9-e2f4-4b42-b6f7-a8547efeb5a1, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c3b57dd9-e2f4-4b42-b6f7-a8547efeb5a1, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c3b57dd9-e2f4-4b42-b6f7-a8547efeb5a1, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGUwM2UwODktYTViZDM4MjYtOTA3M2M3YzktMmY3OTJiZDg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5116e24a-896e-44bd-b3ec-6991fb036400, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5116e24a-896e-44bd-b3ec-6991fb036400, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=OGUwM2UwODktYTViZDM4MjYtOTA3M2M3YzktMmY3OTJiZDg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (10,1000,\"inc1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5116e24a-896e-44bd-b3ec-6991fb036400, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6c74876e-9254-4f75-b500-54ba598de748, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6c74876e-9254-4f75-b500-54ba598de748, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6c74876e-9254-4f75-b500-54ba598de748, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YWVkMjUyNzUtYjg5MDJhMmMtNmRmNzhjYjYtYjhjYWNlNmQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66141516-1268-4b19-9f19-cbfca2150ada, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66141516-1268-4b19-9f19-cbfca2150ada, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=YWVkMjUyNzUtYjg5MDJhMmMtNmRmNzhjYjYtYjhjYWNlNmQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM products WHERE id = 1;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66141516-1268-4b19-9f19-cbfca2150ada, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7b48d73f-4395-4731-b773-e1a13ceaeeee, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7b48d73f-4395-4731-b773-e1a13ceaeeee, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7b48d73f-4395-4731-b773-e1a13ceaeeee, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2UyNTU2YWItZGE1ZTVhMDMtMmEwYTBiMzEtNDQ5Njk1NDQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 547940a0-72f0-4481-ad2f-326d80f7fa8e, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 547940a0-72f0-4481-ad2f-326d80f7fa8e, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=N2UyNTU2YWItZGE1ZTVhMDMtMmEwYTBiMzEtNDQ5Njk1NDQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 547940a0-72f0-4481-ad2f-326d80f7fa8e, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073607Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1c6c153f-2f40-4dbb-81f4-5f2fa4a1d9ff, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c6c153f-2f40-4dbb-81f4-5f2fa4a1d9ff, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=N2UyNTU2YWItZGE1ZTVhMDMtMmEwYTBiMzEtNDQ5Njk1NDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c6c153f-2f40-4dbb-81f4-5f2fa4a1d9ff, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 9b909d0d-9e9a-430e-99bd-38305984f4ed, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9b909d0d-9e9a-430e-99bd-38305984f4ed, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9b909d0d-9e9a-430e-99bd-38305984f4ed, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9d9f46ba-e464-4dfd-88cb-b6d2088ed274, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9d9f46ba-e464-4dfd-88cb-b6d2088ed274, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWY5ZmE1NmEtZWM4Zjg0NDMtODZiOWRkNjItMzZjNTllMWY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9d9f46ba-e464-4dfd-88cb-b6d2088ed274, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073607Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 867eed30-bd80-43d9-a79d-ffc9367bebac, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 867eed30-bd80-43d9-a79d-ffc9367bebac, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 867eed30-bd80-43d9-a79d-ffc9367bebac, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1579740
DEBUG    ya.test:process.py:259 Command (pid 1579740) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1579740) elapsed time (sec): 0.24131226539611816
DEBUG    ya.test:process.py:263 Command (pid 1579740) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1579740) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1579740) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1579740) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1579740) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1579740) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1579740) minflt: 3452
DEBUG    ya.test:process.py:263 Command (pid 1579740) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1579740) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1579740) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 1579740) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1579740) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1579740) nvcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 1579740) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1579740) stime: 0.020191999999999998
DEBUG    ya.test:process.py:263 Command (pid 1579740) utime: 0.064682
DEBUG    ya.test:process.py:263 Command (pid 1579740) wtime: 0.254
DEBUG    ya.test:process.py:275 Command (pid 1579740) output:

DEBUG    ya.test:process.py:276 Command (pid 1579740) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ce50e2be-b322-45fb-862e-d00da43f7490, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ce50e2be-b322-45fb-862e-d00da43f7490, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ce50e2be-b322-45fb-862e-d00da43f7490, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWViM2ViYWEtOWYyNjRkZmMtOWFiZGRmMGUtZTJkMzU3OGY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 20522157-57d6-47b5-a496-77768354a5b9, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 20522157-57d6-47b5-a496-77768354a5b9, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWViM2ViYWEtOWYyNjRkZmMtOWFiZGRmMGUtZTJkMzU3OGY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 20522157-57d6-47b5-a496-77768354a5b9, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073607Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 183dcbf7-b9ca-4927-add9-f12004d16e55, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 183dcbf7-b9ca-4927-add9-f12004d16e55, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWViM2ViYWEtOWYyNjRkZmMtOWFiZGRmMGUtZTJkMzU3OGY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 183dcbf7-b9ca-4927-add9-f12004d16e55, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 219a1ff9-5ef6-43c2-8a7d-7a773179b22f, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 219a1ff9-5ef6-43c2-8a7d-7a773179b22f, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 219a1ff9-5ef6-43c2-8a7d-7a773179b22f, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 81ead708-0ac7-4cb9-b290-570316d7730a, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 81ead708-0ac7-4cb9-b290-570316d7730a, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWY5ZmE1NmEtZWM4Zjg0NDMtODZiOWRkNjItMzZjNTllMWY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 81ead708-0ac7-4cb9-b290-570316d7730a, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073607Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 8a6750fe-2ad4-4f8c-964d-c8387bf872b5, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 8a6750fe-2ad4-4f8c-964d-c8387bf872b5, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 8a6750fe-2ad4-4f8c-964d-c8387bf872b5, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1579946
DEBUG    ya.test:process.py:259 Command (pid 1579946) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1579946) elapsed time (sec): 0.2850463390350342
DEBUG    ya.test:process.py:263 Command (pid 1579946) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1579946) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1579946) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1579946) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1579946) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1579946) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1579946) minflt: 3442
DEBUG    ya.test:process.py:263 Command (pid 1579946) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1579946) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1579946) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 1579946) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1579946) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1579946) nvcsw: 98
DEBUG    ya.test:process.py:263 Command (pid 1579946) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1579946) stime: 0.015816999999999998
DEBUG    ya.test:process.py:263 Command (pid 1579946) utime: 0.06326899999999999
DEBUG    ya.test:process.py:263 Command (pid 1579946) wtime: 0.303
DEBUG    ya.test:process.py:275 Command (pid 1579946) output:

DEBUG    ya.test:process.py:276 Command (pid 1579946) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_f05596f7` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1580646
DEBUG    ya.test:process.py:259 Command (pid 1580646) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1580646) elapsed time (sec): 0.23622417449951172
DEBUG    ya.test:process.py:263 Command (pid 1580646) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1580646) minflt: 3424
DEBUG    ya.test:process.py:263 Command (pid 1580646) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) nivcsw: 87
DEBUG    ya.test:process.py:263 Command (pid 1580646) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) nvcsw: 125
DEBUG    ya.test:process.py:263 Command (pid 1580646) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1580646) stime: 0.018421
DEBUG    ya.test:process.py:263 Command (pid 1580646) utime: 0.058947
DEBUG    ya.test:process.py:263 Command (pid 1580646) wtime: 0.244
DEBUG    ya.test:process.py:275 Command (pid 1580646) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 9b141a67-f3f9-479b-aa58-8246793ac1dc, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 9b141a67-f3f9-479b-aa58-8246793ac1dc, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_f05596f7" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 9b141a67-f3f9-479b-aa58-8246793ac1dc, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_f05596f7" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165910 tx_id: 281474976710664 } } children { name: "20251110073607Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760167880 tx_id: 281474976710667 } } children { name: "20251110073610Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760170150 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, e464e357-c28f-45cb-b7c2-cb4c827776a7, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, e464e357-c28f-45cb-b7c2-cb4c827776a7, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_f05596f7" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, e464e357-c28f-45cb-b7c2-cb4c827776a7, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_f05596f7" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165910 tx_id: 281474976710664 } } children { name: "20251110073607Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760167880 tx_id: 281474976710667 } } children { name: "20251110073610Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760170150 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3373799e-20f9-4733-a8a1-a59e3bc905ce, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3373799e-20f9-4733-a8a1-a59e3bc905ce, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3373799e-20f9-4733-a8a1-a59e3bc905ce, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjU0ZjNiMjQtOGQ0N2ZmZGEtMWJhZTYwYzAtYThmNzY1YTg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9add5eef-7b77-48d4-8dce-6c6956326c4e, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9add5eef-7b77-48d4-8dce-6c6956326c4e, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=ZjU0ZjNiMjQtOGQ0N2ZmZGEtMWJhZTYwYzAtYThmNzY1YTg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (20,2000,\"inc2\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9add5eef-7b77-48d4-8dce-6c6956326c4e, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fdce1a48-bc5b-42c6-9862-d8d0fae56585, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fdce1a48-bc5b-42c6-9862-d8d0fae56585, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fdce1a48-bc5b-42c6-9862-d8d0fae56585, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWUwMGIwMWEtNDM4ODk3ZWUtZWY2MTE4NzItMWM0OTI5ZjY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 10a3f256-c213-4604-8ac0-8d31fd49dda6, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a3f256-c213-4604-8ac0-8d31fd49dda6, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWUwMGIwMWEtNDM4ODk3ZWUtZWY2MTE4NzItMWM0OTI5ZjY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 1;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a3f256-c213-4604-8ac0-8d31fd49dda6, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 23b60570-86f6-46f4-a40d-97b154167000, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 23b60570-86f6-46f4-a40d-97b154167000, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 23b60570-86f6-46f4-a40d-97b154167000, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTUxY2Q2YTQtNTFjODY4YTAtZjAzNjZhZGUtZmU0OWIzZTk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 385165bc-17be-456b-9755-bf3e4d75f40b, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 385165bc-17be-456b-9755-bf3e4d75f40b, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=ZTUxY2Q2YTQtNTFjODY4YTAtZjAzNjZhZGUtZmU0OWIzZTk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 385165bc-17be-456b-9755-bf3e4d75f40b, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073607Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251110073610Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3c80cb91-7c3b-4d84-808d-255ae57a3d4e, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c80cb91-7c3b-4d84-808d-255ae57a3d4e, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=ZTUxY2Q2YTQtNTFjODY4YTAtZjAzNjZhZGUtZmU0OWIzZTk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c80cb91-7c3b-4d84-808d-255ae57a3d4e, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "inc2" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 47bfb3b6-b64b-491f-97ae-7d7ef31230a4, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 47bfb3b6-b64b-491f-97ae-7d7ef31230a4, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 47bfb3b6-b64b-491f-97ae-7d7ef31230a4, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e374ba50-f613-441e-9842-d1d8de215555, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e374ba50-f613-441e-9842-d1d8de215555, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWY5ZmE1NmEtZWM4Zjg0NDMtODZiOWRkNjItMzZjNTllMWY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e374ba50-f613-441e-9842-d1d8de215555, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073607Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251110073610Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, d2775fb5-2ce0-4a6a-aafc-13e779a8d518, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d2775fb5-2ce0-4a6a-aafc-13e779a8d518, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d2775fb5-2ce0-4a6a-aafc-13e779a8d518, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1580950
DEBUG    ya.test:process.py:259 Command (pid 1580950) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1580950) elapsed time (sec): 0.27214741706848145
DEBUG    ya.test:process.py:263 Command (pid 1580950) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1580950) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1580950) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1580950) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1580950) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1580950) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1580950) minflt: 3436
DEBUG    ya.test:process.py:263 Command (pid 1580950) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1580950) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1580950) nivcsw: 60
DEBUG    ya.test:process.py:263 Command (pid 1580950) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1580950) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1580950) nvcsw: 98
DEBUG    ya.test:process.py:263 Command (pid 1580950) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1580950) stime: 0.028221999999999997
DEBUG    ya.test:process.py:263 Command (pid 1580950) utime: 0.056444999999999995
DEBUG    ya.test:process.py:263 Command (pid 1580950) wtime: 0.273
DEBUG    ya.test:process.py:275 Command (pid 1580950) output:

DEBUG    ya.test:process.py:276 Command (pid 1580950) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1e00d248-7083-4d87-9992-7c4357c41afb, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1e00d248-7083-4d87-9992-7c4357c41afb, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1e00d248-7083-4d87-9992-7c4357c41afb, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTVkMThlZDgtN2YxNzE5MGUtNDEyZTMzMTQtNDMxNmY4NzI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0a16c891-91be-4356-a8dd-0e4b28bbdcad, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0a16c891-91be-4356-a8dd-0e4b28bbdcad, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MTVkMThlZDgtN2YxNzE5MGUtNDEyZTMzMTQtNDMxNmY4NzI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0a16c891-91be-4356-a8dd-0e4b28bbdcad, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073607Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251110073610Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1fb88587-9788-46f1-8f5a-3c3474721b71, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb88587-9788-46f1-8f5a-3c3474721b71, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MTVkMThlZDgtN2YxNzE5MGUtNDEyZTMzMTQtNDMxNmY4NzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb88587-9788-46f1-8f5a-3c3474721b71, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, d97c8801-3f11-42e7-aca6-5f989f68792c, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d97c8801-3f11-42e7-aca6-5f989f68792c, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d97c8801-3f11-42e7-aca6-5f989f68792c, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2bae9f28-70df-41cd-9da4-5e3e0b6d59eb, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2bae9f28-70df-41cd-9da4-5e3e0b6d59eb, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWY5ZmE1NmEtZWM4Zjg0NDMtODZiOWRkNjItMzZjNTllMWY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2bae9f28-70df-41cd-9da4-5e3e0b6d59eb, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073607Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251110073610Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, ec45e900-5835-47d8-90ea-8599281ffb8c, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ec45e900-5835-47d8-90ea-8599281ffb8c, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ec45e900-5835-47d8-90ea-8599281ffb8c, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1581305
DEBUG    ya.test:process.py:259 Command (pid 1581305) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1581305) elapsed time (sec): 0.21015191078186035
DEBUG    ya.test:process.py:263 Command (pid 1581305) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1581305) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1581305) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1581305) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1581305) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1581305) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1581305) minflt: 3443
DEBUG    ya.test:process.py:263 Command (pid 1581305) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1581305) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1581305) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 1581305) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1581305) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1581305) nvcsw: 109
DEBUG    ya.test:process.py:263 Command (pid 1581305) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1581305) stime: 0.015702
DEBUG    ya.test:process.py:263 Command (pid 1581305) utime: 0.056769999999999994
DEBUG    ya.test:process.py:263 Command (pid 1581305) wtime: 0.215
DEBUG    ya.test:process.py:275 Command (pid 1581305) output:

DEBUG    ya.test:process.py:276 Command (pid 1581305) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_f05596f7` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1582178
DEBUG    ya.test:process.py:259 Command (pid 1582178) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1582178) elapsed time (sec): 0.26807069778442383
DEBUG    ya.test:process.py:263 Command (pid 1582178) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1582178) minflt: 3425
DEBUG    ya.test:process.py:263 Command (pid 1582178) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) nivcsw: 56
DEBUG    ya.test:process.py:263 Command (pid 1582178) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) nvcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 1582178) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 1582178) stime: 0.031084999999999998
DEBUG    ya.test:process.py:263 Command (pid 1582178) utime: 0.048354999999999995
DEBUG    ya.test:process.py:263 Command (pid 1582178) wtime: 0.3
DEBUG    ya.test:process.py:275 Command (pid 1582178) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 64a6d0fb-8b32-411e-818a-8116ab0e54be, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 64a6d0fb-8b32-411e-818a-8116ab0e54be, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_f05596f7" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 64a6d0fb-8b32-411e-818a-8116ab0e54be, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_f05596f7" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165910 tx_id: 281474976710664 } } children { name: "20251110073607Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760167880 tx_id: 281474976710667 } } children { name: "20251110073610Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760170150 tx_id: 281474976710672 } } children { name: "20251110073612Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760172390 tx_id: 281474976710677 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, bfd81fe9-bdd0-45a4-9582-809887c34c4c, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, bfd81fe9-bdd0-45a4-9582-809887c34c4c, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_f05596f7" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, bfd81fe9-bdd0-45a4-9582-809887c34c4c, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_f05596f7" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165910 tx_id: 281474976710664 } } children { name: "20251110073607Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760167880 tx_id: 281474976710667 } } children { name: "20251110073610Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760170150 tx_id: 281474976710672 } } children { name: "20251110073612Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762760172390 tx_id: 281474976710677 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fab33865-d154-487b-8668-b0edfa1121e7, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fab33865-d154-487b-8668-b0edfa1121e7, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fab33865-d154-487b-8668-b0edfa1121e7, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGJkZTlhZDQtZjRmMzUxZDItZDViMWZkMmYtNmQ4Y2Y1MDM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 572be140-22e4-4209-84cb-584d5e5f66a4, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 572be140-22e4-4209-84cb-584d5e5f66a4, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=NGJkZTlhZDQtZjRmMzUxZDItZDViMWZkMmYtNmQ4Y2Y1MDM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (30,3000,\"inc3\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 572be140-22e4-4209-84cb-584d5e5f66a4, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6aa67a94-1942-4456-9de5-df5e0dddd5bb, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6aa67a94-1942-4456-9de5-df5e0dddd5bb, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6aa67a94-1942-4456-9de5-df5e0dddd5bb, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2QxNDQxYWQtM2JjMWYzZTMtNTBlNGI0YjctYzQ5MmVlN2E=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 352e9f33-3fc0-49e9-9164-4a6d3807124c, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 352e9f33-3fc0-49e9-9164-4a6d3807124c, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=N2QxNDQxYWQtM2JjMWYzZTMtNTBlNGI0YjctYzQ5MmVlN2E=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 352e9f33-3fc0-49e9-9164-4a6d3807124c, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073610Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251110073612Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cfb80fad-3942-4718-8e1e-5299c8246db7, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb80fad-3942-4718-8e1e-5299c8246db7, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=N2QxNDQxYWQtM2JjMWYzZTMtNTBlNGI0YjctYzQ5MmVlN2E=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb80fad-3942-4718-8e1e-5299c8246db7, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "inc2" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "inc3" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 842fd13b-5b74-4408-8ef0-57335d6ec227, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 842fd13b-5b74-4408-8ef0-57335d6ec227, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 842fd13b-5b74-4408-8ef0-57335d6ec227, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 16bcf7a0-af01-4868-8d48-e63366573841, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 16bcf7a0-af01-4868-8d48-e63366573841, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MWY5ZmE1NmEtZWM4Zjg0NDMtODZiOWRkNjItMzZjNTllMWY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 16bcf7a0-af01-4868-8d48-e63366573841, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073610Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251110073612Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fc7941fe180>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 52b1bc36-b11e-41d6-be29-46fd47419f78, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 52b1bc36-b11e-41d6-be29-46fd47419f78, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 52b1bc36-b11e-41d6-be29-46fd47419f78, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165600 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/kdgu/00439c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1150', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1582741
DEBUG    ya.test:process.py:259 Command (pid 1582741) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1582741) elapsed time (sec): 0.3219327926635742
DEBUG    ya.test:process.py:263 Command (pid 1582741) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1582741) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1582741) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1582741) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1582741) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1582741) maxrss: 168240
DEBUG    ya.test:process.py:263 Command (pid 1582741) minflt: 3434
DEBUG    ya.test:process.py:263 Command (pid 1582741) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1582741) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1582741) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 1582741) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1582741) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1582741) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 1582741) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1582741) stime: 0.03589
DEBUG    ya.test:process.py:263 Command (pid 1582741) utime: 0.040611999999999995
DEBUG    ya.test:process.py:263 Command (pid 1582741) wtime: 0.347
DEBUG    ya.test:process.py:275 Command (pid 1582741) output:

DEBUG    ya.test:process.py:276 Command (pid 1582741) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8bdb84e0-874b-49b0-a2ef-3a7ed42597e0, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8bdb84e0-874b-49b0-a2ef-3a7ed42597e0, ghrun-n26rxv7otu.auto.internal:1150): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8bdb84e0-874b-49b0-a2ef-3a7ed42597e0, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzExOGQ1NDktZGJiY2RhOTAtNjIxZDY3MjMtY2Y0ZDE2ZTU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 49b04352-7177-41b1-961a-70b407da1090, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 49b04352-7177-41b1-961a-70b407da1090, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MzExOGQ1NDktZGJiY2RhOTAtNjIxZDY3MjMtY2Y0ZDE2ZTU=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 49b04352-7177-41b1-961a-70b407da1090, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762760165690 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251110073610Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251110073612Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 75d55bae-ede5-4f43-9c7f-8754e0668781, ghrun-n26rxv7otu.auto.internal:1150): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75d55bae-ede5-4f43-9c7f-8754e0668781, ghrun-n26rxv7otu.auto.internal:1150): request = { session_id: "ydb://session/3?node_id=1&id=MzExOGQ1NDktZGJiY2RhOTAtNjIxZDY3MjMtY2Y0ZDE2ZTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75d55bae-ede5-4f43-9c7f-8754e0668781, ghrun-n26rxv7otu.auto.internal:1150): response = { operation { ready: true status: ABORTED issues { message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 5 requested, table schemaversion 6 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k9pb39ty4xpstces57a7een9" } } } } }
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:1150/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5146
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6065
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24567
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1150
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1990
============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
7.94s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
5.19s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted - ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 5 requested, table schemaversion 6 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
============================== 1 failed in 37.64s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00433b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.41s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004362/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.35s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00412b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004178/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.27s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00434b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.24s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00412d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.26s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004155/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.27s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00416d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.28s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004359/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.39s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004157/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.25s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/0043a0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran 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/kdgu/004377/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.27s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00414d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004352/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004164/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.25s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004173/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.28s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00414f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.25s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00439e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.24s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004162/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.25s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00413c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.26s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/0043a4/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.25s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/0043a2/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.30s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00415d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.23s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004344/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

============================ no tests ran in 0.36s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004168/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00438c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004183/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004144/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004171/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004357/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004148/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004181/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00438e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004175/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00414b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004153/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004159/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/0043d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.02s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00416f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00417f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004146/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00433c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00413e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004370/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004140/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004160/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004169/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004142/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004166/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00414a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00436c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00417b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/00416b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/kdgu/004151/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
