============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/000418/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-4.4.4
collected 8 items / 3 deselected / 5 selected

basic_user_scenarios.py 
Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...llect-cores', '--build-type', 'relwithdebinfo', '--test-filter', 'basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete', '--test-filter', 'basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate', '--test-filter', 'basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals', '--test-filter', 'basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes', '--test-filter', 'basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted', '--tb', 'short', '--modulo', '30', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/functional/backup_collection', '--flags', 'ADD_PEERDIRS_GEN_TESTS=yes', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--test-file-filter', 'basic_user_scenarios.py']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1772, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...llect-cores', '--build-type', 'relwithdebinfo', '--test-filter', 'basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete', '--test-filter', 'basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate', '--test-filter', 'basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals', '--test-filter', 'basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes', '--test-filter', 'basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted', '--tb', 'short', '--modulo', '30', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/functional/backup_collection', '--flags', 'ADD_PEERDIRS_GEN_TESTS=yes', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--test-file-filter', 'basic_user_scenarios.py']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/00042d/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-4.4.4
collected 8 items / 3 deselected / 5 selected

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:2305: in test_service_schema_objects_cleanup_on_rotate
    backup.stage(BackupType.INCREMENTAL, "Second incremental")
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1184: in stage
    raise AssertionError(f"Backup failed: {result.error_message}")
E   AssertionError: Backup failed: BACKUP failed: code=1 STDOUT:  STDERR: Status: OVERLOADED
E   Issues: 
E   <main>: Error: Execution, code: 1060
E       <main>:1:8: Error: Executing BACKUP INCREMENTAL
E           <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_service_schema_objects_cleanup_on_rotate
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9696
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/47xt/00042d/r3tmp/kikimr_cluster_j07odbhu
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7586
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18255
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9483
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12828
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/47xt/00042d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1/logfile_3fm8rjms.log --grpc-port=7586 --mon-port=18255 --ic-port=9696
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7586/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/47xt/00042d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1/logfile_3fm8rjms.log --grpc-port=7586 --mon-port=18255 --ic-port=9696
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/47xt/00042d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/47xt/00042d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/47xt/00042d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1/logfile_3fm8rjms.log', '--grpc-port=7586', '--mon-port=18255', '--ic-port=9696')' in '/home/runner/.ya/build/build_root/47xt/00042d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 111782
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:7586/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/47xt/00042d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 111783
DEBUG    ya.test:process.py:259 Command (pid 111783) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 111783) elapsed time (sec): 0.5987274646759033
DEBUG    ya.test:process.py:263 Command (pid 111783) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) maxrss: 551560
DEBUG    ya.test:process.py:263 Command (pid 111783) minflt: 21416
DEBUG    ya.test:process.py:263 Command (pid 111783) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 111783) nvcsw: 413
DEBUG    ya.test:process.py:263 Command (pid 111783) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 111783) stime: 0.45497299999999996
DEBUG    ya.test:process.py:263 Command (pid 111783) utime: 0.091793
DEBUG    ya.test:process.py:263 Command (pid 111783) wtime: 0.6
DEBUG    ya.test:process.py:275 Command (pid 111783) output:
Git info:
    Commit: abc2d1f3c1b023db8ecb13b079f91fe24aeb8bee
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 8cd317bbcadd236db71e9829f8fc42e5bf5c2d0b into 54d3846fcfd20f009eeeabbfe05c19f647cd92d0
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-reby2ny4za    Host information: 
        Linux ghrun-reby2ny4za 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/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/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 111783) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: abc2d1f3c1b023db8ecb13b079f91fe24aeb8bee
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 8cd317bbcadd236db71e9829f8fc42e5bf5c2d0b into 54d3846fcfd20f009eeeabbfe05c19f647cd92d0
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-reby2ny4za    Host information: 
        Linux ghrun-reby2ny4za 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/47xt/00042d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:7586', '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: 9696\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/47xt/00042d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:7586', '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: 9696\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 113457
DEBUG    ya.test:process.py:259 Command (pid 113457) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 113457) elapsed time (sec): 0.9593493938446045
DEBUG    ya.test:process.py:263 Command (pid 113457) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113457) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 113457) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113457) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113457) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 113457) maxrss: 559912
DEBUG    ya.test:process.py:263 Command (pid 113457) minflt: 18485
DEBUG    ya.test:process.py:263 Command (pid 113457) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 113457) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 113457) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 113457) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 113457) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 113457) nvcsw: 152
DEBUG    ya.test:process.py:263 Command (pid 113457) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 113457) stime: 0.8200839999999999
DEBUG    ya.test:process.py:263 Command (pid 113457) utime: 0.095083
DEBUG    ya.test:process.py:263 Command (pid 113457) wtime: 0.96
DEBUG    ya.test:process.py:275 Command (pid 113457) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/47xt/00042d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:7586', '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/47xt/00042d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:7586', '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: 114424
DEBUG    ya.test:process.py:259 Command (pid 114424) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 114424) elapsed time (sec): 1.4399869441986084
DEBUG    ya.test:process.py:263 Command (pid 114424) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114424) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 114424) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114424) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114424) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 114424) maxrss: 559904
DEBUG    ya.test:process.py:263 Command (pid 114424) minflt: 18487
DEBUG    ya.test:process.py:263 Command (pid 114424) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 114424) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 114424) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 114424) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 114424) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 114424) nvcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 114424) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 114424) stime: 1.307411
DEBUG    ya.test:process.py:263 Command (pid 114424) utime: 0.08390299999999999
DEBUG    ya.test:process.py:263 Command (pid 114424) wtime: 1.441
DEBUG    ya.test:process.py:275 Command (pid 114424) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 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', 10000), ('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', 10000), ('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, 3bbabc36-1946-474a-99a9-d6e0381504b1, localhost:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3bbabc36-1946-474a-99a9-d6e0381504b1, localhost:7586): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3bbabc36-1946-474a-99a9-d6e0381504b1, localhost:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-reby2ny4za.auto.internal" port: 7586 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-reby2ny4za.auto.internal:7586, 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', 10000), ('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:7586
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation, test_name: test_service_schema_objects_cleanup_on_rotate)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5005af1f-c102-4947-8f7d-c45fdd179a3d, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5005af1f-c102-4947-8f7d-c45fdd179a3d, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5005af1f-c102-4947-8f7d-c45fdd179a3d, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTM2NjAzOTgtNmY5MTU1ZDctNjM5MTcwNjktZjJlMDE3NTg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 51984c6b-2ab2-42de-8191-69ebcc324219, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 51984c6b-2ab2-42de-8191-69ebcc324219, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=MTM2NjAzOTgtNmY5MTU1ZDctNjM5MTcwNjktZjJlMDE3NTg=" 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, 51984c6b-2ab2-42de-8191-69ebcc324219, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6086960b-abc1-4414-b7ce-f0bedb0f285d, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6086960b-abc1-4414-b7ce-f0bedb0f285d, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=MTM2NjAzOTgtNmY5MTU1ZDctNjM5MTcwNjktZjJlMDE3NTg=" 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, 6086960b-abc1-4414-b7ce-f0bedb0f285d, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 406e7b0c-5c00-4db4-9215-ba784a1d9d5c, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 406e7b0c-5c00-4db4-9215-ba784a1d9d5c, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=MTM2NjAzOTgtNmY5MTU1ZDctNjM5MTcwNjktZjJlMDE3NTg=" 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, 406e7b0c-5c00-4db4-9215-ba784a1d9d5c, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 069acd89-6f15-40f5-8f0f-8f0a38c00805, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069acd89-6f15-40f5-8f0f-8f0a38c00805, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=MTM2NjAzOTgtNmY5MTU1ZDctNjM5MTcwNjktZjJlMDE3NTg=" 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, 069acd89-6f15-40f5-8f0f-8f0a38c00805, ghrun-reby2ny4za.auto.internal:7586): 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/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `collection_3ba82cd8`\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: 116321
DEBUG    ya.test:process.py:259 Command (pid 116321) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 116321) elapsed time (sec): 0.11207699775695801
DEBUG    ya.test:process.py:263 Command (pid 116321) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 116321) minflt: 3499
DEBUG    ya.test:process.py:263 Command (pid 116321) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) nvcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 116321) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 116321) stime: 0.018349
DEBUG    ya.test:process.py:263 Command (pid 116321) utime: 0.036698
DEBUG    ya.test:process.py:263 Command (pid 116321) wtime: 0.113
DEBUG    ya.test:process.py:275 Command (pid 116321) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 461702be-fdc6-4065-9707-1ffff92ee309, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 461702be-fdc6-4065-9707-1ffff92ee309, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_3ba82cd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 461702be-fdc6-4065-9707-1ffff92ee309, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_3ba82cd8" 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: 1766512027820 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection collection_3ba82cd8 found
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 116488
DEBUG    ya.test:process.py:259 Command (pid 116488) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 116488) elapsed time (sec): 0.10933327674865723
DEBUG    ya.test:process.py:263 Command (pid 116488) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116488) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 116488) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116488) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116488) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 116488) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 116488) minflt: 3669
DEBUG    ya.test:process.py:263 Command (pid 116488) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116488) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116488) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 116488) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116488) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116488) nvcsw: 215
DEBUG    ya.test:process.py:263 Command (pid 116488) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 116488) stime: 0.014310999999999999
DEBUG    ya.test:process.py:263 Command (pid 116488) utime: 0.042935
DEBUG    ya.test:process.py:263 Command (pid 116488) wtime: 0.11
DEBUG    ya.test:process.py:275 Command (pid 116488) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 08f2cd98-a554-4c23-bc2f-e9417ff892f1, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08f2cd98-a554-4c23-bc2f-e9417ff892f1, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08f2cd98-a554-4c23-bc2f-e9417ff892f1, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTg2MGRkNzktY2Y0ZWEyOTItZmRiMTMzYjYtZjcyYmE0ZGM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 03a94227-dfb1-4b5c-9a6f-1d1c17e04f4c, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 03a94227-dfb1-4b5c-9a6f-1d1c17e04f4c, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=OTg2MGRkNzktY2Y0ZWEyOTItZmRiMTMzYjYtZjcyYmE0ZGM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 03a94227-dfb1-4b5c-9a6f-1d1c17e04f4c, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 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, fef54082-dfdb-4893-8358-f9ce15ebd96e, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef54082-dfdb-4893-8358-f9ce15ebd96e, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=OTg2MGRkNzktY2Y0ZWEyOTItZmRiMTMzYjYtZjcyYmE0ZGM=" 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, fef54082-dfdb-4893-8358-f9ce15ebd96e, ghrun-reby2ny4za.auto.internal:7586): 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, df7e702c-1462-442f-8332-3c4a926ccdb5, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, df7e702c-1462-442f-8332-3c4a926ccdb5, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, df7e702c-1462-442f-8332-3c4a926ccdb5, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 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 0x7f0482bfee50 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 0x7f0482bfff30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f0482bfff30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bf54f70d-7d9e-4df4-a831-81553b80cae0, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bf54f70d-7d9e-4df4-a831-81553b80cae0, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, bf54f70d-7d9e-4df4-a831-81553b80cae0, ghrun-reby2ny4za.auto.internal:7586): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bf54f70d-7d9e-4df4-a831-81553b80cae0, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDI0Mjc3MDYtY2ZlMDZhOTktYWI4OTNkZGUtNThjOWZiOTA=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f0482bfff30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f0482bfff30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d776ec12-8c2f-44f6-a891-de69190d78c6, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, bf54f70d-7d9e-4df4-a831-81553b80cae0, ghrun-reby2ny4za.auto.internal:7586): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d776ec12-8c2f-44f6-a891-de69190d78c6, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=ZDI0Mjc3MDYtY2ZlMDZhOTktYWI4OTNkZGUtNThjOWZiOTA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d776ec12-8c2f-44f6-a891-de69190d78c6, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 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 0x7f0482bfff30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, c42f9b66-6256-4129-8576-bf17201d929b, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c42f9b66-6256-4129-8576-bf17201d929b, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c42f9b66-6256-4129-8576-bf17201d929b, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 116843
DEBUG    ya.test:process.py:259 Command (pid 116843) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 116843) elapsed time (sec): 0.10034489631652832
DEBUG    ya.test:process.py:263 Command (pid 116843) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116843) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 116843) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116843) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116843) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 116843) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 116843) minflt: 3519
DEBUG    ya.test:process.py:263 Command (pid 116843) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116843) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116843) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 116843) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116843) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116843) nvcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 116843) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 116843) stime: 0.032137
DEBUG    ya.test:process.py:263 Command (pid 116843) utime: 0.020085
DEBUG    ya.test:process.py:263 Command (pid 116843) wtime: 0.101
DEBUG    ya.test:process.py:275 Command (pid 116843) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 042baa36-e94f-4bd1-b500-aa960141c750, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 042baa36-e94f-4bd1-b500-aa960141c750, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 042baa36-e94f-4bd1-b500-aa960141c750, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTU2ZmVhNC1mMzc4Mzg5My1lYWFmZjYzYS1iZDIzYzZiMg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, a0ab3898-8956-497c-83d0-6ff134ad4e0e, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, a0ab3898-8956-497c-83d0-6ff134ad4e0e, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=MTU2ZmVhNC1mMzc4Mzg5My1lYWFmZjYzYS1iZDIzYzZiMg==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, a0ab3898-8956-497c-83d0-6ff134ad4e0e, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 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, 58398de7-98f5-4fc0-bbe7-00a0c6df1595, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58398de7-98f5-4fc0-bbe7-00a0c6df1595, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=MTU2ZmVhNC1mMzc4Mzg5My1lYWFmZjYzYS1iZDIzYzZiMg==" 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, 58398de7-98f5-4fc0-bbe7-00a0c6df1595, ghrun-reby2ny4za.auto.internal:7586): 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, e239e1a0-da5c-4440-8367-ff05e7d6e628, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e239e1a0-da5c-4440-8367-ff05e7d6e628, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e239e1a0-da5c-4440-8367-ff05e7d6e628, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 21fbb095-82bb-44e3-b5d1-b8bbb407d18c, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 21fbb095-82bb-44e3-b5d1-b8bbb407d18c, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=ZDI0Mjc3MDYtY2ZlMDZhOTktYWI4OTNkZGUtNThjOWZiOTA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 21fbb095-82bb-44e3-b5d1-b8bbb407d18c, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 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 0x7f0482bfff30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 185ee2aa-b6ed-4693-a2e2-70ba90270245, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 185ee2aa-b6ed-4693-a2e2-70ba90270245, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 185ee2aa-b6ed-4693-a2e2-70ba90270245, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 117067
DEBUG    ya.test:process.py:259 Command (pid 117067) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 117067) elapsed time (sec): 0.10443496704101562
DEBUG    ya.test:process.py:263 Command (pid 117067) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 117067) minflt: 3506
DEBUG    ya.test:process.py:263 Command (pid 117067) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 117067) nvcsw: 185
DEBUG    ya.test:process.py:263 Command (pid 117067) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 117067) stime: 0.020456
DEBUG    ya.test:process.py:263 Command (pid 117067) utime: 0.034096999999999995
DEBUG    ya.test:process.py:263 Command (pid 117067) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 117067) output:

