============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001bb6/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 ===============================
27.04s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
9.34s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
6.44s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
============================== 1 passed in 43.13s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b74/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.09s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
19.36s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
5.01s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
============================== 1 passed in 46.88s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001ae4/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 ===============================
33.18s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.04s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
9.61s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
========================= 1 passed in 65.31s (0:01:05) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001ada/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 ===============================
33.54s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
22.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
10.03s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
========================= 1 passed in 66.21s (0:01:06) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b47/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 ===============================
88.69s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
17.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
7.17s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
======================== 1 passed in 113.26s (0:01:53) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001bc4/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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18296
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/68w4/001bc4/r3tmp/kikimr_cluster_5n_d6rfz
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11955
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24125
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26318
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15850
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/68w4/001bc4/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:269 Final command: /home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/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_xzl17dto.log --grpc-port=11955 --mon-port=24125 --ic-port=18296
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11955/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/68w4/001bc4/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:269 Final command: /home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/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_xzl17dto.log --grpc-port=11955 --mon-port=24125 --ic-port=18296
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/68w4/001bc4/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/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_xzl17dto.log', '--grpc-port=11955', '--mon-port=24125', '--ic-port=18296')' in '/home/runner/.ya/build/build_root/68w4/001bc4/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: 2468975
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:11955/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/68w4/001bc4/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2468977
DEBUG    ya.test:process.py:259 Command (pid 2468977) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2468977) elapsed time (sec): 1.9696013927459717
DEBUG    ya.test:process.py:263 Command (pid 2468977) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2468977) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2468977) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2468977) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2468977) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2468977) maxrss: 543156
DEBUG    ya.test:process.py:263 Command (pid 2468977) minflt: 16204
DEBUG    ya.test:process.py:263 Command (pid 2468977) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2468977) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2468977) nivcsw: 90
DEBUG    ya.test:process.py:263 Command (pid 2468977) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2468977) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2468977) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 2468977) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2468977) stime: 1.790314
DEBUG    ya.test:process.py:263 Command (pid 2468977) utime: 0.112468
DEBUG    ya.test:process.py:263 Command (pid 2468977) wtime: 1.971
DEBUG    ya.test:process.py:275 Command (pid 2468977) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/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 2468977) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-2c4kdoooai    Host information: 
        Linux ghrun-2c4kdoooai 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/68w4/001bc4/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/68w4/001bc4/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11955', '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: 18296\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/68w4/001bc4/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11955', '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: 18296\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2473731
