============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033c2/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 ===============================
28.18s 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
7.26s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 57.71s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033bb/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 ===============================
28.53s 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
7.95s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 58.76s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033f3/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 ===============================
73.49s 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.80s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
======================== 1 passed in 101.55s (0:01:41) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033bd/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 F

=================================== FAILURES ===================================
_ TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1936: in test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
    backup.stage(BackupType.INCREMENTAL, "Final state")
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 8 requested, table schemaversion 9 (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_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64941
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/fapj/0033bd/r3tmp/kikimr_cluster_0p421lcm
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24629
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24444
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9592
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27566
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fapj/0033bd/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_8r_vcrkf.log --grpc-port=24629 --mon-port=24444 --ic-port=64941
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24629/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fapj/0033bd/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_8r_vcrkf.log --grpc-port=24629 --mon-port=24444 --ic-port=64941
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/fapj/0033bd/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/fapj/0033bd/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_8r_vcrkf.log', '--grpc-port=24629', '--mon-port=24444', '--ic-port=64941')' in '/home/runner/.ya/build/build_root/fapj/0033bd/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 513806
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:24629/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/fapj/0033bd/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 513818
DEBUG    ya.test:process.py:259 Command (pid 513818) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 513818) elapsed time (sec): 1.3139278888702393
DEBUG    ya.test:process.py:263 Command (pid 513818) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513818) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 513818) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513818) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513818) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 513818) maxrss: 538968
DEBUG    ya.test:process.py:263 Command (pid 513818) minflt: 16139
DEBUG    ya.test:process.py:263 Command (pid 513818) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 513818) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 513818) nivcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 513818) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 513818) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 513818) nvcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 513818) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 513818) stime: 0.64518
DEBUG    ya.test:process.py:263 Command (pid 513818) utime: 0.140159
DEBUG    ya.test:process.py:263 Command (pid 513818) wtime: 1.324
DEBUG    ya.test:process.py:275 Command (pid 513818) output:
Git info:
    Commit: 8c71928e0d661f6d3948707471ad66161fd321c5
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge e18e8a7dd8dadefdcc88b92ee46704e8a81b6f65 into e452dca37232deaf33c5643dc94267b3b470f17c

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 8c71928e0d661f6d3948707471ad66161fd321c5
    Branch: 
    Author: Denis Khalikov <dennis.khalikov@gmail.com>
    Summary: Merge e18e8a7dd8dadefdcc88b92ee46704e8a81b6f65 into e452dca37232deaf33c5643dc94267b3b470f17c
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24629', '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: 64941\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/fapj/0033bd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24629', '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: 64941\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 516776
DEBUG    ya.test:process.py:259 Command (pid 516776) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 516776) elapsed time (sec): 0.7821254730224609
DEBUG    ya.test:process.py:263 Command (pid 516776) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 516776) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 516776) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 516776) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 516776) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 516776) maxrss: 547388
DEBUG    ya.test:process.py:263 Command (pid 516776) minflt: 18279
DEBUG    ya.test:process.py:263 Command (pid 516776) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 516776) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 516776) nivcsw: 196
DEBUG    ya.test:process.py:263 Command (pid 516776) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 516776) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 516776) nvcsw: 86
DEBUG    ya.test:process.py:263 Command (pid 516776) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 516776) stime: 0.32239399999999996
DEBUG    ya.test:process.py:263 Command (pid 516776) utime: 0.149119
DEBUG    ya.test:process.py:263 Command (pid 516776) wtime: 0.786
DEBUG    ya.test:process.py:275 Command (pid 516776) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24629', '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/fapj/0033bd/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24629', '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: 517164
DEBUG    ya.test:process.py:259 Command (pid 517164) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 517164) elapsed time (sec): 0.9313476085662842
DEBUG    ya.test:process.py:263 Command (pid 517164) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 517164) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 517164) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 517164) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 517164) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 517164) maxrss: 547412
DEBUG    ya.test:process.py:263 Command (pid 517164) minflt: 18279
DEBUG    ya.test:process.py:263 Command (pid 517164) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 517164) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 517164) nivcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 517164) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 517164) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 517164) nvcsw: 84
DEBUG    ya.test:process.py:263 Command (pid 517164) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 517164) stime: 0.438106
DEBUG    ya.test:process.py:263 Command (pid 517164) utime: 0.139883
DEBUG    ya.test:process.py:263 Command (pid 517164) wtime: 0.933
DEBUG    ya.test:process.py:275 Command (pid 517164) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 517164) 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, 0cff7192-a304-4d7e-8b28-da09c93f8a75, localhost:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0cff7192-a304-4d7e-8b28-da09c93f8a75, localhost:24629): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0cff7192-a304-4d7e-8b28-da09c93f8a75, localhost:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-oapdu7nrqi.auto.internal" port: 24629 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-oapdu7nrqi.auto.internal:24629, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:24629
INFO     ya.test:ya.py:436 Test call (class_name: basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange, test_name: test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 015883a1-0ca9-4dd7-83f1-b042cce907d9, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 015883a1-0ca9-4dd7-83f1-b042cce907d9, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 015883a1-0ca9-4dd7-83f1-b042cce907d9, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzRmNDdkNTYtYzNlMmUyYTktOWViNGY0Y2ItZjUxNDBhMzE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 22635794-c586-43e8-99aa-45da85d331dc, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 22635794-c586-43e8-99aa-45da85d331dc, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MzRmNDdkNTYtYzNlMmUyYTktOWViNGY0Y2ItZjUxNDBhMzE=" 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, 22635794-c586-43e8-99aa-45da85d331dc, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b9f20c09-235c-4fc2-93aa-6ac17070612f, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f20c09-235c-4fc2-93aa-6ac17070612f, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MzRmNDdkNTYtYzNlMmUyYTktOWViNGY0Y2ItZjUxNDBhMzE=" 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, b9f20c09-235c-4fc2-93aa-6ac17070612f, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, f48cec02-e14f-4628-9a25-c2a9d44aacf0, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, f48cec02-e14f-4628-9a25-c2a9d44aacf0, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MzRmNDdkNTYtYzNlMmUyYTktOWViNGY0Y2ItZjUxNDBhMzE=" 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, f48cec02-e14f-4628-9a25-c2a9d44aacf0, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8454926b-05c3-472a-b647-cee71b7a77af, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8454926b-05c3-472a-b647-cee71b7a77af, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MzRmNDdkNTYtYzNlMmUyYTktOWViNGY0Y2ItZjUxNDBhMzE=" 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, 8454926b-05c3-472a-b647-cee71b7a77af, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_inc_backup_2cde77b2`\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: 518076
DEBUG    ya.test:process.py:259 Command (pid 518076) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 518076) elapsed time (sec): 0.1484818458557129
DEBUG    ya.test:process.py:263 Command (pid 518076) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 518076) minflt: 3423
DEBUG    ya.test:process.py:263 Command (pid 518076) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 518076) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) nvcsw: 164
DEBUG    ya.test:process.py:263 Command (pid 518076) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 518076) stime: 0.023503
DEBUG    ya.test:process.py:263 Command (pid 518076) utime: 0.042294
DEBUG    ya.test:process.py:263 Command (pid 518076) wtime: 0.15
DEBUG    ya.test:process.py:275 Command (pid 518076) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 9a89e6d6-450c-476b-aefe-0446f5ef82e1, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 9a89e6d6-450c-476b-aefe-0446f5ef82e1, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 9a89e6d6-450c-476b-aefe-0446f5ef82e1, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:351 Collection test_inc_backup_2cde77b2 found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 64fcbc07-daec-4951-a5c3-cc046a346774, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 64fcbc07-daec-4951-a5c3-cc046a346774, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 64fcbc07-daec-4951-a5c3-cc046a346774, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGJiOGQ5ZDQtMzkyMTBmNmItMTVkZDE4YjQtZTRlMWYxMQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 555d5b1e-ee06-4c3c-90d7-09f9cfa8a6f3, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 555d5b1e-ee06-4c3c-90d7-09f9cfa8a6f3, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=OGJiOGQ5ZDQtMzkyMTBmNmItMTVkZDE4YjQtZTRlMWYxMQ==" 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,\"a1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 555d5b1e-ee06-4c3c-90d7-09f9cfa8a6f3, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0456e642-36d5-4b46-9fce-60cd6b83adbe, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0456e642-36d5-4b46-9fce-60cd6b83adbe, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0456e642-36d5-4b46-9fce-60cd6b83adbe, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2I1ZDIxMi00NGIyMjc4YS05NWVjMDc0MC04Mzk0M2QxMg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bd44a600-c070-4353-b14b-9a970010613c, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd44a600-c070-4353-b14b-9a970010613c, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=M2I1ZDIxMi00NGIyMjc4YS05NWVjMDc0MC04Mzk0M2QxMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 2;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd44a600-c070-4353-b14b-9a970010613c, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 6a3fd27a-32ce-4f99-bbf6-c87ab25dbfae, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 6a3fd27a-32ce-4f99-bbf6-c87ab25dbfae, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 6a3fd27a-32ce-4f99-bbf6-c87ab25dbfae, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', 'GRANT ALL ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 518231
DEBUG    ya.test:process.py:259 Command (pid 518231) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 518231) elapsed time (sec): 0.1297755241394043
DEBUG    ya.test:process.py:263 Command (pid 518231) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 518231) minflt: 3428
DEBUG    ya.test:process.py:263 Command (pid 518231) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 518231) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) nvcsw: 166
DEBUG    ya.test:process.py:263 Command (pid 518231) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 518231) stime: 0.009949999999999999
DEBUG    ya.test:process.py:263 Command (pid 518231) utime: 0.054724999999999996
DEBUG    ya.test:process.py:263 Command (pid 518231) wtime: 0.131
DEBUG    ya.test:process.py:275 Command (pid 518231) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3a2f5544-4960-48a6-8ffa-1337ef624b9c, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3a2f5544-4960-48a6-8ffa-1337ef624b9c, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3a2f5544-4960-48a6-8ffa-1337ef624b9c, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjRhYzhiNGMtZmMwYTg4NWQtNjM4ZDlkNTEtYWM5MmY0ZWU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 8ccb7c80-100b-411c-bd77-ef2fb270a052, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 8ccb7c80-100b-411c-bd77-ef2fb270a052, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MjRhYzhiNGMtZmMwYTg4NWQtNjM4ZDlkNTEtYWM5MmY0ZWU=" path: "/Root/extra1_1_4166" 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, 8ccb7c80-100b-411c-bd77-ef2fb270a052, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a266bf4d-62c5-4e97-8ed2-a38fdeb95356, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a266bf4d-62c5-4e97-8ed2-a38fdeb95356, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MjRhYzhiNGMtZmMwYTg4NWQtNjM4ZDlkNTEtYWM5MmY0ZWU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_4166 (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, a266bf4d-62c5-4e97-8ed2-a38fdeb95356, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b78d32a8-1734-467e-8036-e1714db75b64, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b78d32a8-1734-467e-8036-e1714db75b64, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b78d32a8-1734-467e-8036-e1714db75b64, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGVlZWNmNi00YjY2YjQ2Mi01ZWM1MGFiYy02ODRmMzE2MQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3a4476e3-a27a-47b0-8985-475f6cfd6ce7, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3a4476e3-a27a-47b0-8985-475f6cfd6ce7, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ZGVlZWNmNi00YjY2YjQ2Mi01ZWM1MGFiYy02ODRmMzE2MQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3a4476e3-a27a-47b0-8985-475f6cfd6ce7, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1762534165700 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, 7f773ccc-ed59-47a3-b7cb-289b8a2728f4, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f773ccc-ed59-47a3-b7cb-289b8a2728f4, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ZGVlZWNmNi00YjY2YjQ2Mi01ZWM1MGFiYy02ODRmMzE2MQ==" 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, 7f773ccc-ed59-47a3-b7cb-289b8a2728f4, ghrun-oapdu7nrqi.auto.internal:24629): 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: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 95a46838-31d3-4208-a5cc-e21cd6687e97, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 95a46838-31d3-4208-a5cc-e21cd6687e97, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 95a46838-31d3-4208-a5cc-e21cd6687e97, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1762534165700 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 0x7ffa551f7cb0 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 0x7ffa551f6e00>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 52dbbc4c-78c1-426b-9dea-700eb6c83cf7, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 52dbbc4c-78c1-426b-9dea-700eb6c83cf7, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 52dbbc4c-78c1-426b-9dea-700eb6c83cf7, ghrun-oapdu7nrqi.auto.internal:24629): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 52dbbc4c-78c1-426b-9dea-700eb6c83cf7, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 52dbbc4c-78c1-426b-9dea-700eb6c83cf7, ghrun-oapdu7nrqi.auto.internal:24629): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, ee311d32-1328-4667-9493-aa0df569ace4, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, ee311d32-1328-4667-9493-aa0df569ace4, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, ee311d32-1328-4667-9493-aa0df569ace4, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1762534165700 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 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, c054a123-0b58-41ed-b9dd-e29b8012e498, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c054a123-0b58-41ed-b9dd-e29b8012e498, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c054a123-0b58-41ed-b9dd-e29b8012e498, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 518528
DEBUG    ya.test:process.py:259 Command (pid 518528) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 518528) elapsed time (sec): 0.3255939483642578
DEBUG    ya.test:process.py:263 Command (pid 518528) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518528) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 518528) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518528) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518528) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 518528) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 518528) minflt: 3443
DEBUG    ya.test:process.py:263 Command (pid 518528) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 518528) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 518528) nivcsw: 57
DEBUG    ya.test:process.py:263 Command (pid 518528) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 518528) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 518528) nvcsw: 102
DEBUG    ya.test:process.py:263 Command (pid 518528) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 518528) stime: 0.023918
DEBUG    ya.test:process.py:263 Command (pid 518528) utime: 0.066971
DEBUG    ya.test:process.py:263 Command (pid 518528) wtime: 0.331
DEBUG    ya.test:process.py:275 Command (pid 518528) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f4ddf89b-924e-43ef-9fcf-31ab3db923f2, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f4ddf89b-924e-43ef-9fcf-31ab3db923f2, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f4ddf89b-924e-43ef-9fcf-31ab3db923f2, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjZiNTUwMzgtNjVlYmJhMzUtN2QwZGMyYzAtZDc0ZTk4MGQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2335f537-bf1a-43b2-add7-e3e31b403d37, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2335f537-bf1a-43b2-add7-e3e31b403d37, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MjZiNTUwMzgtNjVlYmJhMzUtN2QwZGMyYzAtZDc0ZTk4MGQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2335f537-bf1a-43b2-add7-e3e31b403d37, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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, 3fe98ef6-21e3-477d-9bd5-e57e91242ef4, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe98ef6-21e3-477d-9bd5-e57e91242ef4, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MjZiNTUwMzgtNjVlYmJhMzUtN2QwZGMyYzAtZDc0ZTk4MGQ=" 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, 3fe98ef6-21e3-477d-9bd5-e57e91242ef4, ghrun-oapdu7nrqi.auto.internal:24629): 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, cd224997-7990-416d-a8fd-87086aa453b1, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, cd224997-7990-416d-a8fd-87086aa453b1, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, cd224997-7990-416d-a8fd-87086aa453b1, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 5b7be2b2-ebfb-4a42-8c9c-4db589b7981f, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 5b7be2b2-ebfb-4a42-8c9c-4db589b7981f, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 5b7be2b2-ebfb-4a42-8c9c-4db589b7981f, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, f467d1e4-ecea-49b6-813c-184a90c06db0, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, f467d1e4-ecea-49b6-813c-184a90c06db0, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, f467d1e4-ecea-49b6-813c-184a90c06db0, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 518835
DEBUG    ya.test:process.py:259 Command (pid 518835) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 518835) elapsed time (sec): 0.29066038131713867
DEBUG    ya.test:process.py:263 Command (pid 518835) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518835) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 518835) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518835) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 518835) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 518835) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 518835) minflt: 3450
DEBUG    ya.test:process.py:263 Command (pid 518835) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 518835) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 518835) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 518835) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 518835) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 518835) nvcsw: 101
DEBUG    ya.test:process.py:263 Command (pid 518835) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 518835) stime: 0.0338
DEBUG    ya.test:process.py:263 Command (pid 518835) utime: 0.042251
DEBUG    ya.test:process.py:263 Command (pid 518835) wtime: 0.305
DEBUG    ya.test:process.py:275 Command (pid 518835) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_2cde77b2`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 519874
DEBUG    ya.test:process.py:259 Command (pid 519874) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 519874) elapsed time (sec): 0.4586756229400635
DEBUG    ya.test:process.py:263 Command (pid 519874) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 519874) minflt: 3429
DEBUG    ya.test:process.py:263 Command (pid 519874) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) nivcsw: 55
DEBUG    ya.test:process.py:263 Command (pid 519874) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) nvcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 519874) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 519874) stime: 0.051082999999999996
DEBUG    ya.test:process.py:263 Command (pid 519874) utime: 0.03746
DEBUG    ya.test:process.py:263 Command (pid 519874) wtime: 0.508
DEBUG    ya.test:process.py:275 Command (pid 519874) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 266c2eb1-f3ca-4cfe-8b97-e3ace8f2ebc4, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 266c2eb1-f3ca-4cfe-8b97-e3ace8f2ebc4, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 266c2eb1-f3ca-4cfe-8b97-e3ace8f2ebc4, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, ccaa0284-a0b4-40b0-bb19-55a6a9a8cd55, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, ccaa0284-a0b4-40b0-bb19-55a6a9a8cd55, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, ccaa0284-a0b4-40b0-bb19-55a6a9a8cd55, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7d099e13-7fdd-4e15-b51b-89e3ecb33658, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7d099e13-7fdd-4e15-b51b-89e3ecb33658, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7d099e13-7fdd-4e15-b51b-89e3ecb33658, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWNhN2JlNGQtMjRlMmI0ZmUtOTdhZWRiNGEtNjYxOTc1MTQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d801b071-1faf-45a9-b20c-2cd6f61002ab, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d801b071-1faf-45a9-b20c-2cd6f61002ab, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MWNhN2JlNGQtMjRlMmI0ZmUtOTdhZWRiNGEtNjYxOTc1MTQ=" 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,\"b1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d801b071-1faf-45a9-b20c-2cd6f61002ab, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 791d3df1-a0b7-4032-b242-4e4c424a2f62, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 791d3df1-a0b7-4032-b242-4e4c424a2f62, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 791d3df1-a0b7-4032-b242-4e4c424a2f62, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzBjMmQ5MWItOTIwZWE0NjItYzU1MWYwNGItYzE4OTE2NWY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39257664-9e3b-474a-8826-d62466ccc9a3, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39257664-9e3b-474a-8826-d62466ccc9a3, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MzBjMmQ5MWItOTIwZWE0NjItYzU1MWYwNGItYzE4OTE2NWY=" 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, 39257664-9e3b-474a-8826-d62466ccc9a3, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7bcaad24-8ee8-4ed7-98b7-2cb57d698e9c, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7bcaad24-8ee8-4ed7-98b7-2cb57d698e9c, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7bcaad24-8ee8-4ed7-98b7-2cb57d698e9c, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Mjk3N2RiMTktODE0Y2IyNGYtYTZhYWNmYWUtMTcwZjNkOTg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, d60ec00f-3086-4d97-bfb9-f083462135c8, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, d60ec00f-3086-4d97-bfb9-f083462135c8, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=Mjk3N2RiMTktODE0Y2IyNGYtYTZhYWNmYWUtMTcwZjNkOTg=" path: "/Root/extra2_1_4168" 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, d60ec00f-3086-4d97-bfb9-f083462135c8, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8613151b-69e2-436c-b662-1624eabe8c56, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8613151b-69e2-436c-b662-1624eabe8c56, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=Mjk3N2RiMTktODE0Y2IyNGYtYTZhYWNmYWUtMTcwZjNkOTg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_4168 (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, 8613151b-69e2-436c-b662-1624eabe8c56, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4c647572-2f1a-4cb3-bb2a-1e53f67cbcc0, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4c647572-2f1a-4cb3-bb2a-1e53f67cbcc0, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4c647572-2f1a-4cb3-bb2a-1e53f67cbcc0, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWI0N2QzZGUtZTBmZmY5OTItYmZiMWZjNjItOTY4YTI5YWQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 98f87ed5-81c4-4e7d-8147-eea971911082, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 98f87ed5-81c4-4e7d-8147-eea971911082, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NWI0N2QzZGUtZTBmZmY5OTItYmZiMWZjNjItOTY4YTI5YWQ=" yql_text: "DROP TABLE `/Root/extra1_1_4166`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 98f87ed5-81c4-4e7d-8147-eea971911082, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 520634
DEBUG    ya.test:process.py:259 Command (pid 520634) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 520634) elapsed time (sec): 0.15662169456481934
DEBUG    ya.test:process.py:263 Command (pid 520634) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 520634) minflt: 3423
DEBUG    ya.test:process.py:263 Command (pid 520634) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) nivcsw: 48
DEBUG    ya.test:process.py:263 Command (pid 520634) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) nvcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 520634) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 520634) stime: 0.023398
DEBUG    ya.test:process.py:263 Command (pid 520634) utime: 0.054591999999999995
DEBUG    ya.test:process.py:263 Command (pid 520634) wtime: 0.158
DEBUG    ya.test:process.py:275 Command (pid 520634) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v1,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 520947
DEBUG    ya.test:process.py:259 Command (pid 520947) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 520947) elapsed time (sec): 0.23092889785766602
DEBUG    ya.test:process.py:263 Command (pid 520947) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 520947) minflt: 3560
DEBUG    ya.test:process.py:263 Command (pid 520947) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) nivcsw: 56
DEBUG    ya.test:process.py:263 Command (pid 520947) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) nvcsw: 121
DEBUG    ya.test:process.py:263 Command (pid 520947) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 520947) stime: 0.043768
DEBUG    ya.test:process.py:263 Command (pid 520947) utime: 0.036473
DEBUG    ya.test:process.py:263 Command (pid 520947) wtime: 0.234
DEBUG    ya.test:process.py:275 Command (pid 520947) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, be8902fa-c9cf-47c6-93d5-e9553dd3d00e, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, be8902fa-c9cf-47c6-93d5-e9553dd3d00e, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, be8902fa-c9cf-47c6-93d5-e9553dd3d00e, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODRmMGI1MjMtOWY3YTZkODYtZDMzZGQ4NmMtMjA2MzBhMzM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 8a32ae6f-4cdc-4fbd-ad7f-7388cca90625, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 8a32ae6f-4cdc-4fbd-ad7f-7388cca90625, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ODRmMGI1MjMtOWY3YTZkODYtZDMzZGQ4NmMtMjA2MzBhMzM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 8a32ae6f-4cdc-4fbd-ad7f-7388cca90625, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164928Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d3039ec-0651-45ad-80ce-9c0fc18f53a6, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d3039ec-0651-45ad-80ce-9c0fc18f53a6, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ODRmMGI1MjMtOWY3YTZkODYtZDMzZGQ4NmMtMjA2MzBhMzM=" 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, 1d3039ec-0651-45ad-80ce-9c0fc18f53a6, ghrun-oapdu7nrqi.auto.internal:24629): 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: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e5b7ac9e-75e2-4bab-bff8-121766998b90, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e5b7ac9e-75e2-4bab-bff8-121766998b90, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e5b7ac9e-75e2-4bab-bff8-121766998b90, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 36a5b771-b329-4ea3-badd-7a885da5c6ed, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 36a5b771-b329-4ea3-badd-7a885da5c6ed, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 36a5b771-b329-4ea3-badd-7a885da5c6ed, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164928Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 8bb885a6-edb8-4c8a-98d7-229abb40e7d1, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 8bb885a6-edb8-4c8a-98d7-229abb40e7d1, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 8bb885a6-edb8-4c8a-98d7-229abb40e7d1, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 521329
DEBUG    ya.test:process.py:259 Command (pid 521329) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 521329) elapsed time (sec): 0.12576699256896973
DEBUG    ya.test:process.py:263 Command (pid 521329) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 521329) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 521329) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 521329) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 521329) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 521329) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 521329) minflt: 3445
DEBUG    ya.test:process.py:263 Command (pid 521329) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 521329) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 521329) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 521329) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 521329) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 521329) nvcsw: 156
DEBUG    ya.test:process.py:263 Command (pid 521329) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 521329) stime: 0.028173
DEBUG    ya.test:process.py:263 Command (pid 521329) utime: 0.037558999999999995
DEBUG    ya.test:process.py:263 Command (pid 521329) wtime: 0.127
DEBUG    ya.test:process.py:275 Command (pid 521329) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9f6f1145-af2c-4157-984f-93b5604e5cb9, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9f6f1145-af2c-4157-984f-93b5604e5cb9, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9f6f1145-af2c-4157-984f-93b5604e5cb9, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDg0Mzk5M2ItOGQ0NjZmMTUtOGNjNjE2N2YtZWNjYTg4NTA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, aa8ec2eb-e9c8-4b08-ac67-f9b706cf3852, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, aa8ec2eb-e9c8-4b08-ac67-f9b706cf3852, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ZDg0Mzk5M2ItOGQ0NjZmMTUtOGNjNjE2N2YtZWNjYTg4NTA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, aa8ec2eb-e9c8-4b08-ac67-f9b706cf3852, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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: "20251107164928Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d684d6e7-98ea-4f53-8515-080bfa94c8e7, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d684d6e7-98ea-4f53-8515-080bfa94c8e7, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ZDg0Mzk5M2ItOGQ0NjZmMTUtOGNjNjE2N2YtZWNjYTg4NTA=" 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, d684d6e7-98ea-4f53-8515-080bfa94c8e7, ghrun-oapdu7nrqi.auto.internal:24629): 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, 4a627ddb-6d32-49fd-a435-ee638fda44ae, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 4a627ddb-6d32-49fd-a435-ee638fda44ae, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 4a627ddb-6d32-49fd-a435-ee638fda44ae, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f8139a53-5886-4d1f-9ca6-b65c07a81a46, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f8139a53-5886-4d1f-9ca6-b65c07a81a46, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f8139a53-5886-4d1f-9ca6-b65c07a81a46, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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: "20251107164928Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 7b2facc4-229c-4cc0-a209-362b5d5f0e2c, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7b2facc4-229c-4cc0-a209-362b5d5f0e2c, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7b2facc4-229c-4cc0-a209-362b5d5f0e2c, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 521591
DEBUG    ya.test:process.py:259 Command (pid 521591) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 521591) elapsed time (sec): 0.17590689659118652
DEBUG    ya.test:process.py:263 Command (pid 521591) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 521591) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 521591) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 521591) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 521591) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 521591) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 521591) minflt: 3445
DEBUG    ya.test:process.py:263 Command (pid 521591) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 521591) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 521591) nivcsw: 53
DEBUG    ya.test:process.py:263 Command (pid 521591) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 521591) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 521591) nvcsw: 127
DEBUG    ya.test:process.py:263 Command (pid 521591) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 521591) stime: 0.016436
DEBUG    ya.test:process.py:263 Command (pid 521591) utime: 0.053418
DEBUG    ya.test:process.py:263 Command (pid 521591) wtime: 0.177
DEBUG    ya.test:process.py:275 Command (pid 521591) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_2cde77b2` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 522708
DEBUG    ya.test:process.py:259 Command (pid 522708) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 522708) elapsed time (sec): 0.4836390018463135
DEBUG    ya.test:process.py:263 Command (pid 522708) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 522708) minflt: 3429
DEBUG    ya.test:process.py:263 Command (pid 522708) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 522708) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) nvcsw: 100
DEBUG    ya.test:process.py:263 Command (pid 522708) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 522708) stime: 0.058242999999999996
DEBUG    ya.test:process.py:263 Command (pid 522708) utime: 0.05436
DEBUG    ya.test:process.py:263 Command (pid 522708) wtime: 0.496
DEBUG    ya.test:process.py:275 Command (pid 522708) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 2a81a37e-476d-4776-8025-434afed90a30, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 2a81a37e-476d-4776-8025-434afed90a30, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 2a81a37e-476d-4776-8025-434afed90a30, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } children { name: "20251107164931Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534171530 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, b82de127-7e7b-4103-9dc7-67c5460dd726, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, b82de127-7e7b-4103-9dc7-67c5460dd726, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, b82de127-7e7b-4103-9dc7-67c5460dd726, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } children { name: "20251107164931Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534171530 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, df09ce19-ba43-4043-8907-6ea7e98e08cd, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, df09ce19-ba43-4043-8907-6ea7e98e08cd, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, df09ce19-ba43-4043-8907-6ea7e98e08cd, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWIyNTk3ZjctMzlkOTg4ZDUtOWU2ZGQzOTAtZTc4MDA5MmE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27b76e65-f763-403d-aa00-013f0d18d598, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27b76e65-f763-403d-aa00-013f0d18d598, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ZWIyNTk3ZjctMzlkOTg4ZDUtOWU2ZGQzOTAtZTc4MDA5MmE=" 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,\"c1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27b76e65-f763-403d-aa00-013f0d18d598, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 863ef1a2-5e26-48dc-b415-ac0c2c4c359a, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 863ef1a2-5e26-48dc-b415-ac0c2c4c359a, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 863ef1a2-5e26-48dc-b415-ac0c2c4c359a, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODEzZmY0NTctNTc5MjAzM2YtYTQ0NjgwOTMtOGVlMzEyZmI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a1497c36-190a-4b76-ac5c-2b6e45336225, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1497c36-190a-4b76-ac5c-2b6e45336225, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ODEzZmY0NTctNTc5MjAzM2YtYTQ0NjgwOTMtOGVlMzEyZmI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 10;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1497c36-190a-4b76-ac5c-2b6e45336225, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7087b401-5409-4bb8-ae16-18cd58c303cd, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7087b401-5409-4bb8-ae16-18cd58c303cd, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7087b401-5409-4bb8-ae16-18cd58c303cd, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDM5MmIyZWEtODdlNzI0ZGUtNmYyZTQwZjktY2Q4ZWIzNGI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, fe31c837-8a63-45d0-9079-380aba9cf142, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, fe31c837-8a63-45d0-9079-380aba9cf142, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NDM5MmIyZWEtODdlNzI0ZGUtNmYyZTQwZjktY2Q4ZWIzNGI=" path: "/Root/extra3_1_4171" 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, fe31c837-8a63-45d0-9079-380aba9cf142, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 40853a30-bc84-4321-89e5-db1f30017040, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40853a30-bc84-4321-89e5-db1f30017040, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NDM5MmIyZWEtODdlNzI0ZGUtNmYyZTQwZjktY2Q4ZWIzNGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_4171 (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, 40853a30-bc84-4321-89e5-db1f30017040, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0c702754-bdf1-4acf-b408-5c61560d93f8, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0c702754-bdf1-4acf-b408-5c61560d93f8, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0c702754-bdf1-4acf-b408-5c61560d93f8, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTgyNGZjNzEtZDBhNzg4NTAtYWRjNTBkYjEtZjU4ZmFmYzg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, fe05a7f1-78cc-4c85-b052-c5fde3a85478, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, fe05a7f1-78cc-4c85-b052-c5fde3a85478, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MTgyNGZjNzEtZDBhNzg4NTAtYWRjNTBkYjEtZjU4ZmFmYzg=" yql_text: "DROP TABLE `/Root/extra2_1_4168`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, fe05a7f1-78cc-4c85-b052-c5fde3a85478, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/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/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v2,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 523230
DEBUG    ya.test:process.py:259 Command (pid 523230) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 523230) elapsed time (sec): 0.3389554023742676
DEBUG    ya.test:process.py:263 Command (pid 523230) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 523230) minflt: 3567
DEBUG    ya.test:process.py:263 Command (pid 523230) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 523230) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) nvcsw: 136
DEBUG    ya.test:process.py:263 Command (pid 523230) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 523230) stime: 0.025702
DEBUG    ya.test:process.py:263 Command (pid 523230) utime: 0.071966
DEBUG    ya.test:process.py:263 Command (pid 523230) wtime: 0.404
DEBUG    ya.test:process.py:275 Command (pid 523230) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 96297ecc-1264-4452-b30c-56e7e871e449, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 96297ecc-1264-4452-b30c-56e7e871e449, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 96297ecc-1264-4452-b30c-56e7e871e449, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGFiZTNhYjAtYTMyY2NiOTEtYTAyODBkMGItZjZhYWRmYTY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0f5bf363-5e59-45f8-a3e5-46b7d8c757fd, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0f5bf363-5e59-45f8-a3e5-46b7d8c757fd, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ZGFiZTNhYjAtYTMyY2NiOTEtYTAyODBkMGItZjZhYWRmYTY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0f5bf363-5e59-45f8-a3e5-46b7d8c757fd, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164928Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251107164931Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 848e2920-bc47-4933-980d-5e9756e63a89, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848e2920-bc47-4933-980d-5e9756e63a89, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ZGFiZTNhYjAtYTMyY2NiOTEtYTAyODBkMGItZjZhYWRmYTY=" 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, 848e2920-bc47-4933-980d-5e9756e63a89, ghrun-oapdu7nrqi.auto.internal:24629): 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: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, eedd3fc1-75d7-4b20-9ccc-db85312ff74f, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, eedd3fc1-75d7-4b20-9ccc-db85312ff74f, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, eedd3fc1-75d7-4b20-9ccc-db85312ff74f, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e45a6f0d-540c-4a26-abbd-967417884313, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e45a6f0d-540c-4a26-abbd-967417884313, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e45a6f0d-540c-4a26-abbd-967417884313, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164931Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, ffb22b04-e891-4761-9fc6-8146682c85bd, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ffb22b04-e891-4761-9fc6-8146682c85bd, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ffb22b04-e891-4761-9fc6-8146682c85bd, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 523688
DEBUG    ya.test:process.py:259 Command (pid 523688) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 523688) elapsed time (sec): 0.1836397647857666
DEBUG    ya.test:process.py:263 Command (pid 523688) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 523688) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 523688) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 523688) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 523688) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 523688) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 523688) minflt: 3444
DEBUG    ya.test:process.py:263 Command (pid 523688) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 523688) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 523688) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 523688) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 523688) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 523688) nvcsw: 162
DEBUG    ya.test:process.py:263 Command (pid 523688) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 523688) stime: 0.016628999999999998
DEBUG    ya.test:process.py:263 Command (pid 523688) utime: 0.058582999999999996
DEBUG    ya.test:process.py:263 Command (pid 523688) wtime: 0.185
DEBUG    ya.test:process.py:275 Command (pid 523688) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5af8acc7-2da8-45ff-ab2a-daf833890efe, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5af8acc7-2da8-45ff-ab2a-daf833890efe, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5af8acc7-2da8-45ff-ab2a-daf833890efe, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDAzM2E5NC0zNmJjODMzMC01NjZmZmU2ZC1iMzE2ODU5ZQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, bb803332-1670-4454-bd2f-ebb94d482029, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, bb803332-1670-4454-bd2f-ebb94d482029, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NDAzM2E5NC0zNmJjODMzMC01NjZmZmU2ZC1iMzE2ODU5ZQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, bb803332-1670-4454-bd2f-ebb94d482029, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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: "20251107164931Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d2f3bd21-963c-404f-8e54-70502294c2eb, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f3bd21-963c-404f-8e54-70502294c2eb, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NDAzM2E5NC0zNmJjODMzMC01NjZmZmU2ZC1iMzE2ODU5ZQ==" 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, d2f3bd21-963c-404f-8e54-70502294c2eb, ghrun-oapdu7nrqi.auto.internal:24629): 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, 2bb5e5dc-e1e9-4e17-9b72-b6552834ae5d, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2bb5e5dc-e1e9-4e17-9b72-b6552834ae5d, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2bb5e5dc-e1e9-4e17-9b72-b6552834ae5d, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 7930fd1b-3223-4e7f-ab54-997987a7ed42, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 7930fd1b-3223-4e7f-ab54-997987a7ed42, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 7930fd1b-3223-4e7f-ab54-997987a7ed42, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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: "20251107164931Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 60f60b0b-ba67-40ee-bd5d-c8611357ff2d, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 60f60b0b-ba67-40ee-bd5d-c8611357ff2d, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 60f60b0b-ba67-40ee-bd5d-c8611357ff2d, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 523969
DEBUG    ya.test:process.py:259 Command (pid 523969) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 523969) elapsed time (sec): 0.13208675384521484
DEBUG    ya.test:process.py:263 Command (pid 523969) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 523969) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 523969) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 523969) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 523969) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 523969) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 523969) minflt: 3443
DEBUG    ya.test:process.py:263 Command (pid 523969) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 523969) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 523969) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 523969) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 523969) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 523969) nvcsw: 170
DEBUG    ya.test:process.py:263 Command (pid 523969) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 523969) stime: 0.009296
DEBUG    ya.test:process.py:263 Command (pid 523969) utime: 0.060424
DEBUG    ya.test:process.py:263 Command (pid 523969) wtime: 0.133
DEBUG    ya.test:process.py:275 Command (pid 523969) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_2cde77b2` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 525929
DEBUG    ya.test:process.py:259 Command (pid 525929) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 525929) elapsed time (sec): 0.20836496353149414
DEBUG    ya.test:process.py:263 Command (pid 525929) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 525929) minflt: 3430
DEBUG    ya.test:process.py:263 Command (pid 525929) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) nivcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 525929) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) nvcsw: 159
DEBUG    ya.test:process.py:263 Command (pid 525929) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 525929) stime: 0.021974999999999998
DEBUG    ya.test:process.py:263 Command (pid 525929) utime: 0.047611999999999995
DEBUG    ya.test:process.py:263 Command (pid 525929) wtime: 0.214
DEBUG    ya.test:process.py:275 Command (pid 525929) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, bce2e77d-546f-4ddf-bbc7-e574ac4529d3, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, bce2e77d-546f-4ddf-bbc7-e574ac4529d3, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, bce2e77d-546f-4ddf-bbc7-e574ac4529d3, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } children { name: "20251107164931Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534171530 tx_id: 281474976710682 } } children { name: "20251107164934Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534174360 tx_id: 281474976710691 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 236c50f1-263b-479f-bd84-b17a720df5d5, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 236c50f1-263b-479f-bd84-b17a720df5d5, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 236c50f1-263b-479f-bd84-b17a720df5d5, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } children { name: "20251107164931Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534171530 tx_id: 281474976710682 } } children { name: "20251107164934Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534174360 tx_id: 281474976710691 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d51b38f5-3e8b-437b-b7aa-07d09f467fbe, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d51b38f5-3e8b-437b-b7aa-07d09f467fbe, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d51b38f5-3e8b-437b-b7aa-07d09f467fbe, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjFhYjkxYmMtNDU4NzUwMjktYjY4OTNmYmItZTc2ZTlhZGQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 7e9eb5e3-feb0-4e16-8c23-982ffcfe8b49, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 7e9eb5e3-feb0-4e16-8c23-982ffcfe8b49, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=YjFhYjkxYmMtNDU4NzUwMjktYjY4OTNmYmItZTc2ZTlhZGQ=" path: "/Root/extra4_1_4174" 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, 7e9eb5e3-feb0-4e16-8c23-982ffcfe8b49, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3d5896c6-6779-4350-bc50-5cf7c50380cd, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5896c6-6779-4350-bc50-5cf7c50380cd, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=YjFhYjkxYmMtNDU4NzUwMjktYjY4OTNmYmItZTc2ZTlhZGQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra4_1_4174 (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, 3d5896c6-6779-4350-bc50-5cf7c50380cd, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d763243e-e3c1-4924-9513-7df36ea69dc2, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d763243e-e3c1-4924-9513-7df36ea69dc2, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d763243e-e3c1-4924-9513-7df36ea69dc2, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTgzY2QyOTQtODQ5MGI1ZWYtM2Q3OThlYTUtNzQ2Mjg0OTA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 84d83a65-840f-4134-9d01-76b339f4dff5, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 84d83a65-840f-4134-9d01-76b339f4dff5, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MTgzY2QyOTQtODQ5MGI1ZWYtM2Q3OThlYTUtNzQ2Mjg0OTA=" yql_text: "DROP TABLE `/Root/extra3_1_4171`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 84d83a65-840f-4134-9d01-76b339f4dff5, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fef5d6a0-637c-41cc-9a76-a6e3fe12d78f, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fef5d6a0-637c-41cc-9a76-a6e3fe12d78f, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fef5d6a0-637c-41cc-9a76-a6e3fe12d78f, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTYwMWMyNGUtNjg2N2NlZmYtYjk1ZjM2NzktNGYxY2VkMWM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a929dec5-f155-4d47-9dfb-a35b9e2bb93c, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a929dec5-f155-4d47-9dfb-a35b9e2bb93c, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=OTYwMWMyNGUtNjg2N2NlZmYtYjk1ZjM2NzktNGYxY2VkMWM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (40,4000,\"d1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a929dec5-f155-4d47-9dfb-a35b9e2bb93c, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bae34d03-f609-45e0-964b-71809261e3c4, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bae34d03-f609-45e0-964b-71809261e3c4, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bae34d03-f609-45e0-964b-71809261e3c4, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzQ1MGE4ZmYtYjhlMjI4YmYtODBhYWQ3NjQtNTcwZjVmOQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3aea72a-971e-4281-b8b4-88943864794c, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3aea72a-971e-4281-b8b4-88943864794c, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MzQ1MGE4ZmYtYjhlMjI4YmYtODBhYWQ3NjQtNTcwZjVmOQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 20;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3aea72a-971e-4281-b8b4-88943864794c, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 900f243b-cb4d-42d7-ab7c-584aa1a187c7, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 900f243b-cb4d-42d7-ab7c-584aa1a187c7, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 900f243b-cb4d-42d7-ab7c-584aa1a187c7, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmRjZDAwYzctMzAxNjM5ZmUtMzE0NTMxZDEtY2FjMzlmMmI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0b7e6709-df31-45fa-8d21-7aca626601f3, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0b7e6709-df31-45fa-8d21-7aca626601f3, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NmRjZDAwYzctMzAxNjM5ZmUtMzE0NTMxZDEtY2FjMzlmMmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0b7e6709-df31-45fa-8d21-7aca626601f3, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164931Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce25779e-04ed-4d1e-a468-6712694d93e2, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce25779e-04ed-4d1e-a468-6712694d93e2, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NmRjZDAwYzctMzAxNjM5ZmUtMzE0NTMxZDEtY2FjMzlmMmI=" 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, ce25779e-04ed-4d1e-a468-6712694d93e2, ghrun-oapdu7nrqi.auto.internal:24629): 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: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 289a1ad8-ffd9-474b-b048-d354e6fa2d91, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 289a1ad8-ffd9-474b-b048-d354e6fa2d91, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 289a1ad8-ffd9-474b-b048-d354e6fa2d91, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0f55c9fa-75c6-4c0e-930b-a0d2161d7831, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0f55c9fa-75c6-4c0e-930b-a0d2161d7831, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0f55c9fa-75c6-4c0e-930b-a0d2161d7831, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164931Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 6e0b373e-e856-4b20-8db6-0bfd1ff0d503, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 6e0b373e-e856-4b20-8db6-0bfd1ff0d503, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 6e0b373e-e856-4b20-8db6-0bfd1ff0d503, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 526879
DEBUG    ya.test:process.py:259 Command (pid 526879) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 526879) elapsed time (sec): 0.27388811111450195
DEBUG    ya.test:process.py:263 Command (pid 526879) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 526879) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 526879) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 526879) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 526879) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 526879) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 526879) minflt: 3443
DEBUG    ya.test:process.py:263 Command (pid 526879) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 526879) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 526879) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 526879) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 526879) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 526879) nvcsw: 101
DEBUG    ya.test:process.py:263 Command (pid 526879) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 526879) stime: 0.027207
DEBUG    ya.test:process.py:263 Command (pid 526879) utime: 0.054414
DEBUG    ya.test:process.py:263 Command (pid 526879) wtime: 0.275
DEBUG    ya.test:process.py:275 Command (pid 526879) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 80c01e66-db5d-4d6b-b5e1-6b5c79db1fd7, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 80c01e66-db5d-4d6b-b5e1-6b5c79db1fd7, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 80c01e66-db5d-4d6b-b5e1-6b5c79db1fd7, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWFjNTFkYTgtYjc1ZThkYmQtMmNhOTFjYjktZWE5NmJjMWY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, edea8840-24d6-44ce-92e3-d714681121f7, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, edea8840-24d6-44ce-92e3-d714681121f7, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=OWFjNTFkYTgtYjc1ZThkYmQtMmNhOTFjYjktZWE5NmJjMWY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, edea8840-24d6-44ce-92e3-d714681121f7, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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: "20251107164931Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9b18f64-af66-40c6-a104-b829aa18fee8, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b18f64-af66-40c6-a104-b829aa18fee8, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=OWFjNTFkYTgtYjc1ZThkYmQtMmNhOTFjYjktZWE5NmJjMWY=" 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, a9b18f64-af66-40c6-a104-b829aa18fee8, ghrun-oapdu7nrqi.auto.internal:24629): 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, d521234d-844e-4b97-9da7-9771c8ef19b6, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d521234d-844e-4b97-9da7-9771c8ef19b6, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d521234d-844e-4b97-9da7-9771c8ef19b6, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 7bb8ac54-1ac3-4df3-8dcf-3261effbc119, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 7bb8ac54-1ac3-4df3-8dcf-3261effbc119, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 7bb8ac54-1ac3-4df3-8dcf-3261effbc119, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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: "20251107164931Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, af14b64e-9c3b-4434-9a39-da0a8efb3a7c, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, af14b64e-9c3b-4434-9a39-da0a8efb3a7c, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, af14b64e-9c3b-4434-9a39-da0a8efb3a7c, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 527425
DEBUG    ya.test:process.py:259 Command (pid 527425) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 527425) elapsed time (sec): 0.18312549591064453
DEBUG    ya.test:process.py:263 Command (pid 527425) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 527425) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 527425) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 527425) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 527425) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 527425) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 527425) minflt: 3443
DEBUG    ya.test:process.py:263 Command (pid 527425) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 527425) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 527425) nivcsw: 51
DEBUG    ya.test:process.py:263 Command (pid 527425) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 527425) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 527425) nvcsw: 113
DEBUG    ya.test:process.py:263 Command (pid 527425) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 527425) stime: 0.02286
DEBUG    ya.test:process.py:263 Command (pid 527425) utime: 0.049531
DEBUG    ya.test:process.py:263 Command (pid 527425) wtime: 0.198
DEBUG    ya.test:process.py:275 Command (pid 527425) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_2cde77b2`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 529144
DEBUG    ya.test:process.py:259 Command (pid 529144) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 529144) elapsed time (sec): 0.2687535285949707
DEBUG    ya.test:process.py:263 Command (pid 529144) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 529144) minflt: 3426
DEBUG    ya.test:process.py:263 Command (pid 529144) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) nivcsw: 47
DEBUG    ya.test:process.py:263 Command (pid 529144) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) nvcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 529144) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 529144) stime: 0.019582
DEBUG    ya.test:process.py:263 Command (pid 529144) utime: 0.053853
DEBUG    ya.test:process.py:263 Command (pid 529144) wtime: 0.27
DEBUG    ya.test:process.py:275 Command (pid 529144) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, d419e094-e7f3-4877-b331-631f24d62d0f, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, d419e094-e7f3-4877-b331-631f24d62d0f, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, d419e094-e7f3-4877-b331-631f24d62d0f, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } children { name: "20251107164931Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534171530 tx_id: 281474976710682 } } children { name: "20251107164934Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534174360 tx_id: 281474976710691 } } children { name: "20251107164936Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534176670 tx_id: 281474976710699 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 99de973f-e4c9-480f-8dfb-b5da687c00d2, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 99de973f-e4c9-480f-8dfb-b5da687c00d2, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 99de973f-e4c9-480f-8dfb-b5da687c00d2, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } children { name: "20251107164931Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534171530 tx_id: 281474976710682 } } children { name: "20251107164934Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534174360 tx_id: 281474976710691 } } children { name: "20251107164936Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534176670 tx_id: 281474976710699 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 09d5d61d-dd39-4b70-8af2-3f3bc763b0f2, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 09d5d61d-dd39-4b70-8af2-3f3bc763b0f2, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 09d5d61d-dd39-4b70-8af2-3f3bc763b0f2, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzM0NTY0MzktNDU1YjAxZjUtODNhNjYwNzItZDRlZWU4MWM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 880a33eb-dae5-45fc-b07f-5caed10b345f, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 880a33eb-dae5-45fc-b07f-5caed10b345f, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MzM0NTY0MzktNDU1YjAxZjUtODNhNjYwNzItZDRlZWU4MWM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 880a33eb-dae5-45fc-b07f-5caed10b345f, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251107164936Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e38cda02-fff3-45eb-a00a-73d5d1ca2747, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e38cda02-fff3-45eb-a00a-73d5d1ca2747, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MzM0NTY0MzktNDU1YjAxZjUtODNhNjYwNzItZDRlZWU4MWM=" 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, e38cda02-fff3-45eb-a00a-73d5d1ca2747, ghrun-oapdu7nrqi.auto.internal:24629): 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: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 662926e8-a7aa-4f7b-978d-45d4bd3f3017, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 662926e8-a7aa-4f7b-978d-45d4bd3f3017, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 662926e8-a7aa-4f7b-978d-45d4bd3f3017, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } size_bytes: 177 created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 486b820c-8100-49f2-a27e-ee0a2c377b25, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 486b820c-8100-49f2-a27e-ee0a2c377b25, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 486b820c-8100-49f2-a27e-ee0a2c377b25, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251107164936Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 7394b618-2301-47bb-b94c-2abde2f633e7, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7394b618-2301-47bb-b94c-2abde2f633e7, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7394b618-2301-47bb-b94c-2abde2f633e7, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } size_bytes: 177 created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 529901
DEBUG    ya.test:process.py:259 Command (pid 529901) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 529901) elapsed time (sec): 0.14793992042541504
DEBUG    ya.test:process.py:263 Command (pid 529901) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 529901) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 529901) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 529901) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 529901) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 529901) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 529901) minflt: 3437
DEBUG    ya.test:process.py:263 Command (pid 529901) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 529901) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 529901) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 529901) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 529901) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 529901) nvcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 529901) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 529901) stime: 0.013436
DEBUG    ya.test:process.py:263 Command (pid 529901) utime: 0.049268
DEBUG    ya.test:process.py:263 Command (pid 529901) wtime: 0.149
DEBUG    ya.test:process.py:275 Command (pid 529901) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 87c099b1-1daf-4d5b-ac97-9c956cbeb473, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 87c099b1-1daf-4d5b-ac97-9c956cbeb473, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 87c099b1-1daf-4d5b-ac97-9c956cbeb473, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGYyZjljMWMtYjU4MjUzMWUtMjMzMzkwZTctNjQ4NmVhNDI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 4fa3019d-6efa-4e03-aaa4-9247aa10c2ee, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 4fa3019d-6efa-4e03-aaa4-9247aa10c2ee, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=OGYyZjljMWMtYjU4MjUzMWUtMjMzMzkwZTctNjQ4NmVhNDI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 4fa3019d-6efa-4e03-aaa4-9247aa10c2ee, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251107164936Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4478acf2-fd7a-4faa-9699-76383ab2010a, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4478acf2-fd7a-4faa-9699-76383ab2010a, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=OGYyZjljMWMtYjU4MjUzMWUtMjMzMzkwZTctNjQ4NmVhNDI=" 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, 4478acf2-fd7a-4faa-9699-76383ab2010a, ghrun-oapdu7nrqi.auto.internal:24629): 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, c856dd5a-9769-481d-bdc8-3a416aa9d2ec, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c856dd5a-9769-481d-bdc8-3a416aa9d2ec, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c856dd5a-9769-481d-bdc8-3a416aa9d2ec, ghrun-oapdu7nrqi.auto.internal:24629): 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" } size_bytes: 115 created_at { plan_step: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 955bac5c-bb81-41ac-be26-308ecdbcd6ba, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 955bac5c-bb81-41ac-be26-308ecdbcd6ba, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 955bac5c-bb81-41ac-be26-308ecdbcd6ba, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251107164936Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 1213bd75-af4e-4e62-8347-44a384a8a53c, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 1213bd75-af4e-4e62-8347-44a384a8a53c, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 1213bd75-af4e-4e62-8347-44a384a8a53c, ghrun-oapdu7nrqi.auto.internal:24629): 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" } size_bytes: 115 created_at { plan_step: 1762534165770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 530014
DEBUG    ya.test:process.py:259 Command (pid 530014) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 530014) elapsed time (sec): 0.1389296054840088
DEBUG    ya.test:process.py:263 Command (pid 530014) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 530014) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 530014) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 530014) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 530014) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 530014) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 530014) minflt: 3456
DEBUG    ya.test:process.py:263 Command (pid 530014) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 530014) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 530014) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 530014) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 530014) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 530014) nvcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 530014) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 530014) stime: 0.016517
DEBUG    ya.test:process.py:263 Command (pid 530014) utime: 0.05368
DEBUG    ya.test:process.py:263 Command (pid 530014) wtime: 0.141
DEBUG    ya.test:process.py:275 Command (pid 530014) output:

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_2cde77b2` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 530632
DEBUG    ya.test:process.py:259 Command (pid 530632) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 530632) elapsed time (sec): 0.23944950103759766
DEBUG    ya.test:process.py:263 Command (pid 530632) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 530632) minflt: 3427
DEBUG    ya.test:process.py:263 Command (pid 530632) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) nivcsw: 47
DEBUG    ya.test:process.py:263 Command (pid 530632) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) nvcsw: 116
DEBUG    ya.test:process.py:263 Command (pid 530632) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 530632) stime: 0.025686
DEBUG    ya.test:process.py:263 Command (pid 530632) utime: 0.047702999999999995
DEBUG    ya.test:process.py:263 Command (pid 530632) wtime: 0.242
DEBUG    ya.test:process.py:275 Command (pid 530632) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 4f7f84f6-f1bf-4d11-acd9-bce7cf5fb679, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 4f7f84f6-f1bf-4d11-acd9-bce7cf5fb679, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 4f7f84f6-f1bf-4d11-acd9-bce7cf5fb679, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } children { name: "20251107164931Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534171530 tx_id: 281474976710682 } } children { name: "20251107164934Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534174360 tx_id: 281474976710691 } } children { name: "20251107164936Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534176670 tx_id: 281474976710699 } } children { name: "20251107164938Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534178530 tx_id: 281474976710702 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, ad77cffd-9585-4d0f-8293-fa50f9c64359, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, ad77cffd-9585-4d0f-8293-fa50f9c64359, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_2cde77b2" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, ad77cffd-9585-4d0f-8293-fa50f9c64359, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_2cde77b2" 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: 1762534165920 tx_id: 281474976710664 } } children { name: "20251107164928Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534168730 tx_id: 281474976710672 } } children { name: "20251107164931Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534171530 tx_id: 281474976710682 } } children { name: "20251107164934Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534174360 tx_id: 281474976710691 } } children { name: "20251107164936Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534176670 tx_id: 281474976710699 } } children { name: "20251107164938Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762534178530 tx_id: 281474976710702 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 32ee9040-ea24-4a02-9aa6-03dab1bd9835, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 32ee9040-ea24-4a02-9aa6-03dab1bd9835, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 32ee9040-ea24-4a02-9aa6-03dab1bd9835, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2QyODlmZGQtNTdhOWZjMzYtYjM0NTJjY2ItN2FiMmVkNWY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 0c72483a-4bbf-4545-9b2f-e20de79b97db, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 0c72483a-4bbf-4545-9b2f-e20de79b97db, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=N2QyODlmZGQtNTdhOWZjMzYtYjM0NTJjY2ItN2FiMmVkNWY=" path: "/Root/extra5_1_4178" 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, 0c72483a-4bbf-4545-9b2f-e20de79b97db, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c4a64bd-fb77-4251-b1ae-96125bdb1501, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c4a64bd-fb77-4251-b1ae-96125bdb1501, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=N2QyODlmZGQtNTdhOWZjMzYtYjM0NTJjY2ItN2FiMmVkNWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra5_1_4178 (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, 0c4a64bd-fb77-4251-b1ae-96125bdb1501, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 82156a37-3d2a-4360-a5e0-4ed03be8a29c, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 82156a37-3d2a-4360-a5e0-4ed03be8a29c, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 82156a37-3d2a-4360-a5e0-4ed03be8a29c, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTgxZjI5MDctNTRjYmU1Y2ItNWY1ZmY0OTQtMmQzNzk3ZWU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 5c0ac4fb-a648-45b8-94b8-34729153832f, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 5c0ac4fb-a648-45b8-94b8-34729153832f, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NTgxZjI5MDctNTRjYmU1Y2ItNWY1ZmY0OTQtMmQzNzk3ZWU=" yql_text: "DROP TABLE `/Root/extra4_1_4174`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 5c0ac4fb-a648-45b8-94b8-34729153832f, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 598d8ff0-c554-4742-8602-3d3bc608b104, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 598d8ff0-c554-4742-8602-3d3bc608b104, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 598d8ff0-c554-4742-8602-3d3bc608b104, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmZmNTNkMWQtN2Y5YjBlMDgtOTljMjFhNzctMmY5ZTY2ODM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c2b8269-a4d6-44c9-9f3b-3423be8357e3, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c2b8269-a4d6-44c9-9f3b-3423be8357e3, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=MmZmNTNkMWQtN2Y5YjBlMDgtOTljMjFhNzctMmY5ZTY2ODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (50,5000,\"e1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c2b8269-a4d6-44c9-9f3b-3423be8357e3, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bb1ceca3-5783-45ab-a2f5-ab2f591004dc, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bb1ceca3-5783-45ab-a2f5-ab2f591004dc, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bb1ceca3-5783-45ab-a2f5-ab2f591004dc, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzQ5YWYwZDAtNmQ4ZDNhNjYtNDE0ZDc2M2QtM2JiNWRhOWI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0febfe1c-faae-47d8-8678-f130f20071a1, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0febfe1c-faae-47d8-8678-f130f20071a1, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=YzQ5YWYwZDAtNmQ4ZDNhNjYtNDE0ZDc2M2QtM2JiNWRhOWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 30;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0febfe1c-faae-47d8-8678-f130f20071a1, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root1@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 531255
DEBUG    ya.test:process.py:259 Command (pid 531255) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 531255) elapsed time (sec): 0.27306294441223145
DEBUG    ya.test:process.py:263 Command (pid 531255) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 531255) minflt: 3425
DEBUG    ya.test:process.py:263 Command (pid 531255) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) nivcsw: 47
DEBUG    ya.test:process.py:263 Command (pid 531255) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) nvcsw: 97
DEBUG    ya.test:process.py:263 Command (pid 531255) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 531255) stime: 0.017051999999999998
DEBUG    ya.test:process.py:263 Command (pid 531255) utime: 0.059682
DEBUG    ya.test:process.py:263 Command (pid 531255) wtime: 0.288
DEBUG    ya.test:process.py:275 Command (pid 531255) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a094ea9f-3b8e-4c65-a41c-463f824d4877, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a094ea9f-3b8e-4c65-a41c-463f824d4877, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a094ea9f-3b8e-4c65-a41c-463f824d4877, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjgwMzQ1NzctZTE0ZGVkOTMtZjhjYWUyOGUtYjZiZmUyY2E=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3f365eac-99d1-4c80-8d2b-3ef0838f6780, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3f365eac-99d1-4c80-8d2b-3ef0838f6780, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NjgwMzQ1NzctZTE0ZGVkOTMtZjhjYWUyOGUtYjZiZmUyY2E=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3f365eac-99d1-4c80-8d2b-3ef0838f6780, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251107164936Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251107164938Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcefa161-0a0e-4e7e-93a2-9d8945a00f2b, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcefa161-0a0e-4e7e-93a2-9d8945a00f2b, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NjgwMzQ1NzctZTE0ZGVkOTMtZjhjYWUyOGUtYjZiZmUyY2E=" 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, bcefa161-0a0e-4e7e-93a2-9d8945a00f2b, ghrun-oapdu7nrqi.auto.internal:24629): 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: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } rows { items { uint32_value: 50 } items { uint64_value: 5000 } items { bytes_value: "e1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 3ccaaab4-2ba0-467d-b4bb-6380c1735dfa, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 3ccaaab4-2ba0-467d-b4bb-6380c1735dfa, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 3ccaaab4-2ba0-467d-b4bb-6380c1735dfa, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } size_bytes: 177 created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 69f663eb-bfb7-445d-9121-c950a982e374, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 69f663eb-bfb7-445d-9121-c950a982e374, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=NzhiMzY2MDMtYjliMmU0ZGQtOTliZDhhMTItNzdhM2NlN2E=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 69f663eb-bfb7-445d-9121-c950a982e374, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1762534165700 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: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251107164936Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251107164938Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7ffa551f6e00>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 1d9f1cab-8ed3-4fb1-a46e-f4f025b02ade, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 1d9f1cab-8ed3-4fb1-a46e-f4f025b02ade, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 1d9f1cab-8ed3-4fb1-a46e-f4f025b02ade, ghrun-oapdu7nrqi.auto.internal:24629): 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" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } size_bytes: 177 created_at { plan_step: 1762534165700 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fapj/0033bd/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:24629', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 531801
DEBUG    ya.test:process.py:259 Command (pid 531801) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 531801) elapsed time (sec): 0.22185134887695312
DEBUG    ya.test:process.py:263 Command (pid 531801) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531801) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 531801) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531801) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531801) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 531801) maxrss: 168712
DEBUG    ya.test:process.py:263 Command (pid 531801) minflt: 3444
DEBUG    ya.test:process.py:263 Command (pid 531801) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 531801) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 531801) nivcsw: 53
DEBUG    ya.test:process.py:263 Command (pid 531801) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 531801) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 531801) nvcsw: 92
DEBUG    ya.test:process.py:263 Command (pid 531801) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 531801) stime: 0.007388
DEBUG    ya.test:process.py:263 Command (pid 531801) utime: 0.07388499999999999
DEBUG    ya.test:process.py:263 Command (pid 531801) wtime: 0.23
DEBUG    ya.test:process.py:275 Command (pid 531801) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 44cf6670-b020-4f37-8a81-2bceddac5020, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 44cf6670-b020-4f37-8a81-2bceddac5020, ghrun-oapdu7nrqi.auto.internal:24629): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 44cf6670-b020-4f37-8a81-2bceddac5020, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDA0ZGY4MjMtYTRhY2E4M2EtODYzOWZlODEtOWFlY2JiNGU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 17906d32-9e4d-46b9-a94a-13b565a43482, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 17906d32-9e4d-46b9-a94a-13b565a43482, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ZDA0ZGY4MjMtYTRhY2E4M2EtODYzOWZlODEtOWFlY2JiNGU=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 17906d32-9e4d-46b9-a94a-13b565a43482, ghrun-oapdu7nrqi.auto.internal:24629): 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: 1762534165770 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: "20251107164934Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251107164936Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251107164938Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ea542ea8-9f0f-4828-bce4-cca130e6e8a0, ghrun-oapdu7nrqi.auto.internal:24629): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea542ea8-9f0f-4828-bce4-cca130e6e8a0, ghrun-oapdu7nrqi.auto.internal:24629): request = { session_id: "ydb://session/3?node_id=1&id=ZDA0ZGY4MjMtYTRhY2E4M2EtODYzOWZlODEtOWFlY2JiNGU=" 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, ea542ea8-9f0f-4828-bce4-cca130e6e8a0, ghrun-oapdu7nrqi.auto.internal:24629): response = { operation { ready: true status: ABORTED issues { message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 8 requested, table schemaversion 9 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k9fkjgqq7mq3rneyx8bqbdzr" } } } } }
---------------------------- 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:24629/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27566
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9592
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24444
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24629
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64941
============================== slowest durations ===============================
22.04s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
14.00s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
6.04s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes - ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 8 requested, table schemaversion 9 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
============================== 1 failed in 43.73s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/003391/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 ===============================
26.49s 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
5.39s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 54.19s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033f5/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 .

