============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001924/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.01s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
5.74s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
4.11s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
============================== 1 passed in 32.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/4djn/001e62/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:2305: in test_service_schema_objects_cleanup_on_rotate
    backup.stage(BackupType.INCREMENTAL, "Second incremental")
ydb/tests/functional/backup_collection/basic_user_scenarios.py: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_service_schema_objects_cleanup_on_rotate
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9656
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/4djn/001e62/r3tmp/kikimr_cluster_ldjmnjyc
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27780
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63977
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62109
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10540
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4djn/001e62/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1/logfile_a1n5hu5z.log --grpc-port=27780 --mon-port=63977 --ic-port=9656
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:27780/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4djn/001e62/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1/logfile_a1n5hu5z.log --grpc-port=27780 --mon-port=63977 --ic-port=9656
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4djn/001e62/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4djn/001e62/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/4djn/001e62/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1/logfile_a1n5hu5z.log', '--grpc-port=27780', '--mon-port=63977', '--ic-port=9656')' in '/home/runner/.ya/build/build_root/4djn/001e62/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1/testing_out_stuff/basic_user_scenarios.py.TestBackupCollectionServiceObjectsRotation.test_service_schema_objects_cleanup_on_rotate/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3251219
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:27780/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/4djn/001e62/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3251220
DEBUG    ya.test:process.py:259 Command (pid 3251220) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3251220) elapsed time (sec): 0.8606469631195068
DEBUG    ya.test:process.py:263 Command (pid 3251220) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3251220) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3251220) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3251220) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3251220) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3251220) maxrss: 548928
DEBUG    ya.test:process.py:263 Command (pid 3251220) minflt: 17627
DEBUG    ya.test:process.py:263 Command (pid 3251220) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3251220) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3251220) nivcsw: 97
DEBUG    ya.test:process.py:263 Command (pid 3251220) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3251220) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3251220) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 3251220) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3251220) stime: 0.663951
DEBUG    ya.test:process.py:263 Command (pid 3251220) utime: 0.12282
DEBUG    ya.test:process.py:263 Command (pid 3251220) wtime: 0.862
DEBUG    ya.test:process.py:275 Command (pid 3251220) output:
Git info:
    Commit: 3b2caa40fc15fc604d9d39400180160b94d09873
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b4c8f1d743c00c4930cfde67e6855473dcf6ef55 into 102801b614e89b7410365219d4c25e721eed9553
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-ul56qpzgpa    Host information: 
        Linux ghrun-ul56qpzgpa 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 3251220) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 3b2caa40fc15fc604d9d39400180160b94d09873
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b4c8f1d743c00c4930cfde67e6855473dcf6ef55 into 102801b614e89b7410365219d4c25e721eed9553
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-ul56qpzgpa    Host information: 
        Linux ghrun-ul56qpzgpa 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/4djn/001e62/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/4djn/001e62/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:27780', '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: 9656\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/4djn/001e62/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:27780', '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: 9656\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3254094
