============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005220/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

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: ...-doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/75th/005220/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/75th/005220', '--source-root', '/home/runner/.ya/build/build_root/75th/005220/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/75th/005220/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/backup_collection', '--test-tool-bin', '/home/runner/.ya/tools/v4/10658668958/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--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: (("...-doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/75th/005220/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/75th/005220', '--source-root', '/home/runner/.ya/build/build_root/75th/005220/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/75th/005220/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/backup_collection', '--test-tool-bin', '/home/runner/.ya/tools/v4/10658668958/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--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/75th/00519e/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

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/75th/00519e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30852
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/75th/00519e/r3tmp/kikimr_cluster_4iee0y32
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10391
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19725
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10267
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5323
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/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/75th/00519e/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_rxby9sef.log --grpc-port=10391 --mon-port=19725 --ic-port=30852
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:10391/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/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/75th/00519e/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_rxby9sef.log --grpc-port=10391 --mon-port=19725 --ic-port=30852
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/75th/00519e/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/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_rxby9sef.log', '--grpc-port=10391', '--mon-port=19725', '--ic-port=30852')' in '/home/runner/.ya/build/build_root/75th/00519e/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: 2895681
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:10391/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/75th/00519e/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2895683
DEBUG    ya.test:process.py:259 Command (pid 2895683) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2895683) elapsed time (sec): 0.35214734077453613
DEBUG    ya.test:process.py:263 Command (pid 2895683) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) maxrss: 551548
DEBUG    ya.test:process.py:263 Command (pid 2895683) minflt: 22538
DEBUG    ya.test:process.py:263 Command (pid 2895683) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2895683) nvcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 2895683) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2895683) stime: 0.206705
DEBUG    ya.test:process.py:263 Command (pid 2895683) utime: 0.097273
DEBUG    ya.test:process.py:263 Command (pid 2895683) wtime: 0.353
DEBUG    ya.test:process.py:275 Command (pid 2895683) 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 2895683) 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/75th/00519e/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/75th/00519e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10391', '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: 30852\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/75th/00519e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10391', '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: 30852\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2898258
DEBUG    ya.test:process.py:259 Command (pid 2898258) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2898258) elapsed time (sec): 0.3796257972717285
DEBUG    ya.test:process.py:263 Command (pid 2898258) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898258) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2898258) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898258) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898258) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2898258) maxrss: 559924
DEBUG    ya.test:process.py:263 Command (pid 2898258) minflt: 18485
DEBUG    ya.test:process.py:263 Command (pid 2898258) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2898258) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2898258) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2898258) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2898258) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2898258) nvcsw: 143
DEBUG    ya.test:process.py:263 Command (pid 2898258) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2898258) stime: 0.23721399999999998
DEBUG    ya.test:process.py:263 Command (pid 2898258) utime: 0.098157
DEBUG    ya.test:process.py:263 Command (pid 2898258) wtime: 0.38
DEBUG    ya.test:process.py:275 Command (pid 2898258) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/75th/00519e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10391', '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/75th/00519e/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10391', '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: 2898942
DEBUG    ya.test:process.py:259 Command (pid 2898942) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2898942) elapsed time (sec): 0.4474635124206543
DEBUG    ya.test:process.py:263 Command (pid 2898942) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898942) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2898942) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898942) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898942) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2898942) maxrss: 559920
DEBUG    ya.test:process.py:263 Command (pid 2898942) minflt: 18485
DEBUG    ya.test:process.py:263 Command (pid 2898942) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2898942) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2898942) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 2898942) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2898942) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2898942) nvcsw: 119
DEBUG    ya.test:process.py:263 Command (pid 2898942) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2898942) stime: 0.30505099999999996
DEBUG    ya.test:process.py:263 Command (pid 2898942) utime: 0.096469
DEBUG    ya.test:process.py:263 Command (pid 2898942) wtime: 0.448
DEBUG    ya.test:process.py:275 Command (pid 2898942) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2898942) 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, a9ed0c08-5668-4787-aa2f-08a496f7a1f4, localhost:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a9ed0c08-5668-4787-aa2f-08a496f7a1f4, localhost:10391): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a9ed0c08-5668-4787-aa2f-08a496f7a1f4, localhost:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-reby2ny4za.auto.internal" port: 10391 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:10391, 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:10391
------------------------------ 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, 6b53399d-9d6c-4475-bc50-78cfb8cb7425, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6b53399d-9d6c-4475-bc50-78cfb8cb7425, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6b53399d-9d6c-4475-bc50-78cfb8cb7425, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmRkNGE1ODktZGI5MmFiODctMmJhMWI3MDktYTVmZDIwMDg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, d1284c79-0eae-423a-abaf-fd48c4d6a0b5, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, d1284c79-0eae-423a-abaf-fd48c4d6a0b5, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=YmRkNGE1ODktZGI5MmFiODctMmJhMWI3MDktYTVmZDIwMDg=" 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, d1284c79-0eae-423a-abaf-fd48c4d6a0b5, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ee9f0808-bbe9-489d-b4e7-0bfeefe3d3fe, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9f0808-bbe9-489d-b4e7-0bfeefe3d3fe, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=YmRkNGE1ODktZGI5MmFiODctMmJhMWI3MDktYTVmZDIwMDg=" 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, ee9f0808-bbe9-489d-b4e7-0bfeefe3d3fe, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 2dc1bab2-b1ef-43eb-97e3-50a8bb19513e, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 2dc1bab2-b1ef-43eb-97e3-50a8bb19513e, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=YmRkNGE1ODktZGI5MmFiODctMmJhMWI3MDktYTVmZDIwMDg=" 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, 2dc1bab2-b1ef-43eb-97e3-50a8bb19513e, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5d098bb9-954c-4e0c-bbb9-49bb0ad46e85, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d098bb9-954c-4e0c-bbb9-49bb0ad46e85, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=YmRkNGE1ODktZGI5MmFiODctMmJhMWI3MDktYTVmZDIwMDg=" 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, 5d098bb9-954c-4e0c-bbb9-49bb0ad46e85, ghrun-reby2ny4za.auto.internal:10391): 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/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `collection_e77a568f`\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: 2900802
DEBUG    ya.test:process.py:259 Command (pid 2900802) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2900802) elapsed time (sec): 0.12700963020324707
DEBUG    ya.test:process.py:263 Command (pid 2900802) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2900802) minflt: 3489
DEBUG    ya.test:process.py:263 Command (pid 2900802) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2900802) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) nvcsw: 187
DEBUG    ya.test:process.py:263 Command (pid 2900802) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2900802) stime: 0.031056999999999998
DEBUG    ya.test:process.py:263 Command (pid 2900802) utime: 0.038875
DEBUG    ya.test:process.py:263 Command (pid 2900802) wtime: 0.128
DEBUG    ya.test:process.py:275 Command (pid 2900802) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, f59bb6c6-f97d-44da-8065-134733c596eb, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, f59bb6c6-f97d-44da-8065-134733c596eb, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_e77a568f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, f59bb6c6-f97d-44da-8065-134733c596eb, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_e77a568f" 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: 1766504687240 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection collection_e77a568f found
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2900968
DEBUG    ya.test:process.py:259 Command (pid 2900968) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2900968) elapsed time (sec): 0.11511635780334473
DEBUG    ya.test:process.py:263 Command (pid 2900968) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2900968) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2900968) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2900968) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2900968) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2900968) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2900968) minflt: 3619
DEBUG    ya.test:process.py:263 Command (pid 2900968) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2900968) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2900968) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2900968) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2900968) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2900968) nvcsw: 206
DEBUG    ya.test:process.py:263 Command (pid 2900968) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2900968) stime: 0.033248
DEBUG    ya.test:process.py:263 Command (pid 2900968) utime: 0.033248
DEBUG    ya.test:process.py:263 Command (pid 2900968) wtime: 0.116
DEBUG    ya.test:process.py:275 Command (pid 2900968) 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 2900968) errors:


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fe950309-7668-4f12-ae76-aa03bbf3628d, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fe950309-7668-4f12-ae76-aa03bbf3628d, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fe950309-7668-4f12-ae76-aa03bbf3628d, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWQ5MGE3ZWYtZjg4M2NiODEtMmQ0ZWZkNjItMTIzOWJlZWU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3af1a098-4167-40c3-9c91-da6b2b458a3c, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3af1a098-4167-40c3-9c91-da6b2b458a3c, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=MWQ5MGE3ZWYtZjg4M2NiODEtMmQ0ZWZkNjItMTIzOWJlZWU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3af1a098-4167-40c3-9c91-da6b2b458a3c, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 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, 7d16c0ee-73fb-46fb-a40b-33c000edfea1, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d16c0ee-73fb-46fb-a40b-33c000edfea1, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=MWQ5MGE3ZWYtZjg4M2NiODEtMmQ0ZWZkNjItMTIzOWJlZWU=" 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, 7d16c0ee-73fb-46fb-a40b-33c000edfea1, ghrun-reby2ny4za.auto.internal:10391): 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, 494de021-9b84-4fe3-9b1a-4e4ae535a06c, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 494de021-9b84-4fe3-9b1a-4e4ae535a06c, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 494de021-9b84-4fe3-9b1a-4e4ae535a06c, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 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 0x7f942adcf620 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 0x7f942adccbf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f942adccbf0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a4873025-1b28-4186-bdb7-747a4f6ddd0a, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a4873025-1b28-4186-bdb7-747a4f6ddd0a, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, a4873025-1b28-4186-bdb7-747a4f6ddd0a, ghrun-reby2ny4za.auto.internal:10391): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a4873025-1b28-4186-bdb7-747a4f6ddd0a, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2NlM2U2OGYtNTk3NzMwNjYtZDQ3ZjI3Ny1mMTAxOTBjNg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f942adccbf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f942adccbf0>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, a4873025-1b28-4186-bdb7-747a4f6ddd0a, ghrun-reby2ny4za.auto.internal:10391): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, fe6c226e-49f0-4934-9767-78c5ab610bd6, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, fe6c226e-49f0-4934-9767-78c5ab610bd6, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=N2NlM2U2OGYtNTk3NzMwNjYtZDQ3ZjI3Ny1mMTAxOTBjNg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, fe6c226e-49f0-4934-9767-78c5ab610bd6, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 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 0x7f942adccbf0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 80f64022-64c1-4204-ba17-87718bc431eb, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 80f64022-64c1-4204-ba17-87718bc431eb, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 80f64022-64c1-4204-ba17-87718bc431eb, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2901233
DEBUG    ya.test:process.py:259 Command (pid 2901233) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2901233) elapsed time (sec): 0.1129615306854248
DEBUG    ya.test:process.py:263 Command (pid 2901233) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901233) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2901233) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901233) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901233) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2901233) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2901233) minflt: 3523
DEBUG    ya.test:process.py:263 Command (pid 2901233) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2901233) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2901233) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2901233) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2901233) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2901233) nvcsw: 183
DEBUG    ya.test:process.py:263 Command (pid 2901233) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2901233) stime: 0.025973
DEBUG    ya.test:process.py:263 Command (pid 2901233) utime: 0.034630999999999995
DEBUG    ya.test:process.py:263 Command (pid 2901233) wtime: 0.114
DEBUG    ya.test:process.py:275 Command (pid 2901233) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 11eaa884-04f2-4367-a203-10625c8fe033, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 11eaa884-04f2-4367-a203-10625c8fe033, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 11eaa884-04f2-4367-a203-10625c8fe033, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTg1ZDNkNWItNTU3ZjcxMDQtMzQ3Y2JmOWItNjM0MGM1M2Y=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 06cc9757-7979-4dda-a206-0859882320d5, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 06cc9757-7979-4dda-a206-0859882320d5, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=ZTg1ZDNkNWItNTU3ZjcxMDQtMzQ3Y2JmOWItNjM0MGM1M2Y=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 06cc9757-7979-4dda-a206-0859882320d5, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 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, 2f7b3369-00c5-4673-b0ef-b29444ff65e7, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f7b3369-00c5-4673-b0ef-b29444ff65e7, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=ZTg1ZDNkNWItNTU3ZjcxMDQtMzQ3Y2JmOWItNjM0MGM1M2Y=" 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, 2f7b3369-00c5-4673-b0ef-b29444ff65e7, ghrun-reby2ny4za.auto.internal:10391): 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, 23dd2f7e-e170-4566-b77c-2ddf0cd2288e, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 23dd2f7e-e170-4566-b77c-2ddf0cd2288e, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 23dd2f7e-e170-4566-b77c-2ddf0cd2288e, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 8398b12b-0692-4973-b990-483f24fd8e6e, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 8398b12b-0692-4973-b990-483f24fd8e6e, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=N2NlM2U2OGYtNTk3NzMwNjYtZDQ3ZjI3Ny1mMTAxOTBjNg==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 8398b12b-0692-4973-b990-483f24fd8e6e, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 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 0x7f942adccbf0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 393e39cf-0719-40cb-9572-f4b79a66764f, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 393e39cf-0719-40cb-9572-f4b79a66764f, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 393e39cf-0719-40cb-9572-f4b79a66764f, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2901497
DEBUG    ya.test:process.py:259 Command (pid 2901497) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2901497) elapsed time (sec): 0.11171746253967285
DEBUG    ya.test:process.py:263 Command (pid 2901497) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901497) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2901497) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901497) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901497) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2901497) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2901497) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 2901497) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2901497) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2901497) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 2901497) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2901497) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2901497) nvcsw: 200
DEBUG    ya.test:process.py:263 Command (pid 2901497) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2901497) stime: 0.02206
DEBUG    ya.test:process.py:263 Command (pid 2901497) utime: 0.039709
DEBUG    ya.test:process.py:263 Command (pid 2901497) wtime: 0.113
DEBUG    ya.test:process.py:275 Command (pid 2901497) output:

DEBUG    ya.test:process.py:276 Command (pid 2901497) 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/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_e77a568f`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2903659
DEBUG    ya.test:process.py:259 Command (pid 2903659) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2903659) elapsed time (sec): 0.3943021297454834
DEBUG    ya.test:process.py:263 Command (pid 2903659) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2903659) minflt: 3499
DEBUG    ya.test:process.py:263 Command (pid 2903659) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) nivcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 2903659) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) nvcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 2903659) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2903659) stime: 0.031958
DEBUG    ya.test:process.py:263 Command (pid 2903659) utime: 0.041089
DEBUG    ya.test:process.py:263 Command (pid 2903659) wtime: 0.395
DEBUG    ya.test:process.py:275 Command (pid 2903659) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 200903ae-86aa-4386-95b4-5ae5170a1073, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 200903ae-86aa-4386-95b4-5ae5170a1073, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_e77a568f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 200903ae-86aa-4386-95b4-5ae5170a1073, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_e77a568f" 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: 1766504687240 tx_id: 281474976710664 } } children { name: "20251223154448Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504688990 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 59b22e67-3254-4488-a4f5-9f278ee987f2, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 59b22e67-3254-4488-a4f5-9f278ee987f2, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_e77a568f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 59b22e67-3254-4488-a4f5-9f278ee987f2, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_e77a568f" 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: 1766504687240 tx_id: 281474976710664 } } children { name: "20251223154448Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504688990 tx_id: 281474976710667 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2904169
DEBUG    ya.test:process.py:259 Command (pid 2904169) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2904169) elapsed time (sec): 0.17999696731567383
DEBUG    ya.test:process.py:263 Command (pid 2904169) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2904169) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2904169) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2904169) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2904169) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2904169) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2904169) minflt: 3599
DEBUG    ya.test:process.py:263 Command (pid 2904169) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2904169) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2904169) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 2904169) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2904169) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2904169) nvcsw: 163
DEBUG    ya.test:process.py:263 Command (pid 2904169) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2904169) stime: 0.038282
DEBUG    ya.test:process.py:263 Command (pid 2904169) utime: 0.051042
DEBUG    ya.test:process.py:263 Command (pid 2904169) wtime: 0.181
DEBUG    ya.test:process.py:275 Command (pid 2904169) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬─────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State   │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼─────────┼───────────────────┤
│ 20251223154448Z_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 2904169) errors:


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

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬─────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State   │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼─────────┼───────────────────┤
│ 20251223154448Z_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 2904465) errors:


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, df9470af-0517-4bfa-a8fc-a8481cd89ca2, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, df9470af-0517-4bfa-a8fc-a8481cd89ca2, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, df9470af-0517-4bfa-a8fc-a8481cd89ca2, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzE3Yzc1MDktNjFkY2RkYzEtNDcwYjdiZTktYjBiOGJjYmE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 92761220-a8eb-43d2-b706-24e946e624d2, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92761220-a8eb-43d2-b706-24e946e624d2, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=NzE3Yzc1MDktNjFkY2RkYzEtNDcwYjdiZTktYjBiOGJjYmE=" 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, 92761220-a8eb-43d2-b706-24e946e624d2, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9efb1472-4824-4589-84cf-b678432f6386, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9efb1472-4824-4589-84cf-b678432f6386, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9efb1472-4824-4589-84cf-b678432f6386, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWQ3Yzg4YWEtNGNmNDU1OTktYzllMTI0NWQtMzg4OWMwN2Q=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0e66ad55-56fc-4fc7-bb3a-7dd21022f406, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0e66ad55-56fc-4fc7-bb3a-7dd21022f406, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ3Yzg4YWEtNGNmNDU1OTktYzllMTI0NWQtMzg4OWMwN2Q=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0e66ad55-56fc-4fc7-bb3a-7dd21022f406, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 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: "20251223154448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc9e881a-3666-4d6c-9aa7-b34b09e6630a, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc9e881a-3666-4d6c-9aa7-b34b09e6630a, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ3Yzg4YWEtNGNmNDU1OTktYzllMTI0NWQtMzg4OWMwN2Q=" 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, cc9e881a-3666-4d6c-9aa7-b34b09e6630a, ghrun-reby2ny4za.auto.internal:10391): 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, fdedb310-e117-440a-b061-d3ea495c764b, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, fdedb310-e117-440a-b061-d3ea495c764b, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, fdedb310-e117-440a-b061-d3ea495c764b, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d118a535-05aa-48de-9b46-d99eec7e0cd8, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d118a535-05aa-48de-9b46-d99eec7e0cd8, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=N2NlM2U2OGYtNTk3NzMwNjYtZDQ3ZjI3Ny1mMTAxOTBjNg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d118a535-05aa-48de-9b46-d99eec7e0cd8, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 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: "20251223154448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f942adccbf0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 7c67db7a-8bd7-4ab5-8d36-f4d73c2e5533, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7c67db7a-8bd7-4ab5-8d36-f4d73c2e5533, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7c67db7a-8bd7-4ab5-8d36-f4d73c2e5533, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2904687
DEBUG    ya.test:process.py:259 Command (pid 2904687) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2904687) elapsed time (sec): 0.1704723834991455
DEBUG    ya.test:process.py:263 Command (pid 2904687) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2904687) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2904687) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2904687) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2904687) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2904687) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2904687) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 2904687) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2904687) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2904687) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 2904687) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2904687) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2904687) nvcsw: 155
DEBUG    ya.test:process.py:263 Command (pid 2904687) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2904687) stime: 0.048803
DEBUG    ya.test:process.py:263 Command (pid 2904687) utime: 0.052864999999999995
DEBUG    ya.test:process.py:263 Command (pid 2904687) wtime: 0.172
DEBUG    ya.test:process.py:275 Command (pid 2904687) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d1642b0e-39a8-4439-ae19-3f09422232db, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d1642b0e-39a8-4439-ae19-3f09422232db, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d1642b0e-39a8-4439-ae19-3f09422232db, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzEyOGIzZTctOGIyNDYxNy0yMDVlN2QxNC1lMTg0NzA3NQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 87d0b702-badc-44b5-b6fb-fea6d0b1595f, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 87d0b702-badc-44b5-b6fb-fea6d0b1595f, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=NzEyOGIzZTctOGIyNDYxNy0yMDVlN2QxNC1lMTg0NzA3NQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 87d0b702-badc-44b5-b6fb-fea6d0b1595f, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 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: "20251223154448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 087471e0-e43c-4356-830f-01d7b9f755f1, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087471e0-e43c-4356-830f-01d7b9f755f1, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=NzEyOGIzZTctOGIyNDYxNy0yMDVlN2QxNC1lMTg0NzA3NQ==" 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, 087471e0-e43c-4356-830f-01d7b9f755f1, ghrun-reby2ny4za.auto.internal:10391): 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, 05c3e014-32d4-4323-8a37-75df7f7890b6, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 05c3e014-32d4-4323-8a37-75df7f7890b6, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 05c3e014-32d4-4323-8a37-75df7f7890b6, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d3b65cca-aaab-4868-84ae-6717e8b45ec4, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d3b65cca-aaab-4868-84ae-6717e8b45ec4, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=N2NlM2U2OGYtNTk3NzMwNjYtZDQ3ZjI3Ny1mMTAxOTBjNg==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d3b65cca-aaab-4868-84ae-6717e8b45ec4, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 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: "20251223154448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f942adccbf0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 911fdb01-58ad-4c1e-9fca-3298d6158705, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 911fdb01-58ad-4c1e-9fca-3298d6158705, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 911fdb01-58ad-4c1e-9fca-3298d6158705, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2905078
DEBUG    ya.test:process.py:259 Command (pid 2905078) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2905078) elapsed time (sec): 0.29646801948547363
DEBUG    ya.test:process.py:263 Command (pid 2905078) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905078) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2905078) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905078) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905078) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2905078) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2905078) minflt: 3513
DEBUG    ya.test:process.py:263 Command (pid 2905078) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2905078) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2905078) nivcsw: 60
DEBUG    ya.test:process.py:263 Command (pid 2905078) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2905078) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2905078) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 2905078) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2905078) stime: 0.148467
DEBUG    ya.test:process.py:263 Command (pid 2905078) utime: 0.042977
DEBUG    ya.test:process.py:263 Command (pid 2905078) wtime: 0.297
DEBUG    ya.test:process.py:275 Command (pid 2905078) output:

DEBUG    ya.test:process.py:276 Command (pid 2905078) 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/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_e77a568f` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2906833
DEBUG    ya.test:process.py:259 Command (pid 2906833) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2906833) elapsed time (sec): 0.28664422035217285
DEBUG    ya.test:process.py:263 Command (pid 2906833) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2906833) minflt: 3495
DEBUG    ya.test:process.py:263 Command (pid 2906833) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 2906833) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) nvcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 2906833) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2906833) stime: 0.053918999999999995
DEBUG    ya.test:process.py:263 Command (pid 2906833) utime: 0.032351
DEBUG    ya.test:process.py:263 Command (pid 2906833) wtime: 0.297
DEBUG    ya.test:process.py:275 Command (pid 2906833) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, d8d317d5-817a-4cfd-93f0-5c6f47d41204, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, d8d317d5-817a-4cfd-93f0-5c6f47d41204, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_e77a568f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, d8d317d5-817a-4cfd-93f0-5c6f47d41204, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_e77a568f" 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: 1766504687240 tx_id: 281474976710664 } } children { name: "20251223154448Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504688990 tx_id: 281474976710667 } } children { name: "20251223154451Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504691530 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, cb2cf439-701c-4e5c-87ee-976621d34b46, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, cb2cf439-701c-4e5c-87ee-976621d34b46, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_e77a568f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, cb2cf439-701c-4e5c-87ee-976621d34b46, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_e77a568f" 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: 1766504687240 tx_id: 281474976710664 } } children { name: "20251223154448Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504688990 tx_id: 281474976710667 } } children { name: "20251223154451Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504691530 tx_id: 281474976710671 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2907174
DEBUG    ya.test:process.py:259 Command (pid 2907174) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2907174) elapsed time (sec): 0.17971324920654297
DEBUG    ya.test:process.py:263 Command (pid 2907174) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907174) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2907174) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907174) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907174) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2907174) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2907174) minflt: 3602
DEBUG    ya.test:process.py:263 Command (pid 2907174) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2907174) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2907174) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 2907174) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2907174) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2907174) nvcsw: 186
DEBUG    ya.test:process.py:263 Command (pid 2907174) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2907174) stime: 0.036115999999999995
DEBUG    ya.test:process.py:263 Command (pid 2907174) utime: 0.046341
DEBUG    ya.test:process.py:263 Command (pid 2907174) wtime: 0.181
DEBUG    ya.test:process.py:275 Command (pid 2907174) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251223154448Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251223154451Z_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 2907174) errors:


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2907377
DEBUG    ya.test:process.py:259 Command (pid 2907377) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2907377) elapsed time (sec): 0.21549105644226074
DEBUG    ya.test:process.py:263 Command (pid 2907377) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907377) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2907377) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907377) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907377) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2907377) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2907377) minflt: 3613
DEBUG    ya.test:process.py:263 Command (pid 2907377) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2907377) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2907377) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 2907377) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2907377) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2907377) nvcsw: 132
DEBUG    ya.test:process.py:263 Command (pid 2907377) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2907377) stime: 0.017204999999999998
DEBUG    ya.test:process.py:263 Command (pid 2907377) utime: 0.06451899999999999
DEBUG    ya.test:process.py:263 Command (pid 2907377) wtime: 0.222
DEBUG    ya.test:process.py:275 Command (pid 2907377) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

Changefeeds:
┌──────────────────────────────────────┬─────────┬─────────┬──────────┬───────────────────┐
│ Name                                 │ Mode    │ Format  │ State    │ VirtualTimestamps │
├──────────────────────────────────────┼─────────┼─────────┼──────────┼───────────────────┤
│ 20251223154448Z_continuousBackupImpl │ UPDATES │ Unknown │ Disabled │ off               │
│ 20251223154451Z_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 2907377) errors:


DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 7c4b9436-d115-42ff-9134-043bac2aa338, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 7c4b9436-d115-42ff-9134-043bac2aa338, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_e77a568f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 7c4b9436-d115-42ff-9134-043bac2aa338, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_e77a568f" 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: 1766504687240 tx_id: 281474976710664 } } children { name: "20251223154448Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504688990 tx_id: 281474976710667 } } children { name: "20251223154451Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504691530 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7fe8b877-eb52-483f-a6ad-2ca0697f5a50, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7fe8b877-eb52-483f-a6ad-2ca0697f5a50, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7fe8b877-eb52-483f-a6ad-2ca0697f5a50, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTVmMGRiNjMtZDkwZWUzNjQtMjAzZjZkOWYtMjQ1OWJkOA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 42c9901f-1194-4f75-97ce-72101a94cc80, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 42c9901f-1194-4f75-97ce-72101a94cc80, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=YTVmMGRiNjMtZDkwZWUzNjQtMjAzZjZkOWYtMjQ1OWJkOA==" yql_text: "DROP TABLE `/Root/.backups/collections/collection_e77a568f/20251223154448Z_full/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 42c9901f-1194-4f75-97ce-72101a94cc80, ghrun-reby2ny4za.auto.internal:10391): 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, 4a2a04cd-007d-4ccd-aa23-7954fe1f98be, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4a2a04cd-007d-4ccd-aa23-7954fe1f98be, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4a2a04cd-007d-4ccd-aa23-7954fe1f98be, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjE0OWY3MDMtZDU1NmYxNWQtZjIyZGJjMWEtMTdmYWM2YmI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fc0815fd-6e37-4f1c-9f2a-13a1b1bd61c1, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc0815fd-6e37-4f1c-9f2a-13a1b1bd61c1, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=NjE0OWY3MDMtZDU1NmYxNWQtZjIyZGJjMWEtMTdmYWM2YmI=" 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, fc0815fd-6e37-4f1c-9f2a-13a1b1bd61c1, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 47302fc0-5fb0-4ee8-8f5d-7e8cb50a68a6, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 47302fc0-5fb0-4ee8-8f5d-7e8cb50a68a6, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 47302fc0-5fb0-4ee8-8f5d-7e8cb50a68a6, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzhhNDQ1NzQtZGZjNzM3ZGUtNTRjMzIxMGYtOTAwOTc0YzE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b709cd78-493c-4abe-bea4-992ea4da20ac, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b709cd78-493c-4abe-bea4-992ea4da20ac, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=YzhhNDQ1NzQtZGZjNzM3ZGUtNTRjMzIxMGYtOTAwOTc0YzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b709cd78-493c-4abe-bea4-992ea4da20ac, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 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: "20251223154448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154451Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, fe5ee0c7-b210-4b89-bb5e-991b8d77b8cb, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5ee0c7-b210-4b89-bb5e-991b8d77b8cb, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=YzhhNDQ1NzQtZGZjNzM3ZGUtNTRjMzIxMGYtOTAwOTc0YzE=" 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, fe5ee0c7-b210-4b89-bb5e-991b8d77b8cb, ghrun-reby2ny4za.auto.internal:10391): 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, 085c3fd8-7c9d-43f9-9a6f-fbae25985082, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 085c3fd8-7c9d-43f9-9a6f-fbae25985082, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 085c3fd8-7c9d-43f9-9a6f-fbae25985082, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 10eee131-f63e-4f24-9710-0cde9090ef86, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 10eee131-f63e-4f24-9710-0cde9090ef86, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=N2NlM2U2OGYtNTk3NzMwNjYtZDQ3ZjI3Ny1mMTAxOTBjNg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 10eee131-f63e-4f24-9710-0cde9090ef86, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 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: "20251223154448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154451Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f942adccbf0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e493a430-93db-4e65-8d84-f35570938a98, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e493a430-93db-4e65-8d84-f35570938a98, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e493a430-93db-4e65-8d84-f35570938a98, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687040 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2907886
DEBUG    ya.test:process.py:259 Command (pid 2907886) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2907886) elapsed time (sec): 0.16644573211669922
DEBUG    ya.test:process.py:263 Command (pid 2907886) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907886) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2907886) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907886) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907886) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2907886) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2907886) minflt: 3506
DEBUG    ya.test:process.py:263 Command (pid 2907886) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2907886) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2907886) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 2907886) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2907886) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2907886) nvcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 2907886) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2907886) stime: 0.033446
DEBUG    ya.test:process.py:263 Command (pid 2907886) utime: 0.052653
DEBUG    ya.test:process.py:263 Command (pid 2907886) wtime: 0.168
DEBUG    ya.test:process.py:275 Command (pid 2907886) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dde0917e-44d1-4ce8-8aab-6a8bbb0faa3a, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dde0917e-44d1-4ce8-8aab-6a8bbb0faa3a, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dde0917e-44d1-4ce8-8aab-6a8bbb0faa3a, ghrun-reby2ny4za.auto.internal:10391): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWVhNzc5ZWItNmEwODJjOWEtMzY1Mzk5MDYtOWMzOWU3ZjI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d635f866-6ebb-4765-b6ea-152a3cd06005, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d635f866-6ebb-4765-b6ea-152a3cd06005, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=NWVhNzc5ZWItNmEwODJjOWEtMzY1Mzk5MDYtOWMzOWU3ZjI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d635f866-6ebb-4765-b6ea-152a3cd06005, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 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: "20251223154448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154451Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1106fc14-bd56-4cb9-ac3d-81bed931cc27, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1106fc14-bd56-4cb9-ac3d-81bed931cc27, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=NWVhNzc5ZWItNmEwODJjOWEtMzY1Mzk5MDYtOWMzOWU3ZjI=" 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, 1106fc14-bd56-4cb9-ac3d-81bed931cc27, ghrun-reby2ny4za.auto.internal:10391): 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, e4ba4bdd-4381-4211-bb9b-b12a31e001fd, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e4ba4bdd-4381-4211-bb9b-b12a31e001fd, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e4ba4bdd-4381-4211-bb9b-b12a31e001fd, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, a78d34cc-ded0-4c56-8392-2301da3a2691, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, a78d34cc-ded0-4c56-8392-2301da3a2691, ghrun-reby2ny4za.auto.internal:10391): request = { session_id: "ydb://session/3?node_id=1&id=N2NlM2U2OGYtNTk3NzMwNjYtZDQ3ZjI3Ny1mMTAxOTBjNg==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, a78d34cc-ded0-4c56-8392-2301da3a2691, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 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: "20251223154448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154451Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f942adccbf0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 2d7461ec-f5f2-4d58-80f5-aad85b5c417b, ghrun-reby2ny4za.auto.internal:10391): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2d7461ec-f5f2-4d58-80f5-aad85b5c417b, ghrun-reby2ny4za.auto.internal:10391): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2d7461ec-f5f2-4d58-80f5-aad85b5c417b, ghrun-reby2ny4za.auto.internal:10391): 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: 1766504687100 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2908213
DEBUG    ya.test:process.py:259 Command (pid 2908213) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2908213) elapsed time (sec): 0.17684030532836914
DEBUG    ya.test:process.py:263 Command (pid 2908213) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2908213) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2908213) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2908213) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2908213) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2908213) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2908213) minflt: 3522
DEBUG    ya.test:process.py:263 Command (pid 2908213) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2908213) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2908213) nivcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 2908213) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2908213) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2908213) nvcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 2908213) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2908213) stime: 0.047645
DEBUG    ya.test:process.py:263 Command (pid 2908213) utime: 0.031763
DEBUG    ya.test:process.py:263 Command (pid 2908213) wtime: 0.179
DEBUG    ya.test:process.py:275 Command (pid 2908213) output:

DEBUG    ya.test:process.py:276 Command (pid 2908213) 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/75th/00519e/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/75th/00519e/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:10391', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_e77a568f` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2910091
DEBUG    ya.test:process.py:259 Command (pid 2910091) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2910091) elapsed time (sec): 0.19157075881958008
DEBUG    ya.test:process.py:263 Command (pid 2910091) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2910091) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2910091) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2910091) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2910091) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2910091) maxrss: 165500
DEBUG    ya.test:process.py:263 Command (pid 2910091) minflt: 3505
DEBUG    ya.test:process.py:263 Command (pid 2910091) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2910091) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2910091) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 2910091) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2910091) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2910091) nvcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 2910091) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2910091) stime: 0.07074
DEBUG    ya.test:process.py:263 Command (pid 2910091) utime: 0.018864
DEBUG    ya.test:process.py:263 Command (pid 2910091) wtime: 0.197
DEBUG    ya.test:process.py:275 Command (pid 2910091) output:

DEBUG    ya.test:process.py:276 Command (pid 2910091) 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:10391/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5323
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10267
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19725
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10391
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30852
============================== slowest durations ===============================
22.04s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
6.93s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
3.02s 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 in 32.80s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/0051f6/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

basic_user_scenarios.py .

============================== slowest durations ===============================
27.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
25.62s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
2.63s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 55.51s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005218/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

basic_user_scenarios.py .