DEBUG    ya.test:process.py:276 Command (pid 117067) 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/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_3ba82cd8`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 118685
DEBUG    ya.test:process.py:259 Command (pid 118685) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 118685) elapsed time (sec): 0.13435721397399902
DEBUG    ya.test:process.py:263 Command (pid 118685) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 118685) minflt: 3497
DEBUG    ya.test:process.py:263 Command (pid 118685) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 118685) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 118685) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 118685) stime: 0.022916
DEBUG    ya.test:process.py:263 Command (pid 118685) utime: 0.036661
DEBUG    ya.test:process.py:263 Command (pid 118685) wtime: 0.135
DEBUG    ya.test:process.py:275 Command (pid 118685) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, b0f9ee7a-ae5f-4ecc-9383-bc6c9a092695, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, b0f9ee7a-ae5f-4ecc-9383-bc6c9a092695, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_3ba82cd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, b0f9ee7a-ae5f-4ecc-9383-bc6c9a092695, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_3ba82cd8" 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: 1766512027820 tx_id: 281474976710664 } } children { name: "20251223174709Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512029460 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, eab6b4bc-a175-4811-9c02-34e24db850ab, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, eab6b4bc-a175-4811-9c02-34e24db850ab, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_3ba82cd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, eab6b4bc-a175-4811-9c02-34e24db850ab, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_3ba82cd8" 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: 1766512027820 tx_id: 281474976710664 } } children { name: "20251223174709Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512029460 tx_id: 281474976710667 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 118878
DEBUG    ya.test:process.py:259 Command (pid 118878) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 118878) elapsed time (sec): 0.1010124683380127
DEBUG    ya.test:process.py:263 Command (pid 118878) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 118878) minflt: 3620
DEBUG    ya.test:process.py:263 Command (pid 118878) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 118878) nvcsw: 216
DEBUG    ya.test:process.py:263 Command (pid 118878) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 118878) stime: 0.018098
DEBUG    ya.test:process.py:263 Command (pid 118878) utime: 0.034126
DEBUG    ya.test:process.py:263 Command (pid 118878) wtime: 0.102
DEBUG    ya.test:process.py:275 Command (pid 118878) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬─────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State   │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼─────────┼───────────────────┤
│ 20251223174709Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled │ off               │
└──────────────────────────────────────┴─────────┴─────────┴─────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 119015
DEBUG    ya.test:process.py:259 Command (pid 119015) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 119015) elapsed time (sec): 0.15467095375061035
DEBUG    ya.test:process.py:263 Command (pid 119015) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 119015) minflt: 3615
DEBUG    ya.test:process.py:263 Command (pid 119015) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 119015) nvcsw: 213
DEBUG    ya.test:process.py:263 Command (pid 119015) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 119015) stime: 0.020506999999999997
DEBUG    ya.test:process.py:263 Command (pid 119015) utime: 0.03281
DEBUG    ya.test:process.py:263 Command (pid 119015) wtime: 0.155
DEBUG    ya.test:process.py:275 Command (pid 119015) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬─────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State   │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼─────────┼───────────────────┤
│ 20251223174709Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled │ off               │
└──────────────────────────────────────┴─────────┴─────────┴─────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1c62d9a1-243f-458a-a2e7-90299de19d90, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1c62d9a1-243f-458a-a2e7-90299de19d90, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1c62d9a1-243f-458a-a2e7-90299de19d90, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWRjZGIyODQtYjk0NDc2YTEtNTQ5MTY4MWUtNTg4NzZhNzQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 076da8ef-7af6-43b5-af3c-341dd2afe577, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 076da8ef-7af6-43b5-af3c-341dd2afe577, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=NWRjZGIyODQtYjk0NDc2YTEtNTQ5MTY4MWUtNTg4NzZhNzQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (100,1000,\"inc1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 076da8ef-7af6-43b5-af3c-341dd2afe577, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bc2dbd93-21b8-4c04-8245-bebe84efcb2d, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bc2dbd93-21b8-4c04-8245-bebe84efcb2d, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bc2dbd93-21b8-4c04-8245-bebe84efcb2d, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2VmNzgzNmItZGY4YmI3NzgtZjFhYjI5NWQtNmUxMTY1MjE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e2a93c74-3121-45be-b172-1d5cc654fb83, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e2a93c74-3121-45be-b172-1d5cc654fb83, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=M2VmNzgzNmItZGY4YmI3NzgtZjFhYjI5NWQtNmUxMTY1MjE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e2a93c74-3121-45be-b172-1d5cc654fb83, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7b0d9e1-5a23-40af-8bc4-3af8a54a36d2, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7b0d9e1-5a23-40af-8bc4-3af8a54a36d2, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=M2VmNzgzNmItZGY4YmI3NzgtZjFhYjI5NWQtNmUxMTY1MjE=" 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, e7b0d9e1-5a23-40af-8bc4-3af8a54a36d2, ghrun-reby2ny4za.auto.internal:7586): 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: 100 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 98543bb1-c82a-4bd8-9af9-3ccf34179f74, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 98543bb1-c82a-4bd8-9af9-3ccf34179f74, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 98543bb1-c82a-4bd8-9af9-3ccf34179f74, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d6e08397-58d0-46c2-b2f3-64dffbf0e8c4, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d6e08397-58d0-46c2-b2f3-64dffbf0e8c4, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=ZDI0Mjc3MDYtY2ZlMDZhOTktYWI4OTNkZGUtNThjOWZiOTA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d6e08397-58d0-46c2-b2f3-64dffbf0e8c4, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f0482bfff30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, f8d7648e-6c9b-465a-ac9d-9431e8ebc897, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, f8d7648e-6c9b-465a-ac9d-9431e8ebc897, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, f8d7648e-6c9b-465a-ac9d-9431e8ebc897, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 119273
DEBUG    ya.test:process.py:259 Command (pid 119273) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 119273) elapsed time (sec): 0.10143685340881348
DEBUG    ya.test:process.py:263 Command (pid 119273) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 119273) minflt: 3514
DEBUG    ya.test:process.py:263 Command (pid 119273) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 119273) nvcsw: 206
DEBUG    ya.test:process.py:263 Command (pid 119273) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 119273) stime: 0.022869
DEBUG    ya.test:process.py:263 Command (pid 119273) utime: 0.030492
DEBUG    ya.test:process.py:263 Command (pid 119273) wtime: 0.102
DEBUG    ya.test:process.py:275 Command (pid 119273) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b898ccd1-7084-45e7-97fc-c17373e5af1a, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b898ccd1-7084-45e7-97fc-c17373e5af1a, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b898ccd1-7084-45e7-97fc-c17373e5af1a, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmZlNTYwZi0yZmRjMWEwMy0zNWFjZDA1NS04NTk0NWI1MQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 449c6c44-3231-4bb2-8387-8ae60d8dd674, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 449c6c44-3231-4bb2-8387-8ae60d8dd674, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=MmZlNTYwZi0yZmRjMWEwMy0zNWFjZDA1NS04NTk0NWI1MQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 449c6c44-3231-4bb2-8387-8ae60d8dd674, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8500494a-90a3-4755-9166-e725a2f98cdd, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8500494a-90a3-4755-9166-e725a2f98cdd, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=MmZlNTYwZi0yZmRjMWEwMy0zNWFjZDA1NS04NTk0NWI1MQ==" 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, 8500494a-90a3-4755-9166-e725a2f98cdd, ghrun-reby2ny4za.auto.internal:7586): 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, 9ffa9a8b-5149-494b-9df7-62818f1bb40a, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9ffa9a8b-5149-494b-9df7-62818f1bb40a, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9ffa9a8b-5149-494b-9df7-62818f1bb40a, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, a7599531-b0d7-4bce-b4c5-8395fca1b448, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, a7599531-b0d7-4bce-b4c5-8395fca1b448, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=ZDI0Mjc3MDYtY2ZlMDZhOTktYWI4OTNkZGUtNThjOWZiOTA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, a7599531-b0d7-4bce-b4c5-8395fca1b448, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f0482bfff30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, d4afd3b6-e6b7-42fe-96dd-3effeec3c95d, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d4afd3b6-e6b7-42fe-96dd-3effeec3c95d, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d4afd3b6-e6b7-42fe-96dd-3effeec3c95d, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 119488
DEBUG    ya.test:process.py:259 Command (pid 119488) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 119488) elapsed time (sec): 0.10175466537475586
DEBUG    ya.test:process.py:263 Command (pid 119488) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 119488) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 119488) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 119488) nvcsw: 175
DEBUG    ya.test:process.py:263 Command (pid 119488) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 119488) stime: 0.032826999999999995
DEBUG    ya.test:process.py:263 Command (pid 119488) utime: 0.017906
DEBUG    ya.test:process.py:263 Command (pid 119488) wtime: 0.102
DEBUG    ya.test:process.py:275 Command (pid 119488) output:

DEBUG    ya.test:process.py:276 Command (pid 119488) 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/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_3ba82cd8` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 120809
DEBUG    ya.test:process.py:259 Command (pid 120809) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 120809) elapsed time (sec): 0.11655163764953613
DEBUG    ya.test:process.py:263 Command (pid 120809) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 120809) minflt: 3494
DEBUG    ya.test:process.py:263 Command (pid 120809) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 120809) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) nvcsw: 191
DEBUG    ya.test:process.py:263 Command (pid 120809) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 120809) stime: 0.018406
DEBUG    ya.test:process.py:263 Command (pid 120809) utime: 0.032212
DEBUG    ya.test:process.py:263 Command (pid 120809) wtime: 0.117
DEBUG    ya.test:process.py:275 Command (pid 120809) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 4e1b0767-1199-454c-bdb6-36b3b180672f, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 4e1b0767-1199-454c-bdb6-36b3b180672f, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_3ba82cd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 4e1b0767-1199-454c-bdb6-36b3b180672f, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_3ba82cd8" 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: 1766512027820 tx_id: 281474976710664 } } children { name: "20251223174709Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512029460 tx_id: 281474976710667 } } children { name: "20251223174711Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512031250 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 33a9b9b6-ef1d-4483-ba22-c6288ef4a878, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 33a9b9b6-ef1d-4483-ba22-c6288ef4a878, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_3ba82cd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 33a9b9b6-ef1d-4483-ba22-c6288ef4a878, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_3ba82cd8" 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: 1766512027820 tx_id: 281474976710664 } } children { name: "20251223174709Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512029460 tx_id: 281474976710667 } } children { name: "20251223174711Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512031250 tx_id: 281474976710671 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 120903
DEBUG    ya.test:process.py:259 Command (pid 120903) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 120903) elapsed time (sec): 0.11227059364318848
DEBUG    ya.test:process.py:263 Command (pid 120903) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120903) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 120903) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120903) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120903) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 120903) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 120903) minflt: 3612
DEBUG    ya.test:process.py:263 Command (pid 120903) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 120903) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 120903) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 120903) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 120903) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 120903) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 120903) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 120903) stime: 0.022203999999999998
DEBUG    ya.test:process.py:263 Command (pid 120903) utime: 0.038065
DEBUG    ya.test:process.py:263 Command (pid 120903) wtime: 0.113
DEBUG    ya.test:process.py:275 Command (pid 120903) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251223174709Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251223174711Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled  │ off               │
└──────────────────────────────────────┴─────────┴─────────┴──────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 121067
DEBUG    ya.test:process.py:259 Command (pid 121067) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 121067) elapsed time (sec): 0.10351443290710449
DEBUG    ya.test:process.py:263 Command (pid 121067) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 121067) minflt: 3612
DEBUG    ya.test:process.py:263 Command (pid 121067) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 121067) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 121067) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 121067) stime: 0.036213999999999996
DEBUG    ya.test:process.py:263 Command (pid 121067) utime: 0.018109
DEBUG    ya.test:process.py:263 Command (pid 121067) wtime: 0.104
DEBUG    ya.test:process.py:275 Command (pid 121067) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251223174709Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251223174711Z_continuousBackupImpl │ UPDATES │ Unknown │ Enabled  │ off               │
└──────────────────────────────────────┴─────────┴─────────┴──────────┴───────────────────┘

Storage settings: 
Store large values in "external blobs": false

Column families: 
┌─────────┬──────┬─────────────┬────────────────┐
│ Name    │ Data │ Compression │ Keep in memory │
├─────────┼──────┼─────────────┼────────────────┤
│ default │      │ None        │                │
└─────────┴──────┴─────────────┴────────────────┘

Auto partitioning settings: 
Partitioning by size: true
Partitioning by load: false
Preferred partition size (Mb): 2048
Min partitions count: 1

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


DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 9d5b9d3e-d29a-48db-9f00-dac2bd676047, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 9d5b9d3e-d29a-48db-9f00-dac2bd676047, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_3ba82cd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 9d5b9d3e-d29a-48db-9f00-dac2bd676047, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_3ba82cd8" 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: 1766512027820 tx_id: 281474976710664 } } children { name: "20251223174709Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512029460 tx_id: 281474976710667 } } children { name: "20251223174711Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512031250 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bda4229e-92cc-44b2-8c2d-62378cabb0c0, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bda4229e-92cc-44b2-8c2d-62378cabb0c0, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bda4229e-92cc-44b2-8c2d-62378cabb0c0, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Zjk1OTY4Ni0zNDdkZGI0Yy05NmRkY2U5NC1hZmM5MmZjMg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 6bbde31f-9045-4757-81d9-20f7b62d4b53, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 6bbde31f-9045-4757-81d9-20f7b62d4b53, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=Zjk1OTY4Ni0zNDdkZGI0Yy05NmRkY2U5NC1hZmM5MmZjMg==" yql_text: "DROP TABLE `/Root/.backups/collections/collection_3ba82cd8/20251223174709Z_full/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 6bbde31f-9045-4757-81d9-20f7b62d4b53, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b55812bf-24eb-4b3f-9114-b7d39cf1e89b, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b55812bf-24eb-4b3f-9114-b7d39cf1e89b, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b55812bf-24eb-4b3f-9114-b7d39cf1e89b, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzllNGQ1ZTktNDA2NjljZTAtMTYyNTlmM2MtZDc4OTQzZjM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, efa94365-cc47-4c9b-af5b-36cc0b27c6b2, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efa94365-cc47-4c9b-af5b-36cc0b27c6b2, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=NzllNGQ1ZTktNDA2NjljZTAtMTYyNTlmM2MtZDc4OTQzZjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (101,1001,\"inc2\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efa94365-cc47-4c9b-af5b-36cc0b27c6b2, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6639a2ed-325d-4bb7-acd5-c5b9cf900967, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6639a2ed-325d-4bb7-acd5-c5b9cf900967, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6639a2ed-325d-4bb7-acd5-c5b9cf900967, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTMzNjk1OWMtZDU3OWZkNC0zMjYzMGRiZC1jNjFhOGU1" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1261950f-cada-44ac-806e-4b97c7a4f4c6, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1261950f-cada-44ac-806e-4b97c7a4f4c6, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=ZTMzNjk1OWMtZDU3OWZkNC0zMjYzMGRiZC1jNjFhOGU1" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1261950f-cada-44ac-806e-4b97c7a4f4c6, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174711Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d98e6ad-e3c9-4176-9c39-6db6c1dfa1e3, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d98e6ad-e3c9-4176-9c39-6db6c1dfa1e3, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=ZTMzNjk1OWMtZDU3OWZkNC0zMjYzMGRiZC1jNjFhOGU1" 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, 5d98e6ad-e3c9-4176-9c39-6db6c1dfa1e3, ghrun-reby2ny4za.auto.internal:7586): 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: 100 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } rows { items { uint32_value: 101 } items { uint64_value: 1001 } items { bytes_value: "inc2" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 0d8fde05-2992-42b9-b7cc-47d3acb37959, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0d8fde05-2992-42b9-b7cc-47d3acb37959, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0d8fde05-2992-42b9-b7cc-47d3acb37959, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 4b6c958d-6ce0-4f0d-95f2-8d67fc6e421d, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 4b6c958d-6ce0-4f0d-95f2-8d67fc6e421d, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=ZDI0Mjc3MDYtY2ZlMDZhOTktYWI4OTNkZGUtNThjOWZiOTA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 4b6c958d-6ce0-4f0d-95f2-8d67fc6e421d, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174711Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f0482bfff30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 844997e9-39cf-4f1b-90f6-6e7d57c4df2c, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 844997e9-39cf-4f1b-90f6-6e7d57c4df2c, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 844997e9-39cf-4f1b-90f6-6e7d57c4df2c, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027650 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 121243
DEBUG    ya.test:process.py:259 Command (pid 121243) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 121243) elapsed time (sec): 0.10292720794677734
DEBUG    ya.test:process.py:263 Command (pid 121243) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 121243) minflt: 3514
DEBUG    ya.test:process.py:263 Command (pid 121243) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 121243) nvcsw: 210
DEBUG    ya.test:process.py:263 Command (pid 121243) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 121243) stime: 0.03356
DEBUG    ya.test:process.py:263 Command (pid 121243) utime: 0.020975
DEBUG    ya.test:process.py:263 Command (pid 121243) wtime: 0.104
DEBUG    ya.test:process.py:275 Command (pid 121243) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9201a1f5-1b20-41c9-8232-d233f7a64dab, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9201a1f5-1b20-41c9-8232-d233f7a64dab, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9201a1f5-1b20-41c9-8232-d233f7a64dab, ghrun-reby2ny4za.auto.internal:7586): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2MyMzgyZjItNzlhYjcxZWYtZjJlZGI4ZWUtNGY2YzRhZA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3dbb5b16-3275-44b3-86a4-c86fcecc6e61, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3dbb5b16-3275-44b3-86a4-c86fcecc6e61, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=M2MyMzgyZjItNzlhYjcxZWYtZjJlZGI4ZWUtNGY2YzRhZA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3dbb5b16-3275-44b3-86a4-c86fcecc6e61, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174711Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 668841a5-a29d-4d8a-96d9-09b5eaa2376e, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668841a5-a29d-4d8a-96d9-09b5eaa2376e, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=M2MyMzgyZjItNzlhYjcxZWYtZjJlZGI4ZWUtNGY2YzRhZA==" 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, 668841a5-a29d-4d8a-96d9-09b5eaa2376e, ghrun-reby2ny4za.auto.internal:7586): 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, 7b57a0f9-0d80-4a6e-aa2d-b6e3fb38de9a, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7b57a0f9-0d80-4a6e-aa2d-b6e3fb38de9a, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7b57a0f9-0d80-4a6e-aa2d-b6e3fb38de9a, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, ab24c865-2f26-4916-82d1-6a83fc18b1bd, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, ab24c865-2f26-4916-82d1-6a83fc18b1bd, ghrun-reby2ny4za.auto.internal:7586): request = { session_id: "ydb://session/3?node_id=1&id=ZDI0Mjc3MDYtY2ZlMDZhOTktYWI4OTNkZGUtNThjOWZiOTA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, ab24c865-2f26-4916-82d1-6a83fc18b1bd, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174711Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f0482bfff30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 6abbb238-a5a5-47c6-bd3f-8f86b705fce3, ghrun-reby2ny4za.auto.internal:7586): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 6abbb238-a5a5-47c6-bd3f-8f86b705fce3, ghrun-reby2ny4za.auto.internal:7586): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 6abbb238-a5a5-47c6-bd3f-8f86b705fce3, ghrun-reby2ny4za.auto.internal:7586): 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: 1766512027700 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 121461
DEBUG    ya.test:process.py:259 Command (pid 121461) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 121461) elapsed time (sec): 0.09907984733581543
DEBUG    ya.test:process.py:263 Command (pid 121461) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121461) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 121461) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121461) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121461) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 121461) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 121461) minflt: 3513
DEBUG    ya.test:process.py:263 Command (pid 121461) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 121461) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 121461) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 121461) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 121461) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 121461) nvcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 121461) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 121461) stime: 0.022754
DEBUG    ya.test:process.py:263 Command (pid 121461) utime: 0.027305
DEBUG    ya.test:process.py:263 Command (pid 121461) wtime: 0.1
DEBUG    ya.test:process.py:275 Command (pid 121461) output:

DEBUG    ya.test:process.py:276 Command (pid 121461) 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/47xt/00042d/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/47xt/00042d/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:7586', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_3ba82cd8` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 121927
DEBUG    ya.test:process.py:259 Command (pid 121927) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 121927) elapsed time (sec): 0.10402941703796387
DEBUG    ya.test:process.py:263 Command (pid 121927) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121927) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 121927) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121927) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121927) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 121927) maxrss: 167808
DEBUG    ya.test:process.py:263 Command (pid 121927) minflt: 3518
DEBUG    ya.test:process.py:263 Command (pid 121927) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 121927) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 121927) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 121927) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 121927) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 121927) nvcsw: 201
DEBUG    ya.test:process.py:263 Command (pid 121927) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 121927) stime: 0.026532
DEBUG    ya.test:process.py:263 Command (pid 121927) utime: 0.023215
DEBUG    ya.test:process.py:263 Command (pid 121927) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 121927) output:

DEBUG    ya.test:process.py:276 Command (pid 121927) errors:
Status: OVERLOADED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:8: Error: Executing BACKUP INCREMENTAL
        <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:7586/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12828
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9483
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18255
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7586
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9696
============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
5.39s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
4.79s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate - AssertionError: Backup failed: BACKUP failed: code=1 STDOUT:  STDERR: Status: OVERLOADED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:8: Error: Executing BACKUP INCREMENTAL
        <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
======================= 1 failed, 3 deselected in 32.78s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/000419/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-4.4.4
collected 8 items / 3 deselected / 5 selected

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1443: in test_full_cycle_local_backup_restore_with_incrementals
    backup.stage(BackupType.INCREMENTAL, "Second incremental with extra3")
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1184: in stage
    raise AssertionError(f"Backup failed: {result.error_message}")
E   AssertionError: Backup failed: BACKUP failed: code=1 STDOUT:  STDERR: Status: OVERLOADED
E   Issues: 
E   <main>: Error: Execution, code: 1060
E       <main>:1:8: Error: Executing BACKUP INCREMENTAL
E           <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_full_cycle_local_backup_restore_with_incrementals
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2202
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/47xt/000419/r3tmp/kikimr_cluster_0z4ljjas
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21026
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9813
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32199
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15009
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/47xt/000419/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/47xt/000419/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/47xt/000419/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/node_1/logfile_gfe4eiag.log --grpc-port=21026 --mon-port=9813 --ic-port=2202
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21026/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/47xt/000419/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/47xt/000419/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/47xt/000419/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/node_1/logfile_gfe4eiag.log --grpc-port=21026 --mon-port=9813 --ic-port=2202
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/47xt/000419/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/47xt/000419/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/47xt/000419/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/node_1/logfile_gfe4eiag.log', '--grpc-port=21026', '--mon-port=9813', '--ic-port=2202')' in '/home/runner/.ya/build/build_root/47xt/000419/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 111784
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21026/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/47xt/000419/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 111785
DEBUG    ya.test:process.py:259 Command (pid 111785) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 111785) elapsed time (sec): 0.5395865440368652
DEBUG    ya.test:process.py:263 Command (pid 111785) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111785) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 111785) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111785) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111785) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 111785) maxrss: 551520
DEBUG    ya.test:process.py:263 Command (pid 111785) minflt: 18886
DEBUG    ya.test:process.py:263 Command (pid 111785) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 111785) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 111785) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 111785) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 111785) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 111785) nvcsw: 218
DEBUG    ya.test:process.py:263 Command (pid 111785) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 111785) stime: 0.408645
DEBUG    ya.test:process.py:263 Command (pid 111785) utime: 0.08109799999999999
DEBUG    ya.test:process.py:263 Command (pid 111785) wtime: 0.54
DEBUG    ya.test:process.py:275 Command (pid 111785) output:
Git info:
    Commit: abc2d1f3c1b023db8ecb13b079f91fe24aeb8bee
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 8cd317bbcadd236db71e9829f8fc42e5bf5c2d0b into 54d3846fcfd20f009eeeabbfe05c19f647cd92d0
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-reby2ny4za    Host information: 
        Linux ghrun-reby2ny4za 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/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/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 111785) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: abc2d1f3c1b023db8ecb13b079f91fe24aeb8bee
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 8cd317bbcadd236db71e9829f8fc42e5bf5c2d0b into 54d3846fcfd20f009eeeabbfe05c19f647cd92d0
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-reby2ny4za    Host information: 
        Linux ghrun-reby2ny4za 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/47xt/000419/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21026', '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: 2202\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/47xt/000419/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21026', '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: 2202\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 113468