DEBUG    ya.test:process.py:259 Command (pid 3254094) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3254094) elapsed time (sec): 1.474503517150879
DEBUG    ya.test:process.py:263 Command (pid 3254094) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3254094) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3254094) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3254094) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3254094) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3254094) maxrss: 557224
DEBUG    ya.test:process.py:263 Command (pid 3254094) minflt: 18440
DEBUG    ya.test:process.py:263 Command (pid 3254094) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3254094) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3254094) nivcsw: 311
DEBUG    ya.test:process.py:263 Command (pid 3254094) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3254094) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3254094) nvcsw: 133
DEBUG    ya.test:process.py:263 Command (pid 3254094) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3254094) stime: 1.227517
DEBUG    ya.test:process.py:263 Command (pid 3254094) utime: 0.11702299999999999
DEBUG    ya.test:process.py:263 Command (pid 3254094) wtime: 1.476
DEBUG    ya.test:process.py:275 Command (pid 3254094) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/4djn/001e62/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:27780', '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/4djn/001e62/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:27780', '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: 3255437
DEBUG    ya.test:process.py:259 Command (pid 3255437) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3255437) elapsed time (sec): 1.1173813343048096
DEBUG    ya.test:process.py:263 Command (pid 3255437) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3255437) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3255437) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3255437) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3255437) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3255437) maxrss: 557220
DEBUG    ya.test:process.py:263 Command (pid 3255437) minflt: 19025
DEBUG    ya.test:process.py:263 Command (pid 3255437) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3255437) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3255437) nivcsw: 108
DEBUG    ya.test:process.py:263 Command (pid 3255437) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3255437) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3255437) nvcsw: 136
DEBUG    ya.test:process.py:263 Command (pid 3255437) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3255437) stime: 0.903272
DEBUG    ya.test:process.py:263 Command (pid 3255437) utime: 0.13802399999999998
DEBUG    ya.test:process.py:263 Command (pid 3255437) wtime: 1.124
DEBUG    ya.test:process.py:275 Command (pid 3255437) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 413087b2-f926-4c8d-968d-4c479629be67, localhost:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 413087b2-f926-4c8d-968d-4c479629be67, localhost:27780): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 413087b2-f926-4c8d-968d-4c479629be67, localhost:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ul56qpzgpa.auto.internal" port: 27780 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-ul56qpzgpa.auto.internal:27780, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27780
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation, test_name: test_service_schema_objects_cleanup_on_rotate)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 697a3daf-63d0-42bd-8752-d61395667696, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 697a3daf-63d0-42bd-8752-d61395667696, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 697a3daf-63d0-42bd-8752-d61395667696, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzllY2JjMjQtODlhYTQwMmMtYWQ3NjE5ODQtNDI2YWE3MWE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 5fd0d1c4-0c61-44f7-90d4-0a4334d18885, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 5fd0d1c4-0c61-44f7-90d4-0a4334d18885, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NzllY2JjMjQtODlhYTQwMmMtYWQ3NjE5ODQtNDI2YWE3MWE=" 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, 5fd0d1c4-0c61-44f7-90d4-0a4334d18885, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01c5b1d2-8418-4e2e-96ee-699907b68ab8, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01c5b1d2-8418-4e2e-96ee-699907b68ab8, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NzllY2JjMjQtODlhYTQwMmMtYWQ3NjE5ODQtNDI2YWE3MWE=" 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, 01c5b1d2-8418-4e2e-96ee-699907b68ab8, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 3ccb4a85-e34e-4b8d-84e2-fbe64564d9b6, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 3ccb4a85-e34e-4b8d-84e2-fbe64564d9b6, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NzllY2JjMjQtODlhYTQwMmMtYWQ3NjE5ODQtNDI2YWE3MWE=" 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, 3ccb4a85-e34e-4b8d-84e2-fbe64564d9b6, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, c093ef3a-2dbe-4230-ad2d-a92b59bb1c80, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c093ef3a-2dbe-4230-ad2d-a92b59bb1c80, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NzllY2JjMjQtODlhYTQwMmMtYWQ3NjE5ODQtNDI2YWE3MWE=" 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, c093ef3a-2dbe-4230-ad2d-a92b59bb1c80, ghrun-ul56qpzgpa.auto.internal:27780): 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/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `collection_f5efd56d`\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: 3256459
DEBUG    ya.test:process.py:259 Command (pid 3256459) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3256459) elapsed time (sec): 0.15886354446411133
DEBUG    ya.test:process.py:263 Command (pid 3256459) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3256459) minflt: 3446
DEBUG    ya.test:process.py:263 Command (pid 3256459) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) nivcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3256459) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) nvcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 3256459) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3256459) stime: 0.046896
DEBUG    ya.test:process.py:263 Command (pid 3256459) utime: 0.039681
DEBUG    ya.test:process.py:263 Command (pid 3256459) wtime: 0.167
DEBUG    ya.test:process.py:275 Command (pid 3256459) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 49439409-e51f-43d3-be20-e9ef7c0e85e4, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 49439409-e51f-43d3-be20-e9ef7c0e85e4, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_f5efd56d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 49439409-e51f-43d3-be20-e9ef7c0e85e4, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_f5efd56d" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604602100 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection collection_f5efd56d found
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3256630
DEBUG    ya.test:process.py:259 Command (pid 3256630) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3256630) elapsed time (sec): 0.14822626113891602
DEBUG    ya.test:process.py:263 Command (pid 3256630) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3256630) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3256630) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3256630) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3256630) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3256630) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3256630) minflt: 3556
DEBUG    ya.test:process.py:263 Command (pid 3256630) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3256630) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3256630) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 3256630) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3256630) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3256630) nvcsw: 175
DEBUG    ya.test:process.py:263 Command (pid 3256630) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 3256630) stime: 0.038471
DEBUG    ya.test:process.py:263 Command (pid 3256630) utime: 0.046383999999999995
DEBUG    ya.test:process.py:263 Command (pid 3256630) wtime: 0.15
DEBUG    ya.test:process.py:275 Command (pid 3256630) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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

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

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

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


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b3422181-c43c-4b56-9a20-c455be333863, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b3422181-c43c-4b56-9a20-c455be333863, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b3422181-c43c-4b56-9a20-c455be333863, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWI2YzM1MTYtOTRiZjNmNWUtOWNlOGJkOWMtOTBkMjkzNWI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9bc8f786-313f-4f03-bd86-9cfa169b6ee7, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9bc8f786-313f-4f03-bd86-9cfa169b6ee7, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NWI2YzM1MTYtOTRiZjNmNWUtOWNlOGJkOWMtOTBkMjkzNWI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9bc8f786-313f-4f03-bd86-9cfa169b6ee7, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604601820 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b475deca-d510-4da9-b78d-148f75d776a1, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b475deca-d510-4da9-b78d-148f75d776a1, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NWI2YzM1MTYtOTRiZjNmNWUtOWNlOGJkOWMtOTBkMjkzNWI=" 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, b475deca-d510-4da9-b78d-148f75d776a1, ghrun-ul56qpzgpa.auto.internal:27780): 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, 2ade6464-3493-430b-9a6d-01945647d20b, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2ade6464-3493-430b-9a6d-01945647d20b, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2ade6464-3493-430b-9a6d-01945647d20b, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601820 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7fb469b06a40 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 0x7fb469b05960>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7fb469b05960>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bb300974-2fe0-4b89-83b6-626fc59fc5f9, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bb300974-2fe0-4b89-83b6-626fc59fc5f9, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, bb300974-2fe0-4b89-83b6-626fc59fc5f9, ghrun-ul56qpzgpa.auto.internal:27780): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bb300974-2fe0-4b89-83b6-626fc59fc5f9, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTRlOGM1OTItZjc4ZDIwN2YtM2MzYzk5Y2EtZjNlOGI0NDY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb469b05960>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7fb469b05960>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, bb300974-2fe0-4b89-83b6-626fc59fc5f9, ghrun-ul56qpzgpa.auto.internal:27780): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 82593db0-d199-40e7-aa3d-efc604099e21, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 82593db0-d199-40e7-aa3d-efc604099e21, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NTRlOGM1OTItZjc4ZDIwN2YtM2MzYzk5Y2EtZjNlOGI0NDY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 82593db0-d199-40e7-aa3d-efc604099e21, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604601820 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb469b05960>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 4d536c86-783d-4a50-8912-da122250387d, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 4d536c86-783d-4a50-8912-da122250387d, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 4d536c86-783d-4a50-8912-da122250387d, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601820 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3256848
DEBUG    ya.test:process.py:259 Command (pid 3256848) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3256848) elapsed time (sec): 0.15587282180786133
DEBUG    ya.test:process.py:263 Command (pid 3256848) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3256848) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3256848) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3256848) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3256848) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3256848) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3256848) minflt: 3461
DEBUG    ya.test:process.py:263 Command (pid 3256848) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3256848) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3256848) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 3256848) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3256848) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3256848) nvcsw: 167
DEBUG    ya.test:process.py:263 Command (pid 3256848) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3256848) stime: 0.032137
DEBUG    ya.test:process.py:263 Command (pid 3256848) utime: 0.041319
DEBUG    ya.test:process.py:263 Command (pid 3256848) wtime: 0.158
DEBUG    ya.test:process.py:275 Command (pid 3256848) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b66cbf7f-2091-4a0e-8009-dc7768edac12, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b66cbf7f-2091-4a0e-8009-dc7768edac12, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b66cbf7f-2091-4a0e-8009-dc7768edac12, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTUxMDZiNjItODc5M2JiZmItOGEyYzdjN2MtNWY4MDgxOWM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 18ccf247-f0f4-48fe-adfa-4693a7c093a0, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 18ccf247-f0f4-48fe-adfa-4693a7c093a0, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=ZTUxMDZiNjItODc5M2JiZmItOGEyYzdjN2MtNWY4MDgxOWM=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 18ccf247-f0f4-48fe-adfa-4693a7c093a0, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601930 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, 1dc8f051-3325-4846-b39d-38d37ed78b17, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc8f051-3325-4846-b39d-38d37ed78b17, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=ZTUxMDZiNjItODc5M2JiZmItOGEyYzdjN2MtNWY4MDgxOWM=" 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, 1dc8f051-3325-4846-b39d-38d37ed78b17, ghrun-ul56qpzgpa.auto.internal:27780): 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, f7e835d9-9e27-4ae5-a780-bc3e74b7490a, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, f7e835d9-9e27-4ae5-a780-bc3e74b7490a, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, f7e835d9-9e27-4ae5-a780-bc3e74b7490a, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601930 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 857a6ad9-0bec-419f-a34e-2e67954a6c78, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 857a6ad9-0bec-419f-a34e-2e67954a6c78, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NTRlOGM1OTItZjc4ZDIwN2YtM2MzYzk5Y2EtZjNlOGI0NDY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 857a6ad9-0bec-419f-a34e-2e67954a6c78, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601930 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 0x7fb469b05960>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, bbcafa0e-b694-4c05-b1fa-b6741249b002, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, bbcafa0e-b694-4c05-b1fa-b6741249b002, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, bbcafa0e-b694-4c05-b1fa-b6741249b002, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601930 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3257188
DEBUG    ya.test:process.py:259 Command (pid 3257188) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3257188) elapsed time (sec): 0.16605758666992188
DEBUG    ya.test:process.py:263 Command (pid 3257188) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3257188) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3257188) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3257188) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3257188) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3257188) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3257188) minflt: 3467
DEBUG    ya.test:process.py:263 Command (pid 3257188) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3257188) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3257188) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 3257188) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3257188) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3257188) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 3257188) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3257188) stime: 0.034818
DEBUG    ya.test:process.py:263 Command (pid 3257188) utime: 0.046425
DEBUG    ya.test:process.py:263 Command (pid 3257188) wtime: 0.167
DEBUG    ya.test:process.py:275 Command (pid 3257188) output:

DEBUG    ya.test:process.py:276 Command (pid 3257188) 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/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_f5efd56d`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3258413
DEBUG    ya.test:process.py:259 Command (pid 3258413) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3258413) elapsed time (sec): 0.23865199089050293
DEBUG    ya.test:process.py:263 Command (pid 3258413) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3258413) minflt: 3442
DEBUG    ya.test:process.py:263 Command (pid 3258413) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 3258413) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) nvcsw: 174
DEBUG    ya.test:process.py:263 Command (pid 3258413) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3258413) stime: 0.021585
DEBUG    ya.test:process.py:263 Command (pid 3258413) utime: 0.056122
DEBUG    ya.test:process.py:263 Command (pid 3258413) wtime: 0.24
DEBUG    ya.test:process.py:275 Command (pid 3258413) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, b68fcdd2-422a-4048-9524-7d8a6a4c3e1f, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, b68fcdd2-422a-4048-9524-7d8a6a4c3e1f, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_f5efd56d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, b68fcdd2-422a-4048-9524-7d8a6a4c3e1f, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_f5efd56d" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604602100 tx_id: 281474976710664 } } children { name: "20251213054323Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765604604060 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, aac9d7d0-ae3f-4e5d-af18-f3e359e92606, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, aac9d7d0-ae3f-4e5d-af18-f3e359e92606, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_f5efd56d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, aac9d7d0-ae3f-4e5d-af18-f3e359e92606, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_f5efd56d" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604602100 tx_id: 281474976710664 } } children { name: "20251213054323Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765604604060 tx_id: 281474976710667 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3258802
DEBUG    ya.test:process.py:259 Command (pid 3258802) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3258802) elapsed time (sec): 0.15509605407714844
DEBUG    ya.test:process.py:263 Command (pid 3258802) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3258802) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3258802) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3258802) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3258802) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3258802) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3258802) minflt: 3555
DEBUG    ya.test:process.py:263 Command (pid 3258802) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3258802) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3258802) nivcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3258802) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3258802) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3258802) nvcsw: 185
DEBUG    ya.test:process.py:263 Command (pid 3258802) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 3258802) stime: 0.032935
DEBUG    ya.test:process.py:263 Command (pid 3258802) utime: 0.051754999999999995
DEBUG    ya.test:process.py:263 Command (pid 3258802) wtime: 0.156
DEBUG    ya.test:process.py:275 Command (pid 3258802) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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

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

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

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

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3258948
DEBUG    ya.test:process.py:259 Command (pid 3258948) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3258948) elapsed time (sec): 0.17450284957885742
DEBUG    ya.test:process.py:263 Command (pid 3258948) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3258948) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3258948) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3258948) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3258948) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3258948) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3258948) minflt: 3555
DEBUG    ya.test:process.py:263 Command (pid 3258948) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3258948) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3258948) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3258948) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3258948) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3258948) nvcsw: 177
DEBUG    ya.test:process.py:263 Command (pid 3258948) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 3258948) stime: 0.023208
DEBUG    ya.test:process.py:263 Command (pid 3258948) utime: 0.060342
DEBUG    ya.test:process.py:263 Command (pid 3258948) wtime: 0.176
DEBUG    ya.test:process.py:275 Command (pid 3258948) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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

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

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

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

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


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b0f8e4f0-ed92-49b5-a6f5-d969caedabaf, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b0f8e4f0-ed92-49b5-a6f5-d969caedabaf, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b0f8e4f0-ed92-49b5-a6f5-d969caedabaf, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODRhODg1ODUtNDc4ZDAwOGQtNzE0OWYyYTktNGY2MzYyNDk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d23a1c5f-5fa2-40fa-ae83-44cef98e9a1e, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d23a1c5f-5fa2-40fa-ae83-44cef98e9a1e, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=ODRhODg1ODUtNDc4ZDAwOGQtNzE0OWYyYTktNGY2MzYyNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (100,1000,\"inc1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d23a1c5f-5fa2-40fa-ae83-44cef98e9a1e, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 555dafbd-cbf1-4061-9977-3e94f0918ff0, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 555dafbd-cbf1-4061-9977-3e94f0918ff0, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 555dafbd-cbf1-4061-9977-3e94f0918ff0, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzhiNmZhMTQtYjI4NTE0MmYtMmJmMTc3NGUtNDM2OTVhMzI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 24149821-da18-4c94-b808-ee0c308fd5ec, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 24149821-da18-4c94-b808-ee0c308fd5ec, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=MzhiNmZhMTQtYjI4NTE0MmYtMmJmMTc3NGUtNDM2OTVhMzI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 24149821-da18-4c94-b808-ee0c308fd5ec, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604601820 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251213054323Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b8e1a156-cf84-4707-88f1-9e3f51671de5, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8e1a156-cf84-4707-88f1-9e3f51671de5, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=MzhiNmZhMTQtYjI4NTE0MmYtMmJmMTc3NGUtNDM2OTVhMzI=" 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, b8e1a156-cf84-4707-88f1-9e3f51671de5, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 100 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, f2177e7f-fdb1-4047-9237-1d410558ab38, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, f2177e7f-fdb1-4047-9237-1d410558ab38, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, f2177e7f-fdb1-4047-9237-1d410558ab38, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601820 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 7539da12-d281-4768-a1dc-6a70d9d24379, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 7539da12-d281-4768-a1dc-6a70d9d24379, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NTRlOGM1OTItZjc4ZDIwN2YtM2MzYzk5Y2EtZjNlOGI0NDY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 7539da12-d281-4768-a1dc-6a70d9d24379, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604601820 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251213054323Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb469b05960>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 2e662b26-65ea-4579-b9ef-f95a8c9a6d56, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2e662b26-65ea-4579-b9ef-f95a8c9a6d56, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2e662b26-65ea-4579-b9ef-f95a8c9a6d56, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601820 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3259292
DEBUG    ya.test:process.py:259 Command (pid 3259292) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3259292) elapsed time (sec): 0.17564058303833008
DEBUG    ya.test:process.py:263 Command (pid 3259292) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3259292) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3259292) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3259292) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3259292) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3259292) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3259292) minflt: 3461
DEBUG    ya.test:process.py:263 Command (pid 3259292) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3259292) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3259292) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 3259292) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3259292) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3259292) nvcsw: 157
DEBUG    ya.test:process.py:263 Command (pid 3259292) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3259292) stime: 0.02412
DEBUG    ya.test:process.py:263 Command (pid 3259292) utime: 0.05226
DEBUG    ya.test:process.py:263 Command (pid 3259292) wtime: 0.177
DEBUG    ya.test:process.py:275 Command (pid 3259292) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8872ee88-70ad-4a55-97a0-80059285e947, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8872ee88-70ad-4a55-97a0-80059285e947, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8872ee88-70ad-4a55-97a0-80059285e947, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmQ5MGFmZWEtZmJhZDNhYzYtOWE5ZWU1ZGYtM2IzMjIyMDM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 6e003395-088d-4920-9d73-8c68569ae5fa, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 6e003395-088d-4920-9d73-8c68569ae5fa, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=YmQ5MGFmZWEtZmJhZDNhYzYtOWE5ZWU1ZGYtM2IzMjIyMDM=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 6e003395-088d-4920-9d73-8c68569ae5fa, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601930 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: "20251213054323Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 848220e4-b6c4-42b5-b466-8c355d69fe53, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848220e4-b6c4-42b5-b466-8c355d69fe53, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=YmQ5MGFmZWEtZmJhZDNhYzYtOWE5ZWU1ZGYtM2IzMjIyMDM=" 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, 848220e4-b6c4-42b5-b466-8c355d69fe53, ghrun-ul56qpzgpa.auto.internal:27780): 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, 99a03336-1638-4128-87e2-f0f02fc7948e, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 99a03336-1638-4128-87e2-f0f02fc7948e, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 99a03336-1638-4128-87e2-f0f02fc7948e, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601930 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1f6f2042-aff1-4490-8829-7e5942360d92, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1f6f2042-aff1-4490-8829-7e5942360d92, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NTRlOGM1OTItZjc4ZDIwN2YtM2MzYzk5Y2EtZjNlOGI0NDY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1f6f2042-aff1-4490-8829-7e5942360d92, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601930 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: "20251213054323Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb469b05960>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b2106093-e349-4105-a08e-7ac9a911eaf1, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b2106093-e349-4105-a08e-7ac9a911eaf1, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b2106093-e349-4105-a08e-7ac9a911eaf1, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601930 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3259511
DEBUG    ya.test:process.py:259 Command (pid 3259511) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3259511) elapsed time (sec): 0.17562079429626465
DEBUG    ya.test:process.py:263 Command (pid 3259511) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3259511) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3259511) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3259511) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3259511) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3259511) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3259511) minflt: 3460
DEBUG    ya.test:process.py:263 Command (pid 3259511) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3259511) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3259511) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 3259511) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3259511) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3259511) nvcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 3259511) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3259511) stime: 0.027829999999999997
DEBUG    ya.test:process.py:263 Command (pid 3259511) utime: 0.043733
DEBUG    ya.test:process.py:263 Command (pid 3259511) wtime: 0.177
DEBUG    ya.test:process.py:275 Command (pid 3259511) output:

DEBUG    ya.test:process.py:276 Command (pid 3259511) 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/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_f5efd56d` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3260557
DEBUG    ya.test:process.py:259 Command (pid 3260557) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3260557) elapsed time (sec): 0.19745540618896484
DEBUG    ya.test:process.py:263 Command (pid 3260557) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3260557) minflt: 3439
DEBUG    ya.test:process.py:263 Command (pid 3260557) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 3260557) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) nvcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 3260557) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3260557) stime: 0.029560999999999997
DEBUG    ya.test:process.py:263 Command (pid 3260557) utime: 0.04223
DEBUG    ya.test:process.py:263 Command (pid 3260557) wtime: 0.201
DEBUG    ya.test:process.py:275 Command (pid 3260557) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 77cc1584-5bf4-4ffd-8126-40ba55a8e884, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 77cc1584-5bf4-4ffd-8126-40ba55a8e884, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_f5efd56d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 77cc1584-5bf4-4ffd-8126-40ba55a8e884, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_f5efd56d" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604602100 tx_id: 281474976710664 } } children { name: "20251213054323Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765604604060 tx_id: 281474976710667 } } children { name: "20251213054326Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765604606350 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 933dffe5-5b05-40d3-88cd-f0707abb243b, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 933dffe5-5b05-40d3-88cd-f0707abb243b, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_f5efd56d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 933dffe5-5b05-40d3-88cd-f0707abb243b, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_f5efd56d" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604602100 tx_id: 281474976710664 } } children { name: "20251213054323Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765604604060 tx_id: 281474976710667 } } children { name: "20251213054326Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765604606350 tx_id: 281474976710671 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3260869
DEBUG    ya.test:process.py:259 Command (pid 3260869) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3260869) elapsed time (sec): 0.1596970558166504
DEBUG    ya.test:process.py:263 Command (pid 3260869) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3260869) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3260869) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3260869) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3260869) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3260869) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3260869) minflt: 3556
DEBUG    ya.test:process.py:263 Command (pid 3260869) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3260869) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3260869) nivcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 3260869) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3260869) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3260869) nvcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 3260869) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 3260869) stime: 0.03048
DEBUG    ya.test:process.py:263 Command (pid 3260869) utime: 0.052252
DEBUG    ya.test:process.py:263 Command (pid 3260869) wtime: 0.161
DEBUG    ya.test:process.py:275 Command (pid 3260869) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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

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

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

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

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/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/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3260995
DEBUG    ya.test:process.py:259 Command (pid 3260995) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3260995) elapsed time (sec): 0.21218037605285645
DEBUG    ya.test:process.py:263 Command (pid 3260995) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3260995) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3260995) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3260995) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3260995) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3260995) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3260995) minflt: 3553
DEBUG    ya.test:process.py:263 Command (pid 3260995) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3260995) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3260995) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 3260995) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3260995) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3260995) nvcsw: 149
DEBUG    ya.test:process.py:263 Command (pid 3260995) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 3260995) stime: 0.027939
DEBUG    ya.test:process.py:263 Command (pid 3260995) utime: 0.051208
DEBUG    ya.test:process.py:263 Command (pid 3260995) wtime: 0.217
DEBUG    ya.test:process.py:275 Command (pid 3260995) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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

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

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

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

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


DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 1756e424-1970-4a67-b0f4-995e1571e9d0, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 1756e424-1970-4a67-b0f4-995e1571e9d0, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_f5efd56d" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 1756e424-1970-4a67-b0f4-995e1571e9d0, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_f5efd56d" owner: "root@builtin" type: 22 effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604602100 tx_id: 281474976710664 } } children { name: "20251213054323Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765604604060 tx_id: 281474976710667 } } children { name: "20251213054326Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1765604606350 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 16bae20b-8f05-47b7-a065-37680d9f6793, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 16bae20b-8f05-47b7-a065-37680d9f6793, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 16bae20b-8f05-47b7-a065-37680d9f6793, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWM5OWFhNzktMWY1MzE3OGItNDEwMWI2YzMtNzY3NjkyMTY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, f16918a7-6823-4ba9-8e5d-50beec1db335, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, f16918a7-6823-4ba9-8e5d-50beec1db335, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=OWM5OWFhNzktMWY1MzE3OGItNDEwMWI2YzMtNzY3NjkyMTY=" yql_text: "DROP TABLE `/Root/.backups/collections/collection_f5efd56d/20251213054323Z_full/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, f16918a7-6823-4ba9-8e5d-50beec1db335, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 69d92560-2eac-4923-8bf9-46ab92ac29b9, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 69d92560-2eac-4923-8bf9-46ab92ac29b9, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 69d92560-2eac-4923-8bf9-46ab92ac29b9, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWMzMTM3NS00YTVhZTVlZi05YmEzZTg5ZC01YzNlYjYyNw==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 1d1ceae2-25a8-4a95-ba69-73018eceaa11, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d1ceae2-25a8-4a95-ba69-73018eceaa11, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=OWMzMTM3NS00YTVhZTVlZi05YmEzZTg5ZC01YzNlYjYyNw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (101,1001,\"inc2\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d1ceae2-25a8-4a95-ba69-73018eceaa11, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bb0481bf-ab6d-478b-85b4-6fa8f90ccd47, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bb0481bf-ab6d-478b-85b4-6fa8f90ccd47, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bb0481bf-ab6d-478b-85b4-6fa8f90ccd47, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTJjODc5MzktNzYwYjBiNjUtNTcyZjNhM2QtMTQ3ZjJjNWM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1f903ef9-112a-47b7-9b5a-8134c1506daa, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1f903ef9-112a-47b7-9b5a-8134c1506daa, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NTJjODc5MzktNzYwYjBiNjUtNTcyZjNhM2QtMTQ3ZjJjNWM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1f903ef9-112a-47b7-9b5a-8134c1506daa, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604601820 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251213054323Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251213054326Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 39653882-c6b3-408b-a220-9c07dcf4b1c5, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39653882-c6b3-408b-a220-9c07dcf4b1c5, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NTJjODc5MzktNzYwYjBiNjUtNTcyZjNhM2QtMTQ3ZjJjNWM=" 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, 39653882-c6b3-408b-a220-9c07dcf4b1c5, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 100 } items { uint64_value: 1000 } items { bytes_value: "inc1" } } rows { items { uint32_value: 101 } items { uint64_value: 1001 } items { bytes_value: "inc2" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 5878f762-6055-4794-a679-101b8b96aa93, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 5878f762-6055-4794-a679-101b8b96aa93, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 5878f762-6055-4794-a679-101b8b96aa93, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601820 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, cbca3405-dacb-4358-9361-07d73882e14e, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, cbca3405-dacb-4358-9361-07d73882e14e, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NTRlOGM1OTItZjc4ZDIwN2YtM2MzYzk5Y2EtZjNlOGI0NDY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, cbca3405-dacb-4358-9361-07d73882e14e, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1765604601820 tx_id: 281474976710660 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20251213054323Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251213054326Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7fb469b05960>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b1b54589-9380-4b7b-b3bc-b7365c78d287, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b1b54589-9380-4b7b-b3bc-b7365c78d287, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b1b54589-9380-4b7b-b3bc-b7365c78d287, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601820 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/4djn/001e62/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/4djn/001e62/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:27780', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3261355
DEBUG    ya.test:process.py:259 Command (pid 3261355) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3261355) elapsed time (sec): 0.18556714057922363
DEBUG    ya.test:process.py:263 Command (pid 3261355) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3261355) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3261355) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3261355) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3261355) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3261355) maxrss: 168184
DEBUG    ya.test:process.py:263 Command (pid 3261355) minflt: 3455
DEBUG    ya.test:process.py:263 Command (pid 3261355) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3261355) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3261355) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 3261355) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3261355) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3261355) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 3261355) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3261355) stime: 0.029581999999999997
DEBUG    ya.test:process.py:263 Command (pid 3261355) utime: 0.042261
DEBUG    ya.test:process.py:263 Command (pid 3261355) wtime: 0.19
DEBUG    ya.test:process.py:275 Command (pid 3261355) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1c58ef77-7b9e-412e-b219-3a6a5dd59abb, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1c58ef77-7b9e-412e-b219-3a6a5dd59abb, ghrun-ul56qpzgpa.auto.internal:27780): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1c58ef77-7b9e-412e-b219-3a6a5dd59abb, ghrun-ul56qpzgpa.auto.internal:27780): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGQ0MTY4NDUtNGQ4MzZhNDctMjUwZmRjYjMtNTA3NDI0ZWE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b857a713-b541-45bc-8fb5-7a3a976ba80d, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b857a713-b541-45bc-8fb5-7a3a976ba80d, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NGQ0MTY4NDUtNGQ4MzZhNDctMjUwZmRjYjMtNTA3NDI0ZWE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b857a713-b541-45bc-8fb5-7a3a976ba80d, ghrun-ul56qpzgpa.auto.internal:27780): 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: 1765604601930 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: "20251213054323Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251213054326Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8f8d7bbd-bb76-4e8a-ad97-7ce46e3d8f36, ghrun-ul56qpzgpa.auto.internal:27780): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8d7bbd-bb76-4e8a-ad97-7ce46e3d8f36, ghrun-ul56qpzgpa.auto.internal:27780): request = { session_id: "ydb://session/3?node_id=1&id=NGQ0MTY4NDUtNGQ4MzZhNDctMjUwZmRjYjMtNTA3NDI0ZWE=" 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, 8f8d7bbd-bb76-4e8a-ad97-7ce46e3d8f36, ghrun-ul56qpzgpa.auto.internal:27780): 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: "01kcb3rhbbd8v0rv037pww31c3" } } } } }
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:27780/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10540
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62109
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63977
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27780
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9656
============================== slowest durations ===============================
22.03s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
5.85s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
5.60s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate - 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 34.77s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001bf9/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 ===============================
23.83s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
17.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
6.78s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 48.05s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001af9/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 ===============================
24.58s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
17.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
4.06s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 46.05s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001bfb/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 ===============================
69.13s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
17.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
8.20s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
========================= 1 passed in 94.71s (0:01:34) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001923/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 .

============================== slowest durations ===============================
56.91s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
22.03s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
3.87s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
========================= 1 passed in 83.14s (0:01:23) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001a86/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 ===============================
24.62s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
17.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
3.77s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 45.74s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001d9d/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 ===============================
22.02s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
17.42s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
5.81s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 45.59s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/0018f4/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.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/4djn/001a7f/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.43s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/0018cb/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.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/4djn/001905/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.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/4djn/001bdd/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.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/4djn/001a0d/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.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/4djn/001bf3/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.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/4djn/001931/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.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/4djn/001d90/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.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/4djn/00190b/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.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/4djn/001907/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.39s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/00191b/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.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/4djn/001be2/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.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/4djn/001b63/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.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/4djn/001911/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.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/4djn/001913/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.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/4djn/001c12/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.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/4djn/001bfc/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.41s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001e95/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.39s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001b9f/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.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/4djn/001b62/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.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/4djn/0018f3/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/4djn/001a7c/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.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/4djn/001e5e/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/4djn/001b65/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/4djn/001904/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.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/4djn/001912/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/4djn/001bf7/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/4djn/0018c8/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.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/4djn/001a88/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/4djn/001a0b/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/4djn/001908/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/4djn/001925/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.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/4djn/001a85/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.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/4djn/0018ff/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.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/4djn/001927/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/00191c/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/4djn/001e99/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4djn/001be1/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/4djn/0018f7/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/4djn/001e97/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.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/4djn/001a0a/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/4djn/001ba6/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/4djn/001ba4/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/4djn/0018fd/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/4djn/00192f/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.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/4djn/001ba1/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/4djn/001e96/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/4djn/0018f5/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/4djn/001d00/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.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/4djn/001c0b/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/4djn/001a83/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.03s =============================