DEBUG    ya.test:process.py:259 Command (pid 2473731) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2473731) elapsed time (sec): 1.0459229946136475
DEBUG    ya.test:process.py:263 Command (pid 2473731) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2473731) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2473731) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2473731) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2473731) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2473731) maxrss: 551616
DEBUG    ya.test:process.py:263 Command (pid 2473731) minflt: 18346
DEBUG    ya.test:process.py:263 Command (pid 2473731) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2473731) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2473731) nivcsw: 97
DEBUG    ya.test:process.py:263 Command (pid 2473731) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2473731) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2473731) nvcsw: 99
DEBUG    ya.test:process.py:263 Command (pid 2473731) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2473731) stime: 0.8399099999999999
DEBUG    ya.test:process.py:263 Command (pid 2473731) utime: 0.115437
DEBUG    ya.test:process.py:263 Command (pid 2473731) wtime: 1.047
DEBUG    ya.test:process.py:275 Command (pid 2473731) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/68w4/001bc4/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11955', '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/68w4/001bc4/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11955', '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: 2474376
DEBUG    ya.test:process.py:259 Command (pid 2474376) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2474376) elapsed time (sec): 1.091825008392334
DEBUG    ya.test:process.py:263 Command (pid 2474376) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2474376) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2474376) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2474376) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2474376) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2474376) maxrss: 551624
DEBUG    ya.test:process.py:263 Command (pid 2474376) minflt: 18349
DEBUG    ya.test:process.py:263 Command (pid 2474376) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2474376) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2474376) nivcsw: 109
DEBUG    ya.test:process.py:263 Command (pid 2474376) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2474376) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2474376) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 2474376) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2474376) stime: 0.877921
DEBUG    ya.test:process.py:263 Command (pid 2474376) utime: 0.132997
DEBUG    ya.test:process.py:263 Command (pid 2474376) wtime: 1.093
DEBUG    ya.test:process.py:275 Command (pid 2474376) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 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, 5e345cf1-b0de-4e86-94ac-9d6e345fcd41, localhost:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5e345cf1-b0de-4e86-94ac-9d6e345fcd41, localhost:11955): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5e345cf1-b0de-4e86-94ac-9d6e345fcd41, localhost:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-2c4kdoooai.auto.internal" port: 11955 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-2c4kdoooai.auto.internal:11955, 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:11955
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange, test_name: test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cbe9f869-0bfb-4e48-beea-a776b08c8889, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cbe9f869-0bfb-4e48-beea-a776b08c8889, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cbe9f869-0bfb-4e48-beea-a776b08c8889, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2YyMTk2ZWYtYTM1YjhlOTgtMzJmN2RkOGYtNTVhNzc4OQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 7527702c-7a7b-4437-8808-166418693c4b, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 7527702c-7a7b-4437-8808-166418693c4b, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=N2YyMTk2ZWYtYTM1YjhlOTgtMzJmN2RkOGYtNTVhNzc4OQ==" 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, 7527702c-7a7b-4437-8808-166418693c4b, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cf525172-9aa5-433d-a3a6-2694c65cfced, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf525172-9aa5-433d-a3a6-2694c65cfced, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=N2YyMTk2ZWYtYTM1YjhlOTgtMzJmN2RkOGYtNTVhNzc4OQ==" 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, cf525172-9aa5-433d-a3a6-2694c65cfced, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, dd50210e-4132-4a60-9b38-270bb7952ac0, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, dd50210e-4132-4a60-9b38-270bb7952ac0, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=N2YyMTk2ZWYtYTM1YjhlOTgtMzJmN2RkOGYtNTVhNzc4OQ==" 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, dd50210e-4132-4a60-9b38-270bb7952ac0, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, eef887e4-e808-402a-9efb-70e4e76f5cd7, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eef887e4-e808-402a-9efb-70e4e76f5cd7, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=N2YyMTk2ZWYtYTM1YjhlOTgtMzJmN2RkOGYtNTVhNzc4OQ==" 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, eef887e4-e808-402a-9efb-70e4e76f5cd7, ghrun-2c4kdoooai.auto.internal:11955): 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/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_inc_backup_05f13a95`\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: 2475139
DEBUG    ya.test:process.py:259 Command (pid 2475139) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2475139) elapsed time (sec): 0.13825058937072754
DEBUG    ya.test:process.py:263 Command (pid 2475139) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2475139) minflt: 3436
DEBUG    ya.test:process.py:263 Command (pid 2475139) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 2475139) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) nvcsw: 164
DEBUG    ya.test:process.py:263 Command (pid 2475139) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2475139) stime: 0.029488999999999998
DEBUG    ya.test:process.py:263 Command (pid 2475139) utime: 0.04634
DEBUG    ya.test:process.py:263 Command (pid 2475139) wtime: 0.14
DEBUG    ya.test:process.py:275 Command (pid 2475139) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 5b246b96-e774-4049-a891-698f46c418db, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 5b246b96-e774-4049-a891-698f46c418db, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_05f13a95" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 5b246b96-e774-4049-a891-698f46c418db, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_05f13a95" 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: 1763139945420 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection test_inc_backup_05f13a95 found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b94eba6d-986e-4dd5-a7a9-ef027c03717b, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b94eba6d-986e-4dd5-a7a9-ef027c03717b, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b94eba6d-986e-4dd5-a7a9-ef027c03717b, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTBkNjE5YmUtOWQ5ODBkNS1iYjFjOTY4OC0xNDc2MGZm" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 686a5679-de56-4ecf-b693-174623be27ba, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 686a5679-de56-4ecf-b693-174623be27ba, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=NTBkNjE5YmUtOWQ5ODBkNS1iYjFjOTY4OC0xNDc2MGZm" 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, 686a5679-de56-4ecf-b693-174623be27ba, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fdccaba0-2fa8-4cfb-b3ec-90733cac91a4, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fdccaba0-2fa8-4cfb-b3ec-90733cac91a4, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fdccaba0-2fa8-4cfb-b3ec-90733cac91a4, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmEwMzFhMzAtOTE5ZDkzNGQtOGJiZGE4ZTQtZmQ3ZTRjMDA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 16fd7d89-c315-4f13-94c3-5040d490ae30, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16fd7d89-c315-4f13-94c3-5040d490ae30, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=NmEwMzFhMzAtOTE5ZDkzNGQtOGJiZGE4ZTQtZmQ3ZTRjMDA=" 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, 16fd7d89-c315-4f13-94c3-5040d490ae30, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 7248ff38-783f-43ec-b234-d12bdf8ea31b, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7248ff38-783f-43ec-b234-d12bdf8ea31b, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7248ff38-783f-43ec-b234-d12bdf8ea31b, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', 'GRANT ALL ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2475345
DEBUG    ya.test:process.py:259 Command (pid 2475345) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2475345) elapsed time (sec): 0.12858247756958008
DEBUG    ya.test:process.py:263 Command (pid 2475345) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2475345) minflt: 3433
DEBUG    ya.test:process.py:263 Command (pid 2475345) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 2475345) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) nvcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 2475345) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2475345) stime: 0.024463
DEBUG    ya.test:process.py:263 Command (pid 2475345) utime: 0.048927
DEBUG    ya.test:process.py:263 Command (pid 2475345) wtime: 0.13
DEBUG    ya.test:process.py:275 Command (pid 2475345) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cdec875b-6a10-4550-9d6e-c635ddb49c58, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cdec875b-6a10-4550-9d6e-c635ddb49c58, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cdec875b-6a10-4550-9d6e-c635ddb49c58, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWFiMzI0ZGUtMjVhNDMxYjktNGMxYWU2ZjUtNGI5MTU4ZTI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 5e0a1fe8-9d4c-4891-90ea-91cd9f4962f9, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 5e0a1fe8-9d4c-4891-90ea-91cd9f4962f9, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZWFiMzI0ZGUtMjVhNDMxYjktNGMxYWU2ZjUtNGI5MTU4ZTI=" path: "/Root/extra1_1_9945" columns { name: "id" type { optional_type { 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, 5e0a1fe8-9d4c-4891-90ea-91cd9f4962f9, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9a9dd58e-7f10-4b8e-80b9-883a5a50c6c2, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9dd58e-7f10-4b8e-80b9-883a5a50c6c2, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZWFiMzI0ZGUtMjVhNDMxYjktNGMxYWU2ZjUtNGI5MTU4ZTI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_9945 (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, 9a9dd58e-7f10-4b8e-80b9-883a5a50c6c2, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fb65f5d6-ce95-4fad-a580-987b4c2aac21, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fb65f5d6-ce95-4fad-a580-987b4c2aac21, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fb65f5d6-ce95-4fad-a580-987b4c2aac21, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGIzMmYyNGEtZDVkZTI3NTYtODQ3ZDlhZTQtYmFiZmI0MGY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0f5a9c2d-3778-45da-babd-475bde82752c, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0f5a9c2d-3778-45da-babd-475bde82752c, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZGIzMmYyNGEtZDVkZTI3NTYtODQ3ZDlhZTQtYmFiZmI0MGY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0f5a9c2d-3778-45da-babd-475bde82752c, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 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, e9b1e8b6-0e24-4362-a7f3-3c8183ac2aa9, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b1e8b6-0e24-4362-a7f3-3c8183ac2aa9, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZGIzMmYyNGEtZDVkZTI3NTYtODQ3ZDlhZTQtYmFiZmI0MGY=" 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, e9b1e8b6-0e24-4362-a7f3-3c8183ac2aa9, ghrun-2c4kdoooai.auto.internal:11955): 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, 3f134777-b04d-42c4-b7fb-2ec8b78ce6f1, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 3f134777-b04d-42c4-b7fb-2ec8b78ce6f1, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 3f134777-b04d-42c4-b7fb-2ec8b78ce6f1, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 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 0x7f57b3eaabd0 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 0x7f57b3ea9e60>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f57b3ea9e60>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f0b46d95-ea06-4881-a7d3-3c7806eeff86, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f0b46d95-ea06-4881-a7d3-3c7806eeff86, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, f0b46d95-ea06-4881-a7d3-3c7806eeff86, ghrun-2c4kdoooai.auto.internal:11955): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f0b46d95-ea06-4881-a7d3-3c7806eeff86, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjQzOTk4ZjEtNTMzYWE2M2MtYzZkNGRhZWItYTM2NjlkNDQ=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f57b3ea9e60>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f57b3ea9e60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d99ddc50-c809-466c-babb-e49d305577b4, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, f0b46d95-ea06-4881-a7d3-3c7806eeff86, ghrun-2c4kdoooai.auto.internal:11955): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d99ddc50-c809-466c-babb-e49d305577b4, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=YjQzOTk4ZjEtNTMzYWE2M2MtYzZkNGRhZWItYTM2NjlkNDQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d99ddc50-c809-466c-babb-e49d305577b4, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 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 0x7f57b3ea9e60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, ece533dc-4e00-46fa-996d-99c0389b2f06, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ece533dc-4e00-46fa-996d-99c0389b2f06, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ece533dc-4e00-46fa-996d-99c0389b2f06, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2475655
DEBUG    ya.test:process.py:259 Command (pid 2475655) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2475655) elapsed time (sec): 0.12102246284484863
DEBUG    ya.test:process.py:263 Command (pid 2475655) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475655) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2475655) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475655) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475655) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2475655) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2475655) minflt: 3471
DEBUG    ya.test:process.py:263 Command (pid 2475655) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2475655) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2475655) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 2475655) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2475655) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2475655) nvcsw: 190
DEBUG    ya.test:process.py:263 Command (pid 2475655) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2475655) stime: 0.024999999999999998
DEBUG    ya.test:process.py:263 Command (pid 2475655) utime: 0.045834
DEBUG    ya.test:process.py:263 Command (pid 2475655) wtime: 0.122
DEBUG    ya.test:process.py:275 Command (pid 2475655) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d24dcdd4-a0e4-4e60-af71-16e0c7941f67, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d24dcdd4-a0e4-4e60-af71-16e0c7941f67, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d24dcdd4-a0e4-4e60-af71-16e0c7941f67, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjAxZDRlMzMtZDIyYjgyZGItY2JlMzZlNjYtN2Y5M2RkMzI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 8be11dc6-4c67-4e40-a43b-d77bdad65a09, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 8be11dc6-4c67-4e40-a43b-d77bdad65a09, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZjAxZDRlMzMtZDIyYjgyZGItY2JlMzZlNjYtN2Y5M2RkMzI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 8be11dc6-4c67-4e40-a43b-d77bdad65a09, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945280 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, 84906b8e-05b2-4c87-8f1b-9aaa1487106a, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84906b8e-05b2-4c87-8f1b-9aaa1487106a, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZjAxZDRlMzMtZDIyYjgyZGItY2JlMzZlNjYtN2Y5M2RkMzI=" 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, 84906b8e-05b2-4c87-8f1b-9aaa1487106a, ghrun-2c4kdoooai.auto.internal:11955): 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, 074ff7de-bd48-40c9-81a3-6f9bf1da4abd, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 074ff7de-bd48-40c9-81a3-6f9bf1da4abd, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 074ff7de-bd48-40c9-81a3-6f9bf1da4abd, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945280 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 4a88859d-d959-49e1-8b2e-2b52c06e05fd, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 4a88859d-d959-49e1-8b2e-2b52c06e05fd, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=YjQzOTk4ZjEtNTMzYWE2M2MtYzZkNGRhZWItYTM2NjlkNDQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 4a88859d-d959-49e1-8b2e-2b52c06e05fd, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945280 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 0x7f57b3ea9e60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b141f6d9-91f7-4e84-9897-179dc820d484, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b141f6d9-91f7-4e84-9897-179dc820d484, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b141f6d9-91f7-4e84-9897-179dc820d484, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945280 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2475827
DEBUG    ya.test:process.py:259 Command (pid 2475827) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2475827) elapsed time (sec): 0.12916851043701172
DEBUG    ya.test:process.py:263 Command (pid 2475827) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475827) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2475827) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475827) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2475827) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2475827) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2475827) minflt: 3455
DEBUG    ya.test:process.py:263 Command (pid 2475827) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2475827) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2475827) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 2475827) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2475827) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2475827) nvcsw: 196
DEBUG    ya.test:process.py:263 Command (pid 2475827) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2475827) stime: 0.037146
DEBUG    ya.test:process.py:263 Command (pid 2475827) utime: 0.037147
DEBUG    ya.test:process.py:263 Command (pid 2475827) wtime: 0.131
DEBUG    ya.test:process.py:275 Command (pid 2475827) output:

DEBUG    ya.test:process.py:276 Command (pid 2475827) 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/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_05f13a95`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2477291
DEBUG    ya.test:process.py:259 Command (pid 2477291) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2477291) elapsed time (sec): 0.1731243133544922
DEBUG    ya.test:process.py:263 Command (pid 2477291) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2477291) minflt: 3441
DEBUG    ya.test:process.py:263 Command (pid 2477291) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2477291) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) nvcsw: 192
DEBUG    ya.test:process.py:263 Command (pid 2477291) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2477291) stime: 0.033759
DEBUG    ya.test:process.py:263 Command (pid 2477291) utime: 0.048763999999999995
DEBUG    ya.test:process.py:263 Command (pid 2477291) wtime: 0.174
DEBUG    ya.test:process.py:275 Command (pid 2477291) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 8d5b12df-8c87-4462-8cb2-0159be8aabbf, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 8d5b12df-8c87-4462-8cb2-0159be8aabbf, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_05f13a95" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 8d5b12df-8c87-4462-8cb2-0159be8aabbf, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_05f13a95" 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: 1763139945420 tx_id: 281474976710664 } } children { name: "20251114170547Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763139947380 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 70a8479a-6bee-4f51-97e3-c063ce9eb859, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 70a8479a-6bee-4f51-97e3-c063ce9eb859, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_05f13a95" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 70a8479a-6bee-4f51-97e3-c063ce9eb859, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_05f13a95" 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: 1763139945420 tx_id: 281474976710664 } } children { name: "20251114170547Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763139947380 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 65fd89cf-6b2a-4c3a-8e5e-49b91f2a026d, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 65fd89cf-6b2a-4c3a-8e5e-49b91f2a026d, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 65fd89cf-6b2a-4c3a-8e5e-49b91f2a026d, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTVhNDE0NzItOWVkMzU3NS0xYzZiODkxZS0yZTJjMjE0MA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 690e2e49-144e-4b8a-8253-62cc0d74025b, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 690e2e49-144e-4b8a-8253-62cc0d74025b, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=MTVhNDE0NzItOWVkMzU3NS0xYzZiODkxZS0yZTJjMjE0MA==" 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, 690e2e49-144e-4b8a-8253-62cc0d74025b, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 61c68a55-c153-41e8-99a3-b47d22273f54, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 61c68a55-c153-41e8-99a3-b47d22273f54, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 61c68a55-c153-41e8-99a3-b47d22273f54, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTM5ZWZlMjItMWFiNjgzNDAtODkwMGFlY2UtZDljMWQ3MGU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e8f751a1-4de3-4b16-8d3d-db52646fadf0, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f751a1-4de3-4b16-8d3d-db52646fadf0, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZTM5ZWZlMjItMWFiNjgzNDAtODkwMGFlY2UtZDljMWQ3MGU=" 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, e8f751a1-4de3-4b16-8d3d-db52646fadf0, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7bf526ba-2b5a-4f5b-89b2-10d4cfd99002, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7bf526ba-2b5a-4f5b-89b2-10d4cfd99002, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7bf526ba-2b5a-4f5b-89b2-10d4cfd99002, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTViMGQ4MDgtZDVkNDMzMzItZDNiYzdhYi1mMDU4NjZlNw==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 3c762eae-b5da-4312-91f6-4cc791408a4a, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 3c762eae-b5da-4312-91f6-4cc791408a4a, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZTViMGQ4MDgtZDVkNDMzMzItZDNiYzdhYi1mMDU4NjZlNw==" path: "/Root/extra2_1_9947" columns { name: "id" type { optional_type { 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, 3c762eae-b5da-4312-91f6-4cc791408a4a, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 85250a64-4ef8-4404-905d-3e6ce9ab84e5, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85250a64-4ef8-4404-905d-3e6ce9ab84e5, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZTViMGQ4MDgtZDVkNDMzMzItZDNiYzdhYi1mMDU4NjZlNw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_9947 (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, 85250a64-4ef8-4404-905d-3e6ce9ab84e5, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b7f82930-bf89-467c-907d-d5123fd537a9, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b7f82930-bf89-467c-907d-d5123fd537a9, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b7f82930-bf89-467c-907d-d5123fd537a9, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTk1MDFhYzItZmUxY2RlNjgtNTc0ZjE5NWQtZWEzNjA4MjE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, f81dcdca-1f23-4a8b-89e8-dc9cc36a59a8, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, f81dcdca-1f23-4a8b-89e8-dc9cc36a59a8, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=MTk1MDFhYzItZmUxY2RlNjgtNTc0ZjE5NWQtZWEzNjA4MjE=" yql_text: "DROP TABLE `/Root/extra1_1_9945`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, f81dcdca-1f23-4a8b-89e8-dc9cc36a59a8, ghrun-2c4kdoooai.auto.internal:11955): 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/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2477542
DEBUG    ya.test:process.py:259 Command (pid 2477542) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2477542) elapsed time (sec): 0.12903547286987305
DEBUG    ya.test:process.py:263 Command (pid 2477542) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2477542) minflt: 3438
DEBUG    ya.test:process.py:263 Command (pid 2477542) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) nivcsw: 7
DEBUG    ya.test:process.py:263 Command (pid 2477542) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) nvcsw: 191
DEBUG    ya.test:process.py:263 Command (pid 2477542) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2477542) stime: 0.024182
DEBUG    ya.test:process.py:263 Command (pid 2477542) utime: 0.053202
DEBUG    ya.test:process.py:263 Command (pid 2477542) wtime: 0.131
DEBUG    ya.test:process.py:275 Command (pid 2477542) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v1,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2477715
DEBUG    ya.test:process.py:259 Command (pid 2477715) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2477715) elapsed time (sec): 0.1843113899230957
DEBUG    ya.test:process.py:263 Command (pid 2477715) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2477715) minflt: 3485
DEBUG    ya.test:process.py:263 Command (pid 2477715) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 2477715) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) nvcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 2477715) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2477715) stime: 0.035332999999999996
DEBUG    ya.test:process.py:263 Command (pid 2477715) utime: 0.060065999999999994
DEBUG    ya.test:process.py:263 Command (pid 2477715) wtime: 0.186
DEBUG    ya.test:process.py:275 Command (pid 2477715) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, cbff1a63-0d81-4b01-8f39-3b45c7d8c947, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cbff1a63-0d81-4b01-8f39-3b45c7d8c947, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cbff1a63-0d81-4b01-8f39-3b45c7d8c947, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjI0NDA4YzItM2FjNGYyMjctZDVjNTc2YWQtMjdlZGY3YTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e6b59023-b383-4000-abf7-d537ebb206c9, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e6b59023-b383-4000-abf7-d537ebb206c9, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZjI0NDA4YzItM2FjNGYyMjctZDVjNTc2YWQtMjdlZGY3YTE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e6b59023-b383-4000-abf7-d537ebb206c9, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 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: "20251114170547Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1aa06ded-3bab-43e2-b603-2f67ce032dad, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa06ded-3bab-43e2-b603-2f67ce032dad, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZjI0NDA4YzItM2FjNGYyMjctZDVjNTc2YWQtMjdlZGY3YTE=" 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, 1aa06ded-3bab-43e2-b603-2f67ce032dad, ghrun-2c4kdoooai.auto.internal:11955): 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, e05cfead-e1bb-43e3-ad70-b3c627a4aba3, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e05cfead-e1bb-43e3-ad70-b3c627a4aba3, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e05cfead-e1bb-43e3-ad70-b3c627a4aba3, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6e4f025e-be25-40e5-a393-aa13117e9cf9, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6e4f025e-be25-40e5-a393-aa13117e9cf9, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=YjQzOTk4ZjEtNTMzYWE2M2MtYzZkNGRhZWItYTM2NjlkNDQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6e4f025e-be25-40e5-a393-aa13117e9cf9, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 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: "20251114170547Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f57b3ea9e60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 9bbb9c73-f5cf-437c-8e88-638c2aa87c68, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9bbb9c73-f5cf-437c-8e88-638c2aa87c68, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9bbb9c73-f5cf-437c-8e88-638c2aa87c68, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2478096
DEBUG    ya.test:process.py:259 Command (pid 2478096) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2478096) elapsed time (sec): 0.13564515113830566
DEBUG    ya.test:process.py:263 Command (pid 2478096) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2478096) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2478096) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2478096) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2478096) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2478096) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2478096) minflt: 3457
DEBUG    ya.test:process.py:263 Command (pid 2478096) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2478096) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2478096) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 2478096) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2478096) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2478096) nvcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 2478096) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2478096) stime: 0.046872
DEBUG    ya.test:process.py:263 Command (pid 2478096) utime: 0.034089
DEBUG    ya.test:process.py:263 Command (pid 2478096) wtime: 0.137
DEBUG    ya.test:process.py:275 Command (pid 2478096) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c75d5727-2635-4836-941e-78cf49b060f2, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c75d5727-2635-4836-941e-78cf49b060f2, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c75d5727-2635-4836-941e-78cf49b060f2, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGQ0NjYwMmUtNzQ1ZTY4ZGMtNGFlZWI0Y2EtZTgzZTQ5OQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d381a2b3-9462-4eec-be8a-387ef2c7c336, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d381a2b3-9462-4eec-be8a-387ef2c7c336, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=OGQ0NjYwMmUtNzQ1ZTY4ZGMtNGFlZWI0Y2EtZTgzZTQ5OQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d381a2b3-9462-4eec-be8a-387ef2c7c336, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945280 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: "20251114170547Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 938c698a-a2ce-47eb-80aa-af8f13d14629, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 938c698a-a2ce-47eb-80aa-af8f13d14629, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=OGQ0NjYwMmUtNzQ1ZTY4ZGMtNGFlZWI0Y2EtZTgzZTQ5OQ==" 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, 938c698a-a2ce-47eb-80aa-af8f13d14629, ghrun-2c4kdoooai.auto.internal:11955): 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, f48f0a6b-c485-4f2f-aff7-b83a117133a8, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, f48f0a6b-c485-4f2f-aff7-b83a117133a8, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, f48f0a6b-c485-4f2f-aff7-b83a117133a8, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945280 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b59c4fda-9fe8-4ce8-8f5f-e28f352e8dff, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b59c4fda-9fe8-4ce8-8f5f-e28f352e8dff, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=YjQzOTk4ZjEtNTMzYWE2M2MtYzZkNGRhZWItYTM2NjlkNDQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b59c4fda-9fe8-4ce8-8f5f-e28f352e8dff, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945280 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: "20251114170547Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f57b3ea9e60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, fa25a875-a1eb-4907-ae53-f632de03a4b2, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, fa25a875-a1eb-4907-ae53-f632de03a4b2, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, fa25a875-a1eb-4907-ae53-f632de03a4b2, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945280 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2478353
DEBUG    ya.test:process.py:259 Command (pid 2478353) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2478353) elapsed time (sec): 0.1418895721435547
DEBUG    ya.test:process.py:263 Command (pid 2478353) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2478353) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2478353) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2478353) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2478353) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2478353) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2478353) minflt: 3458
DEBUG    ya.test:process.py:263 Command (pid 2478353) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2478353) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2478353) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2478353) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2478353) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2478353) nvcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 2478353) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2478353) stime: 0.028954999999999998
DEBUG    ya.test:process.py:263 Command (pid 2478353) utime: 0.049637
DEBUG    ya.test:process.py:263 Command (pid 2478353) wtime: 0.143
DEBUG    ya.test:process.py:275 Command (pid 2478353) output:

DEBUG    ya.test:process.py:276 Command (pid 2478353) 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/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_05f13a95` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2479877
DEBUG    ya.test:process.py:259 Command (pid 2479877) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2479877) elapsed time (sec): 0.1817607879638672
DEBUG    ya.test:process.py:263 Command (pid 2479877) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2479877) minflt: 3438
DEBUG    ya.test:process.py:263 Command (pid 2479877) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 2479877) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) nvcsw: 149
DEBUG    ya.test:process.py:263 Command (pid 2479877) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2479877) stime: 0.023545
DEBUG    ya.test:process.py:263 Command (pid 2479877) utime: 0.042786
DEBUG    ya.test:process.py:263 Command (pid 2479877) wtime: 0.2
DEBUG    ya.test:process.py:275 Command (pid 2479877) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, d42b2914-e3a3-4f2e-a153-10a34668fa4a, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, d42b2914-e3a3-4f2e-a153-10a34668fa4a, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_05f13a95" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, d42b2914-e3a3-4f2e-a153-10a34668fa4a, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_05f13a95" 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: 1763139945420 tx_id: 281474976710664 } } children { name: "20251114170547Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763139947380 tx_id: 281474976710672 } } children { name: "20251114170549Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763139949560 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 817ef33f-e24b-4049-8069-adcb5e7eecbf, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 817ef33f-e24b-4049-8069-adcb5e7eecbf, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_05f13a95" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 817ef33f-e24b-4049-8069-adcb5e7eecbf, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_05f13a95" 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: 1763139945420 tx_id: 281474976710664 } } children { name: "20251114170547Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763139947380 tx_id: 281474976710672 } } children { name: "20251114170549Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1763139949560 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a8b123b1-2785-40a6-8a1e-4529b9a3a7d0, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a8b123b1-2785-40a6-8a1e-4529b9a3a7d0, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a8b123b1-2785-40a6-8a1e-4529b9a3a7d0, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzU0ZDBmMzMtOGMyMDhjYTYtYmU5NDBjYzEtZjQ4MTI1OTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 5e7f97bb-f67b-470c-96d1-b4f42220f92c, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e7f97bb-f67b-470c-96d1-b4f42220f92c, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=NzU0ZDBmMzMtOGMyMDhjYTYtYmU5NDBjYzEtZjQ4MTI1OTE=" 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, 5e7f97bb-f67b-470c-96d1-b4f42220f92c, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, aa593e76-0cf0-4410-88b1-67bfc640b400, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, aa593e76-0cf0-4410-88b1-67bfc640b400, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, aa593e76-0cf0-4410-88b1-67bfc640b400, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YWNhNGMyZjktYTFkY2I3NzgtZDc5ZjhmNjktZTNjNmFkY2Q=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9edbad7f-fe9e-4a84-b6e6-cb433884f758, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9edbad7f-fe9e-4a84-b6e6-cb433884f758, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=YWNhNGMyZjktYTFkY2I3NzgtZDc5ZjhmNjktZTNjNmFkY2Q=" 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, 9edbad7f-fe9e-4a84-b6e6-cb433884f758, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 14c56c4e-3794-46a0-bc83-e0c882c25e10, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 14c56c4e-3794-46a0-bc83-e0c882c25e10, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 14c56c4e-3794-46a0-bc83-e0c882c25e10, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjQ1MzFlZDEtNGU2ZjQ3OGItMjRlNjc4NzctMTZkZjg1Y2E=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 2250b08c-18d5-4d63-86f2-9e0832221712, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 2250b08c-18d5-4d63-86f2-9e0832221712, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZjQ1MzFlZDEtNGU2ZjQ3OGItMjRlNjc4NzctMTZkZjg1Y2E=" path: "/Root/extra3_1_9949" columns { name: "id" type { optional_type { 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, 2250b08c-18d5-4d63-86f2-9e0832221712, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 685c8942-4856-4cd5-aa26-420e9ea708c9, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 685c8942-4856-4cd5-aa26-420e9ea708c9, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=ZjQ1MzFlZDEtNGU2ZjQ3OGItMjRlNjc4NzctMTZkZjg1Y2E=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_9949 (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, 685c8942-4856-4cd5-aa26-420e9ea708c9, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f9f7afc1-0474-4f4d-b2fe-51a6ce409f10, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f9f7afc1-0474-4f4d-b2fe-51a6ce409f10, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f9f7afc1-0474-4f4d-b2fe-51a6ce409f10, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2Y2Yzg1ZWMtYWQ2MmY1OTUtYWZlOWE2MDQtODAyMTk2NTM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, fd4c42fa-18a8-4a75-b306-5c5be007dc42, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, fd4c42fa-18a8-4a75-b306-5c5be007dc42, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=Y2Y2Yzg1ZWMtYWQ2MmY1OTUtYWZlOWE2MDQtODAyMTk2NTM=" yql_text: "DROP TABLE `/Root/extra2_1_9947`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, fd4c42fa-18a8-4a75-b306-5c5be007dc42, ghrun-2c4kdoooai.auto.internal:11955): 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/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v2,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2480475
DEBUG    ya.test:process.py:259 Command (pid 2480475) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2480475) elapsed time (sec): 0.3332679271697998
DEBUG    ya.test:process.py:263 Command (pid 2480475) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2480475) minflt: 3573
DEBUG    ya.test:process.py:263 Command (pid 2480475) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 2480475) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) nvcsw: 175
DEBUG    ya.test:process.py:263 Command (pid 2480475) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 2480475) stime: 0.057220999999999994
DEBUG    ya.test:process.py:263 Command (pid 2480475) utime: 0.057220999999999994
DEBUG    ya.test:process.py:263 Command (pid 2480475) wtime: 0.339
DEBUG    ya.test:process.py:275 Command (pid 2480475) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6eb4b427-e993-416b-9424-0682203dc175, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6eb4b427-e993-416b-9424-0682203dc175, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6eb4b427-e993-416b-9424-0682203dc175, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmUyYjY0MDgtYmY0OGMwNjctYTI1YTVkNjItOWI5YWQ3ZjQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, ae51015f-8867-43f3-a463-075a878c4f84, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, ae51015f-8867-43f3-a463-075a878c4f84, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=YmUyYjY0MDgtYmY0OGMwNjctYTI1YTVkNjItOWI5YWQ3ZjQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, ae51015f-8867-43f3-a463-075a878c4f84, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 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: "20251114170547Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251114170549Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c1afc9ee-a435-4a92-95ce-b4e058dfaf2a, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1afc9ee-a435-4a92-95ce-b4e058dfaf2a, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=YmUyYjY0MDgtYmY0OGMwNjctYTI1YTVkNjItOWI5YWQ3ZjQ=" 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, c1afc9ee-a435-4a92-95ce-b4e058dfaf2a, ghrun-2c4kdoooai.auto.internal:11955): 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, e091c46d-080f-4b6a-b81c-6f72bf8cdb7e, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e091c46d-080f-4b6a-b81c-6f72bf8cdb7e, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e091c46d-080f-4b6a-b81c-6f72bf8cdb7e, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, e623a68e-98dd-4ca9-88cf-52f2df36dfff, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, e623a68e-98dd-4ca9-88cf-52f2df36dfff, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=YjQzOTk4ZjEtNTMzYWE2M2MtYzZkNGRhZWItYTM2NjlkNDQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, e623a68e-98dd-4ca9-88cf-52f2df36dfff, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 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: "20251114170547Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251114170549Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f57b3ea9e60>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e2ebeb8a-51f6-4b7d-bbec-bf8b392e575a, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e2ebeb8a-51f6-4b7d-bbec-bf8b392e575a, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e2ebeb8a-51f6-4b7d-bbec-bf8b392e575a, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945200 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/68w4/001bc4/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/68w4/001bc4/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:11955', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2480785
DEBUG    ya.test:process.py:259 Command (pid 2480785) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2480785) elapsed time (sec): 0.30687642097473145
DEBUG    ya.test:process.py:263 Command (pid 2480785) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2480785) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2480785) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2480785) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2480785) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2480785) maxrss: 173480
DEBUG    ya.test:process.py:263 Command (pid 2480785) minflt: 3451
DEBUG    ya.test:process.py:263 Command (pid 2480785) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2480785) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2480785) nivcsw: 47
DEBUG    ya.test:process.py:263 Command (pid 2480785) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2480785) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2480785) nvcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 2480785) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2480785) stime: 0.064065
DEBUG    ya.test:process.py:263 Command (pid 2480785) utime: 0.039424
DEBUG    ya.test:process.py:263 Command (pid 2480785) wtime: 0.312
DEBUG    ya.test:process.py:275 Command (pid 2480785) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a65776f3-42f7-46dc-affb-825f6a4562be, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a65776f3-42f7-46dc-affb-825f6a4562be, ghrun-2c4kdoooai.auto.internal:11955): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a65776f3-42f7-46dc-affb-825f6a4562be, ghrun-2c4kdoooai.auto.internal:11955): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzgwYzUwZGQtZjUzMGZmYTUtMmMzNDgxMi0zYmY3NmM4NA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 584d1355-d7e1-4a69-97c0-4b748d94dfee, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 584d1355-d7e1-4a69-97c0-4b748d94dfee, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=MzgwYzUwZGQtZjUzMGZmYTUtMmMzNDgxMi0zYmY3NmM4NA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 584d1355-d7e1-4a69-97c0-4b748d94dfee, ghrun-2c4kdoooai.auto.internal:11955): 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: 1763139945280 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: "20251114170547Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251114170549Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 935b4373-4359-4d89-a6f1-0faf4a53b938, ghrun-2c4kdoooai.auto.internal:11955): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 935b4373-4359-4d89-a6f1-0faf4a53b938, ghrun-2c4kdoooai.auto.internal:11955): request = { session_id: "ydb://session/3?node_id=1&id=MzgwYzUwZGQtZjUzMGZmYTUtMmMzNDgxMi0zYmY3NmM4NA==" 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, 935b4373-4359-4d89-a6f1-0faf4a53b938, ghrun-2c4kdoooai.auto.internal:11955): 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: "01ka1n95z866vwkjy1v5ntyaht" } } } } }
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:11955/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15850
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26318
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24125
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11955
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18296
============================== slowest durations ===============================
27.06s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
9.81s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
5.46s call     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 43.57s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b5c/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 ===============================
31.48s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
10.92s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
========================= 1 passed in 64.82s (0:01:04) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b7b/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 ===============================
27.03s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
17.91s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
8.13s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 53.74s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001bb9/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/68w4/001b0b/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.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b86/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.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/68w4/001b2d/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.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/68w4/001ba4/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.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/68w4/001bc5/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.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001afc/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.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/68w4/001a85/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.40s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b4c/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.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b42/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.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001abf/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.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/68w4/001b2f/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.38s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001ad5/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.39s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001ab1/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.41s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b7f/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.62s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b01/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.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b38/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.38s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b9a/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.40s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001bbc/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.51s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b65/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.38s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001bc2/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.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/68w4/001b64/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.50s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b92/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/68w4/001b2c/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/68w4/001af2/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/68w4/001b20/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/68w4/001b39/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/68w4/001b91/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/68w4/001bbf/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/68w4/001b98/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/68w4/001b6c/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.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b6d/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.05s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b5e/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/68w4/001b21/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/68w4/001b0d/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/68w4/001aed/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/68w4/001a6b/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.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001b75/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/68w4/001b80/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/68w4/001b88/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/68w4/001b17/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001ba0/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/68w4/001b16/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/68w4/001b9e/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.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/68w4/001b66/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.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/68w4/001ac2/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/68w4/001bbe/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.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/68w4/001b8c/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/68w4/001b52/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/68w4/001b54/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/68w4/001b1f/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/68w4/001a38/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.02s =============================
