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

basic_user_scenarios.py .

============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
5.00s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
3.48s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
============================== 1 passed in 30.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/61h5/00527d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
16.51s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
3.44s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
============================== 1 passed in 42.33s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/61h5/005282/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
23.40s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
3.79s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 49.54s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/61h5/005257/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
23.41s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
3.18s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 48.86s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/61h5/005250/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
65.59s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
3.68s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
========================= 1 passed in 91.55s (0:01:31) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/61h5/005260/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 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:1176: in stage
    snapshot = self.snapshot_capture.capture_tables(self.tables)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:1124: in capture_tables
    rows = self.test._capture_snapshot(table_name)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:419: in _capture_snapshot
    return sdk_select_table_rows(session, table)
ydb/tests/functional/backup_collection/basic_user_scenarios.py:114: in sdk_select_table_rows
    result_sets = session.transaction().execute(sql, commit_tx=True)
contrib/python/ydb/py3/ydb/table.py:2392: in execute
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:464: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:20: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:9: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:22: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:165: in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 3 requested, table schemaversion 4 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
------------------------------ 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/61h5/005260/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9248
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/61h5/005260/r3tmp/kikimr_cluster_onvmgdx4
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/61h5/005260/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26606
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63337
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63240
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13710
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/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/61h5/005260/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_z4tv6l6t.log --grpc-port=26606 --mon-port=63337 --ic-port=9248
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:26606/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/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/61h5/005260/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_z4tv6l6t.log --grpc-port=26606 --mon-port=63337 --ic-port=9248
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/61h5/005260/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/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_z4tv6l6t.log', '--grpc-port=26606', '--mon-port=63337', '--ic-port=9248')' in '/home/runner/.ya/build/build_root/61h5/005260/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: 3333473
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:26606/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/61h5/005260/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3333513
DEBUG    ya.test:process.py:259 Command (pid 3333513) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3333513) elapsed time (sec): 0.3746209144592285
DEBUG    ya.test:process.py:263 Command (pid 3333513) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3333513) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3333513) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3333513) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3333513) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3333513) maxrss: 545876
DEBUG    ya.test:process.py:263 Command (pid 3333513) minflt: 16252
DEBUG    ya.test:process.py:263 Command (pid 3333513) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3333513) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3333513) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3333513) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3333513) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3333513) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3333513) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3333513) stime: 0.217642
DEBUG    ya.test:process.py:263 Command (pid 3333513) utime: 0.108821
DEBUG    ya.test:process.py:263 Command (pid 3333513) wtime: 0.376
DEBUG    ya.test:process.py:275 Command (pid 3333513) output:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-riv5274sbu    Host information: 
        Linux ghrun-riv5274sbu 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/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/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 3333513) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 078585a1200d012db3c59c6d8f2558044403c3d5
    Branch: 
    Author: azevaykin <145343289+azevaykin@users.noreply.github.com>
    Summary: Merge 70896268face199aee3d3c45c5e247d4f6c9b067 into 943cb52a71a8b21851b335342c7097e18afe8013
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-riv5274sbu    Host information: 
        Linux ghrun-riv5274sbu 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/61h5/005260/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/61h5/005260/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:26606', '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: 9248\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/61h5/005260/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:26606', '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: 9248\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3335016