DEBUG    ya.test:process.py:259 Command (pid 113468) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 113468) elapsed time (sec): 0.7263917922973633
DEBUG    ya.test:process.py:263 Command (pid 113468) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) maxrss: 559912
DEBUG    ya.test:process.py:263 Command (pid 113468) minflt: 18486
DEBUG    ya.test:process.py:263 Command (pid 113468) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 113468) nvcsw: 133
DEBUG    ya.test:process.py:263 Command (pid 113468) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 113468) stime: 0.606313
DEBUG    ya.test:process.py:263 Command (pid 113468) utime: 0.076291
DEBUG    ya.test:process.py:263 Command (pid 113468) wtime: 0.727
DEBUG    ya.test:process.py:275 Command (pid 113468) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/47xt/000419/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21026', '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/47xt/000419/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:21026', '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: 114163
DEBUG    ya.test:process.py:259 Command (pid 114163) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 114163) elapsed time (sec): 0.7250268459320068
DEBUG    ya.test:process.py:263 Command (pid 114163) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114163) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 114163) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114163) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114163) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 114163) maxrss: 559900
DEBUG    ya.test:process.py:263 Command (pid 114163) minflt: 18490
DEBUG    ya.test:process.py:263 Command (pid 114163) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 114163) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 114163) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 114163) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 114163) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 114163) nvcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 114163) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 114163) stime: 0.596822
DEBUG    ya.test:process.py:263 Command (pid 114163) utime: 0.08451
DEBUG    ya.test:process.py:263 Command (pid 114163) wtime: 0.726
DEBUG    ya.test:process.py:275 Command (pid 114163) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 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', 10000), ('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', 10000), ('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, 56ed1ef6-2a00-488c-ac00-87e46536b66a, localhost:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 56ed1ef6-2a00-488c-ac00-87e46536b66a, localhost:21026): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 56ed1ef6-2a00-488c-ac00-87e46536b66a, localhost:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-reby2ny4za.auto.internal" port: 21026 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-reby2ny4za.auto.internal:21026, 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', 10000), ('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:21026
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr, test_name: test_full_cycle_local_backup_restore_with_incrementals)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e4cb70da-3a11-4cfb-bab9-372e53ce52b1, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e4cb70da-3a11-4cfb-bab9-372e53ce52b1, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e4cb70da-3a11-4cfb-bab9-372e53ce52b1, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YWYzYjRmNmQtZGVkYWM1NGItMjc3NGZhMDQtNjRiZWIwYjg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 1b918be4-e53e-4996-a938-3fa4884ed2e8, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 1b918be4-e53e-4996-a938-3fa4884ed2e8, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=YWYzYjRmNmQtZGVkYWM1NGItMjc3NGZhMDQtNjRiZWIwYjg=" 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, 1b918be4-e53e-4996-a938-3fa4884ed2e8, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 65863473-778e-41f3-a625-209908f0d7f2, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65863473-778e-41f3-a625-209908f0d7f2, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=YWYzYjRmNmQtZGVkYWM1NGItMjc3NGZhMDQtNjRiZWIwYjg=" 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, 65863473-778e-41f3-a625-209908f0d7f2, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, c724c7c6-4193-4e19-9070-5b1a0bce17bc, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, c724c7c6-4193-4e19-9070-5b1a0bce17bc, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=YWYzYjRmNmQtZGVkYWM1NGItMjc3NGZhMDQtNjRiZWIwYjg=" 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, c724c7c6-4193-4e19-9070-5b1a0bce17bc, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5166bb01-fa3f-4c2d-8591-31e3c529997b, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5166bb01-fa3f-4c2d-8591-31e3c529997b, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=YWYzYjRmNmQtZGVkYWM1NGItMjc3NGZhMDQtNjRiZWIwYjg=" 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, 5166bb01-fa3f-4c2d-8591-31e3c529997b, ghrun-reby2ny4za.auto.internal:21026): 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/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_incremental_65214bd8`\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: 115104
DEBUG    ya.test:process.py:259 Command (pid 115104) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 115104) elapsed time (sec): 0.12253022193908691
DEBUG    ya.test:process.py:263 Command (pid 115104) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 115104) minflt: 3500
DEBUG    ya.test:process.py:263 Command (pid 115104) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) nvcsw: 186
DEBUG    ya.test:process.py:263 Command (pid 115104) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 115104) stime: 0.020791
DEBUG    ya.test:process.py:263 Command (pid 115104) utime: 0.046036
DEBUG    ya.test:process.py:263 Command (pid 115104) wtime: 0.123
DEBUG    ya.test:process.py:275 Command (pid 115104) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, f49121bb-cb1d-4d45-a421-ab6b26376d41, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, f49121bb-cb1d-4d45-a421-ab6b26376d41, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_65214bd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, f49121bb-cb1d-4d45-a421-ab6b26376d41, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_65214bd8" 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: 1766512026940 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection test_incremental_65214bd8 found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 54678fed-bde7-4917-9804-8dd477fb4f91, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 54678fed-bde7-4917-9804-8dd477fb4f91, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 54678fed-bde7-4917-9804-8dd477fb4f91, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmEzZjdhMi00NjFmYzgxMy03MjBiM2RjYi00ZjJjMjk2Yg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fd311e0f-1793-4ae8-a3c9-65c9be39ed5d, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd311e0f-1793-4ae8-a3c9-65c9be39ed5d, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=NmEzZjdhMi00NjFmYzgxMy03MjBiM2RjYi00ZjJjMjk2Yg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (10,1000,\"a1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd311e0f-1793-4ae8-a3c9-65c9be39ed5d, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dc178310-0d5e-4040-bc6c-e56eea5dd854, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dc178310-0d5e-4040-bc6c-e56eea5dd854, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dc178310-0d5e-4040-bc6c-e56eea5dd854, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Nzg4M2ViMS0zM2JiNWViYi1iNmE0MzU3OS00Mjc4NjU1Zg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5dd1d626-78da-4f86-8643-50ff0bae4b18, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd1d626-78da-4f86-8643-50ff0bae4b18, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=Nzg4M2ViMS0zM2JiNWViYi1iNmE0MzU3OS00Mjc4NjU1Zg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 2;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd1d626-78da-4f86-8643-50ff0bae4b18, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 05efe670-fb37-4a4e-ad95-2d44468b5c6d, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 05efe670-fb37-4a4e-ad95-2d44468b5c6d, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 05efe670-fb37-4a4e-ad95-2d44468b5c6d, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDQzMTkxNS1lMmY2MDk0Yi05N2U1ZWJiOC1jZDk4MzJiMQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, ac5c98a8-78a6-4fc7-8455-05094c84ec30, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, ac5c98a8-78a6-4fc7-8455-05094c84ec30, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=NDQzMTkxNS1lMmY2MDk0Yi05N2U1ZWJiOC1jZDk4MzJiMQ==" path: "/Root/extra1_1_2026" 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, ac5c98a8-78a6-4fc7-8455-05094c84ec30, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d588cb35-85f0-4b4f-9d40-635b69beea20, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d588cb35-85f0-4b4f-9d40-635b69beea20, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=NDQzMTkxNS1lMmY2MDk0Yi05N2U1ZWJiOC1jZDk4MzJiMQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_2026 (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, d588cb35-85f0-4b4f-9d40-635b69beea20, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0efe4299-2550-466f-827e-5063d19aced5, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0efe4299-2550-466f-827e-5063d19aced5, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0efe4299-2550-466f-827e-5063d19aced5, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTViYzgxMDYtYzQ2MzkxMmUtNDRkNmVlMjgtZWU0OGU3OTk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d929a030-ae30-4998-b324-8f317979fb4b, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d929a030-ae30-4998-b324-8f317979fb4b, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=NTViYzgxMDYtYzQ2MzkxMmUtNDRkNmVlMjgtZWU0OGU3OTk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d929a030-ae30-4998-b324-8f317979fb4b, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 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, e841a5c1-8e64-410f-b335-a0ef053dfb87, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e841a5c1-8e64-410f-b335-a0ef053dfb87, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=NTViYzgxMDYtYzQ2MzkxMmUtNDRkNmVlMjgtZWU0OGU3OTk=" 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, e841a5c1-8e64-410f-b335-a0ef053dfb87, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 24625585-d80c-460d-9793-f94034bc5709, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 24625585-d80c-460d-9793-f94034bc5709, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 24625585-d80c-460d-9793-f94034bc5709, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 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 0x7fdca61fc4c0 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 0x7fdca61fde60>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fdca61fde60>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7899b558-23e1-40f0-a1b1-65b4f8992165, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7899b558-23e1-40f0-a1b1-65b4f8992165, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 7899b558-23e1-40f0-a1b1-65b4f8992165, ghrun-reby2ny4za.auto.internal:21026): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7899b558-23e1-40f0-a1b1-65b4f8992165, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTFhOTYxN2ItZDM2NmU2OWYtNGFmMGI1MTItMTIyMWEyZDc=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdca61fde60>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fdca61fde60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3afa495b-e13e-4138-b275-b4e8ef0ca2ce, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 7899b558-23e1-40f0-a1b1-65b4f8992165, ghrun-reby2ny4za.auto.internal:21026): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3afa495b-e13e-4138-b275-b4e8ef0ca2ce, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=OTFhOTYxN2ItZDM2NmU2OWYtNGFmMGI1MTItMTIyMWEyZDc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3afa495b-e13e-4138-b275-b4e8ef0ca2ce, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 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 0x7fdca61fde60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 7f02829a-9420-4a91-a8bb-d2286e9264fb, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7f02829a-9420-4a91-a8bb-d2286e9264fb, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7f02829a-9420-4a91-a8bb-d2286e9264fb, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 115409
DEBUG    ya.test:process.py:259 Command (pid 115409) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 115409) elapsed time (sec): 0.10605382919311523
DEBUG    ya.test:process.py:263 Command (pid 115409) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115409) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 115409) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115409) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115409) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 115409) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 115409) minflt: 3514
DEBUG    ya.test:process.py:263 Command (pid 115409) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 115409) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 115409) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 115409) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 115409) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 115409) nvcsw: 204
DEBUG    ya.test:process.py:263 Command (pid 115409) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 115409) stime: 0.045008
DEBUG    ya.test:process.py:263 Command (pid 115409) utime: 0.022497
DEBUG    ya.test:process.py:263 Command (pid 115409) wtime: 0.107
DEBUG    ya.test:process.py:275 Command (pid 115409) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9ed9d13c-2eda-44cc-acc8-e095eda6747c, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9ed9d13c-2eda-44cc-acc8-e095eda6747c, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9ed9d13c-2eda-44cc-acc8-e095eda6747c, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDFlYTcyOTYtYzNhNjdmYTctZDAyMTRmYWEtOGEyMWQwODc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6119c738-6cb3-40bf-883f-1c78acc6e267, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6119c738-6cb3-40bf-883f-1c78acc6e267, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=ZDFlYTcyOTYtYzNhNjdmYTctZDAyMTRmYWEtOGEyMWQwODc=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6119c738-6cb3-40bf-883f-1c78acc6e267, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 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, a25b5750-3cec-40c7-8a04-225978a0f19a, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25b5750-3cec-40c7-8a04-225978a0f19a, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=ZDFlYTcyOTYtYzNhNjdmYTctZDAyMTRmYWEtOGEyMWQwODc=" 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, a25b5750-3cec-40c7-8a04-225978a0f19a, ghrun-reby2ny4za.auto.internal:21026): 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, cd8737ca-534a-4fb7-8f6e-9dabc2a672e4, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, cd8737ca-534a-4fb7-8f6e-9dabc2a672e4, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, cd8737ca-534a-4fb7-8f6e-9dabc2a672e4, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 035b74d3-f250-463d-a5a4-cd2afc3a2dea, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 035b74d3-f250-463d-a5a4-cd2afc3a2dea, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=OTFhOTYxN2ItZDM2NmU2OWYtNGFmMGI1MTItMTIyMWEyZDc=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 035b74d3-f250-463d-a5a4-cd2afc3a2dea, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 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 0x7fdca61fde60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 025b5803-02a5-4fac-a337-55f2f6eb463b, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 025b5803-02a5-4fac-a337-55f2f6eb463b, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 025b5803-02a5-4fac-a337-55f2f6eb463b, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 115537
DEBUG    ya.test:process.py:259 Command (pid 115537) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 115537) elapsed time (sec): 0.1013646125793457
DEBUG    ya.test:process.py:263 Command (pid 115537) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115537) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 115537) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115537) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115537) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 115537) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 115537) minflt: 3533
DEBUG    ya.test:process.py:263 Command (pid 115537) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 115537) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 115537) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 115537) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 115537) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 115537) nvcsw: 222
DEBUG    ya.test:process.py:263 Command (pid 115537) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 115537) stime: 0.028751
DEBUG    ya.test:process.py:263 Command (pid 115537) utime: 0.024644
DEBUG    ya.test:process.py:263 Command (pid 115537) wtime: 0.103
DEBUG    ya.test:process.py:275 Command (pid 115537) output:

DEBUG    ya.test:process.py:276 Command (pid 115537) 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/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', 'BACKUP `test_incremental_65214bd8`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 117702
DEBUG    ya.test:process.py:259 Command (pid 117702) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 117702) elapsed time (sec): 0.14258384704589844
DEBUG    ya.test:process.py:263 Command (pid 117702) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 117702) minflt: 3491
DEBUG    ya.test:process.py:263 Command (pid 117702) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) nvcsw: 220
DEBUG    ya.test:process.py:263 Command (pid 117702) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 117702) stime: 0.022399
DEBUG    ya.test:process.py:263 Command (pid 117702) utime: 0.035838999999999996
DEBUG    ya.test:process.py:263 Command (pid 117702) wtime: 0.143
DEBUG    ya.test:process.py:275 Command (pid 117702) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 2a4b8b0f-c565-41b5-ad80-78087e4975b4, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 2a4b8b0f-c565-41b5-ad80-78087e4975b4, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_65214bd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 2a4b8b0f-c565-41b5-ad80-78087e4975b4, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_65214bd8" 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: 1766512026940 tx_id: 281474976710664 } } children { name: "20251223174708Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512028590 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 385467ba-ac00-4524-8ef4-81508988193d, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 385467ba-ac00-4524-8ef4-81508988193d, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_65214bd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 385467ba-ac00-4524-8ef4-81508988193d, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_65214bd8" 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: 1766512026940 tx_id: 281474976710664 } } children { name: "20251223174708Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512028590 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fbda1755-c2a1-4f92-939d-c489c1fffcd2, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fbda1755-c2a1-4f92-939d-c489c1fffcd2, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fbda1755-c2a1-4f92-939d-c489c1fffcd2, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWM1YjQ2OTctNzcxZGZkMjctZmJmNDAyODktM2Y3NDYyNjQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78620a44-0d34-4e21-a399-efeebd5c96f0, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78620a44-0d34-4e21-a399-efeebd5c96f0, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=MWM1YjQ2OTctNzcxZGZkMjctZmJmNDAyODktM2Y3NDYyNjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (20,2000,\"b1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78620a44-0d34-4e21-a399-efeebd5c96f0, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7d6c77c3-2ec9-4e2e-bf0b-2ec5013a87f5, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7d6c77c3-2ec9-4e2e-bf0b-2ec5013a87f5, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7d6c77c3-2ec9-4e2e-bf0b-2ec5013a87f5, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGY5NDNiZjItNmNlZTk3MDYtMzdmOTVkZDQtYzc4MDk3N2M=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 330a57df-db8d-49c5-877c-232f4c5c3b9e, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 330a57df-db8d-49c5-877c-232f4c5c3b9e, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=NGY5NDNiZjItNmNlZTk3MDYtMzdmOTVkZDQtYzc4MDk3N2M=" 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, 330a57df-db8d-49c5-877c-232f4c5c3b9e, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 938b9e85-37cf-4302-b733-509f77b99ed7, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 938b9e85-37cf-4302-b733-509f77b99ed7, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 938b9e85-37cf-4302-b733-509f77b99ed7, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Zjk0ZWQ1MjAtMTJkZjkzY2EtNzMyOTI1ZTUtMzczMjRmOTk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 66af0e53-13ec-4f68-847a-1bb08da8994c, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 66af0e53-13ec-4f68-847a-1bb08da8994c, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=Zjk0ZWQ1MjAtMTJkZjkzY2EtNzMyOTI1ZTUtMzczMjRmOTk=" path: "/Root/extra2_1_2028" 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, 66af0e53-13ec-4f68-847a-1bb08da8994c, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0e19586e-cd7c-4fed-b39d-859a267524ad, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e19586e-cd7c-4fed-b39d-859a267524ad, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=Zjk0ZWQ1MjAtMTJkZjkzY2EtNzMyOTI1ZTUtMzczMjRmOTk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_2028 (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, 0e19586e-cd7c-4fed-b39d-859a267524ad, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9fd6b812-48ee-4da0-a271-5c7494083603, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9fd6b812-48ee-4da0-a271-5c7494083603, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9fd6b812-48ee-4da0-a271-5c7494083603, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDAwOWExMjItYjM1ZTE5N2QtMjMwZDI5ZjQtZGQ1NWIxMGU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, f392a018-31bc-4770-b8a4-973cb2407524, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, f392a018-31bc-4770-b8a4-973cb2407524, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=ZDAwOWExMjItYjM1ZTE5N2QtMjMwZDI5ZjQtZGQ1NWIxMGU=" yql_text: "DROP TABLE `/Root/extra1_1_2026`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, f392a018-31bc-4770-b8a4-973cb2407524, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2fe5c1fd-977a-4af6-bc69-8ea35dffab35, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2fe5c1fd-977a-4af6-bc69-8ea35dffab35, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2fe5c1fd-977a-4af6-bc69-8ea35dffab35, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjY1ZjJhOTItODhjMGEyMzMtNDVjNTA1MzgtYmM2MGZlZA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 04f192a0-97dd-47bf-a121-9df8cb4bb023, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 04f192a0-97dd-47bf-a121-9df8cb4bb023, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=YjY1ZjJhOTItODhjMGEyMzMtNDVjNTA1MzgtYmM2MGZlZA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 04f192a0-97dd-47bf-a121-9df8cb4bb023, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a9f0fdc0-aacc-4935-9df7-ee28671d22b6, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9f0fdc0-aacc-4935-9df7-ee28671d22b6, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=YjY1ZjJhOTItODhjMGEyMzMtNDVjNTA1MzgtYmM2MGZlZA==" 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, a9f0fdc0-aacc-4935-9df7-ee28671d22b6, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 264e1d70-8349-4248-9b55-65a0771397c4, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 264e1d70-8349-4248-9b55-65a0771397c4, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 264e1d70-8349-4248-9b55-65a0771397c4, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6364e02f-32c7-4103-b59b-f2007678a3da, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6364e02f-32c7-4103-b59b-f2007678a3da, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=OTFhOTYxN2ItZDM2NmU2OWYtNGFmMGI1MTItMTIyMWEyZDc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6364e02f-32c7-4103-b59b-f2007678a3da, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdca61fde60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 9b33b9e2-dfce-4b3f-8766-a4d7817170a1, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9b33b9e2-dfce-4b3f-8766-a4d7817170a1, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9b33b9e2-dfce-4b3f-8766-a4d7817170a1, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 118058
DEBUG    ya.test:process.py:259 Command (pid 118058) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 118058) elapsed time (sec): 0.10388898849487305
DEBUG    ya.test:process.py:263 Command (pid 118058) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 118058) minflt: 3517
DEBUG    ya.test:process.py:263 Command (pid 118058) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 118058) nvcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 118058) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 118058) stime: 0.029122
DEBUG    ya.test:process.py:263 Command (pid 118058) utime: 0.023298
DEBUG    ya.test:process.py:263 Command (pid 118058) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 118058) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4ee1d922-336a-4d84-ab8d-05db9a757574, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4ee1d922-336a-4d84-ab8d-05db9a757574, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4ee1d922-336a-4d84-ab8d-05db9a757574, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzBlZjI4Y2QtYTcyOTRiOTUtYzNmY2UyMS0zNDJlYWY1MQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1ec914f6-972c-434c-81a2-352753a1639c, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1ec914f6-972c-434c-81a2-352753a1639c, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=MzBlZjI4Y2QtYTcyOTRiOTUtYzNmY2UyMS0zNDJlYWY1MQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1ec914f6-972c-434c-81a2-352753a1639c, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2f471b8-0da2-481c-8943-82b14268bec3, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f471b8-0da2-481c-8943-82b14268bec3, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=MzBlZjI4Y2QtYTcyOTRiOTUtYzNmY2UyMS0zNDJlYWY1MQ==" 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, c2f471b8-0da2-481c-8943-82b14268bec3, ghrun-reby2ny4za.auto.internal:21026): 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, a0d2db2c-7e2b-4dd2-bed3-f673367d31a1, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, a0d2db2c-7e2b-4dd2-bed3-f673367d31a1, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, a0d2db2c-7e2b-4dd2-bed3-f673367d31a1, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 8f7085cc-395a-475f-9154-cf3aad4f1442, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 8f7085cc-395a-475f-9154-cf3aad4f1442, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=OTFhOTYxN2ItZDM2NmU2OWYtNGFmMGI1MTItMTIyMWEyZDc=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 8f7085cc-395a-475f-9154-cf3aad4f1442, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdca61fde60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 071b902f-9fa3-4fcb-9038-ee067c08fd6f, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 071b902f-9fa3-4fcb-9038-ee067c08fd6f, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 071b902f-9fa3-4fcb-9038-ee067c08fd6f, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 118278
DEBUG    ya.test:process.py:259 Command (pid 118278) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 118278) elapsed time (sec): 0.10533833503723145
DEBUG    ya.test:process.py:263 Command (pid 118278) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118278) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 118278) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118278) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118278) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 118278) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 118278) minflt: 3516
DEBUG    ya.test:process.py:263 Command (pid 118278) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 118278) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 118278) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 118278) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 118278) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 118278) nvcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 118278) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 118278) stime: 0.020238
DEBUG    ya.test:process.py:263 Command (pid 118278) utime: 0.036428999999999996
DEBUG    ya.test:process.py:263 Command (pid 118278) wtime: 0.106
DEBUG    ya.test:process.py:275 Command (pid 118278) output:

DEBUG    ya.test:process.py:276 Command (pid 118278) 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/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', 'BACKUP `test_incremental_65214bd8` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 119702
DEBUG    ya.test:process.py:259 Command (pid 119702) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 119702) elapsed time (sec): 0.11478495597839355
DEBUG    ya.test:process.py:263 Command (pid 119702) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 119702) minflt: 3498
DEBUG    ya.test:process.py:263 Command (pid 119702) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 119702) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) nvcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 119702) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 119702) stime: 0.010921
DEBUG    ya.test:process.py:263 Command (pid 119702) utime: 0.040043999999999996
DEBUG    ya.test:process.py:263 Command (pid 119702) wtime: 0.116
DEBUG    ya.test:process.py:275 Command (pid 119702) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, b9c766b1-bb7e-4889-9524-1652d4ffc5d1, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, b9c766b1-bb7e-4889-9524-1652d4ffc5d1, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_65214bd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, b9c766b1-bb7e-4889-9524-1652d4ffc5d1, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_65214bd8" 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: 1766512026940 tx_id: 281474976710664 } } children { name: "20251223174708Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512028590 tx_id: 281474976710671 } } children { name: "20251223174710Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512030200 tx_id: 281474976710679 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 7406c1a4-14cc-453b-9c10-9cca31d50f2c, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 7406c1a4-14cc-453b-9c10-9cca31d50f2c, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_65214bd8" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 7406c1a4-14cc-453b-9c10-9cca31d50f2c, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_65214bd8" 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: 1766512026940 tx_id: 281474976710664 } } children { name: "20251223174708Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512028590 tx_id: 281474976710671 } } children { name: "20251223174710Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512030200 tx_id: 281474976710679 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d9054fe9-c605-4e9c-b897-f2fb880dd22b, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d9054fe9-c605-4e9c-b897-f2fb880dd22b, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d9054fe9-c605-4e9c-b897-f2fb880dd22b, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTY4ZTE0ZTktN2ExZjllYzUtNDFlMjJiNmItNDgwYzg1YjY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6f419467-ffbe-4f3e-a3b2-899ff23fa3ba, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f419467-ffbe-4f3e-a3b2-899ff23fa3ba, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=ZTY4ZTE0ZTktN2ExZjllYzUtNDFlMjJiNmItNDgwYzg1YjY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (30,3000,\"c1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f419467-ffbe-4f3e-a3b2-899ff23fa3ba, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bd607ff0-0a6e-4cfe-9c15-1fcb62d8f6a6, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bd607ff0-0a6e-4cfe-9c15-1fcb62d8f6a6, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bd607ff0-0a6e-4cfe-9c15-1fcb62d8f6a6, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTIwYzk4YWYtZTgyZWNjNGEtMTAyMDQ4YmQtZjI4NDEyOTU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01d0ee70-9883-489e-956b-8174b72c29fc, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d0ee70-9883-489e-956b-8174b72c29fc, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=ZTIwYzk4YWYtZTgyZWNjNGEtMTAyMDQ4YmQtZjI4NDEyOTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 10;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d0ee70-9883-489e-956b-8174b72c29fc, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, de12f6b5-cba8-47e7-a6e4-ad98e5699d7a, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, de12f6b5-cba8-47e7-a6e4-ad98e5699d7a, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, de12f6b5-cba8-47e7-a6e4-ad98e5699d7a, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2M0YjA4OTAtZmVhZmQwNTktYTI2NDk2MTQtNzRjMjIxNmU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 0843500d-1daa-44a9-ab6c-4b1cd5cca769, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 0843500d-1daa-44a9-ab6c-4b1cd5cca769, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=M2M0YjA4OTAtZmVhZmQwNTktYTI2NDk2MTQtNzRjMjIxNmU=" path: "/Root/extra3_1_2030" 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, 0843500d-1daa-44a9-ab6c-4b1cd5cca769, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 72f39aa8-7fa3-436b-88fd-f66fb7ef573c, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72f39aa8-7fa3-436b-88fd-f66fb7ef573c, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=M2M0YjA4OTAtZmVhZmQwNTktYTI2NDk2MTQtNzRjMjIxNmU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_2030 (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, 72f39aa8-7fa3-436b-88fd-f66fb7ef573c, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 26466187-9955-4019-ae80-8afc6cbed94d, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 26466187-9955-4019-ae80-8afc6cbed94d, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 26466187-9955-4019-ae80-8afc6cbed94d, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzIyMjJiMmUtZDM0OTg1OWUtNzdhZjM3MjgtNDMyY2E4MWE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 39e82f71-cc28-44a9-bd6d-d314875e1f23, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 39e82f71-cc28-44a9-bd6d-d314875e1f23, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=YzIyMjJiMmUtZDM0OTg1OWUtNzdhZjM3MjgtNDMyY2E4MWE=" yql_text: "DROP TABLE `/Root/extra2_1_2028`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 39e82f71-cc28-44a9-bd6d-d314875e1f23, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6d63708d-a0a9-48c3-a237-11248bca3f68, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6d63708d-a0a9-48c3-a237-11248bca3f68, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6d63708d-a0a9-48c3-a237-11248bca3f68, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDU1NzI4MGItZGE0YWU5MDgtMzU4Mjc1OWQtNmVmZDIwY2U=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2965fb09-23b8-4b13-bd97-cca9b58be2a4, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2965fb09-23b8-4b13-bd97-cca9b58be2a4, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=NDU1NzI4MGItZGE0YWU5MDgtMzU4Mjc1OWQtNmVmZDIwY2U=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2965fb09-23b8-4b13-bd97-cca9b58be2a4, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174710Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 010508c3-f80e-41f1-8461-5e8001d29d18, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 010508c3-f80e-41f1-8461-5e8001d29d18, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=NDU1NzI4MGItZGE0YWU5MDgtMzU4Mjc1OWQtNmVmZDIwY2U=" 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, 010508c3-f80e-41f1-8461-5e8001d29d18, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, d0a75f31-9d99-4fc4-ba29-606e7e3a2b41, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d0a75f31-9d99-4fc4-ba29-606e7e3a2b41, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d0a75f31-9d99-4fc4-ba29-606e7e3a2b41, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 8f9d80cb-d695-4805-bf09-03dbbb120ccb, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 8f9d80cb-d695-4805-bf09-03dbbb120ccb, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=OTFhOTYxN2ItZDM2NmU2OWYtNGFmMGI1MTItMTIyMWEyZDc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 8f9d80cb-d695-4805-bf09-03dbbb120ccb, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174710Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdca61fde60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, bc60884c-1fdf-4a1d-bc14-8c22656f5d99, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, bc60884c-1fdf-4a1d-bc14-8c22656f5d99, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, bc60884c-1fdf-4a1d-bc14-8c22656f5d99, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026760 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 120078
DEBUG    ya.test:process.py:259 Command (pid 120078) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 120078) elapsed time (sec): 0.10356760025024414
DEBUG    ya.test:process.py:263 Command (pid 120078) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 120078) minflt: 3525
DEBUG    ya.test:process.py:263 Command (pid 120078) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 120078) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 120078) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 120078) stime: 0.026043
DEBUG    ya.test:process.py:263 Command (pid 120078) utime: 0.026043
DEBUG    ya.test:process.py:263 Command (pid 120078) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 120078) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ad99f824-34ed-42b5-9204-1c2bc4eb4059, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ad99f824-34ed-42b5-9204-1c2bc4eb4059, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ad99f824-34ed-42b5-9204-1c2bc4eb4059, ghrun-reby2ny4za.auto.internal:21026): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDczODk4YWItYzVhOGExNWUtYmQ0YmM1OGQtMzM2OTMwOTU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1d4abd7a-7104-4f32-b69c-7282a30534e5, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1d4abd7a-7104-4f32-b69c-7282a30534e5, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=ZDczODk4YWItYzVhOGExNWUtYmQ0YmM1OGQtMzM2OTMwOTU=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1d4abd7a-7104-4f32-b69c-7282a30534e5, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174710Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 78e0f45e-7423-48bc-9b8d-aa7439c08310, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e0f45e-7423-48bc-9b8d-aa7439c08310, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=ZDczODk4YWItYzVhOGExNWUtYmQ0YmM1OGQtMzM2OTMwOTU=" 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, 78e0f45e-7423-48bc-9b8d-aa7439c08310, ghrun-reby2ny4za.auto.internal:21026): 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, fb0117aa-2740-40cc-8669-c1ef8e810500, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, fb0117aa-2740-40cc-8669-c1ef8e810500, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, fb0117aa-2740-40cc-8669-c1ef8e810500, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 08041648-16af-4919-a3a4-0a7a4654d013, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 08041648-16af-4919-a3a4-0a7a4654d013, ghrun-reby2ny4za.auto.internal:21026): request = { session_id: "ydb://session/3?node_id=1&id=OTFhOTYxN2ItZDM2NmU2OWYtNGFmMGI1MTItMTIyMWEyZDc=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 08041648-16af-4919-a3a4-0a7a4654d013, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174710Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fdca61fde60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, ca456622-2e64-49a7-b19d-6b099cae7e6c, ghrun-reby2ny4za.auto.internal:21026): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ca456622-2e64-49a7-b19d-6b099cae7e6c, ghrun-reby2ny4za.auto.internal:21026): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ca456622-2e64-49a7-b19d-6b099cae7e6c, ghrun-reby2ny4za.auto.internal:21026): 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: 1766512026810 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 120308
DEBUG    ya.test:process.py:259 Command (pid 120308) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 120308) elapsed time (sec): 0.09939765930175781
DEBUG    ya.test:process.py:263 Command (pid 120308) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 120308) minflt: 3512
DEBUG    ya.test:process.py:263 Command (pid 120308) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 120308) nvcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 120308) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 120308) stime: 0.022779
DEBUG    ya.test:process.py:263 Command (pid 120308) utime: 0.027334999999999998
DEBUG    ya.test:process.py:263 Command (pid 120308) wtime: 0.101
DEBUG    ya.test:process.py:275 Command (pid 120308) output:

DEBUG    ya.test:process.py:276 Command (pid 120308) 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/47xt/000419/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/47xt/000419/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:21026', '--database', '/Root', 'yql', '--script', 'BACKUP `test_incremental_65214bd8` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 121412
DEBUG    ya.test:process.py:259 Command (pid 121412) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 121412) elapsed time (sec): 0.10625481605529785
DEBUG    ya.test:process.py:263 Command (pid 121412) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121412) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 121412) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121412) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121412) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 121412) maxrss: 167660
DEBUG    ya.test:process.py:263 Command (pid 121412) minflt: 3502
DEBUG    ya.test:process.py:263 Command (pid 121412) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 121412) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 121412) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 121412) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 121412) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 121412) nvcsw: 200
DEBUG    ya.test:process.py:263 Command (pid 121412) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 121412) stime: 0.026945999999999998
DEBUG    ya.test:process.py:263 Command (pid 121412) utime: 0.026945999999999998
DEBUG    ya.test:process.py:263 Command (pid 121412) wtime: 0.107
DEBUG    ya.test:process.py:275 Command (pid 121412) output:

DEBUG    ya.test:process.py:276 Command (pid 121412) errors:
Status: OVERLOADED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:8: Error: Executing BACKUP INCREMENTAL
        <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:21026/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15009
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32199
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9813
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21026
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2202
============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
5.04s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
3.81s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals - AssertionError: Backup failed: BACKUP failed: code=1 STDOUT:  STDERR: Status: OVERLOADED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:8: Error: Executing BACKUP INCREMENTAL
        <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
======================= 1 failed, 3 deselected in 31.31s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/00042b/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-4.4.4
collected 8 items / 3 deselected / 5 selected

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:2094: in test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
    backup.stage(BackupType.INCREMENTAL, "More modifications")
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1184: in stage
    raise AssertionError(f"Backup failed: {result.error_message}")
E   AssertionError: Backup failed: BACKUP failed: code=1 STDOUT:  STDERR: Status: OVERLOADED
E   Issues: 
E   <main>: Error: Execution, code: 1060
E       <main>:1:8: Error: Executing BACKUP INCREMENTAL
E           <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61040
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/47xt/00042b/r3tmp/kikimr_cluster_nc6pwub4
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5242
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27696
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22258
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12306
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/47xt/00042b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_6855fvv2.log --grpc-port=5242 --mon-port=27696 --ic-port=61040
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:5242/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/47xt/00042b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_6855fvv2.log --grpc-port=5242 --mon-port=27696 --ic-port=61040
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/47xt/00042b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/47xt/00042b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/47xt/00042b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_6855fvv2.log', '--grpc-port=5242', '--mon-port=27696', '--ic-port=61040')' in '/home/runner/.ya/build/build_root/47xt/00042b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 111779
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:5242/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/47xt/00042b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 111780
DEBUG    ya.test:process.py:259 Command (pid 111780) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 111780) elapsed time (sec): 0.6406853199005127
DEBUG    ya.test:process.py:263 Command (pid 111780) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111780) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 111780) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111780) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111780) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 111780) maxrss: 551444
DEBUG    ya.test:process.py:263 Command (pid 111780) minflt: 21198
DEBUG    ya.test:process.py:263 Command (pid 111780) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 111780) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 111780) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 111780) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 111780) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 111780) nvcsw: 769
DEBUG    ya.test:process.py:263 Command (pid 111780) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 111780) stime: 0.49033099999999996
DEBUG    ya.test:process.py:263 Command (pid 111780) utime: 0.096485
DEBUG    ya.test:process.py:263 Command (pid 111780) wtime: 0.641
DEBUG    ya.test:process.py:275 Command (pid 111780) output:
Git info:
    Commit: abc2d1f3c1b023db8ecb13b079f91fe24aeb8bee
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 8cd317bbcadd236db71e9829f8fc42e5bf5c2d0b into 54d3846fcfd20f009eeeabbfe05c19f647cd92d0
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-reby2ny4za    Host information: 
        Linux ghrun-reby2ny4za 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/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/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 111780) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: abc2d1f3c1b023db8ecb13b079f91fe24aeb8bee
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 8cd317bbcadd236db71e9829f8fc42e5bf5c2d0b into 54d3846fcfd20f009eeeabbfe05c19f647cd92d0
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-reby2ny4za    Host information: 
        Linux ghrun-reby2ny4za 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/47xt/00042b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5242', '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: 61040\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/47xt/00042b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5242', '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: 61040\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 113477
DEBUG    ya.test:process.py:259 Command (pid 113477) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 113477) elapsed time (sec): 0.7304775714874268
DEBUG    ya.test:process.py:263 Command (pid 113477) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113477) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 113477) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113477) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113477) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 113477) maxrss: 559924
DEBUG    ya.test:process.py:263 Command (pid 113477) minflt: 20165
DEBUG    ya.test:process.py:263 Command (pid 113477) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 113477) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 113477) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 113477) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 113477) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 113477) nvcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 113477) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 113477) stime: 0.599356
DEBUG    ya.test:process.py:263 Command (pid 113477) utime: 0.086574
DEBUG    ya.test:process.py:263 Command (pid 113477) wtime: 0.731
DEBUG    ya.test:process.py:275 Command (pid 113477) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/47xt/00042b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5242', '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/47xt/00042b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:5242', '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: 114174
DEBUG    ya.test:process.py:259 Command (pid 114174) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 114174) elapsed time (sec): 1.4438109397888184
DEBUG    ya.test:process.py:263 Command (pid 114174) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114174) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 114174) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114174) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114174) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 114174) maxrss: 559868
DEBUG    ya.test:process.py:263 Command (pid 114174) minflt: 18494
DEBUG    ya.test:process.py:263 Command (pid 114174) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 114174) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 114174) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 114174) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 114174) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 114174) nvcsw: 149
DEBUG    ya.test:process.py:263 Command (pid 114174) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 114174) stime: 1.300387
DEBUG    ya.test:process.py:263 Command (pid 114174) utime: 0.09972199999999999
DEBUG    ya.test:process.py:263 Command (pid 114174) wtime: 1.445
DEBUG    ya.test:process.py:275 Command (pid 114174) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 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', 10000), ('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', 10000), ('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, 15638ee9-6e41-4b3c-8a45-dcc29f4b096c, localhost:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 15638ee9-6e41-4b3c-8a45-dcc29f4b096c, localhost:5242): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 15638ee9-6e41-4b3c-8a45-dcc29f4b096c, localhost:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-reby2ny4za.auto.internal" port: 5242 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-reby2ny4za.auto.internal:5242, 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', 10000), ('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:5242
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange, test_name: test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 724ddc20-fc4f-4d18-a6ff-11b20345c868, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 724ddc20-fc4f-4d18-a6ff-11b20345c868, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 724ddc20-fc4f-4d18-a6ff-11b20345c868, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWI5MGYxZmMtZjU2ZDFlYmQtMTBhNzUyMTEtNzgxOWZmMjU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, ea4daead-e565-45b0-9fef-660de1738169, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, ea4daead-e565-45b0-9fef-660de1738169, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=NWI5MGYxZmMtZjU2ZDFlYmQtMTBhNzUyMTEtNzgxOWZmMjU=" 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, ea4daead-e565-45b0-9fef-660de1738169, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 02cc4c66-7c09-4afe-b439-4722b8b53269, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02cc4c66-7c09-4afe-b439-4722b8b53269, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=NWI5MGYxZmMtZjU2ZDFlYmQtMTBhNzUyMTEtNzgxOWZmMjU=" 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, 02cc4c66-7c09-4afe-b439-4722b8b53269, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, e3353273-a8f0-49c5-8d89-a10a2efd199c, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, e3353273-a8f0-49c5-8d89-a10a2efd199c, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=NWI5MGYxZmMtZjU2ZDFlYmQtMTBhNzUyMTEtNzgxOWZmMjU=" 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, e3353273-a8f0-49c5-8d89-a10a2efd199c, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 281e975d-ba2a-4028-b8b9-a26714e6f3f1, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 281e975d-ba2a-4028-b8b9-a26714e6f3f1, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=NWI5MGYxZmMtZjU2ZDFlYmQtMTBhNzUyMTEtNzgxOWZmMjU=" 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, 281e975d-ba2a-4028-b8b9-a26714e6f3f1, ghrun-reby2ny4za.auto.internal:5242): 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/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_inc_backup_a86bebb1`\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: 116063
DEBUG    ya.test:process.py:259 Command (pid 116063) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 116063) elapsed time (sec): 0.10724735260009766
DEBUG    ya.test:process.py:263 Command (pid 116063) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 116063) minflt: 3587
DEBUG    ya.test:process.py:263 Command (pid 116063) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 116063) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) nvcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 116063) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 116063) stime: 0.027282999999999998
DEBUG    ya.test:process.py:263 Command (pid 116063) utime: 0.023873
DEBUG    ya.test:process.py:263 Command (pid 116063) wtime: 0.108
DEBUG    ya.test:process.py:275 Command (pid 116063) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 5ba58d8e-fd45-4291-b793-1c24467437c6, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 5ba58d8e-fd45-4291-b793-1c24467437c6, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_a86bebb1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 5ba58d8e-fd45-4291-b793-1c24467437c6, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_a86bebb1" 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: 1766512027690 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection test_inc_backup_a86bebb1 found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, eb981e2b-a203-4598-afd7-3c4398460b0e, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, eb981e2b-a203-4598-afd7-3c4398460b0e, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, eb981e2b-a203-4598-afd7-3c4398460b0e, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWUzOTg5NGYtNTQxMzI0NDMtYmY5YTRhMDEtZGIwZWNkODc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e8185da-3529-420f-a53e-4aa9477f7abb, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e8185da-3529-420f-a53e-4aa9477f7abb, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=NWUzOTg5NGYtNTQxMzI0NDMtYmY5YTRhMDEtZGIwZWNkODc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (10,1000,\"a1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e8185da-3529-420f-a53e-4aa9477f7abb, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7d6508bb-6f11-4f9a-91db-1b6d7db35a75, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7d6508bb-6f11-4f9a-91db-1b6d7db35a75, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7d6508bb-6f11-4f9a-91db-1b6d7db35a75, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTIxOWJjMzAtYzBlOWZmY2EtM2RiY2QyMjItYjUyMzI0MWY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6daeae5d-8f30-494a-b2b9-e7edd865843a, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6daeae5d-8f30-494a-b2b9-e7edd865843a, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YTIxOWJjMzAtYzBlOWZmY2EtM2RiY2QyMjItYjUyMzI0MWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 2;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6daeae5d-8f30-494a-b2b9-e7edd865843a, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 5c9eff59-6df0-4be7-8e19-8c1b08be25f7, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 5c9eff59-6df0-4be7-8e19-8c1b08be25f7, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 5c9eff59-6df0-4be7-8e19-8c1b08be25f7, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027500 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', 'GRANT ALL ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 116328
DEBUG    ya.test:process.py:259 Command (pid 116328) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 116328) elapsed time (sec): 0.10234522819519043
DEBUG    ya.test:process.py:263 Command (pid 116328) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 116328) minflt: 3494
DEBUG    ya.test:process.py:263 Command (pid 116328) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) nvcsw: 187
DEBUG    ya.test:process.py:263 Command (pid 116328) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 116328) stime: 0.019194
DEBUG    ya.test:process.py:263 Command (pid 116328) utime: 0.030711
DEBUG    ya.test:process.py:263 Command (pid 116328) wtime: 0.103
DEBUG    ya.test:process.py:275 Command (pid 116328) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c8bd025f-5302-4405-8728-fc4fca32ee1f, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c8bd025f-5302-4405-8728-fc4fca32ee1f, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c8bd025f-5302-4405-8728-fc4fca32ee1f, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjMzYWNiOTktMTA2MzhkYmItMmQyOGQ1OTEtMzY2ZjM1Y2M=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, dab7b86b-c83d-49b7-8aa9-a60fb403436c, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, dab7b86b-c83d-49b7-8aa9-a60fb403436c, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=NjMzYWNiOTktMTA2MzhkYmItMmQyOGQ1OTEtMzY2ZjM1Y2M=" path: "/Root/extra1_1_2027" 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, dab7b86b-c83d-49b7-8aa9-a60fb403436c, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 81a2499b-1e0c-40b0-befc-2e49796d6756, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81a2499b-1e0c-40b0-befc-2e49796d6756, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=NjMzYWNiOTktMTA2MzhkYmItMmQyOGQ1OTEtMzY2ZjM1Y2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_2027 (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, 81a2499b-1e0c-40b0-befc-2e49796d6756, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b24f1ed4-ccd7-42a2-941a-3b8d2eb9fe4e, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b24f1ed4-ccd7-42a2-941a-3b8d2eb9fe4e, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b24f1ed4-ccd7-42a2-941a-3b8d2eb9fe4e, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTI1ODEzNmYtMjM0YjlhOGMtODBhMzc2Y2YtZDQ2ZjhiNTU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e0db0af3-8453-4f3d-b1f8-35f4e16ca8a9, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e0db0af3-8453-4f3d-b1f8-35f4e16ca8a9, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YTI1ODEzNmYtMjM0YjlhOGMtODBhMzc2Y2YtZDQ2ZjhiNTU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e0db0af3-8453-4f3d-b1f8-35f4e16ca8a9, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1766512027500 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, 34699404-a8ec-4a80-9fdd-f5361375688e, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34699404-a8ec-4a80-9fdd-f5361375688e, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YTI1ODEzNmYtMjM0YjlhOGMtODBhMzc2Y2YtZDQ2ZjhiNTU=" 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, 34699404-a8ec-4a80-9fdd-f5361375688e, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 2294731a-afb4-4b0f-aef8-42c21323c5a1, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2294731a-afb4-4b0f-aef8-42c21323c5a1, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2294731a-afb4-4b0f-aef8-42c21323c5a1, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1766512027500 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 0x7f6ee69ec600 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 0x7f6ee69f9fa0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f6ee69f9fa0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5a276a48-5f88-46e8-8702-67e4a829c244, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5a276a48-5f88-46e8-8702-67e4a829c244, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 5a276a48-5f88-46e8-8702-67e4a829c244, ghrun-reby2ny4za.auto.internal:5242): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5a276a48-5f88-46e8-8702-67e4a829c244, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzI2ZmY3ODMtZjczNjRmODEtZGE4NGMyZjItNzY2NWRmZWQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f6ee69f9fa0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f6ee69f9fa0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 30c80480-b984-453f-8799-17040b17397a, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 5a276a48-5f88-46e8-8702-67e4a829c244, ghrun-reby2ny4za.auto.internal:5242): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 30c80480-b984-453f-8799-17040b17397a, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YzI2ZmY3ODMtZjczNjRmODEtZGE4NGMyZjItNzY2NWRmZWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 30c80480-b984-453f-8799-17040b17397a, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1766512027500 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 0x7f6ee69f9fa0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 635c33d8-877b-441b-bb37-040ed69552a5, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 635c33d8-877b-441b-bb37-040ed69552a5, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 635c33d8-877b-441b-bb37-040ed69552a5, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1766512027500 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 116692
DEBUG    ya.test:process.py:259 Command (pid 116692) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 116692) elapsed time (sec): 0.10647034645080566
DEBUG    ya.test:process.py:263 Command (pid 116692) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 116692) minflt: 3511
DEBUG    ya.test:process.py:263 Command (pid 116692) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116692) nvcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 116692) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 116692) stime: 0.013516
DEBUG    ya.test:process.py:263 Command (pid 116692) utime: 0.043928999999999996
DEBUG    ya.test:process.py:263 Command (pid 116692) wtime: 0.107
DEBUG    ya.test:process.py:275 Command (pid 116692) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6c0f89bd-711e-46d5-999c-98221f5bc491, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6c0f89bd-711e-46d5-999c-98221f5bc491, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6c0f89bd-711e-46d5-999c-98221f5bc491, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWUyZjk1OTMtZjQzMTk2ZjctNTA4Zjg4MjAtMjljNjQ0NTg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d1cf7695-ff75-4b24-87a0-02ba7e36bf29, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d1cf7695-ff75-4b24-87a0-02ba7e36bf29, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=MWUyZjk1OTMtZjQzMTk2ZjctNTA4Zjg4MjAtMjljNjQ0NTg=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d1cf7695-ff75-4b24-87a0-02ba7e36bf29, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 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, 56718e6f-3989-4b9b-aa33-83f64e9d4a58, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56718e6f-3989-4b9b-aa33-83f64e9d4a58, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=MWUyZjk1OTMtZjQzMTk2ZjctNTA4Zjg4MjAtMjljNjQ0NTg=" 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, 56718e6f-3989-4b9b-aa33-83f64e9d4a58, ghrun-reby2ny4za.auto.internal:5242): 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, 7f17e524-d23d-479b-9bb9-6e576da90bd5, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7f17e524-d23d-479b-9bb9-6e576da90bd5, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7f17e524-d23d-479b-9bb9-6e576da90bd5, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e2e30789-10bb-4d23-9926-d07c57f65269, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e2e30789-10bb-4d23-9926-d07c57f65269, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YzI2ZmY3ODMtZjczNjRmODEtZGE4NGMyZjItNzY2NWRmZWQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e2e30789-10bb-4d23-9926-d07c57f65269, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 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 0x7f6ee69f9fa0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 9f0135c1-d108-4eda-8d04-6ead6476c723, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9f0135c1-d108-4eda-8d04-6ead6476c723, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9f0135c1-d108-4eda-8d04-6ead6476c723, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 116981
DEBUG    ya.test:process.py:259 Command (pid 116981) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 116981) elapsed time (sec): 0.1031038761138916
DEBUG    ya.test:process.py:263 Command (pid 116981) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116981) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 116981) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116981) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116981) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 116981) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 116981) minflt: 3512
DEBUG    ya.test:process.py:263 Command (pid 116981) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116981) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116981) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 116981) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116981) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116981) nvcsw: 210
DEBUG    ya.test:process.py:263 Command (pid 116981) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 116981) stime: 0.0138
DEBUG    ya.test:process.py:263 Command (pid 116981) utime: 0.041402
DEBUG    ya.test:process.py:263 Command (pid 116981) wtime: 0.104
DEBUG    ya.test:process.py:275 Command (pid 116981) output:

DEBUG    ya.test:process.py:276 Command (pid 116981) 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/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_a86bebb1`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 118633
DEBUG    ya.test:process.py:259 Command (pid 118633) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 118633) elapsed time (sec): 0.1309216022491455
DEBUG    ya.test:process.py:263 Command (pid 118633) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 118633) minflt: 3493
DEBUG    ya.test:process.py:263 Command (pid 118633) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) nvcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 118633) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 118633) stime: 0.016514
DEBUG    ya.test:process.py:263 Command (pid 118633) utime: 0.033025
DEBUG    ya.test:process.py:263 Command (pid 118633) wtime: 0.132
DEBUG    ya.test:process.py:275 Command (pid 118633) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, f347519a-5f68-47b2-985c-b94366160730, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, f347519a-5f68-47b2-985c-b94366160730, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_a86bebb1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, f347519a-5f68-47b2-985c-b94366160730, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_a86bebb1" 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: 1766512027690 tx_id: 281474976710664 } } children { name: "20251223174709Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512029380 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, d50fb266-3400-4969-b098-7f62ac80db91, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, d50fb266-3400-4969-b098-7f62ac80db91, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_a86bebb1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, d50fb266-3400-4969-b098-7f62ac80db91, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_a86bebb1" 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: 1766512027690 tx_id: 281474976710664 } } children { name: "20251223174709Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512029380 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2c6021b9-180f-4990-8834-2a09d48d1c5b, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2c6021b9-180f-4990-8834-2a09d48d1c5b, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2c6021b9-180f-4990-8834-2a09d48d1c5b, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjA1ZjA3MTctYjgwNWNlZmItMzQ4NzIwYjYtZmY4N2U3ZjI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6d820c16-bcf1-4998-8bc1-e73bd8ff4f2a, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d820c16-bcf1-4998-8bc1-e73bd8ff4f2a, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YjA1ZjA3MTctYjgwNWNlZmItMzQ4NzIwYjYtZmY4N2U3ZjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (20,2000,\"b1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d820c16-bcf1-4998-8bc1-e73bd8ff4f2a, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ca0a03d0-193e-4e47-a6cb-90c97c2515b8, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ca0a03d0-193e-4e47-a6cb-90c97c2515b8, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ca0a03d0-193e-4e47-a6cb-90c97c2515b8, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzYzZDIxYWItMTQyNGY5NTgtZmM3YTRlYzYtMWRmZWFlNGU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26b12f54-4eb9-4201-b2e2-507f5404b566, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b12f54-4eb9-4201-b2e2-507f5404b566, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=NzYzZDIxYWItMTQyNGY5NTgtZmM3YTRlYzYtMWRmZWFlNGU=" 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, 26b12f54-4eb9-4201-b2e2-507f5404b566, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 056b2398-d3f2-48b7-987b-69963660c423, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 056b2398-d3f2-48b7-987b-69963660c423, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 056b2398-d3f2-48b7-987b-69963660c423, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDhmNWRmYzgtNzgzZTZiZTYtMmIyNWVmN2QtZDkwMGQwMTg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, f93c177c-46b8-4784-a303-67d50a4ef9a3, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, f93c177c-46b8-4784-a303-67d50a4ef9a3, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=ZDhmNWRmYzgtNzgzZTZiZTYtMmIyNWVmN2QtZDkwMGQwMTg=" path: "/Root/extra2_1_2029" 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, f93c177c-46b8-4784-a303-67d50a4ef9a3, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2a7bc025-bf4b-409e-8a2b-357ada2d9585, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7bc025-bf4b-409e-8a2b-357ada2d9585, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=ZDhmNWRmYzgtNzgzZTZiZTYtMmIyNWVmN2QtZDkwMGQwMTg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_2029 (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, 2a7bc025-bf4b-409e-8a2b-357ada2d9585, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 68b29d12-52f4-4e8b-b17d-30c84fb0cea9, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 68b29d12-52f4-4e8b-b17d-30c84fb0cea9, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 68b29d12-52f4-4e8b-b17d-30c84fb0cea9, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWEyNDlhNzctMTg5NDc5Ni1iYWM2OTQ2My0zZmI5NzczZg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 140d334f-f8d6-49d0-a1c6-b53d2efd62b3, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 140d334f-f8d6-49d0-a1c6-b53d2efd62b3, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=MWEyNDlhNzctMTg5NDc5Ni1iYWM2OTQ2My0zZmI5NzczZg==" yql_text: "DROP TABLE `/Root/extra1_1_2027`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 140d334f-f8d6-49d0-a1c6-b53d2efd62b3, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 118877
DEBUG    ya.test:process.py:259 Command (pid 118877) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 118877) elapsed time (sec): 0.10575461387634277
DEBUG    ya.test:process.py:263 Command (pid 118877) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 118877) minflt: 3501
DEBUG    ya.test:process.py:263 Command (pid 118877) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) nvcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 118877) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 118877) stime: 0.032140999999999996
DEBUG    ya.test:process.py:263 Command (pid 118877) utime: 0.024106
DEBUG    ya.test:process.py:263 Command (pid 118877) wtime: 0.106
DEBUG    ya.test:process.py:275 Command (pid 118877) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v1,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 119014
DEBUG    ya.test:process.py:259 Command (pid 119014) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 119014) elapsed time (sec): 0.1769697666168213
DEBUG    ya.test:process.py:263 Command (pid 119014) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 119014) minflt: 3633
DEBUG    ya.test:process.py:263 Command (pid 119014) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) nvcsw: 237
DEBUG    ya.test:process.py:263 Command (pid 119014) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 119014) stime: 0.023233
DEBUG    ya.test:process.py:263 Command (pid 119014) utime: 0.032527
DEBUG    ya.test:process.py:263 Command (pid 119014) wtime: 0.178
DEBUG    ya.test:process.py:275 Command (pid 119014) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c63e15ab-deed-44e5-bd5b-cce30b069533, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c63e15ab-deed-44e5-bd5b-cce30b069533, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c63e15ab-deed-44e5-bd5b-cce30b069533, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDRlNDYwZGMtMmIyZmU1MTYtZTgyZWRjMzMtOTgxNjkyMWQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f0ceb4f8-741d-4374-b6e7-eb674ec5d313, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f0ceb4f8-741d-4374-b6e7-eb674ec5d313, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=ZDRlNDYwZGMtMmIyZmU1MTYtZTgyZWRjMzMtOTgxNjkyMWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f0ceb4f8-741d-4374-b6e7-eb674ec5d313, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1766512027500 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6d19222-bc08-4dc3-ab59-9d312ee9cfb6, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d19222-bc08-4dc3-ab59-9d312ee9cfb6, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=ZDRlNDYwZGMtMmIyZmU1MTYtZTgyZWRjMzMtOTgxNjkyMWQ=" 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, b6d19222-bc08-4dc3-ab59-9d312ee9cfb6, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 96e40e2a-9f6b-420a-8c66-e0cdc5624432, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 96e40e2a-9f6b-420a-8c66-e0cdc5624432, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 96e40e2a-9f6b-420a-8c66-e0cdc5624432, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1766512027500 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, eabd9f2d-ea2a-4bb4-8e9a-3e7b7d27f327, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, eabd9f2d-ea2a-4bb4-8e9a-3e7b7d27f327, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YzI2ZmY3ODMtZjczNjRmODEtZGE4NGMyZjItNzY2NWRmZWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, eabd9f2d-ea2a-4bb4-8e9a-3e7b7d27f327, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1766512027500 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f6ee69f9fa0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, d8cccffa-17c0-4990-a0a9-bc8160bb3fa0, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d8cccffa-17c0-4990-a0a9-bc8160bb3fa0, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d8cccffa-17c0-4990-a0a9-bc8160bb3fa0, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1766512027500 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 119272
DEBUG    ya.test:process.py:259 Command (pid 119272) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 119272) elapsed time (sec): 0.11035656929016113
DEBUG    ya.test:process.py:263 Command (pid 119272) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 119272) minflt: 3507
DEBUG    ya.test:process.py:263 Command (pid 119272) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 119272) nvcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 119272) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 119272) stime: 0.033084999999999996
DEBUG    ya.test:process.py:263 Command (pid 119272) utime: 0.02895
DEBUG    ya.test:process.py:263 Command (pid 119272) wtime: 0.111
DEBUG    ya.test:process.py:275 Command (pid 119272) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ca13cf35-00e6-4bea-bdb4-b9b6aa55a7f7, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ca13cf35-00e6-4bea-bdb4-b9b6aa55a7f7, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ca13cf35-00e6-4bea-bdb4-b9b6aa55a7f7, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTNjYzZiNTItODJmMDUyNzUtN2U0MDhmOWUtNjA4MTExZGY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b64d7d04-235e-4936-9234-36082d12c77e, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b64d7d04-235e-4936-9234-36082d12c77e, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YTNjYzZiNTItODJmMDUyNzUtN2U0MDhmOWUtNjA4MTExZGY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b64d7d04-235e-4936-9234-36082d12c77e, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5815e941-0951-4699-9db7-1119b7625423, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5815e941-0951-4699-9db7-1119b7625423, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YTNjYzZiNTItODJmMDUyNzUtN2U0MDhmOWUtNjA4MTExZGY=" 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, 5815e941-0951-4699-9db7-1119b7625423, ghrun-reby2ny4za.auto.internal:5242): 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, 158f1a9a-44f2-44b6-95d7-bcb306111f78, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 158f1a9a-44f2-44b6-95d7-bcb306111f78, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 158f1a9a-44f2-44b6-95d7-bcb306111f78, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, c813dc48-fdae-440c-970c-9dd28b67069d, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, c813dc48-fdae-440c-970c-9dd28b67069d, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YzI2ZmY3ODMtZjczNjRmODEtZGE4NGMyZjItNzY2NWRmZWQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, c813dc48-fdae-440c-970c-9dd28b67069d, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f6ee69f9fa0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e11f6feb-6e9f-4386-8e0b-5bea001867c4, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e11f6feb-6e9f-4386-8e0b-5bea001867c4, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e11f6feb-6e9f-4386-8e0b-5bea001867c4, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 119494
DEBUG    ya.test:process.py:259 Command (pid 119494) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 119494) elapsed time (sec): 0.09874439239501953
DEBUG    ya.test:process.py:263 Command (pid 119494) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119494) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 119494) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119494) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119494) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 119494) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 119494) minflt: 3507
DEBUG    ya.test:process.py:263 Command (pid 119494) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 119494) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 119494) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 119494) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 119494) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 119494) nvcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 119494) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 119494) stime: 0.024832
DEBUG    ya.test:process.py:263 Command (pid 119494) utime: 0.024832
DEBUG    ya.test:process.py:263 Command (pid 119494) wtime: 0.1
DEBUG    ya.test:process.py:275 Command (pid 119494) output:

DEBUG    ya.test:process.py:276 Command (pid 119494) 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/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_a86bebb1` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 120811
DEBUG    ya.test:process.py:259 Command (pid 120811) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 120811) elapsed time (sec): 0.11860179901123047
DEBUG    ya.test:process.py:263 Command (pid 120811) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 120811) minflt: 3504
DEBUG    ya.test:process.py:263 Command (pid 120811) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 120811) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) nvcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 120811) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 120811) stime: 0.029068999999999998
DEBUG    ya.test:process.py:263 Command (pid 120811) utime: 0.020763999999999998
DEBUG    ya.test:process.py:263 Command (pid 120811) wtime: 0.119
DEBUG    ya.test:process.py:275 Command (pid 120811) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 3684683f-5f66-4b24-a3e3-910bc6af0ce7, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 3684683f-5f66-4b24-a3e3-910bc6af0ce7, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_a86bebb1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 3684683f-5f66-4b24-a3e3-910bc6af0ce7, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_a86bebb1" 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: 1766512027690 tx_id: 281474976710664 } } children { name: "20251223174709Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512029380 tx_id: 281474976710672 } } children { name: "20251223174711Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512031260 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, e9c72db1-2650-4162-9b6f-cd7c5d430979, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, e9c72db1-2650-4162-9b6f-cd7c5d430979, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_a86bebb1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, e9c72db1-2650-4162-9b6f-cd7c5d430979, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_a86bebb1" 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: 1766512027690 tx_id: 281474976710664 } } children { name: "20251223174709Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512029380 tx_id: 281474976710672 } } children { name: "20251223174711Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512031260 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4ea7f443-d9ec-4d86-9a44-1e47742470eb, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4ea7f443-d9ec-4d86-9a44-1e47742470eb, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4ea7f443-d9ec-4d86-9a44-1e47742470eb, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2UzYzRkMzQtN2FhYmIwYTQtYWIzYzEwMzAtNTcxMGUzMTQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15284a18-c5c7-4f4f-883e-b3f7156c0a28, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15284a18-c5c7-4f4f-883e-b3f7156c0a28, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=N2UzYzRkMzQtN2FhYmIwYTQtYWIzYzEwMzAtNTcxMGUzMTQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (30,3000,\"c1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15284a18-c5c7-4f4f-883e-b3f7156c0a28, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d39c740e-8c48-4f0b-b513-c9cc36e08c46, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d39c740e-8c48-4f0b-b513-c9cc36e08c46, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d39c740e-8c48-4f0b-b513-c9cc36e08c46, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDdhZWM0ZGEtNGQ5YjBlYWMtZjk3MGU3Ni0yNWI0MmRmZA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8b02181d-007f-48a8-9cf8-680a5a537ca4, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b02181d-007f-48a8-9cf8-680a5a537ca4, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=ZDdhZWM0ZGEtNGQ5YjBlYWMtZjk3MGU3Ni0yNWI0MmRmZA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 10;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b02181d-007f-48a8-9cf8-680a5a537ca4, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ec302557-3307-4bc1-97ec-a1f6a2901861, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ec302557-3307-4bc1-97ec-a1f6a2901861, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ec302557-3307-4bc1-97ec-a1f6a2901861, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTM1NmQxY2QtZDNjZmMzNmItNzMzODk1ODQtZGNmMjBiNTU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, ec0fdc54-7ab6-4fe9-b036-a593af38cd1e, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, ec0fdc54-7ab6-4fe9-b036-a593af38cd1e, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=MTM1NmQxY2QtZDNjZmMzNmItNzMzODk1ODQtZGNmMjBiNTU=" path: "/Root/extra3_1_2031" 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, ec0fdc54-7ab6-4fe9-b036-a593af38cd1e, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9f3ab9ff-dbd3-4f7d-8513-f8ed5eb67ed1, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f3ab9ff-dbd3-4f7d-8513-f8ed5eb67ed1, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=MTM1NmQxY2QtZDNjZmMzNmItNzMzODk1ODQtZGNmMjBiNTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_2031 (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, 9f3ab9ff-dbd3-4f7d-8513-f8ed5eb67ed1, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1174a022-963e-4de1-9692-8fadd3e52cdc, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1174a022-963e-4de1-9692-8fadd3e52cdc, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1174a022-963e-4de1-9692-8fadd3e52cdc, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTE0ZTZlN2EtZDAzMWY2NjYtZmEyZTY5MDAtYTIyMGJjMTI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 2016928c-01e4-49cd-9dd1-fdbc0f4fc970, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 2016928c-01e4-49cd-9dd1-fdbc0f4fc970, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YTE0ZTZlN2EtZDAzMWY2NjYtZmEyZTY5MDAtYTIyMGJjMTI=" yql_text: "DROP TABLE `/Root/extra2_1_2029`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 2016928c-01e4-49cd-9dd1-fdbc0f4fc970, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v2,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 120909
DEBUG    ya.test:process.py:259 Command (pid 120909) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 120909) elapsed time (sec): 0.12794852256774902
DEBUG    ya.test:process.py:263 Command (pid 120909) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 120909) minflt: 3635
DEBUG    ya.test:process.py:263 Command (pid 120909) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 120909) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) nvcsw: 246
DEBUG    ya.test:process.py:263 Command (pid 120909) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 120909) stime: 0.023278999999999998
DEBUG    ya.test:process.py:263 Command (pid 120909) utime: 0.041901999999999995
DEBUG    ya.test:process.py:263 Command (pid 120909) wtime: 0.129
DEBUG    ya.test:process.py:275 Command (pid 120909) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ab91aa94-052c-45aa-a8e0-e42be76e6078, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ab91aa94-052c-45aa-a8e0-e42be76e6078, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ab91aa94-052c-45aa-a8e0-e42be76e6078, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWJmNDgyYTItNzVjNDFmLWFmNzRiY2Q4LWU1YmQyYjk4" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3b535665-b137-47a4-9e71-3f02d684df99, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3b535665-b137-47a4-9e71-3f02d684df99, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=ZWJmNDgyYTItNzVjNDFmLWFmNzRiY2Q4LWU1YmQyYjk4" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3b535665-b137-47a4-9e71-3f02d684df99, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1766512027500 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174711Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 07bfce69-6cc0-41b4-b11c-caa61fc958cb, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07bfce69-6cc0-41b4-b11c-caa61fc958cb, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=ZWJmNDgyYTItNzVjNDFmLWFmNzRiY2Q4LWU1YmQyYjk4" 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, 07bfce69-6cc0-41b4-b11c-caa61fc958cb, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, c0bba67c-d3ef-4395-94c4-3713d6668e56, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c0bba67c-d3ef-4395-94c4-3713d6668e56, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c0bba67c-d3ef-4395-94c4-3713d6668e56, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1766512027500 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 22ca4652-b5a4-4330-8e2f-f87a8c369347, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 22ca4652-b5a4-4330-8e2f-f87a8c369347, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YzI2ZmY3ODMtZjczNjRmODEtZGE4NGMyZjItNzY2NWRmZWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 22ca4652-b5a4-4330-8e2f-f87a8c369347, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1766512027500 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174711Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f6ee69f9fa0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 29e27d99-d6d9-4bbe-badf-c46d4839b92f, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 29e27d99-d6d9-4bbe-badf-c46d4839b92f, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 29e27d99-d6d9-4bbe-badf-c46d4839b92f, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1766512027500 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 121241
DEBUG    ya.test:process.py:259 Command (pid 121241) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 121241) elapsed time (sec): 0.10837793350219727
DEBUG    ya.test:process.py:263 Command (pid 121241) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 121241) minflt: 3508
DEBUG    ya.test:process.py:263 Command (pid 121241) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 121241) nvcsw: 200
DEBUG    ya.test:process.py:263 Command (pid 121241) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 121241) stime: 0.027867
DEBUG    ya.test:process.py:263 Command (pid 121241) utime: 0.032512
DEBUG    ya.test:process.py:263 Command (pid 121241) wtime: 0.109
DEBUG    ya.test:process.py:275 Command (pid 121241) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 38fc3cbf-be8e-4290-9435-c8e61efbc6e9, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 38fc3cbf-be8e-4290-9435-c8e61efbc6e9, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 38fc3cbf-be8e-4290-9435-c8e61efbc6e9, ghrun-reby2ny4za.auto.internal:5242): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTExMGM1MmMtM2EyZWNkNTktZWQzNTQxNGItZDgzNTgyNmQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0ec0bf4f-147f-4875-8678-a025f5fabd05, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0ec0bf4f-147f-4875-8678-a025f5fabd05, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=OTExMGM1MmMtM2EyZWNkNTktZWQzNTQxNGItZDgzNTgyNmQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0ec0bf4f-147f-4875-8678-a025f5fabd05, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174711Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b3eada3-9e40-4dc6-b36e-06b99c478695, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3eada3-9e40-4dc6-b36e-06b99c478695, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=OTExMGM1MmMtM2EyZWNkNTktZWQzNTQxNGItZDgzNTgyNmQ=" 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, 3b3eada3-9e40-4dc6-b36e-06b99c478695, ghrun-reby2ny4za.auto.internal:5242): 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, 815a7548-1b96-4617-9f1a-11c58f8dbbf1, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 815a7548-1b96-4617-9f1a-11c58f8dbbf1, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 815a7548-1b96-4617-9f1a-11c58f8dbbf1, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 828c529e-1daf-4b2f-aaaa-f3c1cf334516, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 828c529e-1daf-4b2f-aaaa-f3c1cf334516, ghrun-reby2ny4za.auto.internal:5242): request = { session_id: "ydb://session/3?node_id=1&id=YzI2ZmY3ODMtZjczNjRmODEtZGE4NGMyZjItNzY2NWRmZWQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 828c529e-1daf-4b2f-aaaa-f3c1cf334516, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 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: "20251223174709Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174711Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f6ee69f9fa0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 759a4df9-a6e4-4949-b7bf-2d7ceaee06f6, ghrun-reby2ny4za.auto.internal:5242): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 759a4df9-a6e4-4949-b7bf-2d7ceaee06f6, ghrun-reby2ny4za.auto.internal:5242): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 759a4df9-a6e4-4949-b7bf-2d7ceaee06f6, ghrun-reby2ny4za.auto.internal:5242): 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: 1766512027550 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 121414
DEBUG    ya.test:process.py:259 Command (pid 121414) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 121414) elapsed time (sec): 0.10082101821899414
DEBUG    ya.test:process.py:263 Command (pid 121414) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121414) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 121414) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121414) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121414) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 121414) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 121414) minflt: 3513
DEBUG    ya.test:process.py:263 Command (pid 121414) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 121414) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 121414) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 121414) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 121414) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 121414) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 121414) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 121414) stime: 0.018636
DEBUG    ya.test:process.py:263 Command (pid 121414) utime: 0.032614
DEBUG    ya.test:process.py:263 Command (pid 121414) wtime: 0.102
DEBUG    ya.test:process.py:275 Command (pid 121414) output:

DEBUG    ya.test:process.py:276 Command (pid 121414) 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/47xt/00042b/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/47xt/00042b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:5242', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_a86bebb1` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 121923
DEBUG    ya.test:process.py:259 Command (pid 121923) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 121923) elapsed time (sec): 0.11051535606384277
DEBUG    ya.test:process.py:263 Command (pid 121923) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) maxrss: 167680
DEBUG    ya.test:process.py:263 Command (pid 121923) minflt: 3510
DEBUG    ya.test:process.py:263 Command (pid 121923) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 121923) nvcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 121923) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 121923) stime: 0.021879
DEBUG    ya.test:process.py:263 Command (pid 121923) utime: 0.035005999999999995
DEBUG    ya.test:process.py:263 Command (pid 121923) wtime: 0.111
DEBUG    ya.test:process.py:275 Command (pid 121923) output:

DEBUG    ya.test:process.py:276 Command (pid 121923) errors:
Status: OVERLOADED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:8: Error: Executing BACKUP INCREMENTAL
        <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:5242/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12306
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22258
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27696
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5242
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61040
============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
5.51s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
4.65s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes - AssertionError: Backup failed: BACKUP failed: code=1 STDOUT:  STDERR: Status: OVERLOADED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:8: Error: Executing BACKUP INCREMENTAL
        <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
