============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/00488a/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 ===============================
25.72s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
4.67s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 52.64s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048fc/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 ===============================
25.05s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
3.87s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 51.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/aw73/0048ba/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 ===============================
75.73s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
22.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
3.45s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
======================== 1 passed in 101.43s (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/aw73/00492c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

basic_user_scenarios.py .

============================== slowest durations ===============================
59.87s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
22.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
3.95s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
========================= 1 passed in 86.04s (0:01:26) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048c8/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 ===============================
25.70s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
22.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
3.41s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 51.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/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 6 items

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1728: in test_incremental_chain_restore_when_tables_deleted
    res = restore_builder.execute()
ydb/tests/functional/backup_collection/basic_user_scenarios.py:885: in execute
    assert res.exit_code == 0, f"RESTORE failed: {res.std_err}"
E   AssertionError: RESTORE failed: b"Status: SCHEME_ERROR\nIssues: \n<main>: Error: Execution, code: 1060\n    <main>:1:9: Error: Executing RESTORE\n        <main>: Error: Check failed: path: '/Root/products', error: path exist, request doesn't accept it (id: [OwnerId: 72057594046678944, LocalPathId: 7], type: EPathTypeTable, state: EPathStateNoChanges), source_location: ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp:428, code: 2003\n"
E   assert 1 == 0
E    +  where 1 = <yatest.common.process._Execution object at 0x7f706411cce0>.exit_code
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_incremental_chain_restore_when_tables_deleted
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6861
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6862
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/aw73/0048d0/r3tmp/kikimr_cluster_mjscvq67
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1031
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13496
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15633
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27739
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile_68r8or04.log --grpc-port=1031 --mon-port=13496 --ic-port=6862
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:1031/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile_68r8or04.log --grpc-port=1031 --mon-port=13496 --ic-port=6862
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/aw73/0048d0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile_68r8or04.log', '--grpc-port=1031', '--mon-port=13496', '--ic-port=6862')' in '/home/runner/.ya/build/build_root/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3143487
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:1031/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/aw73/0048d0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3143489
DEBUG    ya.test:process.py:259 Command (pid 3143489) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3143489) elapsed time (sec): 0.37314748764038086
DEBUG    ya.test:process.py:263 Command (pid 3143489) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3143489) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3143489) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3143489) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3143489) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3143489) maxrss: 539736
DEBUG    ya.test:process.py:263 Command (pid 3143489) minflt: 18826
DEBUG    ya.test:process.py:263 Command (pid 3143489) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3143489) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3143489) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3143489) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3143489) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3143489) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3143489) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3143489) stime: 0.22061399999999998
DEBUG    ya.test:process.py:263 Command (pid 3143489) utime: 0.10429
DEBUG    ya.test:process.py:263 Command (pid 3143489) wtime: 0.374
DEBUG    ya.test:process.py:275 Command (pid 3143489) output:
Git info:
    Commit: cf2c171597a1e4114e6c8586ac1e802cab4518f9
    Branch: 
    Author: Dmitry Kardymon <kardymon.d@gmail.com>
    Summary: Merge f5468f302fbaa7ae017e2258942dbb818ae971bf into 324c4999265c29b749c4f22889ac8b5e8d9f7716

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: cf2c171597a1e4114e6c8586ac1e802cab4518f9
    Branch: 
    Author: Dmitry Kardymon <kardymon.d@gmail.com>
    Summary: Merge f5468f302fbaa7ae017e2258942dbb818ae971bf into 324c4999265c29b749c4f22889ac8b5e8d9f7716
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/aw73/0048d0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1031', '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: 6862\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/aw73/0048d0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1031', '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: 6862\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3145108
DEBUG    ya.test:process.py:259 Command (pid 3145108) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3145108) elapsed time (sec): 0.4987785816192627
DEBUG    ya.test:process.py:263 Command (pid 3145108) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3145108) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3145108) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3145108) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3145108) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3145108) maxrss: 548156
DEBUG    ya.test:process.py:263 Command (pid 3145108) minflt: 18286
DEBUG    ya.test:process.py:263 Command (pid 3145108) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3145108) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3145108) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 3145108) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3145108) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3145108) nvcsw: 129
DEBUG    ya.test:process.py:263 Command (pid 3145108) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3145108) stime: 0.33225499999999997
DEBUG    ya.test:process.py:263 Command (pid 3145108) utime: 0.12164699999999999
DEBUG    ya.test:process.py:263 Command (pid 3145108) wtime: 0.5
DEBUG    ya.test:process.py:275 Command (pid 3145108) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/aw73/0048d0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1031', '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/aw73/0048d0/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1031', '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: 3145313
DEBUG    ya.test:process.py:259 Command (pid 3145313) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3145313) elapsed time (sec): 0.49329566955566406
DEBUG    ya.test:process.py:263 Command (pid 3145313) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3145313) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3145313) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3145313) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3145313) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3145313) maxrss: 548160
DEBUG    ya.test:process.py:263 Command (pid 3145313) minflt: 18285
DEBUG    ya.test:process.py:263 Command (pid 3145313) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3145313) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3145313) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 3145313) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3145313) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3145313) nvcsw: 143
DEBUG    ya.test:process.py:263 Command (pid 3145313) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3145313) stime: 0.321497
DEBUG    ya.test:process.py:263 Command (pid 3145313) utime: 0.127824
DEBUG    ya.test:process.py:263 Command (pid 3145313) wtime: 0.494
DEBUG    ya.test:process.py:275 Command (pid 3145313) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3145313) 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, e1121505-4036-48d4-8bd2-4533c1a84bc0, localhost:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e1121505-4036-48d4-8bd2-4533c1a84bc0, localhost:1031): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e1121505-4036-48d4-8bd2-4533c1a84bc0, localhost:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7qqmt4kh6e.auto.internal" port: 1031 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-7qqmt4kh6e.auto.internal:1031, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1031
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion, test_name: test_incremental_chain_restore_when_tables_deleted)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9b1e8290-57e1-4cc0-8e68-cfab4425372e, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9b1e8290-57e1-4cc0-8e68-cfab4425372e, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9b1e8290-57e1-4cc0-8e68-cfab4425372e, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWVjMmQ5OTYtMmFhYjc2NmItNTg3M2YyNTQtNDNmNWNmMmE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 5db9dbf5-7e29-4718-9819-0e9c0830939e, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 5db9dbf5-7e29-4718-9819-0e9c0830939e, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NWVjMmQ5OTYtMmFhYjc2NmItNTg3M2YyNTQtNDNmNWNmMmE=" 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, 5db9dbf5-7e29-4718-9819-0e9c0830939e, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e6e662c-05f2-4c58-b2e8-6b43e2819f3f, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e6e662c-05f2-4c58-b2e8-6b43e2819f3f, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NWVjMmQ5OTYtMmFhYjc2NmItNTg3M2YyNTQtNDNmNWNmMmE=" 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, 5e6e662c-05f2-4c58-b2e8-6b43e2819f3f, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 796fca91-ee18-428d-9db7-90e45faeb915, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 796fca91-ee18-428d-9db7-90e45faeb915, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NWVjMmQ5OTYtMmFhYjc2NmItNTg3M2YyNTQtNDNmNWNmMmE=" 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, 796fca91-ee18-428d-9db7-90e45faeb915, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7967c1fc-0df2-4936-82b6-57d5170037fb, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7967c1fc-0df2-4936-82b6-57d5170037fb, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NWVjMmQ5OTYtMmFhYjc2NmItNTg3M2YyNTQtNDNmNWNmMmE=" 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, 7967c1fc-0df2-4936-82b6-57d5170037fb, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `chain_src_e370da0e`\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: 3145804
DEBUG    ya.test:process.py:259 Command (pid 3145804) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3145804) elapsed time (sec): 0.12827038764953613
DEBUG    ya.test:process.py:263 Command (pid 3145804) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3145804) minflt: 3436
DEBUG    ya.test:process.py:263 Command (pid 3145804) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) nvcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 3145804) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3145804) stime: 0.013023
DEBUG    ya.test:process.py:263 Command (pid 3145804) utime: 0.056435
DEBUG    ya.test:process.py:263 Command (pid 3145804) wtime: 0.129
DEBUG    ya.test:process.py:275 Command (pid 3145804) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, a3be8fbb-a88e-4ed7-8bdc-a6bdfa4b112a, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, a3be8fbb-a88e-4ed7-8bdc-a6bdfa4b112a, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_e370da0e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, a3be8fbb-a88e-4ed7-8bdc-a6bdfa4b112a, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_e370da0e" 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: 1762722476150 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:351 Collection chain_src_e370da0e found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0a40e1c1-f969-4d71-acd1-9b45a3c0f8d5, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0a40e1c1-f969-4d71-acd1-9b45a3c0f8d5, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0a40e1c1-f969-4d71-acd1-9b45a3c0f8d5, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzdiZGM4MDYtZDdhY2M2MS03MzA4ZmIwMy0xNjgyYWIwMg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0159ff3b-03ff-4268-9899-633722f09179, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0159ff3b-03ff-4268-9899-633722f09179, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NzdiZGM4MDYtZDdhY2M2MS03MzA4ZmIwMy0xNjgyYWIwMg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0159ff3b-03ff-4268-9899-633722f09179, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762722475940 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, e4c74b70-67e1-44a7-8b64-5750bba84391, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4c74b70-67e1-44a7-8b64-5750bba84391, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NzdiZGM4MDYtZDdhY2M2MS03MzA4ZmIwMy0xNjgyYWIwMg==" 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, e4c74b70-67e1-44a7-8b64-5750bba84391, ghrun-7qqmt4kh6e.auto.internal:1031): 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, 2e1e48e5-7282-40b8-b4d2-ae0584747206, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2e1e48e5-7282-40b8-b4d2-ae0584747206, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2e1e48e5-7282-40b8-b4d2-ae0584747206, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722475940 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 0x7f7062657760 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 0x7f7062657f80>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d0481462-3867-48d1-a7d9-ce88f12aa90d, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d0481462-3867-48d1-a7d9-ce88f12aa90d, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, d0481462-3867-48d1-a7d9-ce88f12aa90d, ghrun-7qqmt4kh6e.auto.internal:1031): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d0481462-3867-48d1-a7d9-ce88f12aa90d, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Nzg3Y2Q2ZTUtYzM2MThkODQtZDU5YmFmZDAtZjdlMTBkY2U=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7062657f80>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 07cf9b2a-71bf-4540-9bfc-e6797aeaeefa, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, d0481462-3867-48d1-a7d9-ce88f12aa90d, ghrun-7qqmt4kh6e.auto.internal:1031): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 07cf9b2a-71bf-4540-9bfc-e6797aeaeefa, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Nzg3Y2Q2ZTUtYzM2MThkODQtZDU5YmFmZDAtZjdlMTBkY2U=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 07cf9b2a-71bf-4540-9bfc-e6797aeaeefa, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762722475940 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 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 0a07be48-4a88-40e7-b744-2ab6e014df8a, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0a07be48-4a88-40e7-b744-2ab6e014df8a, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0a07be48-4a88-40e7-b744-2ab6e014df8a, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722475940 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3146031
DEBUG    ya.test:process.py:259 Command (pid 3146031) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3146031) elapsed time (sec): 0.1196434497833252
DEBUG    ya.test:process.py:263 Command (pid 3146031) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3146031) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3146031) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3146031) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3146031) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3146031) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3146031) minflt: 3446
DEBUG    ya.test:process.py:263 Command (pid 3146031) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3146031) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3146031) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3146031) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3146031) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3146031) nvcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 3146031) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3146031) stime: 0.018581999999999998
DEBUG    ya.test:process.py:263 Command (pid 3146031) utime: 0.052031
DEBUG    ya.test:process.py:263 Command (pid 3146031) wtime: 0.121
DEBUG    ya.test:process.py:275 Command (pid 3146031) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 44147c7e-a52f-4cc1-bbef-8526407b3f2b, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 44147c7e-a52f-4cc1-bbef-8526407b3f2b, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 44147c7e-a52f-4cc1-bbef-8526407b3f2b, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTg4ZTgyOWItOTViOWQ0OWYtNGE5ZGUxNy0zOWNkYThmNQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, c8a8caa3-23eb-42e0-abb2-00fbd986d8bf, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, c8a8caa3-23eb-42e0-abb2-00fbd986d8bf, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NTg4ZTgyOWItOTViOWQ0OWYtNGE5ZGUxNy0zOWNkYThmNQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, c8a8caa3-23eb-42e0-abb2-00fbd986d8bf, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 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, b179b3dd-a69e-4a83-980d-daef6666bf37, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b179b3dd-a69e-4a83-980d-daef6666bf37, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NTg4ZTgyOWItOTViOWQ0OWYtNGE5ZGUxNy0zOWNkYThmNQ==" 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, b179b3dd-a69e-4a83-980d-daef6666bf37, ghrun-7qqmt4kh6e.auto.internal:1031): 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, 8b12a722-1c37-4388-ac26-51011bc42ac3, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 8b12a722-1c37-4388-ac26-51011bc42ac3, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 8b12a722-1c37-4388-ac26-51011bc42ac3, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1fc5e772-609d-4202-8e30-3cdf40e265e7, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1fc5e772-609d-4202-8e30-3cdf40e265e7, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Nzg3Y2Q2ZTUtYzM2MThkODQtZDU5YmFmZDAtZjdlMTBkY2U=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1fc5e772-609d-4202-8e30-3cdf40e265e7, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 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 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 60289459-bd4d-40eb-a296-3b18a9ca6722, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 60289459-bd4d-40eb-a296-3b18a9ca6722, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 60289459-bd4d-40eb-a296-3b18a9ca6722, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3146461
DEBUG    ya.test:process.py:259 Command (pid 3146461) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3146461) elapsed time (sec): 0.12144660949707031
DEBUG    ya.test:process.py:263 Command (pid 3146461) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3146461) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3146461) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3146461) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3146461) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3146461) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3146461) minflt: 3439
DEBUG    ya.test:process.py:263 Command (pid 3146461) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3146461) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3146461) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3146461) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3146461) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3146461) nvcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 3146461) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3146461) stime: 0.022514
DEBUG    ya.test:process.py:263 Command (pid 3146461) utime: 0.04878
DEBUG    ya.test:process.py:263 Command (pid 3146461) wtime: 0.124
DEBUG    ya.test:process.py:275 Command (pid 3146461) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_e370da0e`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3147387
DEBUG    ya.test:process.py:259 Command (pid 3147387) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3147387) elapsed time (sec): 0.16324639320373535
DEBUG    ya.test:process.py:263 Command (pid 3147387) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3147387) minflt: 3434
DEBUG    ya.test:process.py:263 Command (pid 3147387) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3147387) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 3147387) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3147387) stime: 0.027868999999999998
DEBUG    ya.test:process.py:263 Command (pid 3147387) utime: 0.043794
DEBUG    ya.test:process.py:263 Command (pid 3147387) wtime: 0.164
DEBUG    ya.test:process.py:275 Command (pid 3147387) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 66e760df-1575-4381-9020-1402337a832d, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 66e760df-1575-4381-9020-1402337a832d, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_e370da0e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 66e760df-1575-4381-9020-1402337a832d, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_e370da0e" 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: 1762722476150 tx_id: 281474976710664 } } children { name: "20251109210757Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722477780 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 5c118ddc-cfcb-42b2-a88a-ed0daa880e5f, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 5c118ddc-cfcb-42b2-a88a-ed0daa880e5f, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_e370da0e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 5c118ddc-cfcb-42b2-a88a-ed0daa880e5f, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_e370da0e" 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: 1762722476150 tx_id: 281474976710664 } } children { name: "20251109210757Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722477780 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e79853ee-0157-4941-9056-e660589c89fe, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e79853ee-0157-4941-9056-e660589c89fe, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e79853ee-0157-4941-9056-e660589c89fe, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjhiNzkxNTEtZWMzYWVlY2YtNWEzNzFiNWQtY2Q1ZTE0ZDE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 53c7d00f-05d8-4b52-abcd-3611757e61bb, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c7d00f-05d8-4b52-abcd-3611757e61bb, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=YjhiNzkxNTEtZWMzYWVlY2YtNWEzNzFiNWQtY2Q1ZTE0ZDE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (10,1000,\"inc1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c7d00f-05d8-4b52-abcd-3611757e61bb, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ad824945-f80e-4005-895d-27d9ae4563b6, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ad824945-f80e-4005-895d-27d9ae4563b6, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ad824945-f80e-4005-895d-27d9ae4563b6, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmUzYmM1YTEtOTljM2I2ZTUtMmNiMTVkOGQtNGJkMWJlOWI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c6b8479-25a4-4b2d-acf9-d198b439183b, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c6b8479-25a4-4b2d-acf9-d198b439183b, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=MmUzYmM1YTEtOTljM2I2ZTUtMmNiMTVkOGQtNGJkMWJlOWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM products WHERE id = 1;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c6b8479-25a4-4b2d-acf9-d198b439183b, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ef8ea183-8129-4ecf-add3-376832074e1d, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ef8ea183-8129-4ecf-add3-376832074e1d, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ef8ea183-8129-4ecf-add3-376832074e1d, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjA1MmY0MTgtM2E2NmZkZGUtYjg4MDRjZmQtZTAwM2M4MmQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b560d79f-449a-485d-92c2-17f2e84e6513, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b560d79f-449a-485d-92c2-17f2e84e6513, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=MjA1MmY0MTgtM2E2NmZkZGUtYjg4MDRjZmQtZTAwM2M4MmQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b560d79f-449a-485d-92c2-17f2e84e6513, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762722475940 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: "20251109210757Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dbae42ce-d4cf-468f-a4a7-746ba4f1649c, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbae42ce-d4cf-468f-a4a7-746ba4f1649c, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=MjA1MmY0MTgtM2E2NmZkZGUtYjg4MDRjZmQtZTAwM2M4MmQ=" 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, dbae42ce-d4cf-468f-a4a7-746ba4f1649c, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, d14c98bf-d412-466f-acd5-faa5c2bebea6, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d14c98bf-d412-466f-acd5-faa5c2bebea6, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d14c98bf-d412-466f-acd5-faa5c2bebea6, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722475940 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 297d695a-595d-48b0-ac99-d8ef80e960d2, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 297d695a-595d-48b0-ac99-d8ef80e960d2, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Nzg3Y2Q2ZTUtYzM2MThkODQtZDU5YmFmZDAtZjdlMTBkY2U=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 297d695a-595d-48b0-ac99-d8ef80e960d2, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762722475940 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: "20251109210757Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 64d6a578-722d-4f11-8720-d712b334a2d7, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 64d6a578-722d-4f11-8720-d712b334a2d7, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 64d6a578-722d-4f11-8720-d712b334a2d7, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722475940 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3147664
DEBUG    ya.test:process.py:259 Command (pid 3147664) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3147664) elapsed time (sec): 0.12512564659118652
DEBUG    ya.test:process.py:263 Command (pid 3147664) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3147664) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3147664) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3147664) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3147664) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3147664) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3147664) minflt: 3445
DEBUG    ya.test:process.py:263 Command (pid 3147664) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3147664) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3147664) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 3147664) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3147664) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3147664) nvcsw: 192
DEBUG    ya.test:process.py:263 Command (pid 3147664) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3147664) stime: 0.017381
DEBUG    ya.test:process.py:263 Command (pid 3147664) utime: 0.055082
DEBUG    ya.test:process.py:263 Command (pid 3147664) wtime: 0.126
DEBUG    ya.test:process.py:275 Command (pid 3147664) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9ab43e94-1cc3-4659-8652-adef16bb012e, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9ab43e94-1cc3-4659-8652-adef16bb012e, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9ab43e94-1cc3-4659-8652-adef16bb012e, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTQwNWZhMGItODBjZGFjOWMtYTAzNTMxMGMtNjYzZmI2MTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, aaa6bd6d-1559-46f2-8a81-0a74fafd8ddb, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, aaa6bd6d-1559-46f2-8a81-0a74fafd8ddb, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=YTQwNWZhMGItODBjZGFjOWMtYTAzNTMxMGMtNjYzZmI2MTE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, aaa6bd6d-1559-46f2-8a81-0a74fafd8ddb, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 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: "20251109210757Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f048c3d2-aff6-4466-94b2-e77ec5ee5ff6, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f048c3d2-aff6-4466-94b2-e77ec5ee5ff6, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=YTQwNWZhMGItODBjZGFjOWMtYTAzNTMxMGMtNjYzZmI2MTE=" 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, f048c3d2-aff6-4466-94b2-e77ec5ee5ff6, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 0d29360a-55a9-4b21-9690-62e469fb74b3, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0d29360a-55a9-4b21-9690-62e469fb74b3, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0d29360a-55a9-4b21-9690-62e469fb74b3, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d94b3789-7ac1-4cde-8549-aad57db25e39, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d94b3789-7ac1-4cde-8549-aad57db25e39, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Nzg3Y2Q2ZTUtYzM2MThkODQtZDU5YmFmZDAtZjdlMTBkY2U=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d94b3789-7ac1-4cde-8549-aad57db25e39, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 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: "20251109210757Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 69aff125-cb30-46e7-9f4a-0b08ee8860eb, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 69aff125-cb30-46e7-9f4a-0b08ee8860eb, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 69aff125-cb30-46e7-9f4a-0b08ee8860eb, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3147763
DEBUG    ya.test:process.py:259 Command (pid 3147763) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3147763) elapsed time (sec): 0.12087750434875488
DEBUG    ya.test:process.py:263 Command (pid 3147763) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3147763) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3147763) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3147763) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3147763) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3147763) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3147763) minflt: 3449
DEBUG    ya.test:process.py:263 Command (pid 3147763) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3147763) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3147763) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3147763) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3147763) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3147763) nvcsw: 182
DEBUG    ya.test:process.py:263 Command (pid 3147763) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3147763) stime: 0.035748999999999996
DEBUG    ya.test:process.py:263 Command (pid 3147763) utime: 0.035748999999999996
DEBUG    ya.test:process.py:263 Command (pid 3147763) wtime: 0.122
DEBUG    ya.test:process.py:275 Command (pid 3147763) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_e370da0e` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3148786
DEBUG    ya.test:process.py:259 Command (pid 3148786) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3148786) elapsed time (sec): 0.17587566375732422
DEBUG    ya.test:process.py:263 Command (pid 3148786) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3148786) minflt: 3433
DEBUG    ya.test:process.py:263 Command (pid 3148786) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 3148786) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) nvcsw: 166
DEBUG    ya.test:process.py:263 Command (pid 3148786) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3148786) stime: 0.022709999999999998
DEBUG    ya.test:process.py:263 Command (pid 3148786) utime: 0.049963
DEBUG    ya.test:process.py:263 Command (pid 3148786) wtime: 0.177
DEBUG    ya.test:process.py:275 Command (pid 3148786) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 90518f53-e216-450b-84f8-0cd3d54a6587, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 90518f53-e216-450b-84f8-0cd3d54a6587, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_e370da0e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 90518f53-e216-450b-84f8-0cd3d54a6587, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_e370da0e" 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: 1762722476150 tx_id: 281474976710664 } } children { name: "20251109210757Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722477780 tx_id: 281474976710667 } } children { name: "20251109210759Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722479470 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 7e96aa23-7098-4145-aca5-65e9e482c7d2, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 7e96aa23-7098-4145-aca5-65e9e482c7d2, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_e370da0e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 7e96aa23-7098-4145-aca5-65e9e482c7d2, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_e370da0e" 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: 1762722476150 tx_id: 281474976710664 } } children { name: "20251109210757Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722477780 tx_id: 281474976710667 } } children { name: "20251109210759Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722479470 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a31e823e-2593-4594-9fba-5c510693f56a, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a31e823e-2593-4594-9fba-5c510693f56a, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a31e823e-2593-4594-9fba-5c510693f56a, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzAyY2RlNDUtZmIzMjY2My0yNDExZTU1Ny1iZTNiODAwOA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e4f0d732-bcfb-450a-9b2c-b3170aa10c59, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f0d732-bcfb-450a-9b2c-b3170aa10c59, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=YzAyY2RlNDUtZmIzMjY2My0yNDExZTU1Ny1iZTNiODAwOA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (20,2000,\"inc2\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f0d732-bcfb-450a-9b2c-b3170aa10c59, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5a1f942f-4c84-4ebd-a81a-f88a5c826e6a, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5a1f942f-4c84-4ebd-a81a-f88a5c826e6a, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5a1f942f-4c84-4ebd-a81a-f88a5c826e6a, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDk0N2IwNmQtYWI1Zjk3MzMtNWJkOGM0OGItMWRiNTM1MDk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dfffc1aa-eefa-425b-bd76-0cd639035619, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfffc1aa-eefa-425b-bd76-0cd639035619, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NDk0N2IwNmQtYWI1Zjk3MzMtNWJkOGM0OGItMWRiNTM1MDk=" 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, dfffc1aa-eefa-425b-bd76-0cd639035619, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 866564f2-0633-48f7-a760-cfcafc9a9720, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 866564f2-0633-48f7-a760-cfcafc9a9720, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 866564f2-0633-48f7-a760-cfcafc9a9720, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NThhOGY2ODMtY2NkYjM0N2ItZDBkZGIxNzQtY2MzMzY1NGE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 49a54307-aad5-4d15-aaac-64f80b051134, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 49a54307-aad5-4d15-aaac-64f80b051134, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NThhOGY2ODMtY2NkYjM0N2ItZDBkZGIxNzQtY2MzMzY1NGE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 49a54307-aad5-4d15-aaac-64f80b051134, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762722475940 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: "20251109210757Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251109210759Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bdb7cc09-972e-4f4a-b410-e00efe87c9bc, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdb7cc09-972e-4f4a-b410-e00efe87c9bc, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NThhOGY2ODMtY2NkYjM0N2ItZDBkZGIxNzQtY2MzMzY1NGE=" 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, bdb7cc09-972e-4f4a-b410-e00efe87c9bc, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "inc2" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 3657d650-41b4-4bd8-aaf5-4d95b54901d8, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 3657d650-41b4-4bd8-aaf5-4d95b54901d8, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 3657d650-41b4-4bd8-aaf5-4d95b54901d8, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722475940 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d9f301c2-f518-4afa-be7a-8875a3416482, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d9f301c2-f518-4afa-be7a-8875a3416482, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Nzg3Y2Q2ZTUtYzM2MThkODQtZDU5YmFmZDAtZjdlMTBkY2U=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d9f301c2-f518-4afa-be7a-8875a3416482, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762722475940 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: "20251109210757Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251109210759Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 264e8ebb-ad27-4630-be64-ceaf10cbca19, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 264e8ebb-ad27-4630-be64-ceaf10cbca19, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 264e8ebb-ad27-4630-be64-ceaf10cbca19, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722475940 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3149497
DEBUG    ya.test:process.py:259 Command (pid 3149497) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3149497) elapsed time (sec): 0.1221010684967041
DEBUG    ya.test:process.py:263 Command (pid 3149497) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3149497) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3149497) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3149497) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3149497) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3149497) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3149497) minflt: 3447
DEBUG    ya.test:process.py:263 Command (pid 3149497) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3149497) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3149497) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3149497) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3149497) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3149497) nvcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 3149497) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3149497) stime: 0.031065
DEBUG    ya.test:process.py:263 Command (pid 3149497) utime: 0.035713999999999996
DEBUG    ya.test:process.py:263 Command (pid 3149497) wtime: 0.123
DEBUG    ya.test:process.py:275 Command (pid 3149497) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 365a74fa-21ac-4bb0-9ddb-cf8213942915, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 365a74fa-21ac-4bb0-9ddb-cf8213942915, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 365a74fa-21ac-4bb0-9ddb-cf8213942915, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Zjc0M2NjYmQtMmY0ZmQ2MGItYzBmNWJiOTgtOGExY2NlNmE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 96c07bca-ccc2-4415-8199-3d278379db34, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 96c07bca-ccc2-4415-8199-3d278379db34, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Zjc0M2NjYmQtMmY0ZmQ2MGItYzBmNWJiOTgtOGExY2NlNmE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 96c07bca-ccc2-4415-8199-3d278379db34, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 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: "20251109210757Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251109210759Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f74e5695-9897-4f78-affa-ff4f1af6be67, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74e5695-9897-4f78-affa-ff4f1af6be67, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Zjc0M2NjYmQtMmY0ZmQ2MGItYzBmNWJiOTgtOGExY2NlNmE=" 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, f74e5695-9897-4f78-affa-ff4f1af6be67, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 6f2cf581-4845-4c81-9a2a-2ea3457cf32b, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 6f2cf581-4845-4c81-9a2a-2ea3457cf32b, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 6f2cf581-4845-4c81-9a2a-2ea3457cf32b, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e23d6784-3a7b-4855-a5b0-7dcc96686d81, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e23d6784-3a7b-4855-a5b0-7dcc96686d81, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Nzg3Y2Q2ZTUtYzM2MThkODQtZDU5YmFmZDAtZjdlMTBkY2U=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e23d6784-3a7b-4855-a5b0-7dcc96686d81, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 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: "20251109210757Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251109210759Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 577022a5-73d2-48ed-9307-b8ed186cfffd, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 577022a5-73d2-48ed-9307-b8ed186cfffd, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 577022a5-73d2-48ed-9307-b8ed186cfffd, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3150028
DEBUG    ya.test:process.py:259 Command (pid 3150028) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3150028) elapsed time (sec): 0.12204122543334961
DEBUG    ya.test:process.py:263 Command (pid 3150028) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3150028) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3150028) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3150028) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3150028) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3150028) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3150028) minflt: 3440
DEBUG    ya.test:process.py:263 Command (pid 3150028) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3150028) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3150028) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3150028) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3150028) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3150028) nvcsw: 164
DEBUG    ya.test:process.py:263 Command (pid 3150028) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3150028) stime: 0.023792
DEBUG    ya.test:process.py:263 Command (pid 3150028) utime: 0.047584
DEBUG    ya.test:process.py:263 Command (pid 3150028) wtime: 0.123
DEBUG    ya.test:process.py:275 Command (pid 3150028) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_e370da0e` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3151656
DEBUG    ya.test:process.py:259 Command (pid 3151656) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3151656) elapsed time (sec): 0.19291996955871582
DEBUG    ya.test:process.py:263 Command (pid 3151656) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3151656) minflt: 3427
DEBUG    ya.test:process.py:263 Command (pid 3151656) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 3151656) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) nvcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 3151656) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3151656) stime: 0.043553
DEBUG    ya.test:process.py:263 Command (pid 3151656) utime: 0.027715999999999998
DEBUG    ya.test:process.py:263 Command (pid 3151656) wtime: 0.194
DEBUG    ya.test:process.py:275 Command (pid 3151656) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, eede06fa-4e33-47e8-9444-90174e30e371, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, eede06fa-4e33-47e8-9444-90174e30e371, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_e370da0e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, eede06fa-4e33-47e8-9444-90174e30e371, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_e370da0e" 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: 1762722476150 tx_id: 281474976710664 } } children { name: "20251109210757Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722477780 tx_id: 281474976710667 } } children { name: "20251109210759Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722479470 tx_id: 281474976710672 } } children { name: "20251109210801Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722481190 tx_id: 281474976710677 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 7d67ff94-7a6f-4465-be2b-9b2ee8c0b132, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 7d67ff94-7a6f-4465-be2b-9b2ee8c0b132, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_e370da0e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 7d67ff94-7a6f-4465-be2b-9b2ee8c0b132, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_e370da0e" 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: 1762722476150 tx_id: 281474976710664 } } children { name: "20251109210757Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722477780 tx_id: 281474976710667 } } children { name: "20251109210759Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722479470 tx_id: 281474976710672 } } children { name: "20251109210801Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722481190 tx_id: 281474976710677 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8ae56290-1a9b-4ff3-8ddd-a27a66c1b03b, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8ae56290-1a9b-4ff3-8ddd-a27a66c1b03b, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8ae56290-1a9b-4ff3-8ddd-a27a66c1b03b, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWVmYmU1MGEtYmQxZWQyNmUtN2RjNGU5M2MtYjQxNjYzYzQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, f0b7d5d0-8f85-4f64-ab72-d8095e3b6e0a, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0b7d5d0-8f85-4f64-ab72-d8095e3b6e0a, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=NWVmYmU1MGEtYmQxZWQyNmUtN2RjNGU5M2MtYjQxNjYzYzQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (30,3000,\"inc3\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0b7d5d0-8f85-4f64-ab72-d8095e3b6e0a, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 369d62f9-e3af-4846-93a9-1ae68ef7a60f, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 369d62f9-e3af-4846-93a9-1ae68ef7a60f, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 369d62f9-e3af-4846-93a9-1ae68ef7a60f, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmIzNzQ3YjAtMmFhNTY2NmMtNTk2YWRhODktYjI4MDQ0YmI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 678497fb-f6f4-4217-b1b7-73e23ef19919, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 678497fb-f6f4-4217-b1b7-73e23ef19919, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=MmIzNzQ3YjAtMmFhNTY2NmMtNTk2YWRhODktYjI4MDQ0YmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 678497fb-f6f4-4217-b1b7-73e23ef19919, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762722475940 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: "20251109210759Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251109210801Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 521943f6-3c0d-4c0f-b47c-963e126e6157, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521943f6-3c0d-4c0f-b47c-963e126e6157, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=MmIzNzQ3YjAtMmFhNTY2NmMtNTk2YWRhODktYjI4MDQ0YmI=" 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, 521943f6-3c0d-4c0f-b47c-963e126e6157, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "inc2" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "inc3" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b77fafbc-1fcc-40fc-8a70-68ee276725a7, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b77fafbc-1fcc-40fc-8a70-68ee276725a7, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b77fafbc-1fcc-40fc-8a70-68ee276725a7, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722475940 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, ad5b07af-cf0e-4958-8871-3379da70b436, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, ad5b07af-cf0e-4958-8871-3379da70b436, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Nzg3Y2Q2ZTUtYzM2MThkODQtZDU5YmFmZDAtZjdlMTBkY2U=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, ad5b07af-cf0e-4958-8871-3379da70b436, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1762722475940 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: "20251109210759Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251109210801Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e7bfec7b-b184-4ad4-9ab3-a9d4a02a8e26, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e7bfec7b-b184-4ad4-9ab3-a9d4a02a8e26, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e7bfec7b-b184-4ad4-9ab3-a9d4a02a8e26, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722475940 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3152104
DEBUG    ya.test:process.py:259 Command (pid 3152104) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3152104) elapsed time (sec): 0.13823175430297852
DEBUG    ya.test:process.py:263 Command (pid 3152104) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3152104) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3152104) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3152104) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3152104) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3152104) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3152104) minflt: 3446
DEBUG    ya.test:process.py:263 Command (pid 3152104) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3152104) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3152104) nivcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 3152104) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3152104) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3152104) nvcsw: 159
DEBUG    ya.test:process.py:263 Command (pid 3152104) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3152104) stime: 0.035204
DEBUG    ya.test:process.py:263 Command (pid 3152104) utime: 0.039116
DEBUG    ya.test:process.py:263 Command (pid 3152104) wtime: 0.139
DEBUG    ya.test:process.py:275 Command (pid 3152104) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 969c0143-c9a2-4bc5-9eed-a7a62a090ec1, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 969c0143-c9a2-4bc5-9eed-a7a62a090ec1, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 969c0143-c9a2-4bc5-9eed-a7a62a090ec1, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjhlYjZmZDktNjkzNjkxM2ItZmIxMjVjMzctNzBlZmJmZjM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 08cb9467-b8f9-4f8c-b2c1-09e9c6cd8a41, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 08cb9467-b8f9-4f8c-b2c1-09e9c6cd8a41, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=YjhlYjZmZDktNjkzNjkxM2ItZmIxMjVjMzctNzBlZmJmZjM=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 08cb9467-b8f9-4f8c-b2c1-09e9c6cd8a41, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 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: "20251109210759Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251109210801Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0150dde0-2be6-42f9-885c-ff0ddaf62d54, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0150dde0-2be6-42f9-885c-ff0ddaf62d54, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=YjhlYjZmZDktNjkzNjkxM2ItZmIxMjVjMzctNzBlZmJmZjM=" 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, 0150dde0-2be6-42f9-885c-ff0ddaf62d54, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, be75bb54-a011-4d2c-9a73-564eee8a9912, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, be75bb54-a011-4d2c-9a73-564eee8a9912, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, be75bb54-a011-4d2c-9a73-564eee8a9912, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 62cfe45a-d527-4155-942f-cad9904bbd81, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 62cfe45a-d527-4155-942f-cad9904bbd81, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=Nzg3Y2Q2ZTUtYzM2MThkODQtZDU5YmFmZDAtZjdlMTBkY2U=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 62cfe45a-d527-4155-942f-cad9904bbd81, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 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: "20251109210759Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251109210801Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7062657f80>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 3e2fc31d-61f8-4b8e-bbdb-b68dc9d80837, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 3e2fc31d-61f8-4b8e-bbdb-b68dc9d80837, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 3e2fc31d-61f8-4b8e-bbdb-b68dc9d80837, ghrun-7qqmt4kh6e.auto.internal:1031): 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: 1762722476010 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3152462
DEBUG    ya.test:process.py:259 Command (pid 3152462) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3152462) elapsed time (sec): 0.14849042892456055
DEBUG    ya.test:process.py:263 Command (pid 3152462) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3152462) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3152462) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3152462) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3152462) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3152462) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3152462) minflt: 3445
DEBUG    ya.test:process.py:263 Command (pid 3152462) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3152462) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3152462) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 3152462) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3152462) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3152462) nvcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 3152462) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3152462) stime: 0.026720999999999998
DEBUG    ya.test:process.py:263 Command (pid 3152462) utime: 0.044535
DEBUG    ya.test:process.py:263 Command (pid 3152462) wtime: 0.156
DEBUG    ya.test:process.py:275 Command (pid 3152462) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_e370da0e` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3154788
DEBUG    ya.test:process.py:259 Command (pid 3154788) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3154788) elapsed time (sec): 0.17870736122131348
DEBUG    ya.test:process.py:263 Command (pid 3154788) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3154788) minflt: 3423
DEBUG    ya.test:process.py:263 Command (pid 3154788) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 3154788) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) nvcsw: 162
DEBUG    ya.test:process.py:263 Command (pid 3154788) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3154788) stime: 0.030407
DEBUG    ya.test:process.py:263 Command (pid 3154788) utime: 0.04181
DEBUG    ya.test:process.py:263 Command (pid 3154788) wtime: 0.18
DEBUG    ya.test:process.py:275 Command (pid 3154788) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 1fec988f-0d03-4f1a-8ae2-5eb475f1834d, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 1fec988f-0d03-4f1a-8ae2-5eb475f1834d, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_e370da0e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 1fec988f-0d03-4f1a-8ae2-5eb475f1834d, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_e370da0e" 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: 1762722476150 tx_id: 281474976710664 } } children { name: "20251109210757Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722477780 tx_id: 281474976710667 } } children { name: "20251109210759Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722479470 tx_id: 281474976710672 } } children { name: "20251109210801Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722481190 tx_id: 281474976710677 } } children { name: "20251109210802Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722483060 tx_id: 281474976710681 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, a2c9a349-f349-4908-89e6-58ca04e0541c, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, a2c9a349-f349-4908-89e6-58ca04e0541c, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_e370da0e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, a2c9a349-f349-4908-89e6-58ca04e0541c, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_e370da0e" 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: 1762722476150 tx_id: 281474976710664 } } children { name: "20251109210757Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722477780 tx_id: 281474976710667 } } children { name: "20251109210759Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722479470 tx_id: 281474976710672 } } children { name: "20251109210801Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722481190 tx_id: 281474976710677 } } children { name: "20251109210802Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722483060 tx_id: 281474976710681 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'tools', 'dump', '--path', '/Root/.backups/collections/chain_src_e370da0e', '--output', '/home/runner/.ya/build/build_root/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestIncrementalChainRestoreAfterDeletion/chain_src_e370da0e']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3154960
DEBUG    ya.test:process.py:259 Command (pid 3154960) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3154960) elapsed time (sec): 0.9074766635894775
DEBUG    ya.test:process.py:263 Command (pid 3154960) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3154960) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3154960) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3154960) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3154960) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3154960) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3154960) minflt: 3722
DEBUG    ya.test:process.py:263 Command (pid 3154960) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3154960) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3154960) nivcsw: 54
DEBUG    ya.test:process.py:263 Command (pid 3154960) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3154960) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3154960) nvcsw: 719
DEBUG    ya.test:process.py:263 Command (pid 3154960) oublock: 216
DEBUG    ya.test:process.py:263 Command (pid 3154960) stime: 0.04844
DEBUG    ya.test:process.py:263 Command (pid 3154960) utime: 0.114495
DEBUG    ya.test:process.py:263 Command (pid 3154960) wtime: 0.908
DEBUG    ya.test:process.py:275 Command (pid 3154960) output:

DEBUG    ya.test:process.py:276 Command (pid 3154960) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/chain_src_e370da0e"
Path after adjusting: "/Root/.backups/collections/chain_src_e370da0e"

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5b987eb4-8df7-4012-aedc-23b852b296ce, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5b987eb4-8df7-4012-aedc-23b852b296ce, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5b987eb4-8df7-4012-aedc-23b852b296ce, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjVhYmJjZGQtYmFjN2RjNjItYmVhYTRjMGItYWE5NjMwMg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 924bded8-26b1-41c2-8b8c-4f7ddd8a2420, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 924bded8-26b1-41c2-8b8c-4f7ddd8a2420, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=ZjVhYmJjZGQtYmFjN2RjNjItYmVhYTRjMGItYWE5NjMwMg==" yql_text: "DROP TABLE `/Root/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 924bded8-26b1-41c2-8b8c-4f7ddd8a2420, ghrun-7qqmt4kh6e.auto.internal:1031): 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(ExecuteSchemeQuery, 0895ef2d-6ac4-4ef9-a02f-a30e3791bbb1, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 0895ef2d-6ac4-4ef9-a02f-a30e3791bbb1, ghrun-7qqmt4kh6e.auto.internal:1031): request = { session_id: "ydb://session/3?node_id=1&id=ZjVhYmJjZGQtYmFjN2RjNjItYmVhYTRjMGItYWE5NjMwMg==" yql_text: "DROP TABLE `/Root/products`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 0895ef2d-6ac4-4ef9-a02f-a30e3791bbb1, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: OVERLOADED issues { message: "Execution" issue_code: 1060 severity: 1 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 1 issues { message: "Kikimr cluster or one of its subsystems is overloaded." issue_code: 2006 severity: 1 issues { message: "Check failed: path: \'/Root/products\', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 7], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_drop_indexed_table.cpp:405" severity: 1 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `restore_stage3_ccababc6`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH ( STORAGE = 'cluster' );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3156198
DEBUG    ya.test:process.py:259 Command (pid 3156198) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3156198) elapsed time (sec): 0.17531180381774902
DEBUG    ya.test:process.py:263 Command (pid 3156198) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3156198) minflt: 3425
DEBUG    ya.test:process.py:263 Command (pid 3156198) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 3156198) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) nvcsw: 173
DEBUG    ya.test:process.py:263 Command (pid 3156198) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3156198) stime: 0.021498
DEBUG    ya.test:process.py:263 Command (pid 3156198) utime: 0.055895
DEBUG    ya.test:process.py:263 Command (pid 3156198) wtime: 0.176
DEBUG    ya.test:process.py:275 Command (pid 3156198) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 167ca34c-c175-4c71-8604-7bf298d8c5f4, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 167ca34c-c175-4c71-8604-7bf298d8c5f4, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage3_ccababc6" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 167ca34c-c175-4c71-8604-7bf298d8c5f4, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage3_ccababc6" 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: 1762722484250 tx_id: 281474976710719 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:351 Collection restore_stage3_ccababc6 found
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:648 Will import into restore_stage3_ccababc6 these snapshots (in order): ['20251109210757Z_full', '20251109210759Z_incremental', '20251109210801Z_incremental']
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:653 Importing 20251109210757Z_full (ts=20251109210757Z) -> /Root/.backups/collections/restore_stage3_ccababc6/20251109210757Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage3_ccababc6/20251109210757Z_full', '--input', '/home/runner/.ya/build/build_root/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestIncrementalChainRestoreAfterDeletion/chain_src_e370da0e/20251109210757Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3156604
DEBUG    ya.test:process.py:259 Command (pid 3156604) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3156604) elapsed time (sec): 0.33108949661254883
DEBUG    ya.test:process.py:263 Command (pid 3156604) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3156604) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3156604) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3156604) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3156604) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3156604) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3156604) minflt: 4536
DEBUG    ya.test:process.py:263 Command (pid 3156604) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3156604) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3156604) nivcsw: 125
DEBUG    ya.test:process.py:263 Command (pid 3156604) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3156604) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3156604) nvcsw: 979
DEBUG    ya.test:process.py:263 Command (pid 3156604) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3156604) stime: 0.04002
DEBUG    ya.test:process.py:263 Command (pid 3156604) utime: 0.080041
DEBUG    ya.test:process.py:263 Command (pid 3156604) wtime: 0.332
DEBUG    ya.test:process.py:275 Command (pid 3156604) output:

DEBUG    ya.test:process.py:276 Command (pid 3156604) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage3_ccababc6/20251109210757Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage3_ccababc6/20251109210757Z_full"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:653 Importing 20251109210759Z_incremental (ts=20251109210759Z) -> /Root/.backups/collections/restore_stage3_ccababc6/20251109210759Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage3_ccababc6/20251109210759Z_incremental', '--input', '/home/runner/.ya/build/build_root/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestIncrementalChainRestoreAfterDeletion/chain_src_e370da0e/20251109210759Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3157489
DEBUG    ya.test:process.py:259 Command (pid 3157489) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3157489) elapsed time (sec): 0.6600487232208252
DEBUG    ya.test:process.py:263 Command (pid 3157489) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3157489) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3157489) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3157489) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3157489) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3157489) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3157489) minflt: 4555
DEBUG    ya.test:process.py:263 Command (pid 3157489) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3157489) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3157489) nivcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 3157489) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3157489) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3157489) nvcsw: 1013
DEBUG    ya.test:process.py:263 Command (pid 3157489) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3157489) stime: 0.040344
DEBUG    ya.test:process.py:263 Command (pid 3157489) utime: 0.089655
DEBUG    ya.test:process.py:263 Command (pid 3157489) wtime: 0.663
DEBUG    ya.test:process.py:275 Command (pid 3157489) output:

DEBUG    ya.test:process.py:276 Command (pid 3157489) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage3_ccababc6/20251109210759Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage3_ccababc6/20251109210759Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:653 Importing 20251109210801Z_incremental (ts=20251109210801Z) -> /Root/.backups/collections/restore_stage3_ccababc6/20251109210801Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage3_ccababc6/20251109210801Z_incremental', '--input', '/home/runner/.ya/build/build_root/aw73/0048d0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestIncrementalChainRestoreAfterDeletion/chain_src_e370da0e/20251109210801Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3158379
DEBUG    ya.test:process.py:259 Command (pid 3158379) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3158379) elapsed time (sec): 0.5519039630889893
DEBUG    ya.test:process.py:263 Command (pid 3158379) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3158379) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3158379) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3158379) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3158379) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3158379) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3158379) minflt: 4544
DEBUG    ya.test:process.py:263 Command (pid 3158379) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3158379) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3158379) nivcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 3158379) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3158379) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3158379) nvcsw: 899
DEBUG    ya.test:process.py:263 Command (pid 3158379) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3158379) stime: 0.052532999999999996
DEBUG    ya.test:process.py:263 Command (pid 3158379) utime: 0.081187
DEBUG    ya.test:process.py:263 Command (pid 3158379) wtime: 0.564
DEBUG    ya.test:process.py:275 Command (pid 3158379) output:

DEBUG    ya.test:process.py:276 Command (pid 3158379) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage3_ccababc6/20251109210801Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage3_ccababc6/20251109210801Z_incremental"

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, e05ff2cb-785c-4ac2-b998-82dc22add831, ghrun-7qqmt4kh6e.auto.internal:1031): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, e05ff2cb-785c-4ac2-b998-82dc22add831, ghrun-7qqmt4kh6e.auto.internal:1031): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage3_ccababc6" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, e05ff2cb-785c-4ac2-b998-82dc22add831, ghrun-7qqmt4kh6e.auto.internal:1031): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage3_ccababc6" 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: 1762722484250 tx_id: 281474976710719 } } children { name: "20251109210757Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722484450 tx_id: 281474976710720 } } children { name: "20251109210759Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722484870 tx_id: 281474976710728 } } children { name: "20251109210801Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1762722485490 tx_id: 281474976710736 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:683 All imported snapshots are registered in collection restore_stage3_ccababc6
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1031', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3167525
DEBUG    ya.test:process.py:259 Command (pid 3167525) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3167525) elapsed time (sec): 0.15886163711547852
DEBUG    ya.test:process.py:263 Command (pid 3167525) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3167525) minflt: 3418
DEBUG    ya.test:process.py:263 Command (pid 3167525) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3167525) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) nvcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 3167525) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3167525) stime: 0.030664
DEBUG    ya.test:process.py:263 Command (pid 3167525) utime: 0.039425999999999996
DEBUG    ya.test:process.py:263 Command (pid 3167525) wtime: 0.16
DEBUG    ya.test:process.py:275 Command (pid 3167525) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/aw73/0048d0/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/aw73/0048d0/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1031', '--database', '/Root', 'yql', '--script', 'RESTORE `restore_stage3_ccababc6`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3167661
DEBUG    ya.test:process.py:259 Command (pid 3167661) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3167661) elapsed time (sec): 0.19613957405090332
DEBUG    ya.test:process.py:263 Command (pid 3167661) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3167661) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3167661) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3167661) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3167661) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3167661) maxrss: 165888
DEBUG    ya.test:process.py:263 Command (pid 3167661) minflt: 3443
DEBUG    ya.test:process.py:263 Command (pid 3167661) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3167661) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3167661) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 3167661) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3167661) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3167661) nvcsw: 162
DEBUG    ya.test:process.py:263 Command (pid 3167661) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3167661) stime: 0.030705
DEBUG    ya.test:process.py:263 Command (pid 3167661) utime: 0.053734
DEBUG    ya.test:process.py:263 Command (pid 3167661) wtime: 0.203
DEBUG    ya.test:process.py:275 Command (pid 3167661) output:

DEBUG    ya.test:process.py:276 Command (pid 3167661) errors:
Status: SCHEME_ERROR
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:9: Error: Executing RESTORE
        <main>: Error: Check failed: path: '/Root/products', error: path exist, request doesn't accept it (id: [OwnerId: 72057594046678944, LocalPathId: 7], type: EPathTypeTable, state: EPathStateNoChanges), source_location: ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp:428, code: 2003
---------------------------- 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:1031/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27739
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15633
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13496
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1031
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6862
============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
15.44s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
3.48s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted - AssertionError: RESTORE failed: b"Status: SCHEME_ERROR\nIssues: \n<main>: Error: Execution, code: 1060\n    <main>:1:9: Error: Executing RESTORE\n        <main>: Error: Check failed: path: '/Root/products', error: path exist, request doesn't accept it (id: [OwnerId: 72057594046678944, LocalPathId: 7], type: EPathTypeTable, state: EPathStateNoChanges), source_location: ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp:428, code: 2003\n"
assert 1 == 0
 +  where 1 = <yatest.common.process._Execution object at 0x7f706411cce0>.exit_code
============================== 1 failed in 41.58s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/004900/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/aw73/00489a/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.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/aw73/0048c4/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.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048ca/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.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048e8/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.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/aw73/004908/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.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/aw73/00492e/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.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/aw73/0048ac/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.23s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048ff/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.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/aw73/00494e/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.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/aw73/004887/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.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/aw73/00488b/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.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/aw73/004927/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.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048ed/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.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/aw73/004896/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.18s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048ab/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.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/aw73/0048d8/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.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/aw73/0048fe/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.23s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/004944/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.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/aw73/004910/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.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/aw73/0048ad/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.23s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/00487f/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.23s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/00489d/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.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048cb/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.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/004948/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.00s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048c6/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/aw73/0048c0/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/aw73/0048de/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/aw73/0048bb/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/aw73/0048fa/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/aw73/0048fd/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/aw73/0048ef/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/aw73/0048bc/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/aw73/004892/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

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

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/004934/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/aw73/00493d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048d7/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/aw73/0048da/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/aw73/0048e9/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/aw73/0048ee/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.00s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048d5/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/aw73/0048b3/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/aw73/004914/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/aw73/0048c1/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/aw73/0048c3/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/aw73/0048b8/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/aw73/004932/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048eb/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/aw73/0048b5/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048f4/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.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/aw73/00490c/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/aw73/0048ec/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.00s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/aw73/0048d3/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 =============================