DEBUG    ya.test:process.py:259 Command (pid 3335016) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3335016) elapsed time (sec): 0.42043519020080566
DEBUG    ya.test:process.py:263 Command (pid 3335016) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3335016) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3335016) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3335016) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3335016) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3335016) maxrss: 554396
DEBUG    ya.test:process.py:263 Command (pid 3335016) minflt: 18392
DEBUG    ya.test:process.py:263 Command (pid 3335016) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3335016) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3335016) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 3335016) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3335016) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3335016) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 3335016) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3335016) stime: 0.223209
DEBUG    ya.test:process.py:263 Command (pid 3335016) utime: 0.15015799999999999
DEBUG    ya.test:process.py:263 Command (pid 3335016) wtime: 0.421
DEBUG    ya.test:process.py:275 Command (pid 3335016) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/61h5/005260/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/61h5/005260/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:26606', '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/61h5/005260/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:26606', '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: 3335495
DEBUG    ya.test:process.py:259 Command (pid 3335495) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3335495) elapsed time (sec): 0.41452527046203613
DEBUG    ya.test:process.py:263 Command (pid 3335495) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3335495) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3335495) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3335495) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3335495) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3335495) maxrss: 554376
DEBUG    ya.test:process.py:263 Command (pid 3335495) minflt: 18396
DEBUG    ya.test:process.py:263 Command (pid 3335495) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3335495) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3335495) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 3335495) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3335495) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3335495) nvcsw: 126
DEBUG    ya.test:process.py:263 Command (pid 3335495) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3335495) stime: 0.252068
DEBUG    ya.test:process.py:263 Command (pid 3335495) utime: 0.117903
DEBUG    ya.test:process.py:263 Command (pid 3335495) wtime: 0.416
DEBUG    ya.test:process.py:275 Command (pid 3335495) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3335495) 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', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d18f20a6-fde8-467a-996c-1436e38d1978, localhost:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d18f20a6-fde8-467a-996c-1436e38d1978, localhost:26606): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d18f20a6-fde8-467a-996c-1436e38d1978, localhost:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-riv5274sbu.auto.internal" port: 26606 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-riv5274sbu.auto.internal:26606, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26606
------------------------------ 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, 54919b2d-cf7c-42c1-9129-3d371de362c3, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 54919b2d-cf7c-42c1-9129-3d371de362c3, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 54919b2d-cf7c-42c1-9129-3d371de362c3, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGIwMDBiODUtYjQ1MTI1ODQtN2VmN2VmYzAtNzU2MDRiYTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 22d60f58-b814-4901-85d9-cdcbe276c6ef, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 22d60f58-b814-4901-85d9-cdcbe276c6ef, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=NGIwMDBiODUtYjQ1MTI1ODQtN2VmN2VmYzAtNzU2MDRiYTE=" 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, 22d60f58-b814-4901-85d9-cdcbe276c6ef, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, dd4af8f7-336b-4540-acf9-437885f38fc3, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd4af8f7-336b-4540-acf9-437885f38fc3, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=NGIwMDBiODUtYjQ1MTI1ODQtN2VmN2VmYzAtNzU2MDRiYTE=" 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, dd4af8f7-336b-4540-acf9-437885f38fc3, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 3d2b2a92-9388-4a57-b3d8-8e92061d83c2, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 3d2b2a92-9388-4a57-b3d8-8e92061d83c2, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=NGIwMDBiODUtYjQ1MTI1ODQtN2VmN2VmYzAtNzU2MDRiYTE=" 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, 3d2b2a92-9388-4a57-b3d8-8e92061d83c2, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 51cce5fc-f059-4e08-9f70-98f53e259f0f, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51cce5fc-f059-4e08-9f70-98f53e259f0f, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=NGIwMDBiODUtYjQ1MTI1ODQtN2VmN2VmYzAtNzU2MDRiYTE=" 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, 51cce5fc-f059-4e08-9f70-98f53e259f0f, ghrun-riv5274sbu.auto.internal:26606): 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/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_inc_backup_ccf39bf5`\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: 3336244
DEBUG    ya.test:process.py:259 Command (pid 3336244) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3336244) elapsed time (sec): 0.12508940696716309
DEBUG    ya.test:process.py:263 Command (pid 3336244) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3336244) minflt: 3437
DEBUG    ya.test:process.py:263 Command (pid 3336244) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3336244) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) nvcsw: 190
DEBUG    ya.test:process.py:263 Command (pid 3336244) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3336244) stime: 0.033601
DEBUG    ya.test:process.py:263 Command (pid 3336244) utime: 0.033601
DEBUG    ya.test:process.py:263 Command (pid 3336244) wtime: 0.126
DEBUG    ya.test:process.py:275 Command (pid 3336244) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, aaf44f73-4d5c-4f34-8447-54b09982848c, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, aaf44f73-4d5c-4f34-8447-54b09982848c, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_ccf39bf5" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, aaf44f73-4d5c-4f34-8447-54b09982848c, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_ccf39bf5" 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: 1764252456750 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection test_inc_backup_ccf39bf5 found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d756265f-2b24-42a6-adbc-3d91323294a4, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d756265f-2b24-42a6-adbc-3d91323294a4, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d756265f-2b24-42a6-adbc-3d91323294a4, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTcwYzkxZjAtM2IzYmU5ZTQtN2I3NTAwZTMtNTY1MzE4Y2U=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1442a13-4311-42f0-8920-cc18f823225b, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1442a13-4311-42f0-8920-cc18f823225b, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OTcwYzkxZjAtM2IzYmU5ZTQtN2I3NTAwZTMtNTY1MzE4Y2U=" 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, c1442a13-4311-42f0-8920-cc18f823225b, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 53060d67-7e7e-4b98-9fce-9baf2989d716, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 53060d67-7e7e-4b98-9fce-9baf2989d716, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 53060d67-7e7e-4b98-9fce-9baf2989d716, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWUzN2NhMzgtYTNjODYzMzEtMzUyOThlMGYtOGM5YTkyNDc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 96e02d80-d7f3-4113-af4f-f52e21b99e4c, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e02d80-d7f3-4113-af4f-f52e21b99e4c, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OWUzN2NhMzgtYTNjODYzMzEtMzUyOThlMGYtOGM5YTkyNDc=" 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, 96e02d80-d7f3-4113-af4f-f52e21b99e4c, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e9c83a87-8523-41d4-b63a-e1025cd1c924, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e9c83a87-8523-41d4-b63a-e1025cd1c924, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e9c83a87-8523-41d4-b63a-e1025cd1c924, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', 'GRANT ALL ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3336374
DEBUG    ya.test:process.py:259 Command (pid 3336374) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3336374) elapsed time (sec): 0.12531518936157227
DEBUG    ya.test:process.py:263 Command (pid 3336374) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3336374) minflt: 3447
DEBUG    ya.test:process.py:263 Command (pid 3336374) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3336374) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) nvcsw: 204
DEBUG    ya.test:process.py:263 Command (pid 3336374) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3336374) stime: 0.028717999999999997
DEBUG    ya.test:process.py:263 Command (pid 3336374) utime: 0.043078
DEBUG    ya.test:process.py:263 Command (pid 3336374) wtime: 0.128
DEBUG    ya.test:process.py:275 Command (pid 3336374) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, af87026d-49bc-4240-87f2-4f59c1113f03, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, af87026d-49bc-4240-87f2-4f59c1113f03, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, af87026d-49bc-4240-87f2-4f59c1113f03, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2MyNjM3MTMtZjU0OTQxMDItZGYzZjZhN2ItODBkMmU4YWU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 97a1276e-395b-40b2-9c1b-a4b625eb0fe7, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 97a1276e-395b-40b2-9c1b-a4b625eb0fe7, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=Y2MyNjM3MTMtZjU0OTQxMDItZGYzZjZhN2ItODBkMmU4YWU=" path: "/Root/extra1_1_2456" columns { name: "id" type { optional_type { 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, 97a1276e-395b-40b2-9c1b-a4b625eb0fe7, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3f941904-7efb-4f82-93da-2c5859847b31, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f941904-7efb-4f82-93da-2c5859847b31, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=Y2MyNjM3MTMtZjU0OTQxMDItZGYzZjZhN2ItODBkMmU4YWU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_2456 (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, 3f941904-7efb-4f82-93da-2c5859847b31, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6fc1977e-8c44-4b55-ab38-1893d3791c78, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6fc1977e-8c44-4b55-ab38-1893d3791c78, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6fc1977e-8c44-4b55-ab38-1893d3791c78, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2NjY2UxNGYtOTk3ZTRkOTEtNjFkYjQwMmQtYWE3MjI5NTI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1950393a-4e39-43bd-8c0b-6e1a54b61edb, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1950393a-4e39-43bd-8c0b-6e1a54b61edb, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=Y2NjY2UxNGYtOTk3ZTRkOTEtNjFkYjQwMmQtYWE3MjI5NTI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1950393a-4e39-43bd-8c0b-6e1a54b61edb, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 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, 93aa2919-035f-4d88-8a9f-777d5b2645c1, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93aa2919-035f-4d88-8a9f-777d5b2645c1, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=Y2NjY2UxNGYtOTk3ZTRkOTEtNjFkYjQwMmQtYWE3MjI5NTI=" 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, 93aa2919-035f-4d88-8a9f-777d5b2645c1, ghrun-riv5274sbu.auto.internal:26606): 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, 863b24ad-bba0-4557-938b-0ad16eb48c6d, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 863b24ad-bba0-4557-938b-0ad16eb48c6d, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 863b24ad-bba0-4557-938b-0ad16eb48c6d, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 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 0x7f1a8e2a7c60 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 0x7f1a8e2a6040>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f1a8e2a6040>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 75678804-ce04-43c1-8163-17b3db3ea37b, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 75678804-ce04-43c1-8163-17b3db3ea37b, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 75678804-ce04-43c1-8163-17b3db3ea37b, ghrun-riv5274sbu.auto.internal:26606): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 75678804-ce04-43c1-8163-17b3db3ea37b, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2QxYzNhMS1iMjJiYzg0Yi1kZjljYzE4Yi01MTU2MDE2MQ==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1a8e2a6040>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f1a8e2a6040>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, a6b23c64-2e77-4bce-a744-e54595d5f466, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 75678804-ce04-43c1-8163-17b3db3ea37b, ghrun-riv5274sbu.auto.internal:26606): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, a6b23c64-2e77-4bce-a744-e54595d5f466, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=Y2QxYzNhMS1iMjJiYzg0Yi1kZjljYzE4Yi01MTU2MDE2MQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, a6b23c64-2e77-4bce-a744-e54595d5f466, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 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 0x7f1a8e2a6040>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 6ebd3ae8-5c5b-49e7-8a76-98222f722493, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 6ebd3ae8-5c5b-49e7-8a76-98222f722493, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 6ebd3ae8-5c5b-49e7-8a76-98222f722493, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3336450
DEBUG    ya.test:process.py:259 Command (pid 3336450) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3336450) elapsed time (sec): 0.11928224563598633
DEBUG    ya.test:process.py:263 Command (pid 3336450) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336450) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3336450) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336450) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336450) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3336450) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3336450) minflt: 3458
DEBUG    ya.test:process.py:263 Command (pid 3336450) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3336450) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3336450) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3336450) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3336450) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3336450) nvcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 3336450) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3336450) stime: 0.038134
DEBUG    ya.test:process.py:263 Command (pid 3336450) utime: 0.030507
DEBUG    ya.test:process.py:263 Command (pid 3336450) wtime: 0.12
DEBUG    ya.test:process.py:275 Command (pid 3336450) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 69f2c95a-004a-49dc-9e0d-ab820282ea59, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 69f2c95a-004a-49dc-9e0d-ab820282ea59, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 69f2c95a-004a-49dc-9e0d-ab820282ea59, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWQwZTNlMzctNTE5MzJiODctNDM4MTdiZjctNjEyNTNlZmY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0d76364e-4371-4756-b486-b1afe50b8f68, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0d76364e-4371-4756-b486-b1afe50b8f68, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OWQwZTNlMzctNTE5MzJiODctNDM4MTdiZjctNjEyNTNlZmY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0d76364e-4371-4756-b486-b1afe50b8f68, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456610 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, 6ad91a74-f8fc-4420-9b4a-d630d02a5ea4, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ad91a74-f8fc-4420-9b4a-d630d02a5ea4, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OWQwZTNlMzctNTE5MzJiODctNDM4MTdiZjctNjEyNTNlZmY=" 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, 6ad91a74-f8fc-4420-9b4a-d630d02a5ea4, ghrun-riv5274sbu.auto.internal:26606): 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, d5d8f8e3-6bf5-48fd-aae1-2a15569e5bba, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, d5d8f8e3-6bf5-48fd-aae1-2a15569e5bba, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, d5d8f8e3-6bf5-48fd-aae1-2a15569e5bba, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456610 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 20606c4f-e6bb-4ad6-979e-acbe19324676, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 20606c4f-e6bb-4ad6-979e-acbe19324676, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=Y2QxYzNhMS1iMjJiYzg0Yi1kZjljYzE4Yi01MTU2MDE2MQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 20606c4f-e6bb-4ad6-979e-acbe19324676, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456610 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 0x7f1a8e2a6040>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 4508e862-7ac6-42a0-a2fd-12bb6dd38296, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 4508e862-7ac6-42a0-a2fd-12bb6dd38296, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 4508e862-7ac6-42a0-a2fd-12bb6dd38296, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456610 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3336549
DEBUG    ya.test:process.py:259 Command (pid 3336549) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3336549) elapsed time (sec): 0.11740541458129883
DEBUG    ya.test:process.py:263 Command (pid 3336549) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336549) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3336549) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336549) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3336549) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3336549) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3336549) minflt: 3455
DEBUG    ya.test:process.py:263 Command (pid 3336549) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3336549) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3336549) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3336549) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3336549) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3336549) nvcsw: 192
DEBUG    ya.test:process.py:263 Command (pid 3336549) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3336549) stime: 0.030265
DEBUG    ya.test:process.py:263 Command (pid 3336549) utime: 0.037831
DEBUG    ya.test:process.py:263 Command (pid 3336549) wtime: 0.118
DEBUG    ya.test:process.py:275 Command (pid 3336549) output:

DEBUG    ya.test:process.py:276 Command (pid 3336549) 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/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_ccf39bf5`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3337283
DEBUG    ya.test:process.py:259 Command (pid 3337283) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3337283) elapsed time (sec): 0.14693212509155273
DEBUG    ya.test:process.py:263 Command (pid 3337283) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3337283) minflt: 3449
DEBUG    ya.test:process.py:263 Command (pid 3337283) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3337283) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) nvcsw: 200
DEBUG    ya.test:process.py:263 Command (pid 3337283) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3337283) stime: 0.016855
DEBUG    ya.test:process.py:263 Command (pid 3337283) utime: 0.050567
DEBUG    ya.test:process.py:263 Command (pid 3337283) wtime: 0.148
DEBUG    ya.test:process.py:275 Command (pid 3337283) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, e0b38d6e-ed82-43df-a967-233ebc9ebc6a, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, e0b38d6e-ed82-43df-a967-233ebc9ebc6a, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_ccf39bf5" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, e0b38d6e-ed82-43df-a967-233ebc9ebc6a, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_ccf39bf5" 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: 1764252456750 tx_id: 281474976710664 } } children { name: "20251127140738Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764252458590 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, fac8e8cc-6b46-41b7-b74c-e83425cded24, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, fac8e8cc-6b46-41b7-b74c-e83425cded24, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_ccf39bf5" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, fac8e8cc-6b46-41b7-b74c-e83425cded24, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_ccf39bf5" 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: 1764252456750 tx_id: 281474976710664 } } children { name: "20251127140738Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764252458590 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 36239596-e624-4cb6-ab32-017ece740d70, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 36239596-e624-4cb6-ab32-017ece740d70, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 36239596-e624-4cb6-ab32-017ece740d70, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzhmNGIzMWQtNjdiYzU0YmUtOTkwNzJhOGUtZGI1NjA5ZDM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c3d7e429-7da1-4669-a3a3-aa341e1312a5, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3d7e429-7da1-4669-a3a3-aa341e1312a5, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=YzhmNGIzMWQtNjdiYzU0YmUtOTkwNzJhOGUtZGI1NjA5ZDM=" 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, c3d7e429-7da1-4669-a3a3-aa341e1312a5, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8382eb7e-569d-482c-88b5-f4544e35eaf6, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8382eb7e-569d-482c-88b5-f4544e35eaf6, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8382eb7e-569d-482c-88b5-f4544e35eaf6, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDU0OTAyOTQtOWZmMTMxM2UtNzkyMGEyYjQtNjgxNDhiYjc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ad448338-7856-41ca-bd45-a50df48e4d44, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad448338-7856-41ca-bd45-a50df48e4d44, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=ZDU0OTAyOTQtOWZmMTMxM2UtNzkyMGEyYjQtNjgxNDhiYjc=" 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, ad448338-7856-41ca-bd45-a50df48e4d44, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fb48878d-ea0d-4d33-8391-151615601aba, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fb48878d-ea0d-4d33-8391-151615601aba, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fb48878d-ea0d-4d33-8391-151615601aba, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTUzMDA4YmMtZGYxMTdmZmItNTE4ODU5MTUtYzU3NDNhNDE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, bc1a01a7-2988-4575-9ea3-4000de94c577, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, bc1a01a7-2988-4575-9ea3-4000de94c577, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OTUzMDA4YmMtZGYxMTdmZmItNTE4ODU5MTUtYzU3NDNhNDE=" path: "/Root/extra2_1_2458" columns { name: "id" type { optional_type { 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, bc1a01a7-2988-4575-9ea3-4000de94c577, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9d3cecf1-4179-41e4-b255-5fe40d426a75, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d3cecf1-4179-41e4-b255-5fe40d426a75, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OTUzMDA4YmMtZGYxMTdmZmItNTE4ODU5MTUtYzU3NDNhNDE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_2458 (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, 9d3cecf1-4179-41e4-b255-5fe40d426a75, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 4f26ac40-9b20-4857-8c1e-a4c19847ef38, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4f26ac40-9b20-4857-8c1e-a4c19847ef38, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4f26ac40-9b20-4857-8c1e-a4c19847ef38, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzI0NDVmYTEtNjUyODNiMzAtM2UyOWY3ODAtNzVmYjYwNTU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 0b874117-2978-4a57-ab3a-7534397cb8bb, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 0b874117-2978-4a57-ab3a-7534397cb8bb, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=MzI0NDVmYTEtNjUyODNiMzAtM2UyOWY3ODAtNzVmYjYwNTU=" yql_text: "DROP TABLE `/Root/extra1_1_2456`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 0b874117-2978-4a57-ab3a-7534397cb8bb, ghrun-riv5274sbu.auto.internal:26606): 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/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3337445
DEBUG    ya.test:process.py:259 Command (pid 3337445) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3337445) elapsed time (sec): 0.12560200691223145
DEBUG    ya.test:process.py:263 Command (pid 3337445) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3337445) minflt: 3439
DEBUG    ya.test:process.py:263 Command (pid 3337445) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3337445) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) nvcsw: 174
DEBUG    ya.test:process.py:263 Command (pid 3337445) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3337445) stime: 0.017848
DEBUG    ya.test:process.py:263 Command (pid 3337445) utime: 0.053543999999999994
DEBUG    ya.test:process.py:263 Command (pid 3337445) wtime: 0.127
DEBUG    ya.test:process.py:275 Command (pid 3337445) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v1,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3337592
DEBUG    ya.test:process.py:259 Command (pid 3337592) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3337592) elapsed time (sec): 0.15740966796875
DEBUG    ya.test:process.py:263 Command (pid 3337592) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3337592) minflt: 3572
DEBUG    ya.test:process.py:263 Command (pid 3337592) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 3337592) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) nvcsw: 221
DEBUG    ya.test:process.py:263 Command (pid 3337592) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3337592) stime: 0.036067
DEBUG    ya.test:process.py:263 Command (pid 3337592) utime: 0.044081999999999996
DEBUG    ya.test:process.py:263 Command (pid 3337592) wtime: 0.159
DEBUG    ya.test:process.py:275 Command (pid 3337592) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 91bc3e0b-f7fd-4e07-a4da-6ecd1a25859b, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 91bc3e0b-f7fd-4e07-a4da-6ecd1a25859b, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 91bc3e0b-f7fd-4e07-a4da-6ecd1a25859b, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjFjODNkZmQtZTM4NjQwYmEtY2NjZTY2OGYtY2MwNjgyMjA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 492b0618-e355-4b30-b0da-01adc99abcfd, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 492b0618-e355-4b30-b0da-01adc99abcfd, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=NjFjODNkZmQtZTM4NjQwYmEtY2NjZTY2OGYtY2MwNjgyMjA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 492b0618-e355-4b30-b0da-01adc99abcfd, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 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: "20251127140738Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7f43504-9e3f-4c47-9652-b90b9a6e571b, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7f43504-9e3f-4c47-9652-b90b9a6e571b, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=NjFjODNkZmQtZTM4NjQwYmEtY2NjZTY2OGYtY2MwNjgyMjA=" 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, e7f43504-9e3f-4c47-9652-b90b9a6e571b, ghrun-riv5274sbu.auto.internal:26606): 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, edd8e89b-073a-476f-9add-9f2889e68c51, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, edd8e89b-073a-476f-9add-9f2889e68c51, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, edd8e89b-073a-476f-9add-9f2889e68c51, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 523ab765-8494-464f-8ff3-807948699d23, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 523ab765-8494-464f-8ff3-807948699d23, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=Y2QxYzNhMS1iMjJiYzg0Yi1kZjljYzE4Yi01MTU2MDE2MQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 523ab765-8494-464f-8ff3-807948699d23, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 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: "20251127140738Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1a8e2a6040>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e40abc31-a60c-44d3-91cf-7cdfec5f87ac, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e40abc31-a60c-44d3-91cf-7cdfec5f87ac, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e40abc31-a60c-44d3-91cf-7cdfec5f87ac, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3337760
DEBUG    ya.test:process.py:259 Command (pid 3337760) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3337760) elapsed time (sec): 0.1239919662475586
DEBUG    ya.test:process.py:263 Command (pid 3337760) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337760) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3337760) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337760) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337760) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3337760) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3337760) minflt: 3453
DEBUG    ya.test:process.py:263 Command (pid 3337760) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3337760) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3337760) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 3337760) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3337760) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3337760) nvcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 3337760) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3337760) stime: 0.026605999999999998
DEBUG    ya.test:process.py:263 Command (pid 3337760) utime: 0.048778999999999996
DEBUG    ya.test:process.py:263 Command (pid 3337760) wtime: 0.127
DEBUG    ya.test:process.py:275 Command (pid 3337760) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 34b2df16-bf2d-468d-a807-e5f2d7ff1b79, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 34b2df16-bf2d-468d-a807-e5f2d7ff1b79, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 34b2df16-bf2d-468d-a807-e5f2d7ff1b79, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGNmOTBkYy00ZGFmMTZjYS04MDE4YjZhZi04NDA0ZTg0Nw==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1497ccb4-d1da-4765-9b66-3f4b4583a8fb, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1497ccb4-d1da-4765-9b66-3f4b4583a8fb, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OGNmOTBkYy00ZGFmMTZjYS04MDE4YjZhZi04NDA0ZTg0Nw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1497ccb4-d1da-4765-9b66-3f4b4583a8fb, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456610 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: "20251127140738Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ad3aa77-09b8-4439-81a6-40d3beb24429, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad3aa77-09b8-4439-81a6-40d3beb24429, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OGNmOTBkYy00ZGFmMTZjYS04MDE4YjZhZi04NDA0ZTg0Nw==" 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, 1ad3aa77-09b8-4439-81a6-40d3beb24429, ghrun-riv5274sbu.auto.internal:26606): 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, 7810d23c-fb71-4f30-96f9-884d24f4558f, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7810d23c-fb71-4f30-96f9-884d24f4558f, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7810d23c-fb71-4f30-96f9-884d24f4558f, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456610 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d3a38871-5809-4616-8d71-39858278f1ac, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d3a38871-5809-4616-8d71-39858278f1ac, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=Y2QxYzNhMS1iMjJiYzg0Yi1kZjljYzE4Yi01MTU2MDE2MQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d3a38871-5809-4616-8d71-39858278f1ac, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456610 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: "20251127140738Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1a8e2a6040>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 0dca4acc-9f9d-4715-aaac-b6b6c1309a6d, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0dca4acc-9f9d-4715-aaac-b6b6c1309a6d, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0dca4acc-9f9d-4715-aaac-b6b6c1309a6d, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456610 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3337941
DEBUG    ya.test:process.py:259 Command (pid 3337941) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3337941) elapsed time (sec): 0.12874841690063477
DEBUG    ya.test:process.py:263 Command (pid 3337941) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337941) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3337941) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337941) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3337941) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3337941) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3337941) minflt: 3457
DEBUG    ya.test:process.py:263 Command (pid 3337941) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3337941) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3337941) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 3337941) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3337941) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3337941) nvcsw: 188
DEBUG    ya.test:process.py:263 Command (pid 3337941) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3337941) stime: 0.045932
DEBUG    ya.test:process.py:263 Command (pid 3337941) utime: 0.029228999999999998
DEBUG    ya.test:process.py:263 Command (pid 3337941) wtime: 0.13
DEBUG    ya.test:process.py:275 Command (pid 3337941) output:

DEBUG    ya.test:process.py:276 Command (pid 3337941) 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/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_ccf39bf5` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3339667
DEBUG    ya.test:process.py:259 Command (pid 3339667) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3339667) elapsed time (sec): 0.1999678611755371
DEBUG    ya.test:process.py:263 Command (pid 3339667) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3339667) minflt: 3455
DEBUG    ya.test:process.py:263 Command (pid 3339667) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) nivcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3339667) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) nvcsw: 168
DEBUG    ya.test:process.py:263 Command (pid 3339667) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3339667) stime: 0.014284999999999999
DEBUG    ya.test:process.py:263 Command (pid 3339667) utime: 0.066663
DEBUG    ya.test:process.py:263 Command (pid 3339667) wtime: 0.201
DEBUG    ya.test:process.py:275 Command (pid 3339667) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, bc1822cf-5c4d-4bdf-a4bf-e0f8d405893a, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, bc1822cf-5c4d-4bdf-a4bf-e0f8d405893a, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_ccf39bf5" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, bc1822cf-5c4d-4bdf-a4bf-e0f8d405893a, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_ccf39bf5" 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: 1764252456750 tx_id: 281474976710664 } } children { name: "20251127140738Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764252458590 tx_id: 281474976710672 } } children { name: "20251127140740Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764252460710 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 60a5adfd-32c5-4c4a-9a8d-eab73dd34acb, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 60a5adfd-32c5-4c4a-9a8d-eab73dd34acb, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_ccf39bf5" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 60a5adfd-32c5-4c4a-9a8d-eab73dd34acb, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_ccf39bf5" 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: 1764252456750 tx_id: 281474976710664 } } children { name: "20251127140738Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764252458590 tx_id: 281474976710672 } } children { name: "20251127140740Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764252460710 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7534ba15-931e-4950-9bde-1d6dc4a9bc5e, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7534ba15-931e-4950-9bde-1d6dc4a9bc5e, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7534ba15-931e-4950-9bde-1d6dc4a9bc5e, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTdjNTAwOTktZmUwZDE5NGYtODg0MzkxOWQtNzc4ZTc1ZTM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8609667e-9f6b-4b77-81f4-759141c6e67a, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8609667e-9f6b-4b77-81f4-759141c6e67a, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=ZTdjNTAwOTktZmUwZDE5NGYtODg0MzkxOWQtNzc4ZTc1ZTM=" 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, 8609667e-9f6b-4b77-81f4-759141c6e67a, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, edc573f5-90d5-45c2-adcb-27313275bcca, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, edc573f5-90d5-45c2-adcb-27313275bcca, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, edc573f5-90d5-45c2-adcb-27313275bcca, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTJjMjAxMTktZjRmODJiZmItNjUxZTExOGMtYWRiODkwODE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce2494ac-a095-414d-94bf-ac66aa992567, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2494ac-a095-414d-94bf-ac66aa992567, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=YTJjMjAxMTktZjRmODJiZmItNjUxZTExOGMtYWRiODkwODE=" 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, ce2494ac-a095-414d-94bf-ac66aa992567, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 603cf85f-1cff-4774-ad92-c248d237d2d4, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 603cf85f-1cff-4774-ad92-c248d237d2d4, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 603cf85f-1cff-4774-ad92-c248d237d2d4, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZmVjZGI2YzYtMmRhMTI4MjItMzgxMjhmZjktNDVlYzIzMjA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, b68d1a69-fbc3-4527-a471-484db2fd7d3d, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, b68d1a69-fbc3-4527-a471-484db2fd7d3d, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=ZmVjZGI2YzYtMmRhMTI4MjItMzgxMjhmZjktNDVlYzIzMjA=" path: "/Root/extra3_1_2460" columns { name: "id" type { optional_type { 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, b68d1a69-fbc3-4527-a471-484db2fd7d3d, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85416bda-7427-483c-8b17-900b69b2acc8, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85416bda-7427-483c-8b17-900b69b2acc8, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=ZmVjZGI2YzYtMmRhMTI4MjItMzgxMjhmZjktNDVlYzIzMjA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_2460 (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, 85416bda-7427-483c-8b17-900b69b2acc8, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3da813a3-3c30-46da-96c1-25f14645e16b, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3da813a3-3c30-46da-96c1-25f14645e16b, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3da813a3-3c30-46da-96c1-25f14645e16b, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWNhODRkYzEtODU5MWJkNGYtZjEzMGQ1ZDMtMThiZjg1Zjc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 1b584c0a-842b-4fc3-88bc-47f669319f5e, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 1b584c0a-842b-4fc3-88bc-47f669319f5e, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=ZWNhODRkYzEtODU5MWJkNGYtZjEzMGQ1ZDMtMThiZjg1Zjc=" yql_text: "DROP TABLE `/Root/extra2_1_2458`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 1b584c0a-842b-4fc3-88bc-47f669319f5e, ghrun-riv5274sbu.auto.internal:26606): 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/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v2,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3340684
DEBUG    ya.test:process.py:259 Command (pid 3340684) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3340684) elapsed time (sec): 0.18590712547302246
DEBUG    ya.test:process.py:263 Command (pid 3340684) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3340684) minflt: 3574
DEBUG    ya.test:process.py:263 Command (pid 3340684) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3340684) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) nvcsw: 201
DEBUG    ya.test:process.py:263 Command (pid 3340684) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3340684) stime: 0.040338
DEBUG    ya.test:process.py:263 Command (pid 3340684) utime: 0.043278
DEBUG    ya.test:process.py:263 Command (pid 3340684) wtime: 0.187
DEBUG    ya.test:process.py:275 Command (pid 3340684) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fae68906-e7bf-4e30-bac0-fcc50f037f29, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fae68906-e7bf-4e30-bac0-fcc50f037f29, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fae68906-e7bf-4e30-bac0-fcc50f037f29, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDNjNWI2NzYtZjkwOTk1OC0xMTVmNzRhOS1hZmEyYzBmMg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 89d65c73-1102-4c22-95ba-3858a3b36059, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 89d65c73-1102-4c22-95ba-3858a3b36059, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=ZDNjNWI2NzYtZjkwOTk1OC0xMTVmNzRhOS1hZmEyYzBmMg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 89d65c73-1102-4c22-95ba-3858a3b36059, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 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: "20251127140738Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251127140740Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 55675717-9189-4bbd-9cee-763fbbe4a21e, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55675717-9189-4bbd-9cee-763fbbe4a21e, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=ZDNjNWI2NzYtZjkwOTk1OC0xMTVmNzRhOS1hZmEyYzBmMg==" 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, 55675717-9189-4bbd-9cee-763fbbe4a21e, ghrun-riv5274sbu.auto.internal:26606): 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, eda98a4e-3003-492b-b92d-7bc36735cc6c, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, eda98a4e-3003-492b-b92d-7bc36735cc6c, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, eda98a4e-3003-492b-b92d-7bc36735cc6c, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 8094a9f7-07c3-4bef-91b6-deaf2ca88598, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 8094a9f7-07c3-4bef-91b6-deaf2ca88598, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=Y2QxYzNhMS1iMjJiYzg0Yi1kZjljYzE4Yi01MTU2MDE2MQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 8094a9f7-07c3-4bef-91b6-deaf2ca88598, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 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: "20251127140738Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251127140740Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f1a8e2a6040>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 2ea0f6c4-5a97-4b38-8508-dcffef04ee8f, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2ea0f6c4-5a97-4b38-8508-dcffef04ee8f, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2ea0f6c4-5a97-4b38-8508-dcffef04ee8f, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456550 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/61h5/005260/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/61h5/005260/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:26606', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3341214
DEBUG    ya.test:process.py:259 Command (pid 3341214) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3341214) elapsed time (sec): 0.1470029354095459
DEBUG    ya.test:process.py:263 Command (pid 3341214) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3341214) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3341214) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3341214) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3341214) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3341214) maxrss: 164264
DEBUG    ya.test:process.py:263 Command (pid 3341214) minflt: 3455
DEBUG    ya.test:process.py:263 Command (pid 3341214) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3341214) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3341214) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 3341214) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3341214) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3341214) nvcsw: 162
DEBUG    ya.test:process.py:263 Command (pid 3341214) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3341214) stime: 0.02746
DEBUG    ya.test:process.py:263 Command (pid 3341214) utime: 0.047074
DEBUG    ya.test:process.py:263 Command (pid 3341214) wtime: 0.169
DEBUG    ya.test:process.py:275 Command (pid 3341214) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2dfc7476-41aa-429e-963d-a63a817c106a, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2dfc7476-41aa-429e-963d-a63a817c106a, ghrun-riv5274sbu.auto.internal:26606): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2dfc7476-41aa-429e-963d-a63a817c106a, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWE5YjlhY2EtM2Y4OGUwN2QtYzNjZThkNWYtYTA2Y2Y4MmE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, ac4e07f8-e881-42b5-80a1-cbf5569d2703, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, ac4e07f8-e881-42b5-80a1-cbf5569d2703, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OWE5YjlhY2EtM2Y4OGUwN2QtYzNjZThkNWYtYTA2Y2Y4MmE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, ac4e07f8-e881-42b5-80a1-cbf5569d2703, ghrun-riv5274sbu.auto.internal:26606): 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: 1764252456610 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: "20251127140738Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251127140740Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b5930041-2a4d-4299-b469-daba91122d87, ghrun-riv5274sbu.auto.internal:26606): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5930041-2a4d-4299-b469-daba91122d87, ghrun-riv5274sbu.auto.internal:26606): request = { session_id: "ydb://session/3?node_id=1&id=OWE5YjlhY2EtM2Y4OGUwN2QtYzNjZThkNWYtYTA2Y2Y4MmE=" 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, b5930041-2a4d-4299-b469-daba91122d87, ghrun-riv5274sbu.auto.internal:26606): response = { operation { ready: true status: ABORTED issues { message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 3 requested, table schemaversion 4 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kb2t8amj41mn1hsjwdekn469" } } } } }
---------------------------- 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:26606/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13710
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63240
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63337
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26606
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9248
============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
5.23s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
3.19s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes - ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 3 requested, table schemaversion 4 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
============================== 1 failed in 31.59s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/61h5/005281/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
23.75s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
17.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
4.03s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 45.12s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/61h5/0052ad/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
15.05s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
4.21s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 41.60s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/61h5/00526d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 8 items

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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