======================= 1 failed, 3 deselected in 32.73s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/00042c/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-4.4.4
collected 8 items / 3 deselected / 5 selected

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1882: in test_incremental_chain_restore_when_tables_deleted
    stage_inc2 = orchestrator.stage(BackupType.INCREMENTAL, "Inc 2")
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1184: in stage
    raise AssertionError(f"Backup failed: {result.error_message}")
E   AssertionError: Backup failed: BACKUP failed: code=1 STDOUT:  STDERR: Status: OVERLOADED
E   Issues: 
E   <main>: Error: Execution, code: 1060
E       <main>:1:8: Error: Executing BACKUP INCREMENTAL
E           <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_incremental_chain_restore_when_tables_deleted
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16297
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/47xt/00042c/r3tmp/kikimr_cluster_f9gjzetw
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63256
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14429
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8068
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64846
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/47xt/00042c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/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:274 Final command: /home/runner/.ya/build/build_root/47xt/00042c/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/47xt/00042c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile__pyb58pl.log --grpc-port=63256 --mon-port=14429 --ic-port=16297
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:63256/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/47xt/00042c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/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:274 Final command: /home/runner/.ya/build/build_root/47xt/00042c/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/47xt/00042c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile__pyb58pl.log --grpc-port=63256 --mon-port=14429 --ic-port=16297
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/47xt/00042c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/47xt/00042c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/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/47xt/00042c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile__pyb58pl.log', '--grpc-port=63256', '--mon-port=14429', '--ic-port=16297')' in '/home/runner/.ya/build/build_root/47xt/00042c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/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: 111778
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:63256/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/47xt/00042c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 111781
DEBUG    ya.test:process.py:259 Command (pid 111781) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 111781) elapsed time (sec): 0.6404871940612793
DEBUG    ya.test:process.py:263 Command (pid 111781) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111781) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 111781) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111781) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 111781) majflt: 87
DEBUG    ya.test:process.py:263 Command (pid 111781) maxrss: 551444
DEBUG    ya.test:process.py:263 Command (pid 111781) minflt: 24864
DEBUG    ya.test:process.py:263 Command (pid 111781) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 111781) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 111781) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 111781) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 111781) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 111781) nvcsw: 1301
DEBUG    ya.test:process.py:263 Command (pid 111781) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 111781) stime: 0.507498
DEBUG    ya.test:process.py:263 Command (pid 111781) utime: 0.074747
DEBUG    ya.test:process.py:263 Command (pid 111781) wtime: 0.641
DEBUG    ya.test:process.py:275 Command (pid 111781) output:
Git info:
    Commit: abc2d1f3c1b023db8ecb13b079f91fe24aeb8bee
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 8cd317bbcadd236db71e9829f8fc42e5bf5c2d0b into 54d3846fcfd20f009eeeabbfe05c19f647cd92d0
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-reby2ny4za    Host information: 
        Linux ghrun-reby2ny4za 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/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/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 111781) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: abc2d1f3c1b023db8ecb13b079f91fe24aeb8bee
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 8cd317bbcadd236db71e9829f8fc42e5bf5c2d0b into 54d3846fcfd20f009eeeabbfe05c19f647cd92d0
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-reby2ny4za    Host information: 
        Linux ghrun-reby2ny4za 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/47xt/00042c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:63256', '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: 16297\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/47xt/00042c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:63256', '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: 16297\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 113473
DEBUG    ya.test:process.py:259 Command (pid 113473) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 113473) elapsed time (sec): 0.7622761726379395
DEBUG    ya.test:process.py:263 Command (pid 113473) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113473) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 113473) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113473) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113473) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 113473) maxrss: 559956
DEBUG    ya.test:process.py:263 Command (pid 113473) minflt: 20237
DEBUG    ya.test:process.py:263 Command (pid 113473) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 113473) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 113473) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 113473) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 113473) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 113473) nvcsw: 143
DEBUG    ya.test:process.py:263 Command (pid 113473) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 113473) stime: 0.629343
DEBUG    ya.test:process.py:263 Command (pid 113473) utime: 0.08818899999999999
DEBUG    ya.test:process.py:263 Command (pid 113473) wtime: 0.763
DEBUG    ya.test:process.py:275 Command (pid 113473) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/47xt/00042c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:63256', '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/47xt/00042c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:63256', '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: 114189
DEBUG    ya.test:process.py:259 Command (pid 114189) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 114189) elapsed time (sec): 0.7912619113922119
DEBUG    ya.test:process.py:263 Command (pid 114189) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114189) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 114189) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114189) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 114189) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 114189) maxrss: 559904
DEBUG    ya.test:process.py:263 Command (pid 114189) minflt: 18488
DEBUG    ya.test:process.py:263 Command (pid 114189) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 114189) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 114189) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 114189) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 114189) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 114189) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 114189) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 114189) stime: 0.658208
DEBUG    ya.test:process.py:263 Command (pid 114189) utime: 0.088359
DEBUG    ya.test:process.py:263 Command (pid 114189) wtime: 0.792
DEBUG    ya.test:process.py:275 Command (pid 114189) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 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', 10000), ('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', 10000), ('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, f36efebc-b468-4977-9ba3-524576f0dbcb, localhost:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f36efebc-b468-4977-9ba3-524576f0dbcb, localhost:63256): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f36efebc-b468-4977-9ba3-524576f0dbcb, localhost:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-reby2ny4za.auto.internal" port: 63256 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-reby2ny4za.auto.internal:63256, 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', 10000), ('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:63256
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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, 4b171b11-6756-4d97-ac26-1d8fa242bbba, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4b171b11-6756-4d97-ac26-1d8fa242bbba, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4b171b11-6756-4d97-ac26-1d8fa242bbba, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzY1OWVlMDctODBiYTQ0NTItZTExYzFjMjgtYWExODk1Mzg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, ec7810df-5ede-4596-9d01-24f76ced377f, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, ec7810df-5ede-4596-9d01-24f76ced377f, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MzY1OWVlMDctODBiYTQ0NTItZTExYzFjMjgtYWExODk1Mzg=" 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, ec7810df-5ede-4596-9d01-24f76ced377f, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 26233a9a-fb5a-4fd1-a2e4-9931e2028aa6, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26233a9a-fb5a-4fd1-a2e4-9931e2028aa6, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MzY1OWVlMDctODBiYTQ0NTItZTExYzFjMjgtYWExODk1Mzg=" 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, 26233a9a-fb5a-4fd1-a2e4-9931e2028aa6, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 709f99eb-e689-4acc-b6a7-67246fc544b5, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 709f99eb-e689-4acc-b6a7-67246fc544b5, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MzY1OWVlMDctODBiYTQ0NTItZTExYzFjMjgtYWExODk1Mzg=" 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, 709f99eb-e689-4acc-b6a7-67246fc544b5, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c2262a06-cad6-42c4-8219-2da37c579c58, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2262a06-cad6-42c4-8219-2da37c579c58, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MzY1OWVlMDctODBiYTQ0NTItZTExYzFjMjgtYWExODk1Mzg=" 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, c2262a06-cad6-42c4-8219-2da37c579c58, ghrun-reby2ny4za.auto.internal:63256): 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/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `chain_src_be98c95a`\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: 115208
DEBUG    ya.test:process.py:259 Command (pid 115208) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 115208) elapsed time (sec): 0.11553478240966797
DEBUG    ya.test:process.py:263 Command (pid 115208) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 115208) minflt: 3503
DEBUG    ya.test:process.py:263 Command (pid 115208) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) nvcsw: 195
DEBUG    ya.test:process.py:263 Command (pid 115208) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 115208) stime: 0.027916999999999997
DEBUG    ya.test:process.py:263 Command (pid 115208) utime: 0.03257
DEBUG    ya.test:process.py:263 Command (pid 115208) wtime: 0.117
DEBUG    ya.test:process.py:275 Command (pid 115208) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 846a1081-65e0-4f4d-a890-61b2649546f5, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 846a1081-65e0-4f4d-a890-61b2649546f5, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_be98c95a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 846a1081-65e0-4f4d-a890-61b2649546f5, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_be98c95a" 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: 1766512027050 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection chain_src_be98c95a found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a48237f9-82e0-4a55-ad44-c55c647348e3, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a48237f9-82e0-4a55-ad44-c55c647348e3, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a48237f9-82e0-4a55-ad44-c55c647348e3, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTY4ZWQxM2UtMmRkNWQ2YzktZjIwMjIxNzMtZTg5ZDZmNzU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 5aeab1e6-a61d-444c-a413-9698b8d350eb, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 5aeab1e6-a61d-444c-a413-9698b8d350eb, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MTY4ZWQxM2UtMmRkNWQ2YzktZjIwMjIxNzMtZTg5ZDZmNzU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 5aeab1e6-a61d-444c-a413-9698b8d350eb, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 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, e466b113-0ece-4a47-8b2d-08e15a78b9c4, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e466b113-0ece-4a47-8b2d-08e15a78b9c4, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MTY4ZWQxM2UtMmRkNWQ2YzktZjIwMjIxNzMtZTg5ZDZmNzU=" 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, e466b113-0ece-4a47-8b2d-08e15a78b9c4, ghrun-reby2ny4za.auto.internal:63256): 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, e5c363cc-7767-42ee-8a64-6c8555fd98b3, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e5c363cc-7767-42ee-8a64-6c8555fd98b3, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e5c363cc-7767-42ee-8a64-6c8555fd98b3, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 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 0x7fb384ffd230 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 0x7fb384ffebd0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb384ffebd0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 64d0ca2d-e9ef-482a-bf9c-34a98c2f07a4, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 64d0ca2d-e9ef-482a-bf9c-34a98c2f07a4, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 64d0ca2d-e9ef-482a-bf9c-34a98c2f07a4, ghrun-reby2ny4za.auto.internal:63256): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 64d0ca2d-e9ef-482a-bf9c-34a98c2f07a4, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjUxNmNkNC00MmJhZGVjYy01ZGZlNWIzNy0yYTc1OGIzZA==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb384ffebd0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fb384ffebd0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 64d0ca2d-e9ef-482a-bf9c-34a98c2f07a4, ghrun-reby2ny4za.auto.internal:63256): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f461b4b1-4402-4db5-bf15-48422b207064, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f461b4b1-4402-4db5-bf15-48422b207064, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MjUxNmNkNC00MmJhZGVjYy01ZGZlNWIzNy0yYTc1OGIzZA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f461b4b1-4402-4db5-bf15-48422b207064, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 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 0x7fb384ffebd0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, bf96e829-fb1b-423b-87c8-e1bfba0dbba8, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, bf96e829-fb1b-423b-87c8-e1bfba0dbba8, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, bf96e829-fb1b-423b-87c8-e1bfba0dbba8, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 115408
DEBUG    ya.test:process.py:259 Command (pid 115408) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 115408) elapsed time (sec): 0.10893559455871582
DEBUG    ya.test:process.py:263 Command (pid 115408) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115408) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 115408) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115408) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115408) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 115408) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 115408) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 115408) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 115408) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 115408) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 115408) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 115408) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 115408) nvcsw: 220
DEBUG    ya.test:process.py:263 Command (pid 115408) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 115408) stime: 0.027728
DEBUG    ya.test:process.py:263 Command (pid 115408) utime: 0.03565
DEBUG    ya.test:process.py:263 Command (pid 115408) wtime: 0.11
DEBUG    ya.test:process.py:275 Command (pid 115408) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0ac13e8c-0d60-4f10-9286-e81767866b56, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0ac13e8c-0d60-4f10-9286-e81767866b56, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0ac13e8c-0d60-4f10-9286-e81767866b56, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzUyN2Y4MTAtNmVhZDMwYS0xOGQ4NTkzYy1jMDA1OTEyYQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6a94c82f-e305-49d7-9691-15b1fea422c0, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6a94c82f-e305-49d7-9691-15b1fea422c0, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MzUyN2Y4MTAtNmVhZDMwYS0xOGQ4NTkzYy1jMDA1OTEyYQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6a94c82f-e305-49d7-9691-15b1fea422c0, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 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, 0d62b1c0-7c71-49a0-80e0-032e4f5ef613, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d62b1c0-7c71-49a0-80e0-032e4f5ef613, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MzUyN2Y4MTAtNmVhZDMwYS0xOGQ4NTkzYy1jMDA1OTEyYQ==" 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, 0d62b1c0-7c71-49a0-80e0-032e4f5ef613, ghrun-reby2ny4za.auto.internal:63256): 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, 48faa7f3-fb8b-46ac-9779-28ce1df0a15f, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 48faa7f3-fb8b-46ac-9779-28ce1df0a15f, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 48faa7f3-fb8b-46ac-9779-28ce1df0a15f, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 78039dac-e947-47a2-b32f-2ff6b3339267, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 78039dac-e947-47a2-b32f-2ff6b3339267, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MjUxNmNkNC00MmJhZGVjYy01ZGZlNWIzNy0yYTc1OGIzZA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 78039dac-e947-47a2-b32f-2ff6b3339267, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 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 0x7fb384ffebd0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, cc1ccbbd-7803-4f67-97fc-bde34bb877d1, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, cc1ccbbd-7803-4f67-97fc-bde34bb877d1, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, cc1ccbbd-7803-4f67-97fc-bde34bb877d1, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 115536
DEBUG    ya.test:process.py:259 Command (pid 115536) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 115536) elapsed time (sec): 0.11126923561096191
DEBUG    ya.test:process.py:263 Command (pid 115536) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115536) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 115536) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115536) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 115536) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 115536) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 115536) minflt: 3538
DEBUG    ya.test:process.py:263 Command (pid 115536) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 115536) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 115536) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 115536) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 115536) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 115536) nvcsw: 222
DEBUG    ya.test:process.py:263 Command (pid 115536) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 115536) stime: 0.016932
DEBUG    ya.test:process.py:263 Command (pid 115536) utime: 0.046564
DEBUG    ya.test:process.py:263 Command (pid 115536) wtime: 0.112
DEBUG    ya.test:process.py:275 Command (pid 115536) output:

DEBUG    ya.test:process.py:276 Command (pid 115536) 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/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_be98c95a`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 117703
DEBUG    ya.test:process.py:259 Command (pid 117703) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 117703) elapsed time (sec): 0.13318204879760742
DEBUG    ya.test:process.py:263 Command (pid 117703) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 117703) minflt: 3510
DEBUG    ya.test:process.py:263 Command (pid 117703) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 117703) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) nvcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 117703) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 117703) stime: 0.015882
DEBUG    ya.test:process.py:263 Command (pid 117703) utime: 0.039705
DEBUG    ya.test:process.py:263 Command (pid 117703) wtime: 0.134
DEBUG    ya.test:process.py:275 Command (pid 117703) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, e9528b7c-55b0-49e9-a503-8bcb8a71e699, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, e9528b7c-55b0-49e9-a503-8bcb8a71e699, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_be98c95a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, e9528b7c-55b0-49e9-a503-8bcb8a71e699, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_be98c95a" 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: 1766512027050 tx_id: 281474976710664 } } children { name: "20251223174708Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512028590 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 8ae7cfa3-3211-4493-b8fe-6b10f072922a, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 8ae7cfa3-3211-4493-b8fe-6b10f072922a, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_be98c95a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 8ae7cfa3-3211-4493-b8fe-6b10f072922a, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_be98c95a" 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: 1766512027050 tx_id: 281474976710664 } } children { name: "20251223174708Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512028590 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ddff4878-fd20-4d75-9059-cba80cbc54da, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ddff4878-fd20-4d75-9059-cba80cbc54da, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ddff4878-fd20-4d75-9059-cba80cbc54da, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWU1MGMzZmYtMWU0M2FhOC1hOWE5OWZiZS02YTM5MWUwMw==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 805cd965-4f78-43cf-8303-3e795a3d5bae, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 805cd965-4f78-43cf-8303-3e795a3d5bae, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MWU1MGMzZmYtMWU0M2FhOC1hOWE5OWZiZS02YTM5MWUwMw==" 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, 805cd965-4f78-43cf-8303-3e795a3d5bae, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5e8c3368-6d65-44d6-a794-90da3c22c5bf, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5e8c3368-6d65-44d6-a794-90da3c22c5bf, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5e8c3368-6d65-44d6-a794-90da3c22c5bf, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmJkNDNkOTItNjY2YThjNGYtMzVjNThlMTgtYzhjYTVkYjE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d9916d4e-7ca1-4cfd-97cd-9af87205ecef, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9916d4e-7ca1-4cfd-97cd-9af87205ecef, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=YmJkNDNkOTItNjY2YThjNGYtMzVjNThlMTgtYzhjYTVkYjE=" 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, d9916d4e-7ca1-4cfd-97cd-9af87205ecef, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a2b1908c-9b10-4225-9784-471b9dfa272a, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a2b1908c-9b10-4225-9784-471b9dfa272a, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a2b1908c-9b10-4225-9784-471b9dfa272a, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmQ5YmE1OGUtYTRmNzI3YTQtMjcxYzhlN2QtOTM1ZjdhNTM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 4856c879-a6e8-42ed-a3b1-86270e63acf2, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 4856c879-a6e8-42ed-a3b1-86270e63acf2, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MmQ5YmE1OGUtYTRmNzI3YTQtMjcxYzhlN2QtOTM1ZjdhNTM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 4856c879-a6e8-42ed-a3b1-86270e63acf2, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 44dbc3b1-4a8d-4dd0-8bb1-bc51d4cdc5a2, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44dbc3b1-4a8d-4dd0-8bb1-bc51d4cdc5a2, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MmQ5YmE1OGUtYTRmNzI3YTQtMjcxYzhlN2QtOTM1ZjdhNTM=" 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, 44dbc3b1-4a8d-4dd0-8bb1-bc51d4cdc5a2, ghrun-reby2ny4za.auto.internal:63256): 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, 242f2a37-e3f1-4a49-a34c-a185fb7126b9, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 242f2a37-e3f1-4a49-a34c-a185fb7126b9, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 242f2a37-e3f1-4a49-a34c-a185fb7126b9, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, eb41e11f-fd9e-4e2e-8b4f-2828b1fcd7dc, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, eb41e11f-fd9e-4e2e-8b4f-2828b1fcd7dc, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MjUxNmNkNC00MmJhZGVjYy01ZGZlNWIzNy0yYTc1OGIzZA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, eb41e11f-fd9e-4e2e-8b4f-2828b1fcd7dc, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb384ffebd0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 036e0edf-8bac-43cd-a4aa-ad1a12c818c5, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 036e0edf-8bac-43cd-a4aa-ad1a12c818c5, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 036e0edf-8bac-43cd-a4aa-ad1a12c818c5, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 117965
DEBUG    ya.test:process.py:259 Command (pid 117965) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 117965) elapsed time (sec): 0.11113572120666504
DEBUG    ya.test:process.py:263 Command (pid 117965) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 117965) minflt: 3524
DEBUG    ya.test:process.py:263 Command (pid 117965) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 117965) nvcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 117965) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 117965) stime: 0.028228999999999997
DEBUG    ya.test:process.py:263 Command (pid 117965) utime: 0.032934
DEBUG    ya.test:process.py:263 Command (pid 117965) wtime: 0.112
DEBUG    ya.test:process.py:275 Command (pid 117965) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fb6fc986-3687-495b-bc3f-635218a13d57, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fb6fc986-3687-495b-bc3f-635218a13d57, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fb6fc986-3687-495b-bc3f-635218a13d57, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2MwOWNhZDgtOWFiODEzNjQtM2I0NmQ3M2MtNTI0NzBjNzg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 82abf7a0-8d8e-4375-a4d5-b9b5b0fa9b17, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 82abf7a0-8d8e-4375-a4d5-b9b5b0fa9b17, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=M2MwOWNhZDgtOWFiODEzNjQtM2I0NmQ3M2MtNTI0NzBjNzg=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 82abf7a0-8d8e-4375-a4d5-b9b5b0fa9b17, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 80ec44f1-4ad7-4669-b868-bbb2cc984028, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80ec44f1-4ad7-4669-b868-bbb2cc984028, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=M2MwOWNhZDgtOWFiODEzNjQtM2I0NmQ3M2MtNTI0NzBjNzg=" 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, 80ec44f1-4ad7-4669-b868-bbb2cc984028, ghrun-reby2ny4za.auto.internal:63256): 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, 933436b0-9081-4935-a2cc-be5622042dc3, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 933436b0-9081-4935-a2cc-be5622042dc3, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 933436b0-9081-4935-a2cc-be5622042dc3, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b8aaeef6-8ca8-4120-bf21-e569ffb403ab, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b8aaeef6-8ca8-4120-bf21-e569ffb403ab, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MjUxNmNkNC00MmJhZGVjYy01ZGZlNWIzNy0yYTc1OGIzZA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b8aaeef6-8ca8-4120-bf21-e569ffb403ab, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb384ffebd0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 1ed6cb8f-a452-4e67-b17a-f33d64552e8f, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 1ed6cb8f-a452-4e67-b17a-f33d64552e8f, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 1ed6cb8f-a452-4e67-b17a-f33d64552e8f, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 118277
DEBUG    ya.test:process.py:259 Command (pid 118277) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 118277) elapsed time (sec): 0.10856127738952637
DEBUG    ya.test:process.py:263 Command (pid 118277) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 118277) minflt: 3515
DEBUG    ya.test:process.py:263 Command (pid 118277) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 118277) nvcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 118277) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 118277) stime: 0.021401
DEBUG    ya.test:process.py:263 Command (pid 118277) utime: 0.038522
DEBUG    ya.test:process.py:263 Command (pid 118277) wtime: 0.109
DEBUG    ya.test:process.py:275 Command (pid 118277) output:

DEBUG    ya.test:process.py:276 Command (pid 118277) 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/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_be98c95a` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 119700
DEBUG    ya.test:process.py:259 Command (pid 119700) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 119700) elapsed time (sec): 0.12174773216247559
DEBUG    ya.test:process.py:263 Command (pid 119700) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 119700) minflt: 3495
DEBUG    ya.test:process.py:263 Command (pid 119700) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 119700) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) nvcsw: 204
DEBUG    ya.test:process.py:263 Command (pid 119700) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 119700) stime: 0.026688
DEBUG    ya.test:process.py:263 Command (pid 119700) utime: 0.0305
DEBUG    ya.test:process.py:263 Command (pid 119700) wtime: 0.123
DEBUG    ya.test:process.py:275 Command (pid 119700) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 8fea6f52-ad11-4f0a-896b-27a76d0b0393, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 8fea6f52-ad11-4f0a-896b-27a76d0b0393, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_be98c95a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 8fea6f52-ad11-4f0a-896b-27a76d0b0393, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_be98c95a" 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: 1766512027050 tx_id: 281474976710664 } } children { name: "20251223174708Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512028590 tx_id: 281474976710667 } } children { name: "20251223174710Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512030190 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 507c04f1-97a9-47b6-83df-8f4f0edcbd30, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 507c04f1-97a9-47b6-83df-8f4f0edcbd30, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_be98c95a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 507c04f1-97a9-47b6-83df-8f4f0edcbd30, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_be98c95a" 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: 1766512027050 tx_id: 281474976710664 } } children { name: "20251223174708Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512028590 tx_id: 281474976710667 } } children { name: "20251223174710Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766512030190 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7fb0e80a-0b84-4c63-aa66-f93003217c32, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7fb0e80a-0b84-4c63-aa66-f93003217c32, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7fb0e80a-0b84-4c63-aa66-f93003217c32, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGZhZGViZmItMjVhMGEwOWItZWJiN2ZhMjUtZWQ2ZGQwYzY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce240697-3960-480f-a434-4b280b092922, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce240697-3960-480f-a434-4b280b092922, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=ZGZhZGViZmItMjVhMGEwOWItZWJiN2ZhMjUtZWQ2ZGQwYzY=" 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, ce240697-3960-480f-a434-4b280b092922, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1c07b7e7-4768-4d9b-bdce-4042b6ab40a1, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1c07b7e7-4768-4d9b-bdce-4042b6ab40a1, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1c07b7e7-4768-4d9b-bdce-4042b6ab40a1, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTIwZGExZS04Mjg5YzJhMS01YWI0YzdkYS0zODE4YTg2NA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 22a397ca-d335-4b63-b81b-6a7c29b31fa9, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22a397ca-d335-4b63-b81b-6a7c29b31fa9, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MTIwZGExZS04Mjg5YzJhMS01YWI0YzdkYS0zODE4YTg2NA==" 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, 22a397ca-d335-4b63-b81b-6a7c29b31fa9, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 63292c35-9bdd-441c-a8be-b4363e64a35c, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 63292c35-9bdd-441c-a8be-b4363e64a35c, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 63292c35-9bdd-441c-a8be-b4363e64a35c, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTMxMjdkYS03ZGIyYzJiLThhYzlhMTAwLWU5YjE3Njkx" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6448ea74-99a3-498f-abdb-bb53096ac545, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6448ea74-99a3-498f-abdb-bb53096ac545, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MTMxMjdkYS03ZGIyYzJiLThhYzlhMTAwLWU5YjE3Njkx" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6448ea74-99a3-498f-abdb-bb53096ac545, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174710Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b30b70a-9a8f-4333-905b-040e40b1476b, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b30b70a-9a8f-4333-905b-040e40b1476b, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MTMxMjdkYS03ZGIyYzJiLThhYzlhMTAwLWU5YjE3Njkx" 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, 3b30b70a-9a8f-4333-905b-040e40b1476b, ghrun-reby2ny4za.auto.internal:63256): 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, 35c88958-2707-4d94-b9c1-4d92975d540c, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 35c88958-2707-4d94-b9c1-4d92975d540c, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 35c88958-2707-4d94-b9c1-4d92975d540c, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 8a4dc1bb-8405-4e1d-a44a-ed2e887d2b55, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 8a4dc1bb-8405-4e1d-a44a-ed2e887d2b55, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MjUxNmNkNC00MmJhZGVjYy01ZGZlNWIzNy0yYTc1OGIzZA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 8a4dc1bb-8405-4e1d-a44a-ed2e887d2b55, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174710Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb384ffebd0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, cd734df3-2b05-4475-a036-fb3d09590759, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, cd734df3-2b05-4475-a036-fb3d09590759, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, cd734df3-2b05-4475-a036-fb3d09590759, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026870 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 120041
DEBUG    ya.test:process.py:259 Command (pid 120041) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 120041) elapsed time (sec): 0.10398983955383301
DEBUG    ya.test:process.py:263 Command (pid 120041) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120041) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 120041) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120041) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120041) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 120041) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 120041) minflt: 3514
DEBUG    ya.test:process.py:263 Command (pid 120041) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 120041) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 120041) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 120041) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 120041) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 120041) nvcsw: 227
DEBUG    ya.test:process.py:263 Command (pid 120041) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 120041) stime: 0.019795
DEBUG    ya.test:process.py:263 Command (pid 120041) utime: 0.034642
DEBUG    ya.test:process.py:263 Command (pid 120041) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 120041) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0c726172-d77e-4230-bb2f-4dd4a1529c32, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0c726172-d77e-4230-bb2f-4dd4a1529c32, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0c726172-d77e-4230-bb2f-4dd4a1529c32, ghrun-reby2ny4za.auto.internal:63256): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDQ5NjgzOTEtZjIzOTMyMTAtOGI1Y2UzODktYmEzMGUxNmY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b41986ad-4823-45ef-912c-27f3904f4c98, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b41986ad-4823-45ef-912c-27f3904f4c98, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=ZDQ5NjgzOTEtZjIzOTMyMTAtOGI1Y2UzODktYmEzMGUxNmY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b41986ad-4823-45ef-912c-27f3904f4c98, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174710Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6185bf9a-38b6-4009-9d27-84ddbe6ec79a, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6185bf9a-38b6-4009-9d27-84ddbe6ec79a, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=ZDQ5NjgzOTEtZjIzOTMyMTAtOGI1Y2UzODktYmEzMGUxNmY=" 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, 6185bf9a-38b6-4009-9d27-84ddbe6ec79a, ghrun-reby2ny4za.auto.internal:63256): 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, 95d0f338-5cee-412f-b5da-7e2e3b81b3a4, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 95d0f338-5cee-412f-b5da-7e2e3b81b3a4, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 95d0f338-5cee-412f-b5da-7e2e3b81b3a4, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, aebb83a6-e620-4214-8fb5-41ff74fbada0, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, aebb83a6-e620-4214-8fb5-41ff74fbada0, ghrun-reby2ny4za.auto.internal:63256): request = { session_id: "ydb://session/3?node_id=1&id=MjUxNmNkNC00MmJhZGVjYy01ZGZlNWIzNy0yYTc1OGIzZA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, aebb83a6-e620-4214-8fb5-41ff74fbada0, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 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: "20251223174708Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223174710Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb384ffebd0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 9522355e-9919-49ec-b9d7-70a3d3650f80, ghrun-reby2ny4za.auto.internal:63256): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9522355e-9919-49ec-b9d7-70a3d3650f80, ghrun-reby2ny4za.auto.internal:63256): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9522355e-9919-49ec-b9d7-70a3d3650f80, ghrun-reby2ny4za.auto.internal:63256): 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: 1766512026920 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 120277
DEBUG    ya.test:process.py:259 Command (pid 120277) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 120277) elapsed time (sec): 0.10468888282775879
DEBUG    ya.test:process.py:263 Command (pid 120277) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 120277) minflt: 3511
DEBUG    ya.test:process.py:263 Command (pid 120277) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 120277) nvcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 120277) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 120277) stime: 0.013734999999999999
DEBUG    ya.test:process.py:263 Command (pid 120277) utime: 0.041211
DEBUG    ya.test:process.py:263 Command (pid 120277) wtime: 0.106
DEBUG    ya.test:process.py:275 Command (pid 120277) output:

DEBUG    ya.test:process.py:276 Command (pid 120277) 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/47xt/00042c/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/47xt/00042c/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:63256', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_be98c95a` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 121411
DEBUG    ya.test:process.py:259 Command (pid 121411) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 121411) elapsed time (sec): 0.11187267303466797
DEBUG    ya.test:process.py:263 Command (pid 121411) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121411) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 121411) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121411) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 121411) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 121411) maxrss: 167768
DEBUG    ya.test:process.py:263 Command (pid 121411) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 121411) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 121411) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 121411) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 121411) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 121411) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 121411) nvcsw: 217
DEBUG    ya.test:process.py:263 Command (pid 121411) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 121411) stime: 0.026354
DEBUG    ya.test:process.py:263 Command (pid 121411) utime: 0.030119
DEBUG    ya.test:process.py:263 Command (pid 121411) wtime: 0.113
DEBUG    ya.test:process.py:275 Command (pid 121411) output:

DEBUG    ya.test:process.py:276 Command (pid 121411) errors:
Status: OVERLOADED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:8: Error: Executing BACKUP INCREMENTAL
        <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:63256/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64846
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8068
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14429
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63256
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16297
============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
4.92s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
4.01s 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: Backup failed: BACKUP failed: code=1 STDOUT:  STDERR: Status: OVERLOADED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:8: Error: Executing BACKUP INCREMENTAL
        <main>: Error: Check failed: path: '/Root/orders', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 6], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
======================= 1 failed, 3 deselected in 31.43s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/000431/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/00041e/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/00041b/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/0003ed/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/00041c/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/000416/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/000430/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/00042f/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/0003fc/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/0003f2/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/000436/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/000440/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/000432/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/000435/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/0003fb/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/0003f9/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/000417/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/000434/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/00042e/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/00041a/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/00041d/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/0003fe/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected in 0.28s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/47xt/000433/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/0003f6/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected 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/47xt/00040a/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-4.4.4
collected 8 items / 3 deselected / 5 selected

============================ 3 deselected in 0.23s =============================
