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

basic_user_scenarios.py .

============================== slowest durations ===============================
22.04s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
7.21s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
3.54s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
============================== 1 passed in 33.19s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6uvk/003a6b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
15.21s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
3.67s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
============================== 1 passed in 41.26s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6uvk/003a61/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.58s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
3.25s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 48.08s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6uvk/003a64/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

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

basic_user_scenarios.py .

============================== slowest durations ===============================
65.59s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
3.23s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
========================= 1 passed in 91.10s (0:01:31) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6uvk/003a7b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:2107: 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:465: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:20: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:9: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:22: in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
contrib/python/ydb/py3/ydb/_tx_ctx_impl.py:165: in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 3 requested, table schemaversion 4 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28043
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:501 Working directory: /home/runner/.ya/build/build_root/6uvk/003a7b/r3tmp/kikimr_cluster_u8hj9uu2
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16503
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3092
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3374
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25557
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6uvk/003a7b/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:275 Final command: /home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/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_09uvwjka.log --grpc-port=16503 --mon-port=3092 --ic-port=28043
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:171 Formatting pdisk SectorMap:1:64 on node localhost:16503/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 CFG_DIR_PATH="/home/runner/.ya/build/build_root/6uvk/003a7b/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:275 Final command: /home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/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_09uvwjka.log --grpc-port=16503 --mon-port=3092 --ic-port=28043
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/6uvk/003a7b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/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_09uvwjka.log', '--grpc-port=16503', '--mon-port=3092', '--ic-port=28043')' in '/home/runner/.ya/build/build_root/6uvk/003a7b/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: 3576719
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Started node localhost:16503/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/6uvk/003a7b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3576720
DEBUG    ya.test:process.py:259 Command (pid 3576720) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3576720) elapsed time (sec): 0.43811583518981934
DEBUG    ya.test:process.py:263 Command (pid 3576720) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3576720) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3576720) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3576720) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3576720) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3576720) maxrss: 561760
DEBUG    ya.test:process.py:263 Command (pid 3576720) minflt: 16541
DEBUG    ya.test:process.py:263 Command (pid 3576720) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3576720) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3576720) nivcsw: 60
DEBUG    ya.test:process.py:263 Command (pid 3576720) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3576720) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3576720) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 3576720) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3576720) stime: 0.218266
DEBUG    ya.test:process.py:263 Command (pid 3576720) utime: 0.144211
DEBUG    ya.test:process.py:263 Command (pid 3576720) wtime: 0.439
DEBUG    ya.test:process.py:275 Command (pid 3576720) output:
Git info:
    Commit: c2d461d330bda48c29fe326b3a450d27ad6f4376
    Branch: 
    Author: Evgenik2 <evkam@ydb.tech>
    Summary: Merge 4752df52220348c0b142ac4ab39357f1f37e5712 into 94b36e585b825819e079dd108b19247482a871c9
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-mubkxriwvm    Host information: 
        Linux ghrun-mubkxriwvm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10492077879/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10492077879/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:316 Node 1 version:
Git info:
    Commit: c2d461d330bda48c29fe326b3a450d27ad6f4376
    Branch: 
    Author: Evgenik2 <evkam@ydb.tech>
    Summary: Merge 4752df52220348c0b142ac4ab39357f1f37e5712 into 94b36e585b825819e079dd108b19247482a871c9
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-mubkxriwvm    Host information: 
        Linux ghrun-mubkxriwvm 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/6uvk/003a7b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:450 Executing command = ['/home/runner/.ya/build/build_root/6uvk/003a7b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:16503', '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: 28043\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/6uvk/003a7b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:16503', '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: 28043\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3577633
DEBUG    ya.test:process.py:259 Command (pid 3577633) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3577633) elapsed time (sec): 0.4796619415283203
DEBUG    ya.test:process.py:263 Command (pid 3577633) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3577633) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3577633) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3577633) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3577633) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3577633) maxrss: 570260
DEBUG    ya.test:process.py:263 Command (pid 3577633) minflt: 18687
DEBUG    ya.test:process.py:263 Command (pid 3577633) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3577633) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3577633) nivcsw: 47
DEBUG    ya.test:process.py:263 Command (pid 3577633) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3577633) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3577633) nvcsw: 128
DEBUG    ya.test:process.py:263 Command (pid 3577633) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3577633) stime: 0.289557
DEBUG    ya.test:process.py:263 Command (pid 3577633) utime: 0.137565
DEBUG    ya.test:process.py:263 Command (pid 3577633) wtime: 0.483
DEBUG    ya.test:process.py:275 Command (pid 3577633) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:450 Executing command = ['/home/runner/.ya/build/build_root/6uvk/003a7b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:16503', '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/6uvk/003a7b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:16503', '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: 3577910
DEBUG    ya.test:process.py:259 Command (pid 3577910) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3577910) elapsed time (sec): 0.4909217357635498
DEBUG    ya.test:process.py:263 Command (pid 3577910) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3577910) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3577910) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3577910) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3577910) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3577910) maxrss: 570260
DEBUG    ya.test:process.py:263 Command (pid 3577910) minflt: 18687
DEBUG    ya.test:process.py:263 Command (pid 3577910) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3577910) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3577910) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 3577910) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3577910) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3577910) nvcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 3577910) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3577910) stime: 0.279566
DEBUG    ya.test:process.py:263 Command (pid 3577910) utime: 0.132604
DEBUG    ya.test:process.py:263 Command (pid 3577910) wtime: 0.492
DEBUG    ya.test:process.py:275 Command (pid 3577910) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:588 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 5fb1a9d6-72fe-41c8-9c89-246d57564e4a, localhost:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5fb1a9d6-72fe-41c8-9c89-246d57564e4a, localhost:16503): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5fb1a9d6-72fe-41c8-9c89-246d57564e4a, localhost:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-mubkxriwvm.auto.internal" port: 16503 service: "nbs" 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-mubkxriwvm.auto.internal:16503, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:16503
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange, test_name: test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3a3d266d-9c22-4c2d-80c4-c51a39e0caf1, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3a3d266d-9c22-4c2d-80c4-c51a39e0caf1, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3a3d266d-9c22-4c2d-80c4-c51a39e0caf1, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjY5YzU2ZDAtMjViZjdhNGYtMjdiMjY3NWItNTZlOTNmZDA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 329309b6-4863-4ad9-8006-fe71d4076734, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 329309b6-4863-4ad9-8006-fe71d4076734, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YjY5YzU2ZDAtMjViZjdhNGYtMjdiMjY3NWItNTZlOTNmZDA=" 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, 329309b6-4863-4ad9-8006-fe71d4076734, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 66d36e0d-ac6a-4aa7-804d-e66df8b8deff, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d36e0d-ac6a-4aa7-804d-e66df8b8deff, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YjY5YzU2ZDAtMjViZjdhNGYtMjdiMjY3NWItNTZlOTNmZDA=" 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, 66d36e0d-ac6a-4aa7-804d-e66df8b8deff, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, a7fc00e0-a4b4-4d59-963e-47480a8e4b03, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, a7fc00e0-a4b4-4d59-963e-47480a8e4b03, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YjY5YzU2ZDAtMjViZjdhNGYtMjdiMjY3NWItNTZlOTNmZDA=" 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, a7fc00e0-a4b4-4d59-963e-47480a8e4b03, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 929bc418-ccb8-4cad-9e28-b7cf0a2e055d, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929bc418-ccb8-4cad-9e28-b7cf0a2e055d, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YjY5YzU2ZDAtMjViZjdhNGYtMjdiMjY3NWItNTZlOTNmZDA=" 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, 929bc418-ccb8-4cad-9e28-b7cf0a2e055d, ghrun-mubkxriwvm.auto.internal:16503): 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/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_inc_backup_3fb76d97`\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: 3578550
DEBUG    ya.test:process.py:259 Command (pid 3578550) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3578550) elapsed time (sec): 0.15714335441589355
DEBUG    ya.test:process.py:263 Command (pid 3578550) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3578550) minflt: 3576
DEBUG    ya.test:process.py:263 Command (pid 3578550) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3578550) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) nvcsw: 142
DEBUG    ya.test:process.py:263 Command (pid 3578550) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3578550) stime: 0.021542
DEBUG    ya.test:process.py:263 Command (pid 3578550) utime: 0.056007999999999995
DEBUG    ya.test:process.py:263 Command (pid 3578550) wtime: 0.171
DEBUG    ya.test:process.py:275 Command (pid 3578550) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, e37729b1-aedf-4811-a559-04fd87dee0cf, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, e37729b1-aedf-4811-a559-04fd87dee0cf, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_3fb76d97" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, e37729b1-aedf-4811-a559-04fd87dee0cf, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_3fb76d97" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1769616094140 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection test_inc_backup_3fb76d97 found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d9a4566f-1717-411b-89f9-b7b9bb7332a4, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d9a4566f-1717-411b-89f9-b7b9bb7332a4, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d9a4566f-1717-411b-89f9-b7b9bb7332a4, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2EzMDc5NDQtNTM0ZGI1NDctYmE3OThlMDQtMzFkN2YxYjQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1ea34c84-c8e0-42cc-85a7-460bd7ea3c5e, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea34c84-c8e0-42cc-85a7-460bd7ea3c5e, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=Y2EzMDc5NDQtNTM0ZGI1NDctYmE3OThlMDQtMzFkN2YxYjQ=" 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, 1ea34c84-c8e0-42cc-85a7-460bd7ea3c5e, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9c8fa54e-0d25-4c83-8602-121aa5de4d53, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9c8fa54e-0d25-4c83-8602-121aa5de4d53, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9c8fa54e-0d25-4c83-8602-121aa5de4d53, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDliMGU1NzctOTg5Njg0ZmItMmE2ODAxODctZWQ4ZjkxNmY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b14ef7bd-376d-4bd9-b78d-51429c252488, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14ef7bd-376d-4bd9-b78d-51429c252488, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=ZDliMGU1NzctOTg5Njg0ZmItMmE2ODAxODctZWQ4ZjkxNmY=" 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, b14ef7bd-376d-4bd9-b78d-51429c252488, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 311e6652-1880-4b0f-9c91-52873e6d1b1f, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 311e6652-1880-4b0f-9c91-52873e6d1b1f, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 311e6652-1880-4b0f-9c91-52873e6d1b1f, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', 'GRANT ALL ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3578700
DEBUG    ya.test:process.py:259 Command (pid 3578700) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3578700) elapsed time (sec): 0.17332696914672852
DEBUG    ya.test:process.py:263 Command (pid 3578700) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3578700) minflt: 3584
DEBUG    ya.test:process.py:263 Command (pid 3578700) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 3578700) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 3578700) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3578700) stime: 0.024099
DEBUG    ya.test:process.py:263 Command (pid 3578700) utime: 0.048199
DEBUG    ya.test:process.py:263 Command (pid 3578700) wtime: 0.174
DEBUG    ya.test:process.py:275 Command (pid 3578700) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f001f2c5-8732-45ad-99eb-17d0afcf0ed5, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f001f2c5-8732-45ad-99eb-17d0afcf0ed5, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f001f2c5-8732-45ad-99eb-17d0afcf0ed5, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTU5ZDBmYy0zMjc1ZGQ3LTIxYWIwMjgwLTI3OTYwMzYw" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 9adf914c-26a9-43b9-a4d2-067cd3085fa6, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 9adf914c-26a9-43b9-a4d2-067cd3085fa6, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=ZTU5ZDBmYy0zMjc1ZGQ3LTIxYWIwMjgwLTI3OTYwMzYw" path: "/Root/extra1_1_6094" 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, 9adf914c-26a9-43b9-a4d2-067cd3085fa6, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ff865090-9fd2-4f0c-95b1-f1daa1d2d217, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff865090-9fd2-4f0c-95b1-f1daa1d2d217, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=ZTU5ZDBmYy0zMjc1ZGQ3LTIxYWIwMjgwLTI3OTYwMzYw" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_6094 (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, ff865090-9fd2-4f0c-95b1-f1daa1d2d217, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c7002984-7259-4f38-b397-d745e1230496, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c7002984-7259-4f38-b397-d745e1230496, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c7002984-7259-4f38-b397-d745e1230496, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzlhNjVmMWUtYWU2NTEyMGMtOGJkN2E4ZjAtNzNkMzhmMjU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 471e118e-5556-46f1-a464-217d6687169b, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 471e118e-5556-46f1-a464-217d6687169b, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YzlhNjVmMWUtYWU2NTEyMGMtOGJkN2E4ZjAtNzNkMzhmMjU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 471e118e-5556-46f1-a464-217d6687169b, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } 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, 6d85d949-8c64-419f-8d6a-4af44f737000, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d85d949-8c64-419f-8d6a-4af44f737000, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YzlhNjVmMWUtYWU2NTEyMGMtOGJkN2E4ZjAtNzNkMzhmMjU=" 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, 6d85d949-8c64-419f-8d6a-4af44f737000, ghrun-mubkxriwvm.auto.internal:16503): 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, 3a046649-58b5-4016-9137-d212f274134d, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 3a046649-58b5-4016-9137-d212f274134d, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 3a046649-58b5-4016-9137-d212f274134d, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } } } } }
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 0x7f5955127d50 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 0x7f59551278a0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f59551278a0>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 833ad7cd-b22a-48b8-8b40-0475eb9d4f37, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 833ad7cd-b22a-48b8-8b40-0475eb9d4f37, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 833ad7cd-b22a-48b8-8b40-0475eb9d4f37, ghrun-mubkxriwvm.auto.internal:16503): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 833ad7cd-b22a-48b8-8b40-0475eb9d4f37, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2Q0NmIyYjEtZjVkYmM4ZjUtYmM2MjA1MTItZmRjZDZlNDA=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f59551278a0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f59551278a0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 7cfd2bde-a005-4801-af28-8a367e2800e8, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 833ad7cd-b22a-48b8-8b40-0475eb9d4f37, ghrun-mubkxriwvm.auto.internal:16503): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 7cfd2bde-a005-4801-af28-8a367e2800e8, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=N2Q0NmIyYjEtZjVkYmM4ZjUtYmM2MjA1MTItZmRjZDZlNDA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 7cfd2bde-a005-4801-af28-8a367e2800e8, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } 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 0x7f59551278a0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 9119ab75-afbd-4ca7-9567-053e077151ab, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9119ab75-afbd-4ca7-9567-053e077151ab, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9119ab75-afbd-4ca7-9567-053e077151ab, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3578970
DEBUG    ya.test:process.py:259 Command (pid 3578970) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3578970) elapsed time (sec): 0.16192007064819336
DEBUG    ya.test:process.py:263 Command (pid 3578970) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3578970) inblock: 712
DEBUG    ya.test:process.py:263 Command (pid 3578970) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3578970) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3578970) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 3578970) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3578970) minflt: 3582
DEBUG    ya.test:process.py:263 Command (pid 3578970) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3578970) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3578970) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3578970) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3578970) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3578970) nvcsw: 166
DEBUG    ya.test:process.py:263 Command (pid 3578970) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3578970) stime: 0.038955
DEBUG    ya.test:process.py:263 Command (pid 3578970) utime: 0.038955
DEBUG    ya.test:process.py:263 Command (pid 3578970) wtime: 0.163
DEBUG    ya.test:process.py:275 Command (pid 3578970) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d9760795-92bd-402c-b206-b594fb467680, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d9760795-92bd-402c-b206-b594fb467680, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d9760795-92bd-402c-b206-b594fb467680, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDVhODFkNGEtNmEzMzA0ZDItODY3ZDMwMzgtYmY5N2Q1Y2E=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 66775761-1642-436a-82d1-bd0fe093ae9c, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 66775761-1642-436a-82d1-bd0fe093ae9c, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=ZDVhODFkNGEtNmEzMzA0ZDItODY3ZDMwMzgtYmY5N2Q1Y2E=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 66775761-1642-436a-82d1-bd0fe093ae9c, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093960 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, 946b2847-6b52-46da-b103-2514840d35f5, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946b2847-6b52-46da-b103-2514840d35f5, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=ZDVhODFkNGEtNmEzMzA0ZDItODY3ZDMwMzgtYmY5N2Q1Y2E=" 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, 946b2847-6b52-46da-b103-2514840d35f5, ghrun-mubkxriwvm.auto.internal:16503): 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, 4ee2a69a-30cb-4ef8-911e-d05df670850b, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 4ee2a69a-30cb-4ef8-911e-d05df670850b, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 4ee2a69a-30cb-4ef8-911e-d05df670850b, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093960 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9e9a7972-91e6-4e49-a5a1-036effe39bec, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9e9a7972-91e6-4e49-a5a1-036effe39bec, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=N2Q0NmIyYjEtZjVkYmM4ZjUtYmM2MjA1MTItZmRjZDZlNDA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9e9a7972-91e6-4e49-a5a1-036effe39bec, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093960 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 0x7f59551278a0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, ddbccf48-619d-4571-95c3-d254449e2470, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ddbccf48-619d-4571-95c3-d254449e2470, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ddbccf48-619d-4571-95c3-d254449e2470, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093960 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3579267
DEBUG    ya.test:process.py:259 Command (pid 3579267) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3579267) elapsed time (sec): 0.13663482666015625
DEBUG    ya.test:process.py:263 Command (pid 3579267) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3579267) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3579267) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3579267) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3579267) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3579267) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3579267) minflt: 3591
DEBUG    ya.test:process.py:263 Command (pid 3579267) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3579267) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3579267) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 3579267) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3579267) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3579267) nvcsw: 183
DEBUG    ya.test:process.py:263 Command (pid 3579267) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3579267) stime: 0.029859
DEBUG    ya.test:process.py:263 Command (pid 3579267) utime: 0.046921
DEBUG    ya.test:process.py:263 Command (pid 3579267) wtime: 0.138
DEBUG    ya.test:process.py:275 Command (pid 3579267) output:

DEBUG    ya.test:process.py:276 Command (pid 3579267) 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/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_3fb76d97`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3580424
DEBUG    ya.test:process.py:259 Command (pid 3580424) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3580424) elapsed time (sec): 0.256788969039917
DEBUG    ya.test:process.py:263 Command (pid 3580424) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3580424) minflt: 3578
DEBUG    ya.test:process.py:263 Command (pid 3580424) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 3580424) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) nvcsw: 139
DEBUG    ya.test:process.py:263 Command (pid 3580424) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3580424) stime: 0.023101
DEBUG    ya.test:process.py:263 Command (pid 3580424) utime: 0.050823
DEBUG    ya.test:process.py:263 Command (pid 3580424) wtime: 0.258
DEBUG    ya.test:process.py:275 Command (pid 3580424) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 77bb575b-ff04-4237-b8c1-9f6ec514d0c2, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 77bb575b-ff04-4237-b8c1-9f6ec514d0c2, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_3fb76d97" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 77bb575b-ff04-4237-b8c1-9f6ec514d0c2, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_3fb76d97" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1769616094140 tx_id: 281474976710664 } } children { name: "20260128160136Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1769616096230 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, e27a020e-92e0-4553-9f3a-21b98ca5745d, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, e27a020e-92e0-4553-9f3a-21b98ca5745d, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_3fb76d97" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, e27a020e-92e0-4553-9f3a-21b98ca5745d, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_3fb76d97" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1769616094140 tx_id: 281474976710664 } } children { name: "20260128160136Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1769616096230 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5b8e3fc0-e65e-4139-9763-c9078769df82, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5b8e3fc0-e65e-4139-9763-c9078769df82, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5b8e3fc0-e65e-4139-9763-c9078769df82, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWIxYTU2NDctODQ2MjE1MWItMTdlZGY3ZDQtNGFiMjZiYjQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3b07908e-34f7-4b1f-a899-37347d5c49f8, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b07908e-34f7-4b1f-a899-37347d5c49f8, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=ZWIxYTU2NDctODQ2MjE1MWItMTdlZGY3ZDQtNGFiMjZiYjQ=" 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, 3b07908e-34f7-4b1f-a899-37347d5c49f8, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 933e0b25-6a14-4ce3-bd53-445e5798faed, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 933e0b25-6a14-4ce3-bd53-445e5798faed, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 933e0b25-6a14-4ce3-bd53-445e5798faed, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGFiOTYzYzUtZjcxMTk1ZjItN2Y2ZTZhYTEtNjY3Y2VhMjU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2c0314e8-7889-4eaa-a3bc-b93b59a8157c, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c0314e8-7889-4eaa-a3bc-b93b59a8157c, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=ZGFiOTYzYzUtZjcxMTk1ZjItN2Y2ZTZhYTEtNjY3Y2VhMjU=" 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, 2c0314e8-7889-4eaa-a3bc-b93b59a8157c, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0efe6905-30a8-41de-8380-0e68f0cbe114, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0efe6905-30a8-41de-8380-0e68f0cbe114, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0efe6905-30a8-41de-8380-0e68f0cbe114, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjRhZTY3MjQtN2ZkYjJiZjctZTRlOTAwNTgtYzU5MWVkM2Q=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, c78ef718-3eb6-455b-aabd-a86b55873518, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, c78ef718-3eb6-455b-aabd-a86b55873518, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=NjRhZTY3MjQtN2ZkYjJiZjctZTRlOTAwNTgtYzU5MWVkM2Q=" path: "/Root/extra2_1_6096" 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, c78ef718-3eb6-455b-aabd-a86b55873518, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c168b746-d1bc-4a16-816d-58b378065ddd, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c168b746-d1bc-4a16-816d-58b378065ddd, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=NjRhZTY3MjQtN2ZkYjJiZjctZTRlOTAwNTgtYzU5MWVkM2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_6096 (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, c168b746-d1bc-4a16-816d-58b378065ddd, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, beb1cda2-9549-496a-85e9-e0b6c5e353c6, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, beb1cda2-9549-496a-85e9-e0b6c5e353c6, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, beb1cda2-9549-496a-85e9-e0b6c5e353c6, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjAwYjQ5MjktNDllYzdhMWEtNzE2YzYxOWQtNjM1YWZiMmQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 56146992-b77f-40e5-bf75-10799082b23e, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 56146992-b77f-40e5-bf75-10799082b23e, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=MjAwYjQ5MjktNDllYzdhMWEtNzE2YzYxOWQtNjM1YWZiMmQ=" yql_text: "DROP TABLE `/Root/extra1_1_6094`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 56146992-b77f-40e5-bf75-10799082b23e, ghrun-mubkxriwvm.auto.internal:16503): 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/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3581362
DEBUG    ya.test:process.py:259 Command (pid 3581362) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3581362) elapsed time (sec): 0.16069316864013672
DEBUG    ya.test:process.py:263 Command (pid 3581362) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3581362) minflt: 3575
DEBUG    ya.test:process.py:263 Command (pid 3581362) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 3581362) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) nvcsw: 153
DEBUG    ya.test:process.py:263 Command (pid 3581362) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3581362) stime: 0.020985
DEBUG    ya.test:process.py:263 Command (pid 3581362) utime: 0.054561
DEBUG    ya.test:process.py:263 Command (pid 3581362) wtime: 0.162
DEBUG    ya.test:process.py:275 Command (pid 3581362) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v1,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3581601
DEBUG    ya.test:process.py:259 Command (pid 3581601) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3581601) elapsed time (sec): 0.21893048286437988
DEBUG    ya.test:process.py:263 Command (pid 3581601) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3581601) minflt: 3697
DEBUG    ya.test:process.py:263 Command (pid 3581601) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) nivcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 3581601) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) nvcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 3581601) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3581601) stime: 0.028929999999999997
DEBUG    ya.test:process.py:263 Command (pid 3581601) utime: 0.054244
DEBUG    ya.test:process.py:263 Command (pid 3581601) wtime: 0.22
DEBUG    ya.test:process.py:275 Command (pid 3581601) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3ac5eb45-f6e2-4dea-b101-022e7e984780, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3ac5eb45-f6e2-4dea-b101-022e7e984780, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3ac5eb45-f6e2-4dea-b101-022e7e984780, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTkyYzFhOTAtZGIyN2RjMDktOTg1ZWVjMDYtZWJjZmUxNWY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6645da26-85eb-477d-8136-967137e2b692, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6645da26-85eb-477d-8136-967137e2b692, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=MTkyYzFhOTAtZGIyN2RjMDktOTg1ZWVjMDYtZWJjZmUxNWY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6645da26-85eb-477d-8136-967137e2b692, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } 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: "20260128160136Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c89a1978-b916-420c-87c7-54e877ffe5d7, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c89a1978-b916-420c-87c7-54e877ffe5d7, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=MTkyYzFhOTAtZGIyN2RjMDktOTg1ZWVjMDYtZWJjZmUxNWY=" 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, c89a1978-b916-420c-87c7-54e877ffe5d7, ghrun-mubkxriwvm.auto.internal:16503): 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, ab83445e-3f15-43e9-bf2d-1c64d319a547, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ab83445e-3f15-43e9-bf2d-1c64d319a547, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ab83445e-3f15-43e9-bf2d-1c64d319a547, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 222469de-e46b-46bd-bf83-a0934c78cafc, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 222469de-e46b-46bd-bf83-a0934c78cafc, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=N2Q0NmIyYjEtZjVkYmM4ZjUtYmM2MjA1MTItZmRjZDZlNDA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 222469de-e46b-46bd-bf83-a0934c78cafc, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } 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: "20260128160136Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f59551278a0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 00b81a95-3671-4fa5-8c40-c370c9d33c5d, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 00b81a95-3671-4fa5-8c40-c370c9d33c5d, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 00b81a95-3671-4fa5-8c40-c370c9d33c5d, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3582091
DEBUG    ya.test:process.py:259 Command (pid 3582091) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3582091) elapsed time (sec): 0.16209840774536133
DEBUG    ya.test:process.py:263 Command (pid 3582091) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3582091) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3582091) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3582091) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3582091) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3582091) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3582091) minflt: 3580
DEBUG    ya.test:process.py:263 Command (pid 3582091) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3582091) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3582091) nivcsw: 51
DEBUG    ya.test:process.py:263 Command (pid 3582091) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3582091) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3582091) nvcsw: 119
DEBUG    ya.test:process.py:263 Command (pid 3582091) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3582091) stime: 0.026529999999999998
DEBUG    ya.test:process.py:263 Command (pid 3582091) utime: 0.048638999999999995
DEBUG    ya.test:process.py:263 Command (pid 3582091) wtime: 0.163
DEBUG    ya.test:process.py:275 Command (pid 3582091) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0e8f33e3-74cf-4378-a5c6-c68dc057b57a, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0e8f33e3-74cf-4378-a5c6-c68dc057b57a, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0e8f33e3-74cf-4378-a5c6-c68dc057b57a, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTkzYTUzYTQtN2I5ZTk5YmYtYjI0NDA1ZmQtMTBlZDYyYTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d83c394a-c720-45f5-b6b7-b02308ed9e4f, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d83c394a-c720-45f5-b6b7-b02308ed9e4f, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=OTkzYTUzYTQtN2I5ZTk5YmYtYjI0NDA1ZmQtMTBlZDYyYTE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d83c394a-c720-45f5-b6b7-b02308ed9e4f, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093960 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: "20260128160136Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 33630c10-2947-4b5b-9354-d8fa31ebb50a, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33630c10-2947-4b5b-9354-d8fa31ebb50a, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=OTkzYTUzYTQtN2I5ZTk5YmYtYjI0NDA1ZmQtMTBlZDYyYTE=" 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, 33630c10-2947-4b5b-9354-d8fa31ebb50a, ghrun-mubkxriwvm.auto.internal:16503): 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, 771ec3f5-86d2-480d-9952-2ca69cbd3850, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 771ec3f5-86d2-480d-9952-2ca69cbd3850, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 771ec3f5-86d2-480d-9952-2ca69cbd3850, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093960 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, fac13b74-02a8-41de-900f-f2ae4ec4cc64, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, fac13b74-02a8-41de-900f-f2ae4ec4cc64, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=N2Q0NmIyYjEtZjVkYmM4ZjUtYmM2MjA1MTItZmRjZDZlNDA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, fac13b74-02a8-41de-900f-f2ae4ec4cc64, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093960 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: "20260128160136Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f59551278a0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, bb49406e-c967-4d5f-9365-8cc8316765ed, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, bb49406e-c967-4d5f-9365-8cc8316765ed, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, bb49406e-c967-4d5f-9365-8cc8316765ed, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093960 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3582609
DEBUG    ya.test:process.py:259 Command (pid 3582609) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3582609) elapsed time (sec): 0.14564943313598633
DEBUG    ya.test:process.py:263 Command (pid 3582609) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3582609) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3582609) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3582609) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3582609) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3582609) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3582609) minflt: 3576
DEBUG    ya.test:process.py:263 Command (pid 3582609) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3582609) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3582609) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 3582609) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3582609) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3582609) nvcsw: 133
DEBUG    ya.test:process.py:263 Command (pid 3582609) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3582609) stime: 0.025786
DEBUG    ya.test:process.py:263 Command (pid 3582609) utime: 0.042976
DEBUG    ya.test:process.py:263 Command (pid 3582609) wtime: 0.148
DEBUG    ya.test:process.py:275 Command (pid 3582609) output:

DEBUG    ya.test:process.py:276 Command (pid 3582609) 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/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_3fb76d97` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3584243
DEBUG    ya.test:process.py:259 Command (pid 3584243) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3584243) elapsed time (sec): 0.23408985137939453
DEBUG    ya.test:process.py:263 Command (pid 3584243) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3584243) minflt: 3569
DEBUG    ya.test:process.py:263 Command (pid 3584243) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 3584243) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) nvcsw: 148
DEBUG    ya.test:process.py:263 Command (pid 3584243) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3584243) stime: 0.017724999999999998
DEBUG    ya.test:process.py:263 Command (pid 3584243) utime: 0.057608
DEBUG    ya.test:process.py:263 Command (pid 3584243) wtime: 0.235
DEBUG    ya.test:process.py:275 Command (pid 3584243) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, cdfa8896-c053-4e34-be98-f756dc159a44, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, cdfa8896-c053-4e34-be98-f756dc159a44, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_3fb76d97" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, cdfa8896-c053-4e34-be98-f756dc159a44, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_3fb76d97" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1769616094140 tx_id: 281474976710664 } } children { name: "20260128160136Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1769616096230 tx_id: 281474976710672 } } children { name: "20260128160138Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1769616098660 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 904b898c-260b-4910-a8a8-3bbfe2744b1c, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 904b898c-260b-4910-a8a8-3bbfe2744b1c, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_3fb76d97" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 904b898c-260b-4910-a8a8-3bbfe2744b1c, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_3fb76d97" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1769616094140 tx_id: 281474976710664 } } children { name: "20260128160136Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1769616096230 tx_id: 281474976710672 } } children { name: "20260128160138Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1769616098660 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 94501221-f39e-486c-ad68-c871734d3bbe, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 94501221-f39e-486c-ad68-c871734d3bbe, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 94501221-f39e-486c-ad68-c871734d3bbe, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTk0NzZmNDYtNGIwMTkwYWEtYWYzMzU5YTQtYmNmZTM4NGU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a304b365-5c1e-47ec-8b0d-69059ccebbd2, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a304b365-5c1e-47ec-8b0d-69059ccebbd2, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YTk0NzZmNDYtNGIwMTkwYWEtYWYzMzU5YTQtYmNmZTM4NGU=" 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, a304b365-5c1e-47ec-8b0d-69059ccebbd2, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0aa89239-3157-4d87-bdda-74bf47147745, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0aa89239-3157-4d87-bdda-74bf47147745, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0aa89239-3157-4d87-bdda-74bf47147745, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzYxZjA3ZjQtYWU3YzRiZTMtYmQ4YzE4MTgtYTM5NDUyOTU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d8233995-8523-4740-ba41-48eb587eb30a, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8233995-8523-4740-ba41-48eb587eb30a, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=MzYxZjA3ZjQtYWU3YzRiZTMtYmQ4YzE4MTgtYTM5NDUyOTU=" 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, d8233995-8523-4740-ba41-48eb587eb30a, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1db2dbf2-bcfb-4660-a117-4ed9f5567007, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1db2dbf2-bcfb-4660-a117-4ed9f5567007, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1db2dbf2-bcfb-4660-a117-4ed9f5567007, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTZlODgyOTEtYzBlMWExNzAtM2RmYzUwYTktYTFiZmI5NGY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 8343c3da-a58f-433f-9b09-96879081ef43, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 8343c3da-a58f-433f-9b09-96879081ef43, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YTZlODgyOTEtYzBlMWExNzAtM2RmYzUwYTktYTFiZmI5NGY=" path: "/Root/extra3_1_6098" 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, 8343c3da-a58f-433f-9b09-96879081ef43, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 04b61998-ca10-4402-a0e9-b59036c4444c, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b61998-ca10-4402-a0e9-b59036c4444c, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YTZlODgyOTEtYzBlMWExNzAtM2RmYzUwYTktYTFiZmI5NGY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_6098 (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, 04b61998-ca10-4402-a0e9-b59036c4444c, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0e02895f-e6b8-4e65-a994-9c45b1c0d160, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0e02895f-e6b8-4e65-a994-9c45b1c0d160, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0e02895f-e6b8-4e65-a994-9c45b1c0d160, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODA0ZmM0ZDAtYzk4NmY1ZmUtZTliZDc0M2MtNWRkMzg3ZTg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 67f0220d-7b07-4269-bb39-b6029644bbe6, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 67f0220d-7b07-4269-bb39-b6029644bbe6, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=ODA0ZmM0ZDAtYzk4NmY1ZmUtZTliZDc0M2MtNWRkMzg3ZTg=" yql_text: "DROP TABLE `/Root/extra2_1_6096`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 67f0220d-7b07-4269-bb39-b6029644bbe6, ghrun-mubkxriwvm.auto.internal:16503): 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/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v2,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3585003
DEBUG    ya.test:process.py:259 Command (pid 3585003) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3585003) elapsed time (sec): 0.2600407600402832
DEBUG    ya.test:process.py:263 Command (pid 3585003) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3585003) minflt: 3716
DEBUG    ya.test:process.py:263 Command (pid 3585003) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) nivcsw: 68
DEBUG    ya.test:process.py:263 Command (pid 3585003) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 3585003) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3585003) stime: 0.018695
DEBUG    ya.test:process.py:263 Command (pid 3585003) utime: 0.071044
DEBUG    ya.test:process.py:263 Command (pid 3585003) wtime: 0.265
DEBUG    ya.test:process.py:275 Command (pid 3585003) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7826fa20-0363-4fd6-9871-817562f20f61, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7826fa20-0363-4fd6-9871-817562f20f61, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7826fa20-0363-4fd6-9871-817562f20f61, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjU0OGUxZTYtM2MwMDQyY2QtMzdiNjU1ZWYtZGYyMTUxZQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b10eb453-520f-40ed-aadd-ae1478f9cb0f, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b10eb453-520f-40ed-aadd-ae1478f9cb0f, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YjU0OGUxZTYtM2MwMDQyY2QtMzdiNjU1ZWYtZGYyMTUxZQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b10eb453-520f-40ed-aadd-ae1478f9cb0f, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } 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: "20260128160136Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260128160138Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 286f85c6-b8ba-49a5-b24f-82bf0c96d87f, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286f85c6-b8ba-49a5-b24f-82bf0c96d87f, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YjU0OGUxZTYtM2MwMDQyY2QtMzdiNjU1ZWYtZGYyMTUxZQ==" 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, 286f85c6-b8ba-49a5-b24f-82bf0c96d87f, ghrun-mubkxriwvm.auto.internal:16503): 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, b27ee1f3-0503-4ecc-bb8b-9918a98a2983, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b27ee1f3-0503-4ecc-bb8b-9918a98a2983, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b27ee1f3-0503-4ecc-bb8b-9918a98a2983, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 42bd0f61-3160-4446-b5e4-0a703fa20da6, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 42bd0f61-3160-4446-b5e4-0a703fa20da6, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=N2Q0NmIyYjEtZjVkYmM4ZjUtYmM2MjA1MTItZmRjZDZlNDA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 42bd0f61-3160-4446-b5e4-0a703fa20da6, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } 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: "20260128160136Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260128160138Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f59551278a0>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, a2762f0a-5541-4b6e-bb29-f5e11bef8c79, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, a2762f0a-5541-4b6e-bb29-f5e11bef8c79, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, a2762f0a-5541-4b6e-bb29-f5e11bef8c79, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093750 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/6uvk/003a7b/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/6uvk/003a7b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:16503', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3585739
DEBUG    ya.test:process.py:259 Command (pid 3585739) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3585739) elapsed time (sec): 0.41446661949157715
DEBUG    ya.test:process.py:263 Command (pid 3585739) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3585739) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3585739) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3585739) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3585739) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3585739) maxrss: 166752
DEBUG    ya.test:process.py:263 Command (pid 3585739) minflt: 3572
DEBUG    ya.test:process.py:263 Command (pid 3585739) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3585739) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3585739) nivcsw: 49
DEBUG    ya.test:process.py:263 Command (pid 3585739) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3585739) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3585739) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 3585739) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3585739) stime: 0.018867
DEBUG    ya.test:process.py:263 Command (pid 3585739) utime: 0.051885999999999995
DEBUG    ya.test:process.py:263 Command (pid 3585739) wtime: 0.434
DEBUG    ya.test:process.py:275 Command (pid 3585739) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2cb4438e-17ed-422c-9307-bfbb0f5f86e3, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2cb4438e-17ed-422c-9307-bfbb0f5f86e3, ghrun-mubkxriwvm.auto.internal:16503): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2cb4438e-17ed-422c-9307-bfbb0f5f86e3, ghrun-mubkxriwvm.auto.internal:16503): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YWQ4YzU4OGQtYWIyZDRlZDYtYzI2NDZlMjMtM2Q1NDUyMzU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2f57a4b4-4e20-419d-9ef8-74d5e325f12d, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2f57a4b4-4e20-419d-9ef8-74d5e325f12d, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YWQ4YzU4OGQtYWIyZDRlZDYtYzI2NDZlMjMtM2Q1NDUyMzU=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2f57a4b4-4e20-419d-9ef8-74d5e325f12d, ghrun-mubkxriwvm.auto.internal:16503): 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: 1769616093960 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: "20260128160136Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260128160138Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbe6ee7e-3740-4bdd-8c19-0c1571d03955, ghrun-mubkxriwvm.auto.internal:16503): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbe6ee7e-3740-4bdd-8c19-0c1571d03955, ghrun-mubkxriwvm.auto.internal:16503): request = { session_id: "ydb://session/3?node_id=1&id=YWQ4YzU4OGQtYWIyZDRlZDYtYzI2NDZlMjMtM2Q1NDUyMzU=" 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, cbe6ee7e-3740-4bdd-8c19-0c1571d03955, ghrun-mubkxriwvm.auto.internal:16503): 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: "01kg2ndjbg2j85s84xf0jeqaaq" } } } } }
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:282 Stopped node localhost:16503/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25557
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3374
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3092
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16503
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28043
============================== slowest durations ===============================
22.09s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
6.03s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
3.74s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes - ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 3 requested, table schemaversion 4 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
============================== 1 failed in 33.80s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6uvk/003a6a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
30.80s 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
3.66s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 56.86s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6uvk/003a77/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
19.24s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
17.09s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
3.71s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 40.36s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6uvk/003a75/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

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

============================ no tests ran in 0.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/6uvk/003a8b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

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

============================ no tests ran in 0.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/6uvk/003a67/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

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

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

============================ no tests ran in 0.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/6uvk/003a65/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.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/6uvk/003a63/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.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/6uvk/003a6e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.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/6uvk/003a47/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

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

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

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

============================ no tests ran in 0.25s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6uvk/003a80/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.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/6uvk/003a6d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.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/6uvk/002822/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.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/6uvk/003a8e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

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

============================ no tests ran in 0.21s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6uvk/003a89/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.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/6uvk/003a69/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

============================ no tests ran in 0.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/6uvk/003a73/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

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

============================ no tests ran in 0.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/6uvk/003a60/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a7c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a8d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a83/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/002823/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/00282e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

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

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

============================ no tests ran in 0.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/6uvk/00282f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a74/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/00281a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/00281e/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

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

============================ no tests ran in 0.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/6uvk/003a70/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/002820/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/00282a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a76/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/002831/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

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

============================ no tests ran in 0.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/6uvk/003a3f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a84/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/002835/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/00281f/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a78/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a7d/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a86/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/002819/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/003a7a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.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/6uvk/00281c/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

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