============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
20.08s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
5.83s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 48.17s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033de/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.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/fapj/003359/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.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/fapj/0033d7/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.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/fapj/0033f9/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.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/fapj/0033c9/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.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/fapj/0033ac/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.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/00338b/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.21s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033bc/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.21s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033b6/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.34s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/003392/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.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/fapj/00339c/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.44s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033c7/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.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033f7/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.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/fapj/0033a2/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.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/fapj/003387/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.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/fapj/00333b/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.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/fapj/003313/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.47s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/003376/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.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/fapj/00338f/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.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/fapj/0033c8/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.32s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/00337e/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.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/fapj/0033b2/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.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/fapj/0033e2/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.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/fapj/003383/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.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fapj/0033a3/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/fapj/0033ab/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/fapj/0033bf/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/fapj/00332e/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/fapj/0033af/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/fapj/003394/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/fapj/0033fb/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/fapj/00334e/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/fapj/0033b7/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.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/fapj/003361/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.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/fapj/0033a4/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.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/fapj/0033d9/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/fapj/0033d4/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.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/fapj/00339a/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.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/fapj/0033ad/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/fapj/0033db/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/fapj/003396/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.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/fapj/003343/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/fapj/003398/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/fapj/00336c/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/fapj/0033e7/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/fapj/0033dc/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/fapj/00334c/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/fapj/003348/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.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/fapj/0033d1/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/fapj/003352/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.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/fapj/003384/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.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/fapj/003373/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/fapj/003362/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/fapj/00338e/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 =============================