============================== slowest durations ===============================
27.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
25.28s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
3.27s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 55.79s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/00521f/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

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/products', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 7], 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/75th/00521f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11237
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/75th/00521f/r3tmp/kikimr_cluster_k7arlbmj
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00521f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4530
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11839
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5816
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3264
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/75th/00521f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/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/75th/00521f/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/75th/00521f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/node_1/logfile_ikigxzl3.log --grpc-port=4530 --mon-port=11839 --ic-port=11237
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4530/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/75th/00521f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/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/75th/00521f/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/75th/00521f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/node_1/logfile_ikigxzl3.log --grpc-port=4530 --mon-port=11839 --ic-port=11237
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/75th/00521f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/75th/00521f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/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/75th/00521f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncr.test_full_cycle_local_backup_restore_with_incrementals/cluster/node_1/logfile_ikigxzl3.log', '--grpc-port=4530', '--mon-port=11839', '--ic-port=11237')' in '/home/runner/.ya/build/build_root/75th/00521f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4/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: 2891846
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4530/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/75th/00521f/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2891848
DEBUG    ya.test:process.py:259 Command (pid 2891848) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2891848) elapsed time (sec): 0.6164817810058594
DEBUG    ya.test:process.py:263 Command (pid 2891848) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) maxrss: 551444
DEBUG    ya.test:process.py:263 Command (pid 2891848) minflt: 19442
DEBUG    ya.test:process.py:263 Command (pid 2891848) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2891848) nvcsw: 307
DEBUG    ya.test:process.py:263 Command (pid 2891848) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2891848) stime: 0.48080399999999995
DEBUG    ya.test:process.py:263 Command (pid 2891848) utime: 0.085004
DEBUG    ya.test:process.py:263 Command (pid 2891848) wtime: 0.617
DEBUG    ya.test:process.py:275 Command (pid 2891848) 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 2891848) 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/75th/00521f/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/75th/00521f/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4530', '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: 11237\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/75th/00521f/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4530', '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: 11237\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2892976
DEBUG    ya.test:process.py:259 Command (pid 2892976) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2892976) elapsed time (sec): 0.4313328266143799
DEBUG    ya.test:process.py:263 Command (pid 2892976) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2892976) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2892976) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2892976) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2892976) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2892976) maxrss: 559944
DEBUG    ya.test:process.py:263 Command (pid 2892976) minflt: 18485
DEBUG    ya.test:process.py:263 Command (pid 2892976) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2892976) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2892976) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2892976) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2892976) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2892976) nvcsw: 161
DEBUG    ya.test:process.py:263 Command (pid 2892976) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2892976) stime: 0.3076
DEBUG    ya.test:process.py:263 Command (pid 2892976) utime: 0.08459
DEBUG    ya.test:process.py:263 Command (pid 2892976) wtime: 0.432
DEBUG    ya.test:process.py:275 Command (pid 2892976) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00521f/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/75th/00521f/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4530', '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/75th/00521f/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4530', '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: 2893358
DEBUG    ya.test:process.py:259 Command (pid 2893358) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2893358) elapsed time (sec): 0.43927645683288574
DEBUG    ya.test:process.py:263 Command (pid 2893358) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2893358) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2893358) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2893358) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2893358) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2893358) maxrss: 559896
DEBUG    ya.test:process.py:263 Command (pid 2893358) minflt: 18488
DEBUG    ya.test:process.py:263 Command (pid 2893358) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2893358) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2893358) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2893358) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2893358) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2893358) nvcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 2893358) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2893358) stime: 0.29783299999999996
DEBUG    ya.test:process.py:263 Command (pid 2893358) utime: 0.09797099999999999
DEBUG    ya.test:process.py:263 Command (pid 2893358) wtime: 0.44
DEBUG    ya.test:process.py:275 Command (pid 2893358) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2893358) 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, 7decb3ee-bbcf-4ed4-b63a-bdb827ebe0d0, localhost:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7decb3ee-bbcf-4ed4-b63a-bdb827ebe0d0, localhost:4530): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7decb3ee-bbcf-4ed4-b63a-bdb827ebe0d0, localhost:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-reby2ny4za.auto.internal" port: 4530 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:4530, 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:4530
------------------------------ 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, 456651ed-c63c-4bc4-8c70-6a848acdfd84, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 456651ed-c63c-4bc4-8c70-6a848acdfd84, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 456651ed-c63c-4bc4-8c70-6a848acdfd84, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTgxMmU5NDQtYWMwZDcyYmMtOGIxZWNlOC01MDczM2Qz" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 04b3ecba-5d43-4475-afe9-51ee9fd61042, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 04b3ecba-5d43-4475-afe9-51ee9fd61042, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=ZTgxMmU5NDQtYWMwZDcyYmMtOGIxZWNlOC01MDczM2Qz" 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, 04b3ecba-5d43-4475-afe9-51ee9fd61042, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9011fb24-6b2d-4c34-9281-85e2ea33ce57, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9011fb24-6b2d-4c34-9281-85e2ea33ce57, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=ZTgxMmU5NDQtYWMwZDcyYmMtOGIxZWNlOC01MDczM2Qz" 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, 9011fb24-6b2d-4c34-9281-85e2ea33ce57, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, a1ed5506-b439-4e72-a1b8-17d4f245a531, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, a1ed5506-b439-4e72-a1b8-17d4f245a531, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=ZTgxMmU5NDQtYWMwZDcyYmMtOGIxZWNlOC01MDczM2Qz" 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, a1ed5506-b439-4e72-a1b8-17d4f245a531, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4d324d74-3c68-4caf-a006-71f96d6eaca5, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d324d74-3c68-4caf-a006-71f96d6eaca5, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=ZTgxMmU5NDQtYWMwZDcyYmMtOGIxZWNlOC01MDczM2Qz" 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, 4d324d74-3c68-4caf-a006-71f96d6eaca5, ghrun-reby2ny4za.auto.internal:4530): 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/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_incremental_d2b34577`\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: 2893980
DEBUG    ya.test:process.py:259 Command (pid 2893980) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2893980) elapsed time (sec): 0.11680245399475098
DEBUG    ya.test:process.py:263 Command (pid 2893980) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2893980) minflt: 3501
DEBUG    ya.test:process.py:263 Command (pid 2893980) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2893980) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) nvcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 2893980) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2893980) stime: 0.018990999999999997
DEBUG    ya.test:process.py:263 Command (pid 2893980) utime: 0.041779
DEBUG    ya.test:process.py:263 Command (pid 2893980) wtime: 0.118
DEBUG    ya.test:process.py:275 Command (pid 2893980) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, a114d4c0-9961-4115-b03b-cca36c6da0ae, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, a114d4c0-9961-4115-b03b-cca36c6da0ae, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_d2b34577" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, a114d4c0-9961-4115-b03b-cca36c6da0ae, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_d2b34577" 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: 1766504682420 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection test_incremental_d2b34577 found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 33e79dcd-d22c-4a84-b8c3-a76018e353ca, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 33e79dcd-d22c-4a84-b8c3-a76018e353ca, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 33e79dcd-d22c-4a84-b8c3-a76018e353ca, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzAzY2ZhMmMtOWFkMzI2OTAtNmY5ZDNmYmQtZDVkODMwZmE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8cbab55-2191-48e4-aa79-33b9bd5b3623, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8cbab55-2191-48e4-aa79-33b9bd5b3623, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MzAzY2ZhMmMtOWFkMzI2OTAtNmY5ZDNmYmQtZDVkODMwZmE=" 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, d8cbab55-2191-48e4-aa79-33b9bd5b3623, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 82bc048c-8d6c-4ad3-bea8-b253c18deff4, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 82bc048c-8d6c-4ad3-bea8-b253c18deff4, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 82bc048c-8d6c-4ad3-bea8-b253c18deff4, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjNlOTdmOC03YzU5MWIzNi02NTViNTUxNS04ODVjMDI0NQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 274d17c4-b7bf-44a3-903f-f49fa19f3db9, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274d17c4-b7bf-44a3-903f-f49fa19f3db9, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=YjNlOTdmOC03YzU5MWIzNi02NTViNTUxNS04ODVjMDI0NQ==" 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, 274d17c4-b7bf-44a3-903f-f49fa19f3db9, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4a5c740e-b271-40dc-955d-f5f1157dd0df, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4a5c740e-b271-40dc-955d-f5f1157dd0df, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4a5c740e-b271-40dc-955d-f5f1157dd0df, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDg3YTRmYTEtM2UxZDBlNWYtNGM1OGQ3MmUtYjJkYmVhODk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, f6fc488a-3d88-45b0-95e1-1deaae180181, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, f6fc488a-3d88-45b0-95e1-1deaae180181, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=NDg3YTRmYTEtM2UxZDBlNWYtNGM1OGQ3MmUtYjJkYmVhODk=" path: "/Root/extra1_1_4682" 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, f6fc488a-3d88-45b0-95e1-1deaae180181, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 297666b7-9e57-41da-9dfc-b425673c0e94, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 297666b7-9e57-41da-9dfc-b425673c0e94, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=NDg3YTRmYTEtM2UxZDBlNWYtNGM1OGQ3MmUtYjJkYmVhODk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_4682 (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, 297666b7-9e57-41da-9dfc-b425673c0e94, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e67d5c54-490d-4de5-9ff7-89d48a97671d, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e67d5c54-490d-4de5-9ff7-89d48a97671d, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e67d5c54-490d-4de5-9ff7-89d48a97671d, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTk4Mjg0ZDAtZmQ4NDZmMmQtZjJlMjgxYzktMzExODVmYjY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 41104d39-74f1-4907-b0d5-cd04de56494c, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 41104d39-74f1-4907-b0d5-cd04de56494c, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTk4Mjg0ZDAtZmQ4NDZmMmQtZjJlMjgxYzktMzExODVmYjY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 41104d39-74f1-4907-b0d5-cd04de56494c, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 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, 42900f79-dce6-489d-8e4b-39ba423ab34e, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42900f79-dce6-489d-8e4b-39ba423ab34e, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTk4Mjg0ZDAtZmQ4NDZmMmQtZjJlMjgxYzktMzExODVmYjY=" 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, 42900f79-dce6-489d-8e4b-39ba423ab34e, ghrun-reby2ny4za.auto.internal:4530): 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, 850d9b7e-ebc5-4d7d-b39f-154d19a06bb3, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 850d9b7e-ebc5-4d7d-b39f-154d19a06bb3, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 850d9b7e-ebc5-4d7d-b39f-154d19a06bb3, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 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 0x7f186bfffd00 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 0x7f186bfe9c30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f186bfe9c30>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3579af19-94ba-4b44-a877-1959a79540f5, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3579af19-94ba-4b44-a877-1959a79540f5, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 3579af19-94ba-4b44-a877-1959a79540f5, ghrun-reby2ny4za.auto.internal:4530): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3579af19-94ba-4b44-a877-1959a79540f5, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTM0ZmRmNmUtNTM3ZmJjMDAtMWMxYjg4ZDItZmU2MzFhYjA=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f186bfe9c30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f186bfe9c30>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 3579af19-94ba-4b44-a877-1959a79540f5, ghrun-reby2ny4za.auto.internal:4530): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 724f037c-7db4-4da7-afb2-40fd1e4cb6f4, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 724f037c-7db4-4da7-afb2-40fd1e4cb6f4, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTM0ZmRmNmUtNTM3ZmJjMDAtMWMxYjg4ZDItZmU2MzFhYjA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 724f037c-7db4-4da7-afb2-40fd1e4cb6f4, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 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 0x7f186bfe9c30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 81ac5367-0c99-4ee5-928a-a79023c3771a, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 81ac5367-0c99-4ee5-928a-a79023c3771a, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 81ac5367-0c99-4ee5-928a-a79023c3771a, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2894483
DEBUG    ya.test:process.py:259 Command (pid 2894483) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2894483) elapsed time (sec): 0.12285304069519043
DEBUG    ya.test:process.py:263 Command (pid 2894483) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2894483) inblock: 2784
DEBUG    ya.test:process.py:263 Command (pid 2894483) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2894483) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2894483) majflt: 12
DEBUG    ya.test:process.py:263 Command (pid 2894483) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2894483) minflt: 3504
DEBUG    ya.test:process.py:263 Command (pid 2894483) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2894483) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2894483) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 2894483) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2894483) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2894483) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 2894483) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2894483) stime: 0.009814999999999999
DEBUG    ya.test:process.py:263 Command (pid 2894483) utime: 0.049079
DEBUG    ya.test:process.py:263 Command (pid 2894483) wtime: 0.124
DEBUG    ya.test:process.py:275 Command (pid 2894483) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 02ff67ab-2cd0-4bfa-815f-1e1eaa243c79, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 02ff67ab-2cd0-4bfa-815f-1e1eaa243c79, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 02ff67ab-2cd0-4bfa-815f-1e1eaa243c79, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2UwMDA2YzUtMzgyNDM0YzktYTY4MTNlYzgtZWE1NDhmNDY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, de0250e5-5340-4867-aeac-9372bf035952, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, de0250e5-5340-4867-aeac-9372bf035952, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=Y2UwMDA2YzUtMzgyNDM0YzktYTY4MTNlYzgtZWE1NDhmNDY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, de0250e5-5340-4867-aeac-9372bf035952, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 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, e80dda3d-517c-4052-aadf-33557ac8bd5d, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80dda3d-517c-4052-aadf-33557ac8bd5d, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=Y2UwMDA2YzUtMzgyNDM0YzktYTY4MTNlYzgtZWE1NDhmNDY=" 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, e80dda3d-517c-4052-aadf-33557ac8bd5d, ghrun-reby2ny4za.auto.internal:4530): 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, e59e134b-460f-401c-8016-a4cd21403885, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e59e134b-460f-401c-8016-a4cd21403885, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e59e134b-460f-401c-8016-a4cd21403885, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6498f68b-69ed-4e03-aa59-e424ab0c0111, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6498f68b-69ed-4e03-aa59-e424ab0c0111, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTM0ZmRmNmUtNTM3ZmJjMDAtMWMxYjg4ZDItZmU2MzFhYjA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6498f68b-69ed-4e03-aa59-e424ab0c0111, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 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 0x7f186bfe9c30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, c7503e3e-2912-4c55-af45-67d5b9b475dc, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c7503e3e-2912-4c55-af45-67d5b9b475dc, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c7503e3e-2912-4c55-af45-67d5b9b475dc, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2894716
DEBUG    ya.test:process.py:259 Command (pid 2894716) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2894716) elapsed time (sec): 0.10014462471008301
DEBUG    ya.test:process.py:263 Command (pid 2894716) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2894716) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2894716) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2894716) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2894716) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2894716) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2894716) minflt: 3513
DEBUG    ya.test:process.py:263 Command (pid 2894716) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2894716) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2894716) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2894716) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2894716) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2894716) nvcsw: 196
DEBUG    ya.test:process.py:263 Command (pid 2894716) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2894716) stime: 0.027017
DEBUG    ya.test:process.py:263 Command (pid 2894716) utime: 0.027017
DEBUG    ya.test:process.py:263 Command (pid 2894716) wtime: 0.101
DEBUG    ya.test:process.py:275 Command (pid 2894716) output:

DEBUG    ya.test:process.py:276 Command (pid 2894716) 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/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', 'BACKUP `test_incremental_d2b34577`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2895586
DEBUG    ya.test:process.py:259 Command (pid 2895586) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2895586) elapsed time (sec): 0.13698339462280273
DEBUG    ya.test:process.py:263 Command (pid 2895586) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2895586) minflt: 3498
DEBUG    ya.test:process.py:263 Command (pid 2895586) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2895586) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) nvcsw: 194
DEBUG    ya.test:process.py:263 Command (pid 2895586) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2895586) stime: 0.011796
DEBUG    ya.test:process.py:263 Command (pid 2895586) utime: 0.043252
DEBUG    ya.test:process.py:263 Command (pid 2895586) wtime: 0.138
DEBUG    ya.test:process.py:275 Command (pid 2895586) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 319ad727-8556-4e84-bd13-610f4b7ccf5a, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 319ad727-8556-4e84-bd13-610f4b7ccf5a, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_d2b34577" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 319ad727-8556-4e84-bd13-610f4b7ccf5a, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_d2b34577" 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: 1766504682420 tx_id: 281474976710664 } } children { name: "20251223154444Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504684070 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 8f952902-ffb9-4976-a24e-940846863e37, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 8f952902-ffb9-4976-a24e-940846863e37, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_d2b34577" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 8f952902-ffb9-4976-a24e-940846863e37, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_d2b34577" 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: 1766504682420 tx_id: 281474976710664 } } children { name: "20251223154444Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504684070 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d086a692-c6b5-4fcf-bb98-52cc92adf885, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d086a692-c6b5-4fcf-bb98-52cc92adf885, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d086a692-c6b5-4fcf-bb98-52cc92adf885, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTYzM2UyZmUtNWU3MjIzNjktYjRiMDk4OWMtZGY0MDhkYg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e629fd5-cf1c-43c2-bfaf-9e45ac12ad7a, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e629fd5-cf1c-43c2-bfaf-9e45ac12ad7a, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=YTYzM2UyZmUtNWU3MjIzNjktYjRiMDk4OWMtZGY0MDhkYg==" 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, 7e629fd5-cf1c-43c2-bfaf-9e45ac12ad7a, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 270cfc14-81af-4867-a922-d6dcddee8605, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 270cfc14-81af-4867-a922-d6dcddee8605, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 270cfc14-81af-4867-a922-d6dcddee8605, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2JjZWI2ZWYtNjc1MzRkMzMtY2M1YTI0YzAtMTQ4MjU1NGI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cffc08f6-0508-4b29-b426-72ea8052a037, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffc08f6-0508-4b29-b426-72ea8052a037, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=N2JjZWI2ZWYtNjc1MzRkMzMtY2M1YTI0YzAtMTQ4MjU1NGI=" 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, cffc08f6-0508-4b29-b426-72ea8052a037, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7e08f16e-fc24-4a68-8665-a84008140667, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7e08f16e-fc24-4a68-8665-a84008140667, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7e08f16e-fc24-4a68-8665-a84008140667, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzcxYTU1MjctNWQxOTNjMjUtY2NkODA4ZmYtODRmYzU1NQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 724063c8-765c-40f0-b2b8-7214626f34c1, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 724063c8-765c-40f0-b2b8-7214626f34c1, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=NzcxYTU1MjctNWQxOTNjMjUtY2NkODA4ZmYtODRmYzU1NQ==" path: "/Root/extra2_1_4684" 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, 724063c8-765c-40f0-b2b8-7214626f34c1, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d4c4f35b-70e9-4027-8375-7f4937372daf, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4c4f35b-70e9-4027-8375-7f4937372daf, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=NzcxYTU1MjctNWQxOTNjMjUtY2NkODA4ZmYtODRmYzU1NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_4684 (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, d4c4f35b-70e9-4027-8375-7f4937372daf, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cb1bb87c-afe0-4b85-8dda-b9d05b1f3abe, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cb1bb87c-afe0-4b85-8dda-b9d05b1f3abe, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cb1bb87c-afe0-4b85-8dda-b9d05b1f3abe, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjJmMmEyYTYtZjc2ZmFmMWMtNjdiMjc3ZWItOTM2ZDQzOWY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, d0ec2b18-f5f5-492b-b06e-3709970f1b47, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, d0ec2b18-f5f5-492b-b06e-3709970f1b47, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=NjJmMmEyYTYtZjc2ZmFmMWMtNjdiMjc3ZWItOTM2ZDQzOWY=" yql_text: "DROP TABLE `/Root/extra1_1_4682`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, d0ec2b18-f5f5-492b-b06e-3709970f1b47, ghrun-reby2ny4za.auto.internal:4530): 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, 72207bc9-ce20-4354-826c-083c013c647d, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 72207bc9-ce20-4354-826c-083c013c647d, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 72207bc9-ce20-4354-826c-083c013c647d, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTE3YWRiZTMtNjhmZGE0YWQtZjIwMzI0ZjQtZTRiZGE0ZWE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d3cf966e-54a0-4dfc-ab19-1b96526c8531, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d3cf966e-54a0-4dfc-ab19-1b96526c8531, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTE3YWRiZTMtNjhmZGE0YWQtZjIwMzI0ZjQtZTRiZGE0ZWE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d3cf966e-54a0-4dfc-ab19-1b96526c8531, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 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: "20251223154444Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d88b61b7-5d93-4cbb-97ce-0fc19b2d7917, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d88b61b7-5d93-4cbb-97ce-0fc19b2d7917, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTE3YWRiZTMtNjhmZGE0YWQtZjIwMzI0ZjQtZTRiZGE0ZWE=" 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, d88b61b7-5d93-4cbb-97ce-0fc19b2d7917, ghrun-reby2ny4za.auto.internal:4530): 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, ea03b44e-07fe-4210-8fb5-0e4dffc9a9a8, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ea03b44e-07fe-4210-8fb5-0e4dffc9a9a8, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ea03b44e-07fe-4210-8fb5-0e4dffc9a9a8, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0715d127-6386-4438-a47e-0cdbded1381f, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0715d127-6386-4438-a47e-0cdbded1381f, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTM0ZmRmNmUtNTM3ZmJjMDAtMWMxYjg4ZDItZmU2MzFhYjA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0715d127-6386-4438-a47e-0cdbded1381f, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 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: "20251223154444Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f186bfe9c30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e1cb26e6-663b-43d9-af8a-b24008bdfc1c, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e1cb26e6-663b-43d9-af8a-b24008bdfc1c, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e1cb26e6-663b-43d9-af8a-b24008bdfc1c, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2895829
DEBUG    ya.test:process.py:259 Command (pid 2895829) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2895829) elapsed time (sec): 0.10431647300720215
DEBUG    ya.test:process.py:263 Command (pid 2895829) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2895829) minflt: 3518
DEBUG    ya.test:process.py:263 Command (pid 2895829) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2895829) nvcsw: 189
DEBUG    ya.test:process.py:263 Command (pid 2895829) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2895829) stime: 0.028509999999999997
DEBUG    ya.test:process.py:263 Command (pid 2895829) utime: 0.024946
DEBUG    ya.test:process.py:263 Command (pid 2895829) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 2895829) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fcc7034b-8ec6-4605-8179-9976cf923094, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fcc7034b-8ec6-4605-8179-9976cf923094, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fcc7034b-8ec6-4605-8179-9976cf923094, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjQ1ODNjOC1iZjJiZTI2ZC1iZjlmNzBhNy00MzRlMmQwMA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3c39329e-dde7-4cd8-a28b-8f73bd9ecfaf, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3c39329e-dde7-4cd8-a28b-8f73bd9ecfaf, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=NjQ1ODNjOC1iZjJiZTI2ZC1iZjlmNzBhNy00MzRlMmQwMA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3c39329e-dde7-4cd8-a28b-8f73bd9ecfaf, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 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: "20251223154444Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c8049b7a-e5c6-4229-a4a5-1d442c123a95, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8049b7a-e5c6-4229-a4a5-1d442c123a95, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=NjQ1ODNjOC1iZjJiZTI2ZC1iZjlmNzBhNy00MzRlMmQwMA==" 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, c8049b7a-e5c6-4229-a4a5-1d442c123a95, ghrun-reby2ny4za.auto.internal:4530): 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, d429f931-73a2-430d-8f7d-d8a43b0982f7, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d429f931-73a2-430d-8f7d-d8a43b0982f7, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d429f931-73a2-430d-8f7d-d8a43b0982f7, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 696d15bc-3fc1-4bec-8f3a-efc774db8a7d, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 696d15bc-3fc1-4bec-8f3a-efc774db8a7d, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTM0ZmRmNmUtNTM3ZmJjMDAtMWMxYjg4ZDItZmU2MzFhYjA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 696d15bc-3fc1-4bec-8f3a-efc774db8a7d, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 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: "20251223154444Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f186bfe9c30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, c32bdfe5-cb25-4d63-a038-01b96e651684, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c32bdfe5-cb25-4d63-a038-01b96e651684, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c32bdfe5-cb25-4d63-a038-01b96e651684, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2896121
DEBUG    ya.test:process.py:259 Command (pid 2896121) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2896121) elapsed time (sec): 0.10648465156555176
DEBUG    ya.test:process.py:263 Command (pid 2896121) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2896121) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2896121) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2896121) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2896121) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2896121) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2896121) minflt: 3523
DEBUG    ya.test:process.py:263 Command (pid 2896121) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2896121) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2896121) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2896121) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2896121) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2896121) nvcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 2896121) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2896121) stime: 0.021685
DEBUG    ya.test:process.py:263 Command (pid 2896121) utime: 0.036142
DEBUG    ya.test:process.py:263 Command (pid 2896121) wtime: 0.107
DEBUG    ya.test:process.py:275 Command (pid 2896121) output:

DEBUG    ya.test:process.py:276 Command (pid 2896121) 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/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', 'BACKUP `test_incremental_d2b34577` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2897438
DEBUG    ya.test:process.py:259 Command (pid 2897438) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2897438) elapsed time (sec): 0.12516117095947266
DEBUG    ya.test:process.py:263 Command (pid 2897438) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2897438) minflt: 3507
DEBUG    ya.test:process.py:263 Command (pid 2897438) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2897438) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) nvcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 2897438) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2897438) stime: 0.027173
DEBUG    ya.test:process.py:263 Command (pid 2897438) utime: 0.031055
DEBUG    ya.test:process.py:263 Command (pid 2897438) wtime: 0.126
DEBUG    ya.test:process.py:275 Command (pid 2897438) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 7cecb925-2874-47f8-8946-a729b5f6ec21, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 7cecb925-2874-47f8-8946-a729b5f6ec21, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_d2b34577" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 7cecb925-2874-47f8-8946-a729b5f6ec21, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_d2b34577" 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: 1766504682420 tx_id: 281474976710664 } } children { name: "20251223154444Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504684070 tx_id: 281474976710671 } } children { name: "20251223154445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504685690 tx_id: 281474976710679 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 55d11fa9-55b3-4d35-b19d-97ca7a588206, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 55d11fa9-55b3-4d35-b19d-97ca7a588206, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_incremental_d2b34577" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 55d11fa9-55b3-4d35-b19d-97ca7a588206, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_incremental_d2b34577" 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: 1766504682420 tx_id: 281474976710664 } } children { name: "20251223154444Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504684070 tx_id: 281474976710671 } } children { name: "20251223154445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504685690 tx_id: 281474976710679 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e3622934-f9c7-4ce0-963c-35d85f1e1692, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e3622934-f9c7-4ce0-963c-35d85f1e1692, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e3622934-f9c7-4ce0-963c-35d85f1e1692, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODA3NmI5Ny05ZTYyMDZiZC1kNWM5MDZjZS0yZjY5Njc0Mg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 843395af-7ad6-423d-925f-74da2ec73a7f, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843395af-7ad6-423d-925f-74da2ec73a7f, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=ODA3NmI5Ny05ZTYyMDZiZC1kNWM5MDZjZS0yZjY5Njc0Mg==" 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, 843395af-7ad6-423d-925f-74da2ec73a7f, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8d3e860e-7eb5-4841-be95-a4b8c25e6fe6, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8d3e860e-7eb5-4841-be95-a4b8c25e6fe6, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8d3e860e-7eb5-4841-be95-a4b8c25e6fe6, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2E4OGVjNTMtOTc2MmY1ZTctNGVjMTI0OTktNjJmYzY4NzA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6800be3a-bca9-4c31-89b2-6af72fd9588b, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6800be3a-bca9-4c31-89b2-6af72fd9588b, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=N2E4OGVjNTMtOTc2MmY1ZTctNGVjMTI0OTktNjJmYzY4NzA=" 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, 6800be3a-bca9-4c31-89b2-6af72fd9588b, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 65b4a338-a591-4741-b9a1-e95fd960b103, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 65b4a338-a591-4741-b9a1-e95fd960b103, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 65b4a338-a591-4741-b9a1-e95fd960b103, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjI4NzFiNzgtZWVhYzNmYWUtNzQ5M2E2NGEtMmQ1YzZhNDE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, fd2d1b10-de16-41d8-86e4-1e5ab910fe77, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, fd2d1b10-de16-41d8-86e4-1e5ab910fe77, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MjI4NzFiNzgtZWVhYzNmYWUtNzQ5M2E2NGEtMmQ1YzZhNDE=" path: "/Root/extra3_1_4685" 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, fd2d1b10-de16-41d8-86e4-1e5ab910fe77, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b6658bc2-59fc-4fb3-96c8-86d95b9c65c8, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6658bc2-59fc-4fb3-96c8-86d95b9c65c8, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MjI4NzFiNzgtZWVhYzNmYWUtNzQ5M2E2NGEtMmQ1YzZhNDE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_4685 (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, b6658bc2-59fc-4fb3-96c8-86d95b9c65c8, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2fb6f48a-764f-4254-a3bb-57c7fa4823de, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2fb6f48a-764f-4254-a3bb-57c7fa4823de, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2fb6f48a-764f-4254-a3bb-57c7fa4823de, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTUwYzUwYTctNzk1MDcxYTktNWEyY2QzYzUtNWM5MWM0ZGE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 01be8ae7-42c4-4140-9054-0a44b953c3c7, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 01be8ae7-42c4-4140-9054-0a44b953c3c7, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=ZTUwYzUwYTctNzk1MDcxYTktNWEyY2QzYzUtNWM5MWM0ZGE=" yql_text: "DROP TABLE `/Root/extra2_1_4684`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 01be8ae7-42c4-4140-9054-0a44b953c3c7, ghrun-reby2ny4za.auto.internal:4530): 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, 64e07d60-e6e9-4af4-b5f7-79dbf8478ddd, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 64e07d60-e6e9-4af4-b5f7-79dbf8478ddd, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 64e07d60-e6e9-4af4-b5f7-79dbf8478ddd, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmZjMWI2MGMtZjhjMTY1YjYtZWU0MzgwNzUtZDc4NTg0MzU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3fb2dba6-e5e6-45a7-aaef-a36d4e454782, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3fb2dba6-e5e6-45a7-aaef-a36d4e454782, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=YmZjMWI2MGMtZjhjMTY1YjYtZWU0MzgwNzUtZDc4NTg0MzU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3fb2dba6-e5e6-45a7-aaef-a36d4e454782, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 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: "20251223154444Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154445Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, df50a8a9-5d69-4814-8458-6bfd595e6ee7, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df50a8a9-5d69-4814-8458-6bfd595e6ee7, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=YmZjMWI2MGMtZjhjMTY1YjYtZWU0MzgwNzUtZDc4NTg0MzU=" 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, df50a8a9-5d69-4814-8458-6bfd595e6ee7, ghrun-reby2ny4za.auto.internal:4530): 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, ff6319c5-48c0-4330-8d6c-cf073eaf389c, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ff6319c5-48c0-4330-8d6c-cf073eaf389c, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ff6319c5-48c0-4330-8d6c-cf073eaf389c, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 65de9b1e-67da-4c1b-8e00-419227b089b9, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 65de9b1e-67da-4c1b-8e00-419227b089b9, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTM0ZmRmNmUtNTM3ZmJjMDAtMWMxYjg4ZDItZmU2MzFhYjA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 65de9b1e-67da-4c1b-8e00-419227b089b9, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 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: "20251223154444Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154445Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f186bfe9c30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 7e0bcb92-55a1-4b4a-ba9a-bef1c288f7a5, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7e0bcb92-55a1-4b4a-ba9a-bef1c288f7a5, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7e0bcb92-55a1-4b4a-ba9a-bef1c288f7a5, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682250 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2897731
DEBUG    ya.test:process.py:259 Command (pid 2897731) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2897731) elapsed time (sec): 0.11046767234802246
DEBUG    ya.test:process.py:263 Command (pid 2897731) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2897731) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 2897731) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2897731) nvcsw: 203
DEBUG    ya.test:process.py:263 Command (pid 2897731) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2897731) stime: 0.025296
DEBUG    ya.test:process.py:263 Command (pid 2897731) utime: 0.036143
DEBUG    ya.test:process.py:263 Command (pid 2897731) wtime: 0.111
DEBUG    ya.test:process.py:275 Command (pid 2897731) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 85ec9e7f-e616-4473-a2f0-cec7d95a8add, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 85ec9e7f-e616-4473-a2f0-cec7d95a8add, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 85ec9e7f-e616-4473-a2f0-cec7d95a8add, ghrun-reby2ny4za.auto.internal:4530): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzRmMjE5ZjYtYWY3ODcxMzAtNTA4OTExNDItNWVkMDdiOWI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 035e466b-1ffa-486d-8a55-af498826a500, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 035e466b-1ffa-486d-8a55-af498826a500, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=YzRmMjE5ZjYtYWY3ODcxMzAtNTA4OTExNDItNWVkMDdiOWI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 035e466b-1ffa-486d-8a55-af498826a500, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 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: "20251223154444Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154445Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0af4c1ca-1124-4bc8-97c0-2b730354d318, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0af4c1ca-1124-4bc8-97c0-2b730354d318, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=YzRmMjE5ZjYtYWY3ODcxMzAtNTA4OTExNDItNWVkMDdiOWI=" 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, 0af4c1ca-1124-4bc8-97c0-2b730354d318, ghrun-reby2ny4za.auto.internal:4530): 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, 628d2b4f-de75-4dcc-8419-7244bb90d9bb, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 628d2b4f-de75-4dcc-8419-7244bb90d9bb, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 628d2b4f-de75-4dcc-8419-7244bb90d9bb, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 99a24c9e-96ac-44cb-b80b-3fe83dc84a62, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 99a24c9e-96ac-44cb-b80b-3fe83dc84a62, ghrun-reby2ny4za.auto.internal:4530): request = { session_id: "ydb://session/3?node_id=1&id=MTM0ZmRmNmUtNTM3ZmJjMDAtMWMxYjg4ZDItZmU2MzFhYjA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 99a24c9e-96ac-44cb-b80b-3fe83dc84a62, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 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: "20251223154444Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154445Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f186bfe9c30>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, d807d2ba-8bb5-4bb0-9854-277f1f54f3fd, ghrun-reby2ny4za.auto.internal:4530): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d807d2ba-8bb5-4bb0-9854-277f1f54f3fd, ghrun-reby2ny4za.auto.internal:4530): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d807d2ba-8bb5-4bb0-9854-277f1f54f3fd, ghrun-reby2ny4za.auto.internal:4530): 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: 1766504682300 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2898013
DEBUG    ya.test:process.py:259 Command (pid 2898013) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2898013) elapsed time (sec): 0.11055922508239746
DEBUG    ya.test:process.py:263 Command (pid 2898013) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2898013) minflt: 3514
DEBUG    ya.test:process.py:263 Command (pid 2898013) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2898013) nvcsw: 195
DEBUG    ya.test:process.py:263 Command (pid 2898013) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2898013) stime: 0.030247
DEBUG    ya.test:process.py:263 Command (pid 2898013) utime: 0.04321
DEBUG    ya.test:process.py:263 Command (pid 2898013) wtime: 0.112
DEBUG    ya.test:process.py:275 Command (pid 2898013) output:

DEBUG    ya.test:process.py:276 Command (pid 2898013) 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/75th/00521f/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/75th/00521f/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:4530', '--database', '/Root', 'yql', '--script', 'BACKUP `test_incremental_d2b34577` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2900927
DEBUG    ya.test:process.py:259 Command (pid 2900927) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2900927) elapsed time (sec): 0.11545014381408691
DEBUG    ya.test:process.py:263 Command (pid 2900927) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2900927) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2900927) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2900927) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2900927) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 2900927) maxrss: 162880
DEBUG    ya.test:process.py:263 Command (pid 2900927) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 2900927) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2900927) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2900927) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 2900927) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2900927) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2900927) nvcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 2900927) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2900927) stime: 0.020824
DEBUG    ya.test:process.py:263 Command (pid 2900927) utime: 0.041648
DEBUG    ya.test:process.py:263 Command (pid 2900927) wtime: 0.117
DEBUG    ya.test:process.py:275 Command (pid 2900927) output:

DEBUG    ya.test:process.py:276 Command (pid 2900927) errors:
Status: OVERLOADED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:8: Error: Executing BACKUP INCREMENTAL
        <main>: Error: Check failed: path: '/Root/products', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 7], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_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:4530/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3264
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5816
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11839
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4530
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11237
============================== slowest durations ===============================
22.04s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
5.13s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
3.41s 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/products', error: path is under operation (id: [OwnerId: 72057594046678944, LocalPathId: 7], type: EPathTypeTable, state: EPathStateAlter), source_location: ydb/core/tx/schemeshard/schemeshard__operation_alter_cdc_stream.cpp:503, code: 2010
============================== 1 failed in 31.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/75th/0051c1/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

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/75th/0051c1/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25463
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/75th/0051c1/r3tmp/kikimr_cluster_31qecivd
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28221
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22210
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22210
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22211
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6754
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18979
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/75th/0051c1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/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/75th/0051c1/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/75th/0051c1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_hdiyjy84.log --grpc-port=28221 --mon-port=22211 --ic-port=25463
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:28221/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/75th/0051c1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/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/75th/0051c1/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/75th/0051c1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_hdiyjy84.log --grpc-port=28221 --mon-port=22211 --ic-port=25463
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/75th/0051c1/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/75th/0051c1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/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/75th/0051c1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_hdiyjy84.log', '--grpc-port=28221', '--mon-port=22211', '--ic-port=25463')' in '/home/runner/.ya/build/build_root/75th/0051c1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/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: 2894717
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28221/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/75th/0051c1/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2894718
DEBUG    ya.test:process.py:259 Command (pid 2894718) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2894718) elapsed time (sec): 0.33226799964904785
DEBUG    ya.test:process.py:263 Command (pid 2894718) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) maxrss: 551444
DEBUG    ya.test:process.py:263 Command (pid 2894718) minflt: 16344
DEBUG    ya.test:process.py:263 Command (pid 2894718) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2894718) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2894718) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2894718) stime: 0.20002199999999998
DEBUG    ya.test:process.py:263 Command (pid 2894718) utime: 0.084009
DEBUG    ya.test:process.py:263 Command (pid 2894718) wtime: 0.333
DEBUG    ya.test:process.py:275 Command (pid 2894718) 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 2894718) 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/75th/0051c1/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/75th/0051c1/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:28221', '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: 25463\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/75th/0051c1/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:28221', '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: 25463\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2896897
DEBUG    ya.test:process.py:259 Command (pid 2896897) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2896897) elapsed time (sec): 0.2778775691986084
DEBUG    ya.test:process.py:263 Command (pid 2896897) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) maxrss: 559916
DEBUG    ya.test:process.py:263 Command (pid 2896897) minflt: 18487
DEBUG    ya.test:process.py:263 Command (pid 2896897) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2896897) nvcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 2896897) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2896897) stime: 0.166741
DEBUG    ya.test:process.py:263 Command (pid 2896897) utime: 0.06749
DEBUG    ya.test:process.py:263 Command (pid 2896897) wtime: 0.279
DEBUG    ya.test:process.py:275 Command (pid 2896897) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/75th/0051c1/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:28221', '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/75th/0051c1/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:28221', '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: 2897073
DEBUG    ya.test:process.py:259 Command (pid 2897073) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2897073) elapsed time (sec): 0.349839448928833
DEBUG    ya.test:process.py:263 Command (pid 2897073) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897073) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2897073) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897073) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897073) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2897073) maxrss: 559908
DEBUG    ya.test:process.py:263 Command (pid 2897073) minflt: 18485
DEBUG    ya.test:process.py:263 Command (pid 2897073) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2897073) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2897073) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2897073) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2897073) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2897073) nvcsw: 142
DEBUG    ya.test:process.py:263 Command (pid 2897073) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2897073) stime: 0.22483799999999998
DEBUG    ya.test:process.py:263 Command (pid 2897073) utime: 0.080299
DEBUG    ya.test:process.py:263 Command (pid 2897073) wtime: 0.351
DEBUG    ya.test:process.py:275 Command (pid 2897073) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2897073) 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, 63a7b2e3-ac5d-41d6-a423-16961b68ebfe, localhost:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 63a7b2e3-ac5d-41d6-a423-16961b68ebfe, localhost:28221): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 63a7b2e3-ac5d-41d6-a423-16961b68ebfe, localhost:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-reby2ny4za.auto.internal" port: 28221 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:28221, 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:28221
------------------------------ 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, cf6b2484-5916-4c5e-9920-d20a54a0042d, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cf6b2484-5916-4c5e-9920-d20a54a0042d, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cf6b2484-5916-4c5e-9920-d20a54a0042d, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjU5OTc0ZjgtN2EyNDkwY2EtOWJmMWQyOGQtZjE4OGQ5Njc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 0e539c93-5d7b-4b5c-a23c-c95cf2439662, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 0e539c93-5d7b-4b5c-a23c-c95cf2439662, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=ZjU5OTc0ZjgtN2EyNDkwY2EtOWJmMWQyOGQtZjE4OGQ5Njc=" 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, 0e539c93-5d7b-4b5c-a23c-c95cf2439662, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a5fbe53f-804d-40d1-b906-396ca43851ca, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5fbe53f-804d-40d1-b906-396ca43851ca, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=ZjU5OTc0ZjgtN2EyNDkwY2EtOWJmMWQyOGQtZjE4OGQ5Njc=" 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, a5fbe53f-804d-40d1-b906-396ca43851ca, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 6b3aee02-b453-4156-b085-7e0a962aae55, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 6b3aee02-b453-4156-b085-7e0a962aae55, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=ZjU5OTc0ZjgtN2EyNDkwY2EtOWJmMWQyOGQtZjE4OGQ5Njc=" 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, 6b3aee02-b453-4156-b085-7e0a962aae55, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a2905778-c4f6-4c8c-87e8-f0d3c58b1f7f, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2905778-c4f6-4c8c-87e8-f0d3c58b1f7f, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=ZjU5OTc0ZjgtN2EyNDkwY2EtOWJmMWQyOGQtZjE4OGQ5Njc=" 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, a2905778-c4f6-4c8c-87e8-f0d3c58b1f7f, ghrun-reby2ny4za.auto.internal:28221): 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/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_inc_backup_4254ac6a`\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: 2897602
DEBUG    ya.test:process.py:259 Command (pid 2897602) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2897602) elapsed time (sec): 0.1298978328704834
DEBUG    ya.test:process.py:263 Command (pid 2897602) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2897602) minflt: 3493
DEBUG    ya.test:process.py:263 Command (pid 2897602) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2897602) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) nvcsw: 207
DEBUG    ya.test:process.py:263 Command (pid 2897602) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2897602) stime: 0.040132999999999995
DEBUG    ya.test:process.py:263 Command (pid 2897602) utime: 0.032836
DEBUG    ya.test:process.py:263 Command (pid 2897602) wtime: 0.131
DEBUG    ya.test:process.py:275 Command (pid 2897602) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, a5b93f5a-dde0-423b-8106-dcabdcd3cc0b, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, a5b93f5a-dde0-423b-8106-dcabdcd3cc0b, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4254ac6a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, a5b93f5a-dde0-423b-8106-dcabdcd3cc0b, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4254ac6a" 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: 1766504685840 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection test_inc_backup_4254ac6a found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4081f462-003b-47e6-8d35-53f401b9783d, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4081f462-003b-47e6-8d35-53f401b9783d, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4081f462-003b-47e6-8d35-53f401b9783d, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGZmYjk1ODgtZTk5ZWVlNGYtY2M4ZThiOTUtZWEzMWVlMTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 90bf7656-5f95-4a39-a3fd-db91f9d7042e, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bf7656-5f95-4a39-a3fd-db91f9d7042e, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=OGZmYjk1ODgtZTk5ZWVlNGYtY2M4ZThiOTUtZWEzMWVlMTE=" 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, 90bf7656-5f95-4a39-a3fd-db91f9d7042e, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f6f609d2-8832-4cf1-800b-200e651a937a, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f6f609d2-8832-4cf1-800b-200e651a937a, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f6f609d2-8832-4cf1-800b-200e651a937a, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGUxZjM0YzUtZjM3ZDU1YWItODBiMjFmYS1mYjFhZDkxYQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b0bca168-1767-4985-aa1f-676c9c56187e, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0bca168-1767-4985-aa1f-676c9c56187e, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=OGUxZjM0YzUtZjM3ZDU1YWItODBiMjFmYS1mYjFhZDkxYQ==" 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, b0bca168-1767-4985-aa1f-676c9c56187e, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, af2a008f-37c0-4570-a31b-b9791a82911e, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, af2a008f-37c0-4570-a31b-b9791a82911e, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, af2a008f-37c0-4570-a31b-b9791a82911e, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', 'GRANT ALL ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2897779
DEBUG    ya.test:process.py:259 Command (pid 2897779) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2897779) elapsed time (sec): 0.1070866584777832
DEBUG    ya.test:process.py:263 Command (pid 2897779) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2897779) minflt: 3490
DEBUG    ya.test:process.py:263 Command (pid 2897779) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) nvcsw: 194
DEBUG    ya.test:process.py:263 Command (pid 2897779) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2897779) stime: 0.021859999999999997
DEBUG    ya.test:process.py:263 Command (pid 2897779) utime: 0.03279
DEBUG    ya.test:process.py:263 Command (pid 2897779) wtime: 0.108
DEBUG    ya.test:process.py:275 Command (pid 2897779) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 79d82f87-9a48-445d-8876-c05cf5f82696, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 79d82f87-9a48-445d-8876-c05cf5f82696, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 79d82f87-9a48-445d-8876-c05cf5f82696, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmVhMWMzYTItOGVjNDkyZWQtNmExZjRiZjMtZTQ1NGZiNWI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 457317b8-699a-464e-886a-ee4178aed54c, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 457317b8-699a-464e-886a-ee4178aed54c, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NmVhMWMzYTItOGVjNDkyZWQtNmExZjRiZjMtZTQ1NGZiNWI=" path: "/Root/extra1_1_4685" 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, 457317b8-699a-464e-886a-ee4178aed54c, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e80ac031-e57c-40ba-bc21-7050f47a51be, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80ac031-e57c-40ba-bc21-7050f47a51be, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NmVhMWMzYTItOGVjNDkyZWQtNmExZjRiZjMtZTQ1NGZiNWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_4685 (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, e80ac031-e57c-40ba-bc21-7050f47a51be, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 86faa82d-5b60-4d56-b910-ae1a6b320912, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 86faa82d-5b60-4d56-b910-ae1a6b320912, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 86faa82d-5b60-4d56-b910-ae1a6b320912, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTVhMDUxNTYtOGI2MTg0YTgtYmNmMmRkNjEtNmU2N2NiZDc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, a0d589aa-9ba0-48de-a274-ff7a57732aaf, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, a0d589aa-9ba0-48de-a274-ff7a57732aaf, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=ZTVhMDUxNTYtOGI2MTg0YTgtYmNmMmRkNjEtNmU2N2NiZDc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, a0d589aa-9ba0-48de-a274-ff7a57732aaf, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 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, 6b2ed350-09ca-4ed0-b98f-ee65f4749665, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2ed350-09ca-4ed0-b98f-ee65f4749665, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=ZTVhMDUxNTYtOGI2MTg0YTgtYmNmMmRkNjEtNmU2N2NiZDc=" 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, 6b2ed350-09ca-4ed0-b98f-ee65f4749665, ghrun-reby2ny4za.auto.internal:28221): 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, 3f06082b-cede-4a89-ac48-5d2c1bdcd2a2, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 3f06082b-cede-4a89-ac48-5d2c1bdcd2a2, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 3f06082b-cede-4a89-ac48-5d2c1bdcd2a2, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 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 0x7f923c8fcfb0 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 0x7f923c8fce70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f923c8fce70>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 786c00ad-4d49-4009-a21b-284fe5a03cd8, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 786c00ad-4d49-4009-a21b-284fe5a03cd8, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 786c00ad-4d49-4009-a21b-284fe5a03cd8, ghrun-reby2ny4za.auto.internal:28221): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 786c00ad-4d49-4009-a21b-284fe5a03cd8, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTQxOWY1NzctYmNlMzk1YWMtZTJjY2ZiYjctNzMwYjkwMWQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f923c8fce70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f923c8fce70>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, ecce6ab7-ef5f-4180-84ca-5380bd3639a2, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 786c00ad-4d49-4009-a21b-284fe5a03cd8, ghrun-reby2ny4za.auto.internal:28221): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, ecce6ab7-ef5f-4180-84ca-5380bd3639a2, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NTQxOWY1NzctYmNlMzk1YWMtZTJjY2ZiYjctNzMwYjkwMWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, ecce6ab7-ef5f-4180-84ca-5380bd3639a2, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 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 0x7f923c8fce70>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 8fac3923-ebb2-4272-9406-8b6fbe24ff0c, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 8fac3923-ebb2-4272-9406-8b6fbe24ff0c, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 8fac3923-ebb2-4272-9406-8b6fbe24ff0c, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2898210
DEBUG    ya.test:process.py:259 Command (pid 2898210) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2898210) elapsed time (sec): 0.10384535789489746
DEBUG    ya.test:process.py:263 Command (pid 2898210) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898210) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2898210) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898210) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898210) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2898210) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2898210) minflt: 3523
DEBUG    ya.test:process.py:263 Command (pid 2898210) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2898210) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2898210) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2898210) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2898210) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2898210) nvcsw: 188
DEBUG    ya.test:process.py:263 Command (pid 2898210) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2898210) stime: 0.018331
DEBUG    ya.test:process.py:263 Command (pid 2898210) utime: 0.036668
DEBUG    ya.test:process.py:263 Command (pid 2898210) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 2898210) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 45cb4b8f-ffe8-460d-bdcc-3d83a734d23e, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 45cb4b8f-ffe8-460d-bdcc-3d83a734d23e, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 45cb4b8f-ffe8-460d-bdcc-3d83a734d23e, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2EwNmFlYTctNTc4YmJlMWUtN2QwYTJiZmItMWQzNThiNzc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e1a0feec-e2a9-4611-a74b-bd3782fae886, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e1a0feec-e2a9-4611-a74b-bd3782fae886, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=M2EwNmFlYTctNTc4YmJlMWUtN2QwYTJiZmItMWQzNThiNzc=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e1a0feec-e2a9-4611-a74b-bd3782fae886, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 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, 25520283-fbd1-4944-8fbb-d2925d7b8c15, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25520283-fbd1-4944-8fbb-d2925d7b8c15, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=M2EwNmFlYTctNTc4YmJlMWUtN2QwYTJiZmItMWQzNThiNzc=" 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, 25520283-fbd1-4944-8fbb-d2925d7b8c15, ghrun-reby2ny4za.auto.internal:28221): 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, 066dcf21-6367-42eb-8693-312acceb965f, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 066dcf21-6367-42eb-8693-312acceb965f, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 066dcf21-6367-42eb-8693-312acceb965f, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 587f901d-930e-40b8-a0f8-964f3babc5c6, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 587f901d-930e-40b8-a0f8-964f3babc5c6, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NTQxOWY1NzctYmNlMzk1YWMtZTJjY2ZiYjctNzMwYjkwMWQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 587f901d-930e-40b8-a0f8-964f3babc5c6, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 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 0x7f923c8fce70>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 5b66052e-6a50-43db-b9b7-35a601e04b14, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 5b66052e-6a50-43db-b9b7-35a601e04b14, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 5b66052e-6a50-43db-b9b7-35a601e04b14, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2898464
DEBUG    ya.test:process.py:259 Command (pid 2898464) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2898464) elapsed time (sec): 0.10472965240478516
DEBUG    ya.test:process.py:263 Command (pid 2898464) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898464) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2898464) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898464) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2898464) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2898464) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2898464) minflt: 3510
DEBUG    ya.test:process.py:263 Command (pid 2898464) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2898464) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2898464) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2898464) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2898464) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2898464) nvcsw: 189
DEBUG    ya.test:process.py:263 Command (pid 2898464) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2898464) stime: 0.029819
DEBUG    ya.test:process.py:263 Command (pid 2898464) utime: 0.026091
DEBUG    ya.test:process.py:263 Command (pid 2898464) wtime: 0.106
DEBUG    ya.test:process.py:275 Command (pid 2898464) output:

DEBUG    ya.test:process.py:276 Command (pid 2898464) 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/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_4254ac6a`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2901243
DEBUG    ya.test:process.py:259 Command (pid 2901243) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2901243) elapsed time (sec): 0.23489809036254883
DEBUG    ya.test:process.py:263 Command (pid 2901243) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2901243) minflt: 3497
DEBUG    ya.test:process.py:263 Command (pid 2901243) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2901243) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) nvcsw: 217
DEBUG    ya.test:process.py:263 Command (pid 2901243) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2901243) stime: 0.021804999999999998
DEBUG    ya.test:process.py:263 Command (pid 2901243) utime: 0.043611
DEBUG    ya.test:process.py:263 Command (pid 2901243) wtime: 0.236
DEBUG    ya.test:process.py:275 Command (pid 2901243) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 4f6bc76a-0ded-41f2-a3a7-a469009c19b2, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 4f6bc76a-0ded-41f2-a3a7-a469009c19b2, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4254ac6a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 4f6bc76a-0ded-41f2-a3a7-a469009c19b2, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4254ac6a" 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: 1766504685840 tx_id: 281474976710664 } } children { name: "20251223154447Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504687570 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 5b85a0e8-a65d-4c0a-8c84-f6f80ef99a50, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 5b85a0e8-a65d-4c0a-8c84-f6f80ef99a50, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4254ac6a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 5b85a0e8-a65d-4c0a-8c84-f6f80ef99a50, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4254ac6a" 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: 1766504685840 tx_id: 281474976710664 } } children { name: "20251223154447Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504687570 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a5dab259-e8e9-45ab-9fe5-3aba6a95e677, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a5dab259-e8e9-45ab-9fe5-3aba6a95e677, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a5dab259-e8e9-45ab-9fe5-3aba6a95e677, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjI5N2QyNjMtYjE1OTk5Yy1iMGI1MmUyZC0yN2QxZTQ5" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 15b42c5c-04c6-4ea0-9313-c717bdf217d1, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b42c5c-04c6-4ea0-9313-c717bdf217d1, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NjI5N2QyNjMtYjE1OTk5Yy1iMGI1MmUyZC0yN2QxZTQ5" 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, 15b42c5c-04c6-4ea0-9313-c717bdf217d1, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 90612a39-4340-4765-97ff-26e2d14fcafa, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 90612a39-4340-4765-97ff-26e2d14fcafa, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 90612a39-4340-4765-97ff-26e2d14fcafa, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODIxYjg2YmItZTk1YTM5ZDAtZjRmMzU1ODQtOTJlMWRjMmE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d291b22e-630e-4c96-ba1d-52cad5a896a4, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d291b22e-630e-4c96-ba1d-52cad5a896a4, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=ODIxYjg2YmItZTk1YTM5ZDAtZjRmMzU1ODQtOTJlMWRjMmE=" 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, d291b22e-630e-4c96-ba1d-52cad5a896a4, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ae190c21-f0fa-4ad0-b532-a0841433ba85, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ae190c21-f0fa-4ad0-b532-a0841433ba85, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ae190c21-f0fa-4ad0-b532-a0841433ba85, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Zjc0NGEzMi02YmJjMmE1MC03ZjcxMmZmLTQ3MmNjZjgy" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, fac18849-2973-42b9-930e-7774d39846c8, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, fac18849-2973-42b9-930e-7774d39846c8, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=Zjc0NGEzMi02YmJjMmE1MC03ZjcxMmZmLTQ3MmNjZjgy" path: "/Root/extra2_1_4687" 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, fac18849-2973-42b9-930e-7774d39846c8, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 439e0442-ec7f-4662-bb26-229cc47d4bbc, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 439e0442-ec7f-4662-bb26-229cc47d4bbc, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=Zjc0NGEzMi02YmJjMmE1MC03ZjcxMmZmLTQ3MmNjZjgy" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_4687 (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, 439e0442-ec7f-4662-bb26-229cc47d4bbc, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a9d799fb-7458-441b-a272-0c580a4714a5, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a9d799fb-7458-441b-a272-0c580a4714a5, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a9d799fb-7458-441b-a272-0c580a4714a5, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGYyNTQzMmQtMzQ2ODI3YjAtYTEwNGVmOWEtY2FjMTg0NTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 40e168d7-82b1-4b09-83d1-10df25eaa8e4, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 40e168d7-82b1-4b09-83d1-10df25eaa8e4, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=OGYyNTQzMmQtMzQ2ODI3YjAtYTEwNGVmOWEtY2FjMTg0NTE=" yql_text: "DROP TABLE `/Root/extra1_1_4685`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 40e168d7-82b1-4b09-83d1-10df25eaa8e4, ghrun-reby2ny4za.auto.internal:28221): 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/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2901835
DEBUG    ya.test:process.py:259 Command (pid 2901835) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2901835) elapsed time (sec): 0.12604475021362305
DEBUG    ya.test:process.py:263 Command (pid 2901835) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2901835) minflt: 3493
DEBUG    ya.test:process.py:263 Command (pid 2901835) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) nvcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 2901835) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2901835) stime: 0.02161
DEBUG    ya.test:process.py:263 Command (pid 2901835) utime: 0.051864
DEBUG    ya.test:process.py:263 Command (pid 2901835) wtime: 0.127
DEBUG    ya.test:process.py:275 Command (pid 2901835) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v1,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2902028
DEBUG    ya.test:process.py:259 Command (pid 2902028) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2902028) elapsed time (sec): 0.1364736557006836
DEBUG    ya.test:process.py:263 Command (pid 2902028) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2902028) minflt: 3626
DEBUG    ya.test:process.py:263 Command (pid 2902028) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2902028) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) nvcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 2902028) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2902028) stime: 0.016173
DEBUG    ya.test:process.py:263 Command (pid 2902028) utime: 0.048337
DEBUG    ya.test:process.py:263 Command (pid 2902028) wtime: 0.138
DEBUG    ya.test:process.py:275 Command (pid 2902028) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, df6f3f8f-5f2d-4ecb-bcff-40eea1bd2b4f, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, df6f3f8f-5f2d-4ecb-bcff-40eea1bd2b4f, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, df6f3f8f-5f2d-4ecb-bcff-40eea1bd2b4f, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmI5ZDUxYTctYzE0YTc0OTMtZWFlZmRiYWUtYzRhYTdmNzM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f8c3e60e-d6db-43a5-9273-46e1decb6f4c, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f8c3e60e-d6db-43a5-9273-46e1decb6f4c, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=YmI5ZDUxYTctYzE0YTc0OTMtZWFlZmRiYWUtYzRhYTdmNzM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f8c3e60e-d6db-43a5-9273-46e1decb6f4c, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 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: "20251223154447Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a35d954a-ba8e-47eb-8f9b-8fbe3f87ed5d, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35d954a-ba8e-47eb-8f9b-8fbe3f87ed5d, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=YmI5ZDUxYTctYzE0YTc0OTMtZWFlZmRiYWUtYzRhYTdmNzM=" 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, a35d954a-ba8e-47eb-8f9b-8fbe3f87ed5d, ghrun-reby2ny4za.auto.internal:28221): 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, 3276f8e8-e7f2-4845-9348-f5f5f73754d4, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 3276f8e8-e7f2-4845-9348-f5f5f73754d4, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 3276f8e8-e7f2-4845-9348-f5f5f73754d4, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 28282cfc-efdc-4426-8809-5ffd3196c780, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 28282cfc-efdc-4426-8809-5ffd3196c780, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NTQxOWY1NzctYmNlMzk1YWMtZTJjY2ZiYjctNzMwYjkwMWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 28282cfc-efdc-4426-8809-5ffd3196c780, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 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: "20251223154447Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f923c8fce70>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 0386d2ad-efcb-4120-9c4e-e9dbd643b60a, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0386d2ad-efcb-4120-9c4e-e9dbd643b60a, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0386d2ad-efcb-4120-9c4e-e9dbd643b60a, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2902251
DEBUG    ya.test:process.py:259 Command (pid 2902251) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2902251) elapsed time (sec): 0.10899209976196289
DEBUG    ya.test:process.py:263 Command (pid 2902251) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2902251) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2902251) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2902251) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2902251) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2902251) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2902251) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 2902251) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2902251) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2902251) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2902251) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2902251) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2902251) nvcsw: 203
DEBUG    ya.test:process.py:263 Command (pid 2902251) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2902251) stime: 0.018085
DEBUG    ya.test:process.py:263 Command (pid 2902251) utime: 0.040691
DEBUG    ya.test:process.py:263 Command (pid 2902251) wtime: 0.11
DEBUG    ya.test:process.py:275 Command (pid 2902251) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d1048b2f-7549-404e-b9f0-ecf01d4c5dd0, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d1048b2f-7549-404e-b9f0-ecf01d4c5dd0, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d1048b2f-7549-404e-b9f0-ecf01d4c5dd0, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWE0MDc4MTYtZWQ1ZDA3ZTYtNjg0YTk3ZTItZjU1YmYzZmY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 13f147c0-7b78-44b6-bfe6-5852ed54ee20, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 13f147c0-7b78-44b6-bfe6-5852ed54ee20, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=MWE0MDc4MTYtZWQ1ZDA3ZTYtNjg0YTk3ZTItZjU1YmYzZmY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 13f147c0-7b78-44b6-bfe6-5852ed54ee20, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 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: "20251223154447Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b2f15bc7-61c8-48f7-8d29-2ef94e7abda7, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f15bc7-61c8-48f7-8d29-2ef94e7abda7, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=MWE0MDc4MTYtZWQ1ZDA3ZTYtNjg0YTk3ZTItZjU1YmYzZmY=" 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, b2f15bc7-61c8-48f7-8d29-2ef94e7abda7, ghrun-reby2ny4za.auto.internal:28221): 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, ebc486c9-9558-425f-89db-612fe788f3a0, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ebc486c9-9558-425f-89db-612fe788f3a0, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ebc486c9-9558-425f-89db-612fe788f3a0, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f8ca5b30-0347-47f1-8ce8-96e310a41885, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f8ca5b30-0347-47f1-8ce8-96e310a41885, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NTQxOWY1NzctYmNlMzk1YWMtZTJjY2ZiYjctNzMwYjkwMWQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f8ca5b30-0347-47f1-8ce8-96e310a41885, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 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: "20251223154447Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f923c8fce70>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 7938de04-6d83-415b-bfe9-67092e67cfdc, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7938de04-6d83-415b-bfe9-67092e67cfdc, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7938de04-6d83-415b-bfe9-67092e67cfdc, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2902524
DEBUG    ya.test:process.py:259 Command (pid 2902524) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2902524) elapsed time (sec): 0.15058398246765137
DEBUG    ya.test:process.py:263 Command (pid 2902524) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2902524) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2902524) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2902524) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2902524) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2902524) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2902524) minflt: 3507
DEBUG    ya.test:process.py:263 Command (pid 2902524) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2902524) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2902524) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 2902524) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2902524) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2902524) nvcsw: 169
DEBUG    ya.test:process.py:263 Command (pid 2902524) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2902524) stime: 0.017727
DEBUG    ya.test:process.py:263 Command (pid 2902524) utime: 0.049637
DEBUG    ya.test:process.py:263 Command (pid 2902524) wtime: 0.152
DEBUG    ya.test:process.py:275 Command (pid 2902524) output:

DEBUG    ya.test:process.py:276 Command (pid 2902524) 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/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_4254ac6a` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2904502
DEBUG    ya.test:process.py:259 Command (pid 2904502) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2904502) elapsed time (sec): 0.21248316764831543
DEBUG    ya.test:process.py:263 Command (pid 2904502) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2904502) minflt: 3497
DEBUG    ya.test:process.py:263 Command (pid 2904502) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 2904502) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) nvcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 2904502) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2904502) stime: 0.047539
DEBUG    ya.test:process.py:263 Command (pid 2904502) utime: 0.038030999999999995
DEBUG    ya.test:process.py:263 Command (pid 2904502) wtime: 0.221
DEBUG    ya.test:process.py:275 Command (pid 2904502) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 1a09b270-2b48-4278-94e7-b8df7c8dc307, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 1a09b270-2b48-4278-94e7-b8df7c8dc307, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4254ac6a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 1a09b270-2b48-4278-94e7-b8df7c8dc307, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4254ac6a" 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: 1766504685840 tx_id: 281474976710664 } } children { name: "20251223154447Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504687570 tx_id: 281474976710672 } } children { name: "20251223154449Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504689710 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 05ae9d2f-1fd1-470f-9ad2-5f7257dfff29, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 05ae9d2f-1fd1-470f-9ad2-5f7257dfff29, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4254ac6a" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 05ae9d2f-1fd1-470f-9ad2-5f7257dfff29, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4254ac6a" 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: 1766504685840 tx_id: 281474976710664 } } children { name: "20251223154447Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504687570 tx_id: 281474976710672 } } children { name: "20251223154449Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766504689710 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ec0833ec-7f3b-4546-beef-27f0e50d4d34, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ec0833ec-7f3b-4546-beef-27f0e50d4d34, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ec0833ec-7f3b-4546-beef-27f0e50d4d34, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2U3MWZmZTQtYWQyMWI1MzYtOTc2Njk1OWEtNzk3Y2IzN2U=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3a0e02d7-9e1a-4178-8ec3-d179b1926138, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a0e02d7-9e1a-4178-8ec3-d179b1926138, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=M2U3MWZmZTQtYWQyMWI1MzYtOTc2Njk1OWEtNzk3Y2IzN2U=" 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, 3a0e02d7-9e1a-4178-8ec3-d179b1926138, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 361dc7a8-251b-40c2-acb2-2e9543a26b85, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 361dc7a8-251b-40c2-acb2-2e9543a26b85, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 361dc7a8-251b-40c2-acb2-2e9543a26b85, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjY5OGYyZDEtMTM5YzBhZjctM2E1NTUzMDItMzcxN2NmY2Q=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c029a09a-ad75-438d-9012-134630898c5e, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c029a09a-ad75-438d-9012-134630898c5e, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=YjY5OGYyZDEtMTM5YzBhZjctM2E1NTUzMDItMzcxN2NmY2Q=" 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, c029a09a-ad75-438d-9012-134630898c5e, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 50a1900d-9a75-4da7-86b3-21658e7cd177, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 50a1900d-9a75-4da7-86b3-21658e7cd177, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 50a1900d-9a75-4da7-86b3-21658e7cd177, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjBmNjdlZS03M2M1NDJmNy0zYWZkNDg3Ni0xOWZlZmJj" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, bf148a3b-b568-4a4b-b7ee-85f6ac58e4ef, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, bf148a3b-b568-4a4b-b7ee-85f6ac58e4ef, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=MjBmNjdlZS03M2M1NDJmNy0zYWZkNDg3Ni0xOWZlZmJj" path: "/Root/extra3_1_4689" 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, bf148a3b-b568-4a4b-b7ee-85f6ac58e4ef, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8fd41c89-c7fd-4575-abe5-6dbadd187cc9, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd41c89-c7fd-4575-abe5-6dbadd187cc9, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=MjBmNjdlZS03M2M1NDJmNy0zYWZkNDg3Ni0xOWZlZmJj" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_4689 (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, 8fd41c89-c7fd-4575-abe5-6dbadd187cc9, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7e9cbb1d-def6-404e-84bc-0fb5681e66c0, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7e9cbb1d-def6-404e-84bc-0fb5681e66c0, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7e9cbb1d-def6-404e-84bc-0fb5681e66c0, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDIyYjAxNzYtNTJkNGQzMTItODliNWFlMjgtMjhmZTRlMzQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 6df98aea-c1f5-4489-b7c9-c1882bd69526, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 6df98aea-c1f5-4489-b7c9-c1882bd69526, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NDIyYjAxNzYtNTJkNGQzMTItODliNWFlMjgtMjhmZTRlMzQ=" yql_text: "DROP TABLE `/Root/extra2_1_4687`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 6df98aea-c1f5-4489-b7c9-c1882bd69526, ghrun-reby2ny4za.auto.internal:28221): 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/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v2,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2905077
DEBUG    ya.test:process.py:259 Command (pid 2905077) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2905077) elapsed time (sec): 0.37714123725891113
DEBUG    ya.test:process.py:263 Command (pid 2905077) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2905077) minflt: 3627
DEBUG    ya.test:process.py:263 Command (pid 2905077) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) nivcsw: 48
DEBUG    ya.test:process.py:263 Command (pid 2905077) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 2905077) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2905077) stime: 0.127374
DEBUG    ya.test:process.py:263 Command (pid 2905077) utime: 0.065507
DEBUG    ya.test:process.py:263 Command (pid 2905077) wtime: 0.378
DEBUG    ya.test:process.py:275 Command (pid 2905077) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 632be7a5-3a9a-47bb-b8ae-c858448c92dc, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 632be7a5-3a9a-47bb-b8ae-c858448c92dc, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 632be7a5-3a9a-47bb-b8ae-c858448c92dc, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2NmZTJjZTAtMjNiNzViYTMtOWYyNGZhMmQtMmY5MDFmMjc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d429696c-4d86-455c-82ad-0d4804bc01cf, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d429696c-4d86-455c-82ad-0d4804bc01cf, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=M2NmZTJjZTAtMjNiNzViYTMtOWYyNGZhMmQtMmY5MDFmMjc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d429696c-4d86-455c-82ad-0d4804bc01cf, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 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: "20251223154447Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154449Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad97025f-61b8-4cd9-abfa-e88c1f623cfc, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad97025f-61b8-4cd9-abfa-e88c1f623cfc, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=M2NmZTJjZTAtMjNiNzViYTMtOWYyNGZhMmQtMmY5MDFmMjc=" 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, ad97025f-61b8-4cd9-abfa-e88c1f623cfc, ghrun-reby2ny4za.auto.internal:28221): 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, e04d3512-d659-46b4-a249-b050d87157ef, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e04d3512-d659-46b4-a249-b050d87157ef, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e04d3512-d659-46b4-a249-b050d87157ef, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 495d568d-b94e-4b62-ba55-d9716402e1cb, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 495d568d-b94e-4b62-ba55-d9716402e1cb, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NTQxOWY1NzctYmNlMzk1YWMtZTJjY2ZiYjctNzMwYjkwMWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 495d568d-b94e-4b62-ba55-d9716402e1cb, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 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: "20251223154447Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154449Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f923c8fce70>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 784195e2-9080-4d94-b2e7-137875aa1f2f, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 784195e2-9080-4d94-b2e7-137875aa1f2f, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 784195e2-9080-4d94-b2e7-137875aa1f2f, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685650 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2905538
DEBUG    ya.test:process.py:259 Command (pid 2905538) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2905538) elapsed time (sec): 0.14737725257873535
DEBUG    ya.test:process.py:263 Command (pid 2905538) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905538) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2905538) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905538) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905538) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2905538) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2905538) minflt: 3508
DEBUG    ya.test:process.py:263 Command (pid 2905538) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2905538) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2905538) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 2905538) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2905538) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2905538) nvcsw: 142
DEBUG    ya.test:process.py:263 Command (pid 2905538) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2905538) stime: 0.026601999999999997
DEBUG    ya.test:process.py:263 Command (pid 2905538) utime: 0.048770999999999995
DEBUG    ya.test:process.py:263 Command (pid 2905538) wtime: 0.148
DEBUG    ya.test:process.py:275 Command (pid 2905538) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1f1e76e1-ae83-4847-8c8e-3ee5b67fe073, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1f1e76e1-ae83-4847-8c8e-3ee5b67fe073, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1f1e76e1-ae83-4847-8c8e-3ee5b67fe073, ghrun-reby2ny4za.auto.internal:28221): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmVhM2UzYi1jMGI3ZjgzYi05Y2FhMWMxOC05YTFkYzk1Zg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 00dc7483-31ab-409e-a5b6-e11c72d52a64, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 00dc7483-31ab-409e-a5b6-e11c72d52a64, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=YmVhM2UzYi1jMGI3ZjgzYi05Y2FhMWMxOC05YTFkYzk1Zg==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 00dc7483-31ab-409e-a5b6-e11c72d52a64, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 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: "20251223154447Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154449Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8bbff058-34fe-49c4-a5ff-cb86f41c11bc, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bbff058-34fe-49c4-a5ff-cb86f41c11bc, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=YmVhM2UzYi1jMGI3ZjgzYi05Y2FhMWMxOC05YTFkYzk1Zg==" 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, 8bbff058-34fe-49c4-a5ff-cb86f41c11bc, ghrun-reby2ny4za.auto.internal:28221): 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, 0124b7b2-65c1-4e8a-9945-67ed7744a3ae, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0124b7b2-65c1-4e8a-9945-67ed7744a3ae, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0124b7b2-65c1-4e8a-9945-67ed7744a3ae, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 085f724a-4120-4e09-96a0-2cfa4b405f32, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 085f724a-4120-4e09-96a0-2cfa4b405f32, ghrun-reby2ny4za.auto.internal:28221): request = { session_id: "ydb://session/3?node_id=1&id=NTQxOWY1NzctYmNlMzk1YWMtZTJjY2ZiYjctNzMwYjkwMWQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 085f724a-4120-4e09-96a0-2cfa4b405f32, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 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: "20251223154447Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223154449Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f923c8fce70>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 182dc65c-ca39-4e1d-ac3c-3addfc04e4c5, ghrun-reby2ny4za.auto.internal:28221): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 182dc65c-ca39-4e1d-ac3c-3addfc04e4c5, ghrun-reby2ny4za.auto.internal:28221): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 182dc65c-ca39-4e1d-ac3c-3addfc04e4c5, ghrun-reby2ny4za.auto.internal:28221): 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: 1766504685700 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2905780
DEBUG    ya.test:process.py:259 Command (pid 2905780) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2905780) elapsed time (sec): 0.2266831398010254
DEBUG    ya.test:process.py:263 Command (pid 2905780) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905780) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2905780) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905780) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2905780) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2905780) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2905780) minflt: 3505
DEBUG    ya.test:process.py:263 Command (pid 2905780) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2905780) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2905780) nivcsw: 52
DEBUG    ya.test:process.py:263 Command (pid 2905780) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2905780) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2905780) nvcsw: 136
DEBUG    ya.test:process.py:263 Command (pid 2905780) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2905780) stime: 0.053013
DEBUG    ya.test:process.py:263 Command (pid 2905780) utime: 0.028544999999999997
DEBUG    ya.test:process.py:263 Command (pid 2905780) wtime: 0.228
DEBUG    ya.test:process.py:275 Command (pid 2905780) output:

DEBUG    ya.test:process.py:276 Command (pid 2905780) 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/75th/0051c1/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/75th/0051c1/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:28221', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_4254ac6a` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2907530
DEBUG    ya.test:process.py:259 Command (pid 2907530) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2907530) elapsed time (sec): 0.36864519119262695
DEBUG    ya.test:process.py:263 Command (pid 2907530) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907530) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2907530) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907530) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2907530) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2907530) maxrss: 165116
DEBUG    ya.test:process.py:263 Command (pid 2907530) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 2907530) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2907530) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2907530) nivcsw: 66
DEBUG    ya.test:process.py:263 Command (pid 2907530) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2907530) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2907530) nvcsw: 124
DEBUG    ya.test:process.py:263 Command (pid 2907530) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2907530) stime: 0.14794
DEBUG    ya.test:process.py:263 Command (pid 2907530) utime: 0.033814
DEBUG    ya.test:process.py:263 Command (pid 2907530) wtime: 0.37
DEBUG    ya.test:process.py:275 Command (pid 2907530) output:

DEBUG    ya.test:process.py:276 Command (pid 2907530) 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:28221/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18979
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6754
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22211
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28221
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25463
============================== slowest durations ===============================
22.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
6.71s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
2.94s 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 in 32.51s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005216/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

basic_user_scenarios.py .

============================== slowest durations ===============================
27.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
26.07s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
3.14s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 56.45s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005224/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

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/75th/005224/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1958
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/75th/005224/r3tmp/kikimr_cluster_qh475yat
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/005224/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31453
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7279
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7280
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9823
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18014
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/75th/005224/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7/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/75th/005224/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/75th/005224/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile_re656i8m.log --grpc-port=31453 --mon-port=7280 --ic-port=1958
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:31453/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/75th/005224/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7/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/75th/005224/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/75th/005224/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile_re656i8m.log --grpc-port=31453 --mon-port=7280 --ic-port=1958
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/75th/005224/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/75th/005224/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7/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/75th/005224/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7/testing_out_stuff/basic_user_scenarios.py.TestIncrementalChainRestoreAfterDeletion.test_incremental_chain_restore_when_tables_deleted/cluster/node_1/logfile_re656i8m.log', '--grpc-port=31453', '--mon-port=7280', '--ic-port=1958')' in '/home/runner/.ya/build/build_root/75th/005224/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7/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: 466845
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:31453/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/75th/005224/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 466846
DEBUG    ya.test:process.py:259 Command (pid 466846) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 466846) elapsed time (sec): 0.3527216911315918
DEBUG    ya.test:process.py:263 Command (pid 466846) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 466846) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 466846) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 466846) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 466846) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 466846) maxrss: 551444
DEBUG    ya.test:process.py:263 Command (pid 466846) minflt: 16343
DEBUG    ya.test:process.py:263 Command (pid 466846) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 466846) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 466846) nivcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 466846) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 466846) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 466846) nvcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 466846) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 466846) stime: 0.239257
DEBUG    ya.test:process.py:263 Command (pid 466846) utime: 0.064914
DEBUG    ya.test:process.py:263 Command (pid 466846) wtime: 0.354
DEBUG    ya.test:process.py:275 Command (pid 466846) 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 466846) 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/75th/005224/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/75th/005224/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:31453', '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: 1958\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/75th/005224/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:31453', '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: 1958\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 468361
DEBUG    ya.test:process.py:259 Command (pid 468361) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 468361) elapsed time (sec): 0.3242225646972656
DEBUG    ya.test:process.py:263 Command (pid 468361) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) maxrss: 559940
DEBUG    ya.test:process.py:263 Command (pid 468361) minflt: 18485
DEBUG    ya.test:process.py:263 Command (pid 468361) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 468361) nvcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 468361) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 468361) stime: 0.169966
DEBUG    ya.test:process.py:263 Command (pid 468361) utime: 0.10521699999999999
DEBUG    ya.test:process.py:263 Command (pid 468361) wtime: 0.325
DEBUG    ya.test:process.py:275 Command (pid 468361) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/005224/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/75th/005224/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:31453', '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/75th/005224/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:31453', '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: 468546
DEBUG    ya.test:process.py:259 Command (pid 468546) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 468546) elapsed time (sec): 0.3607950210571289
DEBUG    ya.test:process.py:263 Command (pid 468546) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 468546) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 468546) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 468546) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 468546) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 468546) maxrss: 559916
DEBUG    ya.test:process.py:263 Command (pid 468546) minflt: 18487
DEBUG    ya.test:process.py:263 Command (pid 468546) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 468546) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 468546) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 468546) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 468546) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 468546) nvcsw: 128
DEBUG    ya.test:process.py:263 Command (pid 468546) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 468546) stime: 0.20568899999999998
DEBUG    ya.test:process.py:263 Command (pid 468546) utime: 0.08538
DEBUG    ya.test:process.py:263 Command (pid 468546) wtime: 0.362
DEBUG    ya.test:process.py:275 Command (pid 468546) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 468546) 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, d0d0ad8a-c335-4cf2-8d7f-4d2195ef2b32, localhost:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d0d0ad8a-c335-4cf2-8d7f-4d2195ef2b32, localhost:31453): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d0d0ad8a-c335-4cf2-8d7f-4d2195ef2b32, localhost:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-reby2ny4za.auto.internal" port: 31453 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:31453, 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:31453
------------------------------ 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, b17b3c8e-0e36-49dd-83e3-a532e9067e14, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b17b3c8e-0e36-49dd-83e3-a532e9067e14, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b17b3c8e-0e36-49dd-83e3-a532e9067e14, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDE1MmRjNTAtMTk1NzNmZmYtNGViZDJiYjgtMjdlYmU2Yzg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 178aa278-c8b4-4364-8e43-962f53510f48, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 178aa278-c8b4-4364-8e43-962f53510f48, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=ZDE1MmRjNTAtMTk1NzNmZmYtNGViZDJiYjgtMjdlYmU2Yzg=" 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, 178aa278-c8b4-4364-8e43-962f53510f48, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, da7f4dcc-d57e-4335-bbbe-e12a11dcbd0f, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da7f4dcc-d57e-4335-bbbe-e12a11dcbd0f, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=ZDE1MmRjNTAtMTk1NzNmZmYtNGViZDJiYjgtMjdlYmU2Yzg=" 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, da7f4dcc-d57e-4335-bbbe-e12a11dcbd0f, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 3e147ab9-9399-40f0-9822-1f7219456a8b, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 3e147ab9-9399-40f0-9822-1f7219456a8b, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=ZDE1MmRjNTAtMTk1NzNmZmYtNGViZDJiYjgtMjdlYmU2Yzg=" 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, 3e147ab9-9399-40f0-9822-1f7219456a8b, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85ebe5e4-c580-47d0-9338-096ca453ca88, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ebe5e4-c580-47d0-9338-096ca453ca88, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=ZDE1MmRjNTAtMTk1NzNmZmYtNGViZDJiYjgtMjdlYmU2Yzg=" 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, 85ebe5e4-c580-47d0-9338-096ca453ca88, ghrun-reby2ny4za.auto.internal:31453): 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/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `chain_src_3562435f`\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: 468959
DEBUG    ya.test:process.py:259 Command (pid 468959) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 468959) elapsed time (sec): 0.10602140426635742
DEBUG    ya.test:process.py:263 Command (pid 468959) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 468959) minflt: 3489
DEBUG    ya.test:process.py:263 Command (pid 468959) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 468959) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) nvcsw: 189
DEBUG    ya.test:process.py:263 Command (pid 468959) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 468959) stime: 0.026535
DEBUG    ya.test:process.py:263 Command (pid 468959) utime: 0.022113
DEBUG    ya.test:process.py:263 Command (pid 468959) wtime: 0.107
DEBUG    ya.test:process.py:275 Command (pid 468959) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 671cae2d-10f8-4380-8077-f16d3b6cbf66, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 671cae2d-10f8-4380-8077-f16d3b6cbf66, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_3562435f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 671cae2d-10f8-4380-8077-f16d3b6cbf66, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_3562435f" 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: 1766501562650 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection chain_src_3562435f found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7980a826-f31c-4093-ac0d-5ee7b7518210, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7980a826-f31c-4093-ac0d-5ee7b7518210, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7980a826-f31c-4093-ac0d-5ee7b7518210, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWY3NTIwMDAtZTlkM2E1NzAtYzJiZjliMGQtYjA0NDc4MWQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f8c5e7dd-6764-430a-8dcc-04ada1f9580c, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f8c5e7dd-6764-430a-8dcc-04ada1f9580c, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=MWY3NTIwMDAtZTlkM2E1NzAtYzJiZjliMGQtYjA0NDc4MWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f8c5e7dd-6764-430a-8dcc-04ada1f9580c, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 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, bcadc342-ebda-435f-9c2e-c64c22942c2d, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcadc342-ebda-435f-9c2e-c64c22942c2d, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=MWY3NTIwMDAtZTlkM2E1NzAtYzJiZjliMGQtYjA0NDc4MWQ=" 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, bcadc342-ebda-435f-9c2e-c64c22942c2d, ghrun-reby2ny4za.auto.internal:31453): 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, ddd56a45-998a-4bed-8a18-4b23d3c03efc, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ddd56a45-998a-4bed-8a18-4b23d3c03efc, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ddd56a45-998a-4bed-8a18-4b23d3c03efc, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 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 0x7f85c23edcd0 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 0x7f85c23ed550>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f85c23ed550>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 86a181fd-a957-4645-adcc-3313f61738fd, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 86a181fd-a957-4645-adcc-3313f61738fd, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 86a181fd-a957-4645-adcc-3313f61738fd, ghrun-reby2ny4za.auto.internal:31453): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 86a181fd-a957-4645-adcc-3313f61738fd, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTA0MDYwNzAtOTg0YWExNjgtYTZjOGVhNS0zY2UzZTk1NA==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f85c23ed550>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f85c23ed550>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 3d278c1e-e92b-4636-b96a-46e8773bc78b, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 86a181fd-a957-4645-adcc-3313f61738fd, ghrun-reby2ny4za.auto.internal:31453): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 3d278c1e-e92b-4636-b96a-46e8773bc78b, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NTA0MDYwNzAtOTg0YWExNjgtYTZjOGVhNS0zY2UzZTk1NA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 3d278c1e-e92b-4636-b96a-46e8773bc78b, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 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 0x7f85c23ed550>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, ab99a1ee-7015-498c-9779-c3ce30caa483, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ab99a1ee-7015-498c-9779-c3ce30caa483, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ab99a1ee-7015-498c-9779-c3ce30caa483, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 469118
DEBUG    ya.test:process.py:259 Command (pid 469118) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 469118) elapsed time (sec): 0.13039064407348633
DEBUG    ya.test:process.py:263 Command (pid 469118) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 469118) minflt: 3518
DEBUG    ya.test:process.py:263 Command (pid 469118) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 469118) nvcsw: 195
DEBUG    ya.test:process.py:263 Command (pid 469118) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 469118) stime: 0.017377
DEBUG    ya.test:process.py:263 Command (pid 469118) utime: 0.038231
DEBUG    ya.test:process.py:263 Command (pid 469118) wtime: 0.131
DEBUG    ya.test:process.py:275 Command (pid 469118) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4bc223d6-3d17-4076-a2ce-e3be3cd33002, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4bc223d6-3d17-4076-a2ce-e3be3cd33002, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4bc223d6-3d17-4076-a2ce-e3be3cd33002, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWI1ZDNiOTctMmYzM2FiODMtZjdhOWU0YmEtOTZiZmFkZjI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d9c50949-7477-4bca-bf1e-4d8912740b4d, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d9c50949-7477-4bca-bf1e-4d8912740b4d, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NWI1ZDNiOTctMmYzM2FiODMtZjdhOWU0YmEtOTZiZmFkZjI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d9c50949-7477-4bca-bf1e-4d8912740b4d, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 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, 3ba5abba-237b-443d-b01b-d840e270f38f, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba5abba-237b-443d-b01b-d840e270f38f, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NWI1ZDNiOTctMmYzM2FiODMtZjdhOWU0YmEtOTZiZmFkZjI=" 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, 3ba5abba-237b-443d-b01b-d840e270f38f, ghrun-reby2ny4za.auto.internal:31453): 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, a6e05370-3bd4-4cc0-baf9-d0b7c8a5c39c, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, a6e05370-3bd4-4cc0-baf9-d0b7c8a5c39c, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, a6e05370-3bd4-4cc0-baf9-d0b7c8a5c39c, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, c9cd2bdc-60fa-4fca-a5e2-e91710ad84be, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, c9cd2bdc-60fa-4fca-a5e2-e91710ad84be, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NTA0MDYwNzAtOTg0YWExNjgtYTZjOGVhNS0zY2UzZTk1NA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, c9cd2bdc-60fa-4fca-a5e2-e91710ad84be, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 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 0x7f85c23ed550>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 1b06e2de-57f7-488d-802b-260a5c06e49b, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 1b06e2de-57f7-488d-802b-260a5c06e49b, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 1b06e2de-57f7-488d-802b-260a5c06e49b, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 469355
DEBUG    ya.test:process.py:259 Command (pid 469355) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 469355) elapsed time (sec): 0.10560894012451172
DEBUG    ya.test:process.py:263 Command (pid 469355) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 469355) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 469355) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 469355) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 469355) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 469355) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 469355) minflt: 3510
DEBUG    ya.test:process.py:263 Command (pid 469355) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 469355) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 469355) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 469355) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 469355) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 469355) nvcsw: 178
DEBUG    ya.test:process.py:263 Command (pid 469355) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 469355) stime: 0.021342
DEBUG    ya.test:process.py:263 Command (pid 469355) utime: 0.034148
DEBUG    ya.test:process.py:263 Command (pid 469355) wtime: 0.106
DEBUG    ya.test:process.py:275 Command (pid 469355) output:

DEBUG    ya.test:process.py:276 Command (pid 469355) 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/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_3562435f`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 470281
DEBUG    ya.test:process.py:259 Command (pid 470281) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 470281) elapsed time (sec): 0.15207672119140625
DEBUG    ya.test:process.py:263 Command (pid 470281) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 470281) minflt: 3498
DEBUG    ya.test:process.py:263 Command (pid 470281) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 470281) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) nvcsw: 194
DEBUG    ya.test:process.py:263 Command (pid 470281) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 470281) stime: 0.024177999999999998
DEBUG    ya.test:process.py:263 Command (pid 470281) utime: 0.037994
DEBUG    ya.test:process.py:263 Command (pid 470281) wtime: 0.153
DEBUG    ya.test:process.py:275 Command (pid 470281) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 34673997-a1fd-4fb2-85db-c3316524ccd5, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 34673997-a1fd-4fb2-85db-c3316524ccd5, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_3562435f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 34673997-a1fd-4fb2-85db-c3316524ccd5, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_3562435f" 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: 1766501562650 tx_id: 281474976710664 } } children { name: "20251223145244Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766501564290 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, c61fbad2-c5f9-4d9a-933d-9a01189b1c57, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, c61fbad2-c5f9-4d9a-933d-9a01189b1c57, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_3562435f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, c61fbad2-c5f9-4d9a-933d-9a01189b1c57, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_3562435f" 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: 1766501562650 tx_id: 281474976710664 } } children { name: "20251223145244Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766501564290 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 85758dd4-5879-4ace-8265-e5de8e6319d0, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 85758dd4-5879-4ace-8265-e5de8e6319d0, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 85758dd4-5879-4ace-8265-e5de8e6319d0, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDU0NGRlYjMtNmEyZWQ5ZDctMWNiODk2Ni0yNDk1OTcyYQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1adf5714-3c89-44f5-a27b-2340fb766461, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1adf5714-3c89-44f5-a27b-2340fb766461, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=ZDU0NGRlYjMtNmEyZWQ5ZDctMWNiODk2Ni0yNDk1OTcyYQ==" 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, 1adf5714-3c89-44f5-a27b-2340fb766461, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 35dac363-dae5-4b70-b912-3f94aa1b97b1, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 35dac363-dae5-4b70-b912-3f94aa1b97b1, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 35dac363-dae5-4b70-b912-3f94aa1b97b1, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTUxNDEzYTktY2E2MWE0NTgtNGRlNWRhN2UtNWIzMDhiZTM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6664d5c5-de8b-43b2-bc1e-7c09cf510e69, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6664d5c5-de8b-43b2-bc1e-7c09cf510e69, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=ZTUxNDEzYTktY2E2MWE0NTgtNGRlNWRhN2UtNWIzMDhiZTM=" 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, 6664d5c5-de8b-43b2-bc1e-7c09cf510e69, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4303d7bf-b147-42b1-95c1-ce38b813f6eb, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4303d7bf-b147-42b1-95c1-ce38b813f6eb, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4303d7bf-b147-42b1-95c1-ce38b813f6eb, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmExYWFlMGEtNTAwMjk2NDgtNDY2ZmVmZGQtY2JmYTg0ZDA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 126fbaf1-24fa-451a-8d77-0c0bc81df8da, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 126fbaf1-24fa-451a-8d77-0c0bc81df8da, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NmExYWFlMGEtNTAwMjk2NDgtNDY2ZmVmZGQtY2JmYTg0ZDA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 126fbaf1-24fa-451a-8d77-0c0bc81df8da, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 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: "20251223145244Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b54347e5-caaf-4851-95c4-25c775edc90b, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b54347e5-caaf-4851-95c4-25c775edc90b, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NmExYWFlMGEtNTAwMjk2NDgtNDY2ZmVmZGQtY2JmYTg0ZDA=" 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, b54347e5-caaf-4851-95c4-25c775edc90b, ghrun-reby2ny4za.auto.internal:31453): 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, b5243f82-3788-4240-a5b8-f187604059bf, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b5243f82-3788-4240-a5b8-f187604059bf, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b5243f82-3788-4240-a5b8-f187604059bf, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b4fbcc59-e3b0-49cd-bb40-c015a4f2e94f, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b4fbcc59-e3b0-49cd-bb40-c015a4f2e94f, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NTA0MDYwNzAtOTg0YWExNjgtYTZjOGVhNS0zY2UzZTk1NA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b4fbcc59-e3b0-49cd-bb40-c015a4f2e94f, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 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: "20251223145244Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f85c23ed550>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 803cc9e6-ca1c-4378-960b-de1bc70daec0, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 803cc9e6-ca1c-4378-960b-de1bc70daec0, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 803cc9e6-ca1c-4378-960b-de1bc70daec0, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 470516
DEBUG    ya.test:process.py:259 Command (pid 470516) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 470516) elapsed time (sec): 0.1130986213684082
DEBUG    ya.test:process.py:263 Command (pid 470516) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470516) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 470516) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470516) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470516) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 470516) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 470516) minflt: 3514
DEBUG    ya.test:process.py:263 Command (pid 470516) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 470516) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 470516) nivcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 470516) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 470516) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 470516) nvcsw: 160
DEBUG    ya.test:process.py:263 Command (pid 470516) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 470516) stime: 0.025027999999999998
DEBUG    ya.test:process.py:263 Command (pid 470516) utime: 0.037542
DEBUG    ya.test:process.py:263 Command (pid 470516) wtime: 0.114
DEBUG    ya.test:process.py:275 Command (pid 470516) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, abd6fa9b-74cf-42c6-8d11-8ac83c25127d, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, abd6fa9b-74cf-42c6-8d11-8ac83c25127d, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, abd6fa9b-74cf-42c6-8d11-8ac83c25127d, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTkzNWJhOC1kNDM1MGZhMi04Zjg1OGQ5My1hNzE4ZTAzYQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d7d246d7-1179-4e51-8952-a003493e5b9e, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d7d246d7-1179-4e51-8952-a003493e5b9e, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=YTkzNWJhOC1kNDM1MGZhMi04Zjg1OGQ5My1hNzE4ZTAzYQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d7d246d7-1179-4e51-8952-a003493e5b9e, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 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: "20251223145244Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b700bd18-f6bb-43ea-a6e4-a97b3b653d12, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b700bd18-f6bb-43ea-a6e4-a97b3b653d12, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=YTkzNWJhOC1kNDM1MGZhMi04Zjg1OGQ5My1hNzE4ZTAzYQ==" 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, b700bd18-f6bb-43ea-a6e4-a97b3b653d12, ghrun-reby2ny4za.auto.internal:31453): 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, 61e992b3-292d-4ab5-8dcc-2ad4caf0c40a, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 61e992b3-292d-4ab5-8dcc-2ad4caf0c40a, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 61e992b3-292d-4ab5-8dcc-2ad4caf0c40a, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 37b1397f-0279-4cce-b0fe-0e364aca5f88, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 37b1397f-0279-4cce-b0fe-0e364aca5f88, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NTA0MDYwNzAtOTg0YWExNjgtYTZjOGVhNS0zY2UzZTk1NA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 37b1397f-0279-4cce-b0fe-0e364aca5f88, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 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: "20251223145244Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f85c23ed550>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b841d9a4-7586-46c0-849a-4ad0fc06d44a, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b841d9a4-7586-46c0-849a-4ad0fc06d44a, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b841d9a4-7586-46c0-849a-4ad0fc06d44a, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 470708
DEBUG    ya.test:process.py:259 Command (pid 470708) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 470708) elapsed time (sec): 0.11440086364746094
DEBUG    ya.test:process.py:263 Command (pid 470708) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470708) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 470708) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470708) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470708) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 470708) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 470708) minflt: 3517
DEBUG    ya.test:process.py:263 Command (pid 470708) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 470708) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 470708) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 470708) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 470708) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 470708) nvcsw: 186
DEBUG    ya.test:process.py:263 Command (pid 470708) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 470708) stime: 0.025103999999999998
DEBUG    ya.test:process.py:263 Command (pid 470708) utime: 0.040167
DEBUG    ya.test:process.py:263 Command (pid 470708) wtime: 0.115
DEBUG    ya.test:process.py:275 Command (pid 470708) output:

DEBUG    ya.test:process.py:276 Command (pid 470708) 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/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_3562435f` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 471414
DEBUG    ya.test:process.py:259 Command (pid 471414) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 471414) elapsed time (sec): 0.23889756202697754
DEBUG    ya.test:process.py:263 Command (pid 471414) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 471414) minflt: 3497
DEBUG    ya.test:process.py:263 Command (pid 471414) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 471414) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) nvcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 471414) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 471414) stime: 0.022889
DEBUG    ya.test:process.py:263 Command (pid 471414) utime: 0.041849
DEBUG    ya.test:process.py:263 Command (pid 471414) wtime: 0.288
DEBUG    ya.test:process.py:275 Command (pid 471414) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, f05d0b6a-9562-4839-873d-5df80a732324, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, f05d0b6a-9562-4839-873d-5df80a732324, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_3562435f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, f05d0b6a-9562-4839-873d-5df80a732324, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_3562435f" 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: 1766501562650 tx_id: 281474976710664 } } children { name: "20251223145244Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766501564290 tx_id: 281474976710667 } } children { name: "20251223145245Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766501566060 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, aa27706f-0bf5-49cf-b9c3-ea13fa2ea071, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, aa27706f-0bf5-49cf-b9c3-ea13fa2ea071, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/chain_src_3562435f" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, aa27706f-0bf5-49cf-b9c3-ea13fa2ea071, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "chain_src_3562435f" 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: 1766501562650 tx_id: 281474976710664 } } children { name: "20251223145244Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766501564290 tx_id: 281474976710667 } } children { name: "20251223145245Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1766501566060 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e312bff4-7fa3-4be4-bb5f-684537483abd, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e312bff4-7fa3-4be4-bb5f-684537483abd, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e312bff4-7fa3-4be4-bb5f-684537483abd, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTA1ZWZkMmUtNmYwNDlmZDEtNTQxNDg3ODAtNmJiNTE0ZmY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bee5ba08-addf-4a96-9ff5-78794bdfa53b, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bee5ba08-addf-4a96-9ff5-78794bdfa53b, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NTA1ZWZkMmUtNmYwNDlmZDEtNTQxNDg3ODAtNmJiNTE0ZmY=" 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, bee5ba08-addf-4a96-9ff5-78794bdfa53b, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a491155b-f729-4d79-a489-0728c8e2d65f, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a491155b-f729-4d79-a489-0728c8e2d65f, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a491155b-f729-4d79-a489-0728c8e2d65f, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDc3ZmY0NTktZWE1NGUxNWYtZWUwMzI4NjctY2FkNzgwYjI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 674b139e-a01a-4414-9407-a81d0e244cc6, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 674b139e-a01a-4414-9407-a81d0e244cc6, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NDc3ZmY0NTktZWE1NGUxNWYtZWUwMzI4NjctY2FkNzgwYjI=" 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, 674b139e-a01a-4414-9407-a81d0e244cc6, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0760c255-a5ad-4bf4-84df-c7a81d2959bd, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0760c255-a5ad-4bf4-84df-c7a81d2959bd, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0760c255-a5ad-4bf4-84df-c7a81d2959bd, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWY1OWY5ZDItOTlhMWEyOTItZTNiNTRhMmItOWEyNDdmMDc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 7a6446d0-b0b5-4747-9614-0146cd408ce8, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 7a6446d0-b0b5-4747-9614-0146cd408ce8, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=OWY1OWY5ZDItOTlhMWEyOTItZTNiNTRhMmItOWEyNDdmMDc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 7a6446d0-b0b5-4747-9614-0146cd408ce8, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 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: "20251223145244Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223145245Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 972b68a1-dd84-4a14-80b3-ba418d418918, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972b68a1-dd84-4a14-80b3-ba418d418918, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=OWY1OWY5ZDItOTlhMWEyOTItZTNiNTRhMmItOWEyNDdmMDc=" 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, 972b68a1-dd84-4a14-80b3-ba418d418918, ghrun-reby2ny4za.auto.internal:31453): 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, e78abcf3-d3b0-4e74-9bd7-2b8e9f6d6924, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e78abcf3-d3b0-4e74-9bd7-2b8e9f6d6924, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e78abcf3-d3b0-4e74-9bd7-2b8e9f6d6924, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2463ee7d-a6b4-4f5c-a7a0-ea534dd51ee1, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2463ee7d-a6b4-4f5c-a7a0-ea534dd51ee1, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NTA0MDYwNzAtOTg0YWExNjgtYTZjOGVhNS0zY2UzZTk1NA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2463ee7d-a6b4-4f5c-a7a0-ea534dd51ee1, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 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: "20251223145244Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223145245Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f85c23ed550>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, abb3abef-e767-43f8-a59f-eee9b9f56d83, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, abb3abef-e767-43f8-a59f-eee9b9f56d83, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, abb3abef-e767-43f8-a59f-eee9b9f56d83, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562410 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 471555
DEBUG    ya.test:process.py:259 Command (pid 471555) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 471555) elapsed time (sec): 0.17781782150268555
DEBUG    ya.test:process.py:263 Command (pid 471555) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471555) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 471555) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471555) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471555) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 471555) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 471555) minflt: 3511
DEBUG    ya.test:process.py:263 Command (pid 471555) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 471555) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 471555) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 471555) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 471555) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 471555) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 471555) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 471555) stime: 0.024141
DEBUG    ya.test:process.py:263 Command (pid 471555) utime: 0.040236
DEBUG    ya.test:process.py:263 Command (pid 471555) wtime: 0.179
DEBUG    ya.test:process.py:275 Command (pid 471555) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2ad66e29-bf88-4c31-a8b5-ed55bc2822df, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2ad66e29-bf88-4c31-a8b5-ed55bc2822df, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2ad66e29-bf88-4c31-a8b5-ed55bc2822df, ghrun-reby2ny4za.auto.internal:31453): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjZiODQ5MWUtOGMxNmE5MjEtYzFjMDRlYTctMzE2MDkxYzE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, c9d1fb50-231b-4c3a-bbca-423800e0f89e, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, c9d1fb50-231b-4c3a-bbca-423800e0f89e, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=YjZiODQ5MWUtOGMxNmE5MjEtYzFjMDRlYTctMzE2MDkxYzE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, c9d1fb50-231b-4c3a-bbca-423800e0f89e, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 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: "20251223145244Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223145245Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b66a7aed-1a45-4945-92aa-3f2292f453be, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b66a7aed-1a45-4945-92aa-3f2292f453be, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=YjZiODQ5MWUtOGMxNmE5MjEtYzFjMDRlYTctMzE2MDkxYzE=" 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, b66a7aed-1a45-4945-92aa-3f2292f453be, ghrun-reby2ny4za.auto.internal:31453): 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, 960794b7-fae6-43f5-9c27-65c7edf7dfe5, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 960794b7-fae6-43f5-9c27-65c7edf7dfe5, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 960794b7-fae6-43f5-9c27-65c7edf7dfe5, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 841491f2-e758-4c7b-a79b-51dfc0456cfe, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 841491f2-e758-4c7b-a79b-51dfc0456cfe, ghrun-reby2ny4za.auto.internal:31453): request = { session_id: "ydb://session/3?node_id=1&id=NTA0MDYwNzAtOTg0YWExNjgtYTZjOGVhNS0zY2UzZTk1NA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 841491f2-e758-4c7b-a79b-51dfc0456cfe, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 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: "20251223145244Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251223145245Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f85c23ed550>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 36fb051f-1105-4d24-84c1-337ef522b130, ghrun-reby2ny4za.auto.internal:31453): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 36fb051f-1105-4d24-84c1-337ef522b130, ghrun-reby2ny4za.auto.internal:31453): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 36fb051f-1105-4d24-84c1-337ef522b130, ghrun-reby2ny4za.auto.internal:31453): 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: 1766501562530 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 471816
DEBUG    ya.test:process.py:259 Command (pid 471816) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 471816) elapsed time (sec): 0.15030431747436523
DEBUG    ya.test:process.py:263 Command (pid 471816) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471816) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 471816) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471816) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471816) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 471816) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 471816) minflt: 3512
DEBUG    ya.test:process.py:263 Command (pid 471816) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 471816) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 471816) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 471816) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 471816) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 471816) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 471816) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 471816) stime: 0.029587
DEBUG    ya.test:process.py:263 Command (pid 471816) utime: 0.038041
DEBUG    ya.test:process.py:263 Command (pid 471816) wtime: 0.151
DEBUG    ya.test:process.py:275 Command (pid 471816) output:

DEBUG    ya.test:process.py:276 Command (pid 471816) 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/75th/005224/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/75th/005224/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:31453', '--database', '/Root', 'yql', '--script', 'BACKUP `chain_src_3562435f` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 472922
DEBUG    ya.test:process.py:259 Command (pid 472922) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 472922) elapsed time (sec): 0.11778402328491211
DEBUG    ya.test:process.py:263 Command (pid 472922) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 472922) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 472922) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 472922) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 472922) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 472922) maxrss: 167164
DEBUG    ya.test:process.py:263 Command (pid 472922) minflt: 3509
DEBUG    ya.test:process.py:263 Command (pid 472922) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 472922) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 472922) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 472922) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 472922) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 472922) nvcsw: 177
DEBUG    ya.test:process.py:263 Command (pid 472922) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 472922) stime: 0.015649
DEBUG    ya.test:process.py:263 Command (pid 472922) utime: 0.050857
DEBUG    ya.test:process.py:263 Command (pid 472922) wtime: 0.124
DEBUG    ya.test:process.py:275 Command (pid 472922) output:

DEBUG    ya.test:process.py:276 Command (pid 472922) 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:31453/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18014
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9823
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7280
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31453
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1958
============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
5.50s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
2.96s 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 in 31.06s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/00521d/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

============================ no tests ran in 0.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/0051c0/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

============================ no tests ran in 0.24s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/00520a/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

============================ no tests ran in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005212/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

============================ no tests ran in 0.21s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005209/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

============================ no tests ran in 0.17s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005211/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

============================ no tests ran in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/0051fc/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

============================ no tests ran in 0.19s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/0051bc/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

============================ no tests ran in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/0051c4/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

============================ no tests ran in 0.18s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/00521b/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

============================ no tests ran in 0.19s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/00521e/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

============================ no tests ran in 0.19s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/0051ff/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

============================ no tests ran in 0.18s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005213/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

============================ no tests ran in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005238/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

============================ no tests ran in 0.18s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/00519c/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

============================ no tests ran in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005244/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

============================ no tests ran in 0.19s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/0051b0/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

============================ no tests ran in 0.20s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005202/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

============================ no tests ran in 0.19s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/00522c/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

============================ no tests ran in 0.22s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/00520f/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

============================ no tests ran in 0.23s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/005214/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

============================ no tests ran in 0.21s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/75th/00519d/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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

============================ no tests ran in 0.00s =============================
