============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f61/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.02s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
8.02s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
7.74s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
============================== 1 passed in 38.44s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f68/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# 72075186224037888 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/bolb/003f68/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10268
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/bolb/003f68/r3tmp/kikimr_cluster_m5kmdobf
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1538
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4010
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31448
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29659
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/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/bolb/003f68/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_4o6t5hsr.log --grpc-port=1538 --mon-port=4010 --ic-port=10268
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:1538/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/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/bolb/003f68/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_4o6t5hsr.log --grpc-port=1538 --mon-port=4010 --ic-port=10268
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/bolb/003f68/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/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_4o6t5hsr.log', '--grpc-port=1538', '--mon-port=4010', '--ic-port=10268')' in '/home/runner/.ya/build/build_root/bolb/003f68/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: 3279639
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:1538/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/bolb/003f68/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3279645
DEBUG    ya.test:process.py:259 Command (pid 3279645) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3279645) elapsed time (sec): 2.9736487865448
DEBUG    ya.test:process.py:263 Command (pid 3279645) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3279645) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3279645) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3279645) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3279645) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3279645) maxrss: 547072
DEBUG    ya.test:process.py:263 Command (pid 3279645) minflt: 16261
DEBUG    ya.test:process.py:263 Command (pid 3279645) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3279645) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3279645) nivcsw: 435
DEBUG    ya.test:process.py:263 Command (pid 3279645) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3279645) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3279645) nvcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 3279645) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3279645) stime: 1.222998
DEBUG    ya.test:process.py:263 Command (pid 3279645) utime: 0.11863599999999999
DEBUG    ya.test:process.py:263 Command (pid 3279645) wtime: 2.996
DEBUG    ya.test:process.py:275 Command (pid 3279645) output:
Git info:
    Commit: 3100eb425157dce66485e722af2fd79a3f6beebf
    Branch: 
    Author: Alexey Zatelepin <mvzp10@gmail.com>
    Summary: Merge 00c0b073acfc8602d98cb111337d50b7b4fe4385 into 3707c7f04660121ee0d39ee03fffd7ef7aae6cb5
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jjzhkk3frm    Host information: 
        Linux ghrun-jjzhkk3frm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 3100eb425157dce66485e722af2fd79a3f6beebf
    Branch: 
    Author: Alexey Zatelepin <mvzp10@gmail.com>
    Summary: Merge 00c0b073acfc8602d98cb111337d50b7b4fe4385 into 3707c7f04660121ee0d39ee03fffd7ef7aae6cb5
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jjzhkk3frm    Host information: 
        Linux ghrun-jjzhkk3frm 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/bolb/003f68/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/bolb/003f68/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1538', '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: 10268\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/bolb/003f68/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1538', '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: 10268\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3282448
DEBUG    ya.test:process.py:259 Command (pid 3282448) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3282448) elapsed time (sec): 2.6754181385040283
DEBUG    ya.test:process.py:263 Command (pid 3282448) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3282448) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3282448) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3282448) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3282448) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3282448) maxrss: 555584
DEBUG    ya.test:process.py:263 Command (pid 3282448) minflt: 18402
DEBUG    ya.test:process.py:263 Command (pid 3282448) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3282448) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3282448) nivcsw: 306
DEBUG    ya.test:process.py:263 Command (pid 3282448) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3282448) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3282448) nvcsw: 83
DEBUG    ya.test:process.py:263 Command (pid 3282448) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3282448) stime: 0.642837
DEBUG    ya.test:process.py:263 Command (pid 3282448) utime: 0.151231
DEBUG    ya.test:process.py:263 Command (pid 3282448) wtime: 2.755
DEBUG    ya.test:process.py:275 Command (pid 3282448) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/bolb/003f68/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1538', '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/bolb/003f68/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1538', '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: 3284226
DEBUG    ya.test:process.py:259 Command (pid 3284226) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3284226) elapsed time (sec): 2.05617356300354
DEBUG    ya.test:process.py:263 Command (pid 3284226) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284226) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3284226) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284226) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284226) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3284226) maxrss: 555580
DEBUG    ya.test:process.py:263 Command (pid 3284226) minflt: 18403
DEBUG    ya.test:process.py:263 Command (pid 3284226) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3284226) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3284226) nivcsw: 285
DEBUG    ya.test:process.py:263 Command (pid 3284226) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3284226) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3284226) nvcsw: 124
DEBUG    ya.test:process.py:263 Command (pid 3284226) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3284226) stime: 0.793735
DEBUG    ya.test:process.py:263 Command (pid 3284226) utime: 0.12748199999999998
DEBUG    ya.test:process.py:263 Command (pid 3284226) wtime: 2.067
DEBUG    ya.test:process.py:275 Command (pid 3284226) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3284226) 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, c47cba5f-3042-4f2b-9169-0508b25e178e, localhost:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c47cba5f-3042-4f2b-9169-0508b25e178e, localhost:1538): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c47cba5f-3042-4f2b-9169-0508b25e178e, localhost:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jjzhkk3frm.auto.internal" port: 1538 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-jjzhkk3frm.auto.internal:1538, 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:1538
------------------------------ 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, 45e5086a-7334-4ba3-a98e-546a39de39e6, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 45e5086a-7334-4ba3-a98e-546a39de39e6, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 45e5086a-7334-4ba3-a98e-546a39de39e6, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDUwMTA0YmItMmJiYmMyOGYtYmRmODE1ZDUtMjZhMzI5NTc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 1a23b654-a7ce-43a1-9d0d-ba7305a2d8f1, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 1a23b654-a7ce-43a1-9d0d-ba7305a2d8f1, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=NDUwMTA0YmItMmJiYmMyOGYtYmRmODE1ZDUtMjZhMzI5NTc=" 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, 1a23b654-a7ce-43a1-9d0d-ba7305a2d8f1, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 181650fd-f332-4ee7-bbaf-7295bd900283, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181650fd-f332-4ee7-bbaf-7295bd900283, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=NDUwMTA0YmItMmJiYmMyOGYtYmRmODE1ZDUtMjZhMzI5NTc=" 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, 181650fd-f332-4ee7-bbaf-7295bd900283, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, ed793c2f-bd51-4530-a808-c908ef67458a, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, ed793c2f-bd51-4530-a808-c908ef67458a, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=NDUwMTA0YmItMmJiYmMyOGYtYmRmODE1ZDUtMjZhMzI5NTc=" 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, ed793c2f-bd51-4530-a808-c908ef67458a, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, bcdf104b-59d5-4bc6-a248-937929cc3f07, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcdf104b-59d5-4bc6-a248-937929cc3f07, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=NDUwMTA0YmItMmJiYmMyOGYtYmRmODE1ZDUtMjZhMzI5NTc=" 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, bcdf104b-59d5-4bc6-a248-937929cc3f07, ghrun-jjzhkk3frm.auto.internal:1538): 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/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `collection_b5bec34e`\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: 3285633
DEBUG    ya.test:process.py:259 Command (pid 3285633) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3285633) elapsed time (sec): 0.25575876235961914
DEBUG    ya.test:process.py:263 Command (pid 3285633) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3285633) minflt: 3451
DEBUG    ya.test:process.py:263 Command (pid 3285633) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) nivcsw: 49
DEBUG    ya.test:process.py:263 Command (pid 3285633) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) nvcsw: 96
DEBUG    ya.test:process.py:263 Command (pid 3285633) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3285633) stime: 0.027396999999999998
DEBUG    ya.test:process.py:263 Command (pid 3285633) utime: 0.062622
DEBUG    ya.test:process.py:263 Command (pid 3285633) wtime: 0.284
DEBUG    ya.test:process.py:275 Command (pid 3285633) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 83db2b45-5e74-4c1c-9dc7-feef6677ea20, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 83db2b45-5e74-4c1c-9dc7-feef6677ea20, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_b5bec34e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 83db2b45-5e74-4c1c-9dc7-feef6677ea20, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_b5bec34e" 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: 1764942999430 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection collection_b5bec34e found
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3285818
DEBUG    ya.test:process.py:259 Command (pid 3285818) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3285818) elapsed time (sec): 0.20987391471862793
DEBUG    ya.test:process.py:263 Command (pid 3285818) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285818) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3285818) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285818) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285818) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3285818) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3285818) minflt: 3552
DEBUG    ya.test:process.py:263 Command (pid 3285818) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3285818) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3285818) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 3285818) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3285818) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3285818) nvcsw: 163
DEBUG    ya.test:process.py:263 Command (pid 3285818) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 3285818) stime: 0.061895
DEBUG    ya.test:process.py:263 Command (pid 3285818) utime: 0.054499
DEBUG    ya.test:process.py:263 Command (pid 3285818) wtime: 0.211
DEBUG    ya.test:process.py:275 Command (pid 3285818) 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 3285818) errors:


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b0209cf3-6323-41b6-adc5-7b182220353f, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b0209cf3-6323-41b6-adc5-7b182220353f, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b0209cf3-6323-41b6-adc5-7b182220353f, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjA5ZmQ0MWMtNmZhMDZkNGYtMmRhNjQxMzgtZTNjNGRiMDk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 8e7dff6b-3a41-4d83-8467-54a3ebcd6172, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 8e7dff6b-3a41-4d83-8467-54a3ebcd6172, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=MjA5ZmQ0MWMtNmZhMDZkNGYtMmRhNjQxMzgtZTNjNGRiMDk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 8e7dff6b-3a41-4d83-8467-54a3ebcd6172, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999030 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, dc96986d-50a5-4a2d-a8b9-3cc4a407dbea, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc96986d-50a5-4a2d-a8b9-3cc4a407dbea, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=MjA5ZmQ0MWMtNmZhMDZkNGYtMmRhNjQxMzgtZTNjNGRiMDk=" 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, dc96986d-50a5-4a2d-a8b9-3cc4a407dbea, ghrun-jjzhkk3frm.auto.internal:1538): 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, ae7bf6ae-b104-4361-a717-359d38de05c3, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ae7bf6ae-b104-4361-a717-359d38de05c3, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ae7bf6ae-b104-4361-a717-359d38de05c3, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999030 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 0x7f2565404d30 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 0x7f2565405e10>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f2565405e10>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 2dacc8c6-aca9-43c4-a4cf-e4746caee67f, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2dacc8c6-aca9-43c4-a4cf-e4746caee67f, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, 2dacc8c6-aca9-43c4-a4cf-e4746caee67f, ghrun-jjzhkk3frm.auto.internal:1538): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2dacc8c6-aca9-43c4-a4cf-e4746caee67f, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2U0YTQ4ODctNTc0ZWRiYjctMWVkZjgyZWUtOTk4MGRhY2Y=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2565405e10>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f2565405e10>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, 2dacc8c6-aca9-43c4-a4cf-e4746caee67f, ghrun-jjzhkk3frm.auto.internal:1538): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 83a6f12b-7d7b-4db9-9b5a-a7e2830268d4, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 83a6f12b-7d7b-4db9-9b5a-a7e2830268d4, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=Y2U0YTQ4ODctNTc0ZWRiYjctMWVkZjgyZWUtOTk4MGRhY2Y=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 83a6f12b-7d7b-4db9-9b5a-a7e2830268d4, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999030 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 0x7f2565405e10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, eb1a1c2a-7870-47c9-9f04-cc654e3b3c34, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, eb1a1c2a-7870-47c9-9f04-cc654e3b3c34, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, eb1a1c2a-7870-47c9-9f04-cc654e3b3c34, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999030 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3286113
DEBUG    ya.test:process.py:259 Command (pid 3286113) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3286113) elapsed time (sec): 0.263047456741333
DEBUG    ya.test:process.py:263 Command (pid 3286113) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286113) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3286113) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286113) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286113) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3286113) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3286113) minflt: 3459
DEBUG    ya.test:process.py:263 Command (pid 3286113) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3286113) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3286113) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 3286113) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3286113) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3286113) nvcsw: 125
DEBUG    ya.test:process.py:263 Command (pid 3286113) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3286113) stime: 0.061702
DEBUG    ya.test:process.py:263 Command (pid 3286113) utime: 0.057645999999999996
DEBUG    ya.test:process.py:263 Command (pid 3286113) wtime: 0.266
DEBUG    ya.test:process.py:275 Command (pid 3286113) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0bbb05c5-6f49-43a3-8695-a57626a0c779, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0bbb05c5-6f49-43a3-8695-a57626a0c779, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0bbb05c5-6f49-43a3-8695-a57626a0c779, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzE0YmNhOTctZTQ1ZDc0OWItZDFlNTIzNmEtY2RjNWQ2ZWM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 7f1e1495-e21e-4aec-b866-76fdcff95045, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 7f1e1495-e21e-4aec-b866-76fdcff95045, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=YzE0YmNhOTctZTQ1ZDc0OWItZDFlNTIzNmEtY2RjNWQ2ZWM=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 7f1e1495-e21e-4aec-b866-76fdcff95045, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999150 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, 427ebbd6-fe10-429d-be29-276519cce4c2, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 427ebbd6-fe10-429d-be29-276519cce4c2, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=YzE0YmNhOTctZTQ1ZDc0OWItZDFlNTIzNmEtY2RjNWQ2ZWM=" 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, 427ebbd6-fe10-429d-be29-276519cce4c2, ghrun-jjzhkk3frm.auto.internal:1538): 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, b07f4dad-5f23-4bf2-b541-8daf06389cdf, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b07f4dad-5f23-4bf2-b541-8daf06389cdf, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b07f4dad-5f23-4bf2-b541-8daf06389cdf, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999150 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b547b3d0-46a8-4c49-bbde-3413998839d0, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b547b3d0-46a8-4c49-bbde-3413998839d0, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=Y2U0YTQ4ODctNTc0ZWRiYjctMWVkZjgyZWUtOTk4MGRhY2Y=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b547b3d0-46a8-4c49-bbde-3413998839d0, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999150 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 0x7f2565405e10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 6074b2ad-a71b-450b-9be3-e95c88cc036d, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 6074b2ad-a71b-450b-9be3-e95c88cc036d, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 6074b2ad-a71b-450b-9be3-e95c88cc036d, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999150 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3286378
DEBUG    ya.test:process.py:259 Command (pid 3286378) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3286378) elapsed time (sec): 0.21911239624023438
DEBUG    ya.test:process.py:263 Command (pid 3286378) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286378) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3286378) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286378) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286378) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3286378) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3286378) minflt: 3455
DEBUG    ya.test:process.py:263 Command (pid 3286378) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3286378) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3286378) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 3286378) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3286378) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3286378) nvcsw: 143
DEBUG    ya.test:process.py:263 Command (pid 3286378) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3286378) stime: 0.039036999999999995
DEBUG    ya.test:process.py:263 Command (pid 3286378) utime: 0.058556
DEBUG    ya.test:process.py:263 Command (pid 3286378) wtime: 0.23
DEBUG    ya.test:process.py:275 Command (pid 3286378) output:

DEBUG    ya.test:process.py:276 Command (pid 3286378) 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/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_b5bec34e`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3287230
DEBUG    ya.test:process.py:259 Command (pid 3287230) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3287230) elapsed time (sec): 0.3264753818511963
DEBUG    ya.test:process.py:263 Command (pid 3287230) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3287230) minflt: 3444
DEBUG    ya.test:process.py:263 Command (pid 3287230) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) nivcsw: 37
DEBUG    ya.test:process.py:263 Command (pid 3287230) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) nvcsw: 166
DEBUG    ya.test:process.py:263 Command (pid 3287230) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3287230) stime: 0.038284
DEBUG    ya.test:process.py:263 Command (pid 3287230) utime: 0.059167
DEBUG    ya.test:process.py:263 Command (pid 3287230) wtime: 0.334
DEBUG    ya.test:process.py:275 Command (pid 3287230) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 35b5e8c5-115c-4f3e-bb6a-5d44164f3839, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 35b5e8c5-115c-4f3e-bb6a-5d44164f3839, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_b5bec34e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 35b5e8c5-115c-4f3e-bb6a-5d44164f3839, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_b5bec34e" 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: 1764942999430 tx_id: 281474976710664 } } children { name: "20251205135641Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943001840 tx_id: 281474976710667 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, ed4d9a74-1d9c-4c3b-86ac-d27fd7361c05, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, ed4d9a74-1d9c-4c3b-86ac-d27fd7361c05, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_b5bec34e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, ed4d9a74-1d9c-4c3b-86ac-d27fd7361c05, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_b5bec34e" 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: 1764942999430 tx_id: 281474976710664 } } children { name: "20251205135641Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943001840 tx_id: 281474976710667 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3287530
DEBUG    ya.test:process.py:259 Command (pid 3287530) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3287530) elapsed time (sec): 0.1573200225830078
DEBUG    ya.test:process.py:263 Command (pid 3287530) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287530) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3287530) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287530) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287530) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3287530) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3287530) minflt: 3565
DEBUG    ya.test:process.py:263 Command (pid 3287530) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3287530) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3287530) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 3287530) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3287530) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3287530) nvcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 3287530) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 3287530) stime: 0.015781
DEBUG    ya.test:process.py:263 Command (pid 3287530) utime: 0.06707099999999999
DEBUG    ya.test:process.py:263 Command (pid 3287530) wtime: 0.199
DEBUG    ya.test:process.py:275 Command (pid 3287530) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3287804
DEBUG    ya.test:process.py:259 Command (pid 3287804) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3287804) elapsed time (sec): 0.21161365509033203
DEBUG    ya.test:process.py:263 Command (pid 3287804) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287804) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3287804) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287804) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3287804) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3287804) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3287804) minflt: 3551
DEBUG    ya.test:process.py:263 Command (pid 3287804) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3287804) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3287804) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 3287804) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3287804) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3287804) nvcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 3287804) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 3287804) stime: 0.023087
DEBUG    ya.test:process.py:263 Command (pid 3287804) utime: 0.057719
DEBUG    ya.test:process.py:263 Command (pid 3287804) wtime: 0.218
DEBUG    ya.test:process.py:275 Command (pid 3287804) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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


DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8902a76b-01dc-46d9-87a2-b22e981697a0, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8902a76b-01dc-46d9-87a2-b22e981697a0, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8902a76b-01dc-46d9-87a2-b22e981697a0, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Yzc0ODQ0NzUtZWM5MmY1ZDUtNTVkNzg0ODgtNmZlNmJiMDI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 2af3e5c2-4830-4213-a00d-408d2281d779, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2af3e5c2-4830-4213-a00d-408d2281d779, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=Yzc0ODQ0NzUtZWM5MmY1ZDUtNTVkNzg0ODgtNmZlNmJiMDI=" 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, 2af3e5c2-4830-4213-a00d-408d2281d779, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3d6a9ef6-381e-41ce-a2f7-ff0e3171007c, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3d6a9ef6-381e-41ce-a2f7-ff0e3171007c, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3d6a9ef6-381e-41ce-a2f7-ff0e3171007c, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGQzNjE1ZTAtOTVmMjgwOS0xYmM3Y2NkYS1kYzIzOGJiZQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b82fe10e-5a4e-404e-bb4a-9b52bb43bc0f, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b82fe10e-5a4e-404e-bb4a-9b52bb43bc0f, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=ZGQzNjE1ZTAtOTVmMjgwOS0xYmM3Y2NkYS1kYzIzOGJiZQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b82fe10e-5a4e-404e-bb4a-9b52bb43bc0f, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999030 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: "20251205135641Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cefbbdc2-9e72-4907-9c45-8aeed99b51e0, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cefbbdc2-9e72-4907-9c45-8aeed99b51e0, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=ZGQzNjE1ZTAtOTVmMjgwOS0xYmM3Y2NkYS1kYzIzOGJiZQ==" 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, cefbbdc2-9e72-4907-9c45-8aeed99b51e0, ghrun-jjzhkk3frm.auto.internal:1538): 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, 0fecc399-234b-42e9-9e39-302d297be858, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 0fecc399-234b-42e9-9e39-302d297be858, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 0fecc399-234b-42e9-9e39-302d297be858, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999030 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 4a248848-2986-4e15-8776-83ea55f86125, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 4a248848-2986-4e15-8776-83ea55f86125, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=Y2U0YTQ4ODctNTc0ZWRiYjctMWVkZjgyZWUtOTk4MGRhY2Y=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 4a248848-2986-4e15-8776-83ea55f86125, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999030 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: "20251205135641Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2565405e10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 2913b9e3-dff6-4f17-b5a7-1e7320402da4, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2913b9e3-dff6-4f17-b5a7-1e7320402da4, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2913b9e3-dff6-4f17-b5a7-1e7320402da4, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999030 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3288077
DEBUG    ya.test:process.py:259 Command (pid 3288077) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3288077) elapsed time (sec): 0.1635420322418213
DEBUG    ya.test:process.py:263 Command (pid 3288077) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3288077) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3288077) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3288077) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3288077) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3288077) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3288077) minflt: 3458
DEBUG    ya.test:process.py:263 Command (pid 3288077) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3288077) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3288077) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 3288077) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3288077) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3288077) nvcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 3288077) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3288077) stime: 0.014147
DEBUG    ya.test:process.py:263 Command (pid 3288077) utime: 0.056579
DEBUG    ya.test:process.py:263 Command (pid 3288077) wtime: 0.17
DEBUG    ya.test:process.py:275 Command (pid 3288077) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6945eaa4-7d6b-43c1-9b8b-7e2e0f591204, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6945eaa4-7d6b-43c1-9b8b-7e2e0f591204, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6945eaa4-7d6b-43c1-9b8b-7e2e0f591204, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWRmNWMxYzUtYjk3MmUxNDMtNTQ2ZDM2ZC03MWFjNGQ0Mg==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d0dd135d-8f37-4e50-b521-89232536dfd6, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d0dd135d-8f37-4e50-b521-89232536dfd6, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=NWRmNWMxYzUtYjk3MmUxNDMtNTQ2ZDM2ZC03MWFjNGQ0Mg==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d0dd135d-8f37-4e50-b521-89232536dfd6, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999150 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: "20251205135641Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b7d95db-e114-4fff-9d45-d7def147ff9c, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7d95db-e114-4fff-9d45-d7def147ff9c, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=NWRmNWMxYzUtYjk3MmUxNDMtNTQ2ZDM2ZC03MWFjNGQ0Mg==" 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, 9b7d95db-e114-4fff-9d45-d7def147ff9c, ghrun-jjzhkk3frm.auto.internal:1538): 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, 52c0ab25-b606-421a-9aae-60cf73bbd72e, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 52c0ab25-b606-421a-9aae-60cf73bbd72e, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 52c0ab25-b606-421a-9aae-60cf73bbd72e, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999150 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 08a8e403-1308-4460-ac4a-22d7cf531ba3, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 08a8e403-1308-4460-ac4a-22d7cf531ba3, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=Y2U0YTQ4ODctNTc0ZWRiYjctMWVkZjgyZWUtOTk4MGRhY2Y=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 08a8e403-1308-4460-ac4a-22d7cf531ba3, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999150 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: "20251205135641Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2565405e10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, c4a2ad17-f1ba-42a6-be69-c955694ef0b0, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c4a2ad17-f1ba-42a6-be69-c955694ef0b0, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c4a2ad17-f1ba-42a6-be69-c955694ef0b0, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999150 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3288423
DEBUG    ya.test:process.py:259 Command (pid 3288423) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3288423) elapsed time (sec): 0.19014453887939453
DEBUG    ya.test:process.py:263 Command (pid 3288423) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3288423) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3288423) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3288423) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3288423) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3288423) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3288423) minflt: 3457
DEBUG    ya.test:process.py:263 Command (pid 3288423) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3288423) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3288423) nivcsw: 55
DEBUG    ya.test:process.py:263 Command (pid 3288423) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3288423) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3288423) nvcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 3288423) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3288423) stime: 0.023441
DEBUG    ya.test:process.py:263 Command (pid 3288423) utime: 0.058982
DEBUG    ya.test:process.py:263 Command (pid 3288423) wtime: 0.194
DEBUG    ya.test:process.py:275 Command (pid 3288423) output:

DEBUG    ya.test:process.py:276 Command (pid 3288423) 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/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'yql', '--script', 'BACKUP `collection_b5bec34e` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3289344
DEBUG    ya.test:process.py:259 Command (pid 3289344) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3289344) elapsed time (sec): 0.21843767166137695
DEBUG    ya.test:process.py:263 Command (pid 3289344) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3289344) minflt: 3460
DEBUG    ya.test:process.py:263 Command (pid 3289344) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 3289344) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) nvcsw: 143
DEBUG    ya.test:process.py:263 Command (pid 3289344) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3289344) stime: 0.025027999999999998
DEBUG    ya.test:process.py:263 Command (pid 3289344) utime: 0.050057
DEBUG    ya.test:process.py:263 Command (pid 3289344) wtime: 0.257
DEBUG    ya.test:process.py:275 Command (pid 3289344) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 8a2e3eb2-bea4-42ab-8189-06ec32a375c7, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 8a2e3eb2-bea4-42ab-8189-06ec32a375c7, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_b5bec34e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 8a2e3eb2-bea4-42ab-8189-06ec32a375c7, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_b5bec34e" 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: 1764942999430 tx_id: 281474976710664 } } children { name: "20251205135641Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943001840 tx_id: 281474976710667 } } children { name: "20251205135644Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943004650 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, ab269038-f269-466d-b632-742552e1cc0d, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, ab269038-f269-466d-b632-742552e1cc0d, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_b5bec34e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, ab269038-f269-466d-b632-742552e1cc0d, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_b5bec34e" 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: 1764942999430 tx_id: 281474976710664 } } children { name: "20251205135641Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943001840 tx_id: 281474976710667 } } children { name: "20251205135644Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943004650 tx_id: 281474976710671 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f68/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/bolb/003f68/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1538', '--database', '/Root', 'scheme', 'describe', 'orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3289540
DEBUG    ya.test:process.py:259 Command (pid 3289540) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3289540) elapsed time (sec): 0.22530698776245117
DEBUG    ya.test:process.py:263 Command (pid 3289540) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289540) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3289540) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289540) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3289540) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3289540) maxrss: 164260
DEBUG    ya.test:process.py:263 Command (pid 3289540) minflt: 3544
DEBUG    ya.test:process.py:263 Command (pid 3289540) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3289540) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3289540) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 3289540) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3289540) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3289540) nvcsw: 158
DEBUG    ya.test:process.py:263 Command (pid 3289540) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 3289540) stime: 0.026961
DEBUG    ya.test:process.py:263 Command (pid 3289540) utime: 0.06740299999999999
DEBUG    ya.test:process.py:263 Command (pid 3289540) wtime: 0.229
DEBUG    ya.test:process.py:275 Command (pid 3289540) output:
<table> orders
Columns:
┌────────┬─────────┬────────┬─────┐
│ Name   │ Type    │ Family │ Key │
├────────┼─────────┼────────┼─────┤
│ id     │ Uint32? │        │ K0  │
│ number │ Uint64? │        │     │
│ txt    │ String? │        │     │
└────────┴─────────┴────────┴─────┘

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


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

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


DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 59a776c5-8f94-4c1c-8e47-0bb9066c7d7e, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 59a776c5-8f94-4c1c-8e47-0bb9066c7d7e, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/collection_b5bec34e" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 59a776c5-8f94-4c1c-8e47-0bb9066c7d7e, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "collection_b5bec34e" 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: 1764942999430 tx_id: 281474976710664 } } children { name: "20251205135641Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943001840 tx_id: 281474976710667 } } children { name: "20251205135644Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943004650 tx_id: 281474976710671 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, ad91200e-4ea9-4027-83a5-768c3ea79cb2, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ad91200e-4ea9-4027-83a5-768c3ea79cb2, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ad91200e-4ea9-4027-83a5-768c3ea79cb2, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzI1N2FjNWItYmIyMWQwZWItODQ3NjcwYWMtN2I4NGFlYTE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 96422b4b-7bf4-493b-b7d1-682fde294ad3, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 96422b4b-7bf4-493b-b7d1-682fde294ad3, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=YzI1N2FjNWItYmIyMWQwZWItODQ3NjcwYWMtN2I4NGFlYTE=" yql_text: "DROP TABLE `/Root/.backups/collections/collection_b5bec34e/20251205135641Z_full/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 96422b4b-7bf4-493b-b7d1-682fde294ad3, ghrun-jjzhkk3frm.auto.internal:1538): 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, 4c6e2ce8-4ac0-46bf-a336-f7106152bfa9, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4c6e2ce8-4ac0-46bf-a336-f7106152bfa9, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 4c6e2ce8-4ac0-46bf-a336-f7106152bfa9, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGI0NmIxYzctOTkxZjM2MTEtZWZlYzE0MzctNTI2YTFhNjc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, d842ffb1-6cc4-495e-9266-eb13db38d1ed, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d842ffb1-6cc4-495e-9266-eb13db38d1ed, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=NGI0NmIxYzctOTkxZjM2MTEtZWZlYzE0MzctNTI2YTFhNjc=" 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, d842ffb1-6cc4-495e-9266-eb13db38d1ed, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 968f30e9-0fa6-4f9b-8009-9105b862e50d, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 968f30e9-0fa6-4f9b-8009-9105b862e50d, ghrun-jjzhkk3frm.auto.internal:1538): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 968f30e9-0fa6-4f9b-8009-9105b862e50d, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmI2YTEyNWQtMjcyMjc1NTktYWVlZDA4MjQtZDMwNjhjMWM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9f3e8253-63b0-4798-afda-334606d9cfff, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9f3e8253-63b0-4798-afda-334606d9cfff, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=NmI2YTEyNWQtMjcyMjc1NTktYWVlZDA4MjQtZDMwNjhjMWM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9f3e8253-63b0-4798-afda-334606d9cfff, ghrun-jjzhkk3frm.auto.internal:1538): 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: 1764942999030 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: "20251205135641Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135644Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e200d7e1-a25c-4206-bf61-7e597780f868, ghrun-jjzhkk3frm.auto.internal:1538): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e200d7e1-a25c-4206-bf61-7e597780f868, ghrun-jjzhkk3frm.auto.internal:1538): request = { session_id: "ydb://session/3?node_id=1&id=NmI2YTEyNWQtMjcyMjc1NTktYWVlZDA4MjQtZDMwNjhjMWM=" 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, e200d7e1-a25c-4206-bf61-7e597780f868, ghrun-jjzhkk3frm.auto.internal:1538): response = { operation { ready: true status: ABORTED issues { message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 3 requested, table schemaversion 4 (shard# 72075186224037888 node# 1 state# Ready)" severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kbqct1zne3hxq0eke5yzfcd6" } } } } }
---------------------------- 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:1538/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29659
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31448
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4010
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1538
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10268
============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
9.04s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
6.79s 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# 72075186224037888 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
============================== 1 failed in 39.96s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f58/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py .

============================== slowest durations ===============================
27.05s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
6.39s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 56.23s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f31/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 ===============================
55.89s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
17.05s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
7.07s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
========================= 1 passed in 80.44s (0:01:20) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f39/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 ===============================
70.06s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
4.18s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
========================= 1 passed in 96.75s (0:01:36) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f4b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 8 items

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:2116: in test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
    backup.stage(BackupType.INCREMENTAL, "Final state")
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 8 requested, table schemaversion 9 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64776
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/bolb/003f4b/r3tmp/kikimr_cluster_r0z4cfu5
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8949
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19328
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11282
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21505
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/bolb/003f4b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_jrrm7391.log --grpc-port=8949 --mon-port=19328 --ic-port=64776
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:8949/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/bolb/003f4b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_jrrm7391.log --grpc-port=8949 --mon-port=19328 --ic-port=64776
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/bolb/003f4b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/bolb/003f4b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_jrrm7391.log', '--grpc-port=8949', '--mon-port=19328', '--ic-port=64776')' in '/home/runner/.ya/build/build_root/bolb/003f4b/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3290258
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:8949/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/bolb/003f4b/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3290263
DEBUG    ya.test:process.py:259 Command (pid 3290263) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3290263) elapsed time (sec): 0.5239145755767822
DEBUG    ya.test:process.py:263 Command (pid 3290263) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3290263) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3290263) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3290263) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3290263) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3290263) maxrss: 547080
DEBUG    ya.test:process.py:263 Command (pid 3290263) minflt: 16327
DEBUG    ya.test:process.py:263 Command (pid 3290263) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3290263) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3290263) nivcsw: 101
DEBUG    ya.test:process.py:263 Command (pid 3290263) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3290263) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3290263) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3290263) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3290263) stime: 0.292211
DEBUG    ya.test:process.py:263 Command (pid 3290263) utime: 0.127074
DEBUG    ya.test:process.py:263 Command (pid 3290263) wtime: 0.525
DEBUG    ya.test:process.py:275 Command (pid 3290263) output:
Git info:
    Commit: 3100eb425157dce66485e722af2fd79a3f6beebf
    Branch: 
    Author: Alexey Zatelepin <mvzp10@gmail.com>
    Summary: Merge 00c0b073acfc8602d98cb111337d50b7b4fe4385 into 3707c7f04660121ee0d39ee03fffd7ef7aae6cb5
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jjzhkk3frm    Host information: 
        Linux ghrun-jjzhkk3frm 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 3100eb425157dce66485e722af2fd79a3f6beebf
    Branch: 
    Author: Alexey Zatelepin <mvzp10@gmail.com>
    Summary: Merge 00c0b073acfc8602d98cb111337d50b7b4fe4385 into 3707c7f04660121ee0d39ee03fffd7ef7aae6cb5
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jjzhkk3frm    Host information: 
        Linux ghrun-jjzhkk3frm 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/bolb/003f4b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8949', '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: 64776\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/bolb/003f4b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8949', '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: 64776\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3292623
DEBUG    ya.test:process.py:259 Command (pid 3292623) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3292623) elapsed time (sec): 0.7410595417022705
DEBUG    ya.test:process.py:263 Command (pid 3292623) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3292623) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3292623) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3292623) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3292623) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3292623) maxrss: 555584
DEBUG    ya.test:process.py:263 Command (pid 3292623) minflt: 18403
DEBUG    ya.test:process.py:263 Command (pid 3292623) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3292623) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3292623) nivcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 3292623) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3292623) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3292623) nvcsw: 119
DEBUG    ya.test:process.py:263 Command (pid 3292623) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3292623) stime: 0.436865
DEBUG    ya.test:process.py:263 Command (pid 3292623) utime: 0.13577599999999998
DEBUG    ya.test:process.py:263 Command (pid 3292623) wtime: 0.742
DEBUG    ya.test:process.py:275 Command (pid 3292623) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8949', '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/bolb/003f4b/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:8949', '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: 3293190
DEBUG    ya.test:process.py:259 Command (pid 3293190) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3293190) elapsed time (sec): 0.8687546253204346
DEBUG    ya.test:process.py:263 Command (pid 3293190) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3293190) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3293190) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3293190) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3293190) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3293190) maxrss: 555600
DEBUG    ya.test:process.py:263 Command (pid 3293190) minflt: 18399
DEBUG    ya.test:process.py:263 Command (pid 3293190) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3293190) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3293190) nivcsw: 172
DEBUG    ya.test:process.py:263 Command (pid 3293190) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3293190) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3293190) nvcsw: 119
DEBUG    ya.test:process.py:263 Command (pid 3293190) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3293190) stime: 0.44320099999999996
DEBUG    ya.test:process.py:263 Command (pid 3293190) utime: 0.12121699999999999
DEBUG    ya.test:process.py:263 Command (pid 3293190) wtime: 0.871
DEBUG    ya.test:process.py:275 Command (pid 3293190) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3293190) 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, df84bd1f-d19a-4527-92c8-85a80c741588, localhost:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, df84bd1f-d19a-4527-92c8-85a80c741588, localhost:8949): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, df84bd1f-d19a-4527-92c8-85a80c741588, localhost:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jjzhkk3frm.auto.internal" port: 8949 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-jjzhkk3frm.auto.internal:8949, 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:8949
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange, test_name: test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8e500c4b-b61e-4297-a243-4f9c36c5d7e9, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8e500c4b-b61e-4297-a243-4f9c36c5d7e9, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8e500c4b-b61e-4297-a243-4f9c36c5d7e9, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzA0M2I4Yi03ODBmN2E4Yi1lZDk0OGNiNS02YWRjNTU2ZA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, f7088549-3496-4bf3-9be8-dce47d4e86f9, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, f7088549-3496-4bf3-9be8-dce47d4e86f9, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NzA0M2I4Yi03ODBmN2E4Yi1lZDk0OGNiNS02YWRjNTU2ZA==" 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, f7088549-3496-4bf3-9be8-dce47d4e86f9, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 8e13a352-c0f5-46b4-9284-95a3548782a6, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e13a352-c0f5-46b4-9284-95a3548782a6, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NzA0M2I4Yi03ODBmN2E4Yi1lZDk0OGNiNS02YWRjNTU2ZA==" 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, 8e13a352-c0f5-46b4-9284-95a3548782a6, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 98b393c9-ed9c-4992-b4f7-69793083c887, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 98b393c9-ed9c-4992-b4f7-69793083c887, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NzA0M2I4Yi03ODBmN2E4Yi1lZDk0OGNiNS02YWRjNTU2ZA==" 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, 98b393c9-ed9c-4992-b4f7-69793083c887, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9fc6fe52-ef59-4bff-b889-645b96dd994d, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fc6fe52-ef59-4bff-b889-645b96dd994d, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NzA0M2I4Yi03ODBmN2E4Yi1lZDk0OGNiNS02YWRjNTU2ZA==" 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, 9fc6fe52-ef59-4bff-b889-645b96dd994d, ghrun-jjzhkk3frm.auto.internal:8949): 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/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_inc_backup_b099dfae`\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: 3293926
DEBUG    ya.test:process.py:259 Command (pid 3293926) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3293926) elapsed time (sec): 0.20041871070861816
DEBUG    ya.test:process.py:263 Command (pid 3293926) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3293926) minflt: 3439
DEBUG    ya.test:process.py:263 Command (pid 3293926) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) nivcsw: 71
DEBUG    ya.test:process.py:263 Command (pid 3293926) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) nvcsw: 130
DEBUG    ya.test:process.py:263 Command (pid 3293926) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3293926) stime: 0.019372
DEBUG    ya.test:process.py:263 Command (pid 3293926) utime: 0.062961
DEBUG    ya.test:process.py:263 Command (pid 3293926) wtime: 0.211
DEBUG    ya.test:process.py:275 Command (pid 3293926) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, da63c98f-2fed-4997-a227-28d6a7f2ba58, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, da63c98f-2fed-4997-a227-28d6a7f2ba58, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, da63c98f-2fed-4997-a227-28d6a7f2ba58, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:373 Collection test_inc_backup_b099dfae found
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b314b20d-6597-4b9f-be90-d22eee1fa535, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b314b20d-6597-4b9f-be90-d22eee1fa535, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b314b20d-6597-4b9f-be90-d22eee1fa535, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDVkYjUxNjQtOWQ5NTk4ZDEtZTU5ZGQ5MDItN2UxOTliNjM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 11484779-68d0-4ea5-aad4-5d540c8af3c1, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11484779-68d0-4ea5-aad4-5d540c8af3c1, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NDVkYjUxNjQtOWQ5NTk4ZDEtZTU5ZGQ5MDItN2UxOTliNjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (10,1000,\"a1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11484779-68d0-4ea5-aad4-5d540c8af3c1, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b99f72ce-bcb4-4848-95b3-61916404ad5c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b99f72ce-bcb4-4848-95b3-61916404ad5c, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b99f72ce-bcb4-4848-95b3-61916404ad5c, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzViYzk5ZWItOWFkN2I5MjUtYjZjZWI4ZTYtZWRjMzJkOTk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76b7c4ed-2f37-494b-9bf0-d0adc0c4185b, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b7c4ed-2f37-494b-9bf0-d0adc0c4185b, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=MzViYzk5ZWItOWFkN2I5MjUtYjZjZWI4ZTYtZWRjMzJkOTk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 2;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b7c4ed-2f37-494b-9bf0-d0adc0c4185b, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 2ee4714d-4389-43d5-a290-69ab60ddddd8, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 2ee4714d-4389-43d5-a290-69ab60ddddd8, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 2ee4714d-4389-43d5-a290-69ab60ddddd8, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', 'GRANT ALL ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3294217
DEBUG    ya.test:process.py:259 Command (pid 3294217) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3294217) elapsed time (sec): 0.17347049713134766
DEBUG    ya.test:process.py:263 Command (pid 3294217) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3294217) minflt: 3444
DEBUG    ya.test:process.py:263 Command (pid 3294217) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3294217) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) nvcsw: 125
DEBUG    ya.test:process.py:263 Command (pid 3294217) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3294217) stime: 0.029543
DEBUG    ya.test:process.py:263 Command (pid 3294217) utime: 0.045238
DEBUG    ya.test:process.py:263 Command (pid 3294217) wtime: 0.186
DEBUG    ya.test:process.py:275 Command (pid 3294217) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8476cb15-ddea-4a55-8995-13a9fc072ff0, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8476cb15-ddea-4a55-8995-13a9fc072ff0, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8476cb15-ddea-4a55-8995-13a9fc072ff0, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODg4MTVjNTktY2M4NjM2ZjUtNmFlNmJiM2ItYzZlNTY0NzM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 2b7a5c57-8858-4fe7-846a-a7c187d1d70a, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 2b7a5c57-8858-4fe7-846a-a7c187d1d70a, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=ODg4MTVjNTktY2M4NjM2ZjUtNmFlNmJiM2ItYzZlNTY0NzM=" path: "/Root/extra1_1_3012" 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, 2b7a5c57-8858-4fe7-846a-a7c187d1d70a, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, e7457107-0a5f-432d-8e47-e006be138288, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7457107-0a5f-432d-8e47-e006be138288, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=ODg4MTVjNTktY2M4NjM2ZjUtNmFlNmJiM2ItYzZlNTY0NzM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_3012 (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, e7457107-0a5f-432d-8e47-e006be138288, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 976c24f3-779b-4e57-8b04-d1855b7d555f, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 976c24f3-779b-4e57-8b04-d1855b7d555f, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 976c24f3-779b-4e57-8b04-d1855b7d555f, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzI1OTNjM2ItYTUxOTFmNjgtMjZiYTdkNzMtMjVmMjBjNzM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 1d0a0f11-12a9-4baa-b2ae-bf854aaa2e40, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 1d0a0f11-12a9-4baa-b2ae-bf854aaa2e40, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NzI1OTNjM2ItYTUxOTFmNjgtMjZiYTdkNzMtMjVmMjBjNzM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 1d0a0f11-12a9-4baa-b2ae-bf854aaa2e40, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1764943011590 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, afc9a60d-450a-48ce-b019-4e11bdf12719, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc9a60d-450a-48ce-b019-4e11bdf12719, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NzI1OTNjM2ItYTUxOTFmNjgtMjZiYTdkNzMtMjVmMjBjNzM=" 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, afc9a60d-450a-48ce-b019-4e11bdf12719, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 61fd52c5-6758-4b83-b48a-b97fe37f4eee, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 61fd52c5-6758-4b83-b48a-b97fe37f4eee, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 61fd52c5-6758-4b83-b48a-b97fe37f4eee, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1764943011590 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 0x7f7804bfcf10 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 0x7f7804bfed10>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, de9fe202-ec6f-4a12-9375-b09c8ebed83b, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, de9fe202-ec6f-4a12-9375-b09c8ebed83b, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:118 RpcState(CreateSession, de9fe202-ec6f-4a12-9375-b09c8ebed83b, ghrun-jjzhkk3frm.auto.internal:8949): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, de9fe202-ec6f-4a12-9375-b09c8ebed83b, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:123 RpcState(CreateSession, de9fe202-ec6f-4a12-9375-b09c8ebed83b, ghrun-jjzhkk3frm.auto.internal:8949): on response callback success
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, d0408488-8d9e-4a82-b018-7cbed4d1c490, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, d0408488-8d9e-4a82-b018-7cbed4d1c490, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, d0408488-8d9e-4a82-b018-7cbed4d1c490, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1764943011590 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 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 9c0f4c0a-fc75-4d66-8fd6-49605beb0bb2, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 9c0f4c0a-fc75-4d66-8fd6-49605beb0bb2, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 9c0f4c0a-fc75-4d66-8fd6-49605beb0bb2, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3294751
DEBUG    ya.test:process.py:259 Command (pid 3294751) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3294751) elapsed time (sec): 0.1842942237854004
DEBUG    ya.test:process.py:263 Command (pid 3294751) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3294751) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3294751) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3294751) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3294751) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3294751) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3294751) minflt: 3459
DEBUG    ya.test:process.py:263 Command (pid 3294751) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3294751) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3294751) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 3294751) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3294751) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3294751) nvcsw: 125
DEBUG    ya.test:process.py:263 Command (pid 3294751) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3294751) stime: 0.024874
DEBUG    ya.test:process.py:263 Command (pid 3294751) utime: 0.049748
DEBUG    ya.test:process.py:263 Command (pid 3294751) wtime: 0.197
DEBUG    ya.test:process.py:275 Command (pid 3294751) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, eb6ba0fc-b14d-4cc1-bb37-dde53eaf8b2b, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, eb6ba0fc-b14d-4cc1-bb37-dde53eaf8b2b, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, eb6ba0fc-b14d-4cc1-bb37-dde53eaf8b2b, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjE5ZTljODktYmM2MTZjLWU1YTI1MTYwLTQzNzI5MDk3" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 173ae272-22b9-444f-a15a-cbf6de943ab8, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 173ae272-22b9-444f-a15a-cbf6de943ab8, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=MjE5ZTljODktYmM2MTZjLWU1YTI1MTYwLTQzNzI5MDk3" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 173ae272-22b9-444f-a15a-cbf6de943ab8, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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, 67d79ee1-5150-4f94-afa1-83e8dff5beea, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67d79ee1-5150-4f94-afa1-83e8dff5beea, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=MjE5ZTljODktYmM2MTZjLWU1YTI1MTYwLTQzNzI5MDk3" 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, 67d79ee1-5150-4f94-afa1-83e8dff5beea, ghrun-jjzhkk3frm.auto.internal:8949): 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, c2c684fa-06d4-4978-8551-c513b300a307, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c2c684fa-06d4-4978-8551-c513b300a307, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c2c684fa-06d4-4978-8551-c513b300a307, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 582458ee-2747-44d6-964a-6d0e5d3d21ef, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 582458ee-2747-44d6-964a-6d0e5d3d21ef, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 582458ee-2747-44d6-964a-6d0e5d3d21ef, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 3abce99a-e055-490d-a923-e170066be3df, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 3abce99a-e055-490d-a923-e170066be3df, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 3abce99a-e055-490d-a923-e170066be3df, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3295184
DEBUG    ya.test:process.py:259 Command (pid 3295184) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3295184) elapsed time (sec): 0.21422982215881348
DEBUG    ya.test:process.py:263 Command (pid 3295184) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3295184) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3295184) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3295184) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3295184) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3295184) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3295184) minflt: 3450
DEBUG    ya.test:process.py:263 Command (pid 3295184) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3295184) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3295184) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 3295184) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3295184) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3295184) nvcsw: 122
DEBUG    ya.test:process.py:263 Command (pid 3295184) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3295184) stime: 0.023955999999999998
DEBUG    ya.test:process.py:263 Command (pid 3295184) utime: 0.055897999999999996
DEBUG    ya.test:process.py:263 Command (pid 3295184) wtime: 0.216
DEBUG    ya.test:process.py:275 Command (pid 3295184) output:

DEBUG    ya.test:process.py:276 Command (pid 3295184) 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/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_b099dfae`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3295918
DEBUG    ya.test:process.py:259 Command (pid 3295918) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3295918) elapsed time (sec): 0.2647113800048828
DEBUG    ya.test:process.py:263 Command (pid 3295918) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3295918) minflt: 3445
DEBUG    ya.test:process.py:263 Command (pid 3295918) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) nivcsw: 55
DEBUG    ya.test:process.py:263 Command (pid 3295918) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) nvcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 3295918) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3295918) stime: 0.021963999999999997
DEBUG    ya.test:process.py:263 Command (pid 3295918) utime: 0.057107
DEBUG    ya.test:process.py:263 Command (pid 3295918) wtime: 0.266
DEBUG    ya.test:process.py:275 Command (pid 3295918) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 5f6afa7e-85b4-4f8e-b166-393f3a13d273, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 5f6afa7e-85b4-4f8e-b166-393f3a13d273, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 5f6afa7e-85b4-4f8e-b166-393f3a13d273, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 8306efd2-b2ae-464b-a81c-aac7fe666c49, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 8306efd2-b2ae-464b-a81c-aac7fe666c49, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 8306efd2-b2ae-464b-a81c-aac7fe666c49, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c5c23829-1347-4f57-a4f5-3cc2da6c9f38, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c5c23829-1347-4f57-a4f5-3cc2da6c9f38, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c5c23829-1347-4f57-a4f5-3cc2da6c9f38, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Yzc2ZjNhMjYtYzM1YWEzYzQtYTFmMjczMDctMWZmYjk0NDI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 9b4541fe-373b-4277-b1fd-c7c20cf45bc8, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b4541fe-373b-4277-b1fd-c7c20cf45bc8, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=Yzc2ZjNhMjYtYzM1YWEzYzQtYTFmMjczMDctMWZmYjk0NDI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (20,2000,\"b1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b4541fe-373b-4277-b1fd-c7c20cf45bc8, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 9f3d50ed-30e8-4f51-ae4b-7dafb33d05bc, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9f3d50ed-30e8-4f51-ae4b-7dafb33d05bc, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9f3d50ed-30e8-4f51-ae4b-7dafb33d05bc, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTE0ZmZhMWQtNTdmMzQ1ZTQtM2I0NTM2MGQtMThhYTA4OGE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ebd8aee9-4665-459c-b5b8-452a2927731d, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd8aee9-4665-459c-b5b8-452a2927731d, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=MTE0ZmZhMWQtNTdmMzQ1ZTQtM2I0NTM2MGQtMThhYTA4OGE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 1;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd8aee9-4665-459c-b5b8-452a2927731d, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3e51ca22-807b-4473-86ee-d77853bee085, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3e51ca22-807b-4473-86ee-d77853bee085, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3e51ca22-807b-4473-86ee-d77853bee085, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjhiYWZiOTQtMzA3MzFjZGYtMzljMGI2OTMtYjBlZTZmZDM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, e483ff92-3557-45f7-8959-a96a4412bbfc, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, e483ff92-3557-45f7-8959-a96a4412bbfc, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=ZjhiYWZiOTQtMzA3MzFjZGYtMzljMGI2OTMtYjBlZTZmZDM=" path: "/Root/extra2_1_3014" 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, e483ff92-3557-45f7-8959-a96a4412bbfc, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, a8ef8fb9-bb73-44ea-a7ed-86446b09c79e, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ef8fb9-bb73-44ea-a7ed-86446b09c79e, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=ZjhiYWZiOTQtMzA3MzFjZGYtMzljMGI2OTMtYjBlZTZmZDM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_3014 (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, a8ef8fb9-bb73-44ea-a7ed-86446b09c79e, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a73ca8e7-4592-4256-8031-d47e85bccec6, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a73ca8e7-4592-4256-8031-d47e85bccec6, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a73ca8e7-4592-4256-8031-d47e85bccec6, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2JhNDI2ZTYtNzRhMWVmZTEtNjVjM2E3MmQtODI0MjkwM2E=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, db7f785b-6082-409e-a97f-8641cf138bc8, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, db7f785b-6082-409e-a97f-8641cf138bc8, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=Y2JhNDI2ZTYtNzRhMWVmZTEtNjVjM2E3MmQtODI0MjkwM2E=" yql_text: "DROP TABLE `/Root/extra1_1_3012`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, db7f785b-6082-409e-a97f-8641cf138bc8, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3296377
DEBUG    ya.test:process.py:259 Command (pid 3296377) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3296377) elapsed time (sec): 0.19189858436584473
DEBUG    ya.test:process.py:263 Command (pid 3296377) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3296377) minflt: 3446
DEBUG    ya.test:process.py:263 Command (pid 3296377) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) nivcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 3296377) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) nvcsw: 127
DEBUG    ya.test:process.py:263 Command (pid 3296377) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3296377) stime: 0.013462
DEBUG    ya.test:process.py:263 Command (pid 3296377) utime: 0.058337
DEBUG    ya.test:process.py:263 Command (pid 3296377) wtime: 0.199
DEBUG    ya.test:process.py:275 Command (pid 3296377) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v1,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3296570
DEBUG    ya.test:process.py:259 Command (pid 3296570) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3296570) elapsed time (sec): 0.19915556907653809
DEBUG    ya.test:process.py:263 Command (pid 3296570) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3296570) minflt: 3563
DEBUG    ya.test:process.py:263 Command (pid 3296570) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) nivcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 3296570) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) nvcsw: 210
DEBUG    ya.test:process.py:263 Command (pid 3296570) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3296570) stime: 0.021124999999999998
DEBUG    ya.test:process.py:263 Command (pid 3296570) utime: 0.068658
DEBUG    ya.test:process.py:263 Command (pid 3296570) wtime: 0.205
DEBUG    ya.test:process.py:275 Command (pid 3296570) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f433ece3-52d9-4615-8b47-44f4cf928f8f, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f433ece3-52d9-4615-8b47-44f4cf928f8f, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f433ece3-52d9-4615-8b47-44f4cf928f8f, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjNmMjExZWItNjczOGM5NjAtNmZlYmVhODMtYWZkNzI3OGI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, da04e483-5b0c-4cc5-bf2e-a9b098818b5b, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, da04e483-5b0c-4cc5-bf2e-a9b098818b5b, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=MjNmMjExZWItNjczOGM5NjAtNmZlYmVhODMtYWZkNzI3OGI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, da04e483-5b0c-4cc5-bf2e-a9b098818b5b, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135654Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 08ca385b-8495-4254-83bd-75766debbbd4, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ca385b-8495-4254-83bd-75766debbbd4, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=MjNmMjExZWItNjczOGM5NjAtNmZlYmVhODMtYWZkNzI3OGI=" 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, 08ca385b-8495-4254-83bd-75766debbbd4, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, cb918236-5ebc-495a-a6fc-68ce043a2876, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, cb918236-5ebc-495a-a6fc-68ce043a2876, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, cb918236-5ebc-495a-a6fc-68ce043a2876, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 756056a8-951a-4c42-bea2-8aef2c1b7297, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 756056a8-951a-4c42-bea2-8aef2c1b7297, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 756056a8-951a-4c42-bea2-8aef2c1b7297, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135654Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 4f972008-b516-4b9c-986e-61cc45ef6462, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 4f972008-b516-4b9c-986e-61cc45ef6462, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 4f972008-b516-4b9c-986e-61cc45ef6462, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3296916
DEBUG    ya.test:process.py:259 Command (pid 3296916) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3296916) elapsed time (sec): 0.189345121383667
DEBUG    ya.test:process.py:263 Command (pid 3296916) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3296916) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3296916) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3296916) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3296916) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3296916) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3296916) minflt: 3460
DEBUG    ya.test:process.py:263 Command (pid 3296916) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3296916) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3296916) nivcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 3296916) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3296916) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3296916) nvcsw: 144
DEBUG    ya.test:process.py:263 Command (pid 3296916) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3296916) stime: 0.032831
DEBUG    ya.test:process.py:263 Command (pid 3296916) utime: 0.042212
DEBUG    ya.test:process.py:263 Command (pid 3296916) wtime: 0.2
DEBUG    ya.test:process.py:275 Command (pid 3296916) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, dd631da3-d523-42a6-a88c-4dd8bd182b51, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, dd631da3-d523-42a6-a88c-4dd8bd182b51, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, dd631da3-d523-42a6-a88c-4dd8bd182b51, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWQzMWY5YjgtMzU3OGE4MmMtNzE3YTVlZjgtZmZhYTZhODc=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9d94fd1b-a140-45fb-840a-b04268a1c8e9, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9d94fd1b-a140-45fb-840a-b04268a1c8e9, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=OWQzMWY5YjgtMzU3OGE4MmMtNzE3YTVlZjgtZmZhYTZhODc=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9d94fd1b-a140-45fb-840a-b04268a1c8e9, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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: "20251205135654Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, ce53fa3c-53cc-4270-8027-8f67d184cb31, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce53fa3c-53cc-4270-8027-8f67d184cb31, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=OWQzMWY5YjgtMzU3OGE4MmMtNzE3YTVlZjgtZmZhYTZhODc=" 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, ce53fa3c-53cc-4270-8027-8f67d184cb31, ghrun-jjzhkk3frm.auto.internal:8949): 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, 4632d577-6fee-45e5-a36d-d242eecd5882, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 4632d577-6fee-45e5-a36d-d242eecd5882, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 4632d577-6fee-45e5-a36d-d242eecd5882, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, c5db6dea-fd84-4c29-9172-952c99316f93, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, c5db6dea-fd84-4c29-9172-952c99316f93, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, c5db6dea-fd84-4c29-9172-952c99316f93, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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: "20251205135654Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, df7248e8-4ea0-4112-86b8-24ea53a1b7aa, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, df7248e8-4ea0-4112-86b8-24ea53a1b7aa, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, df7248e8-4ea0-4112-86b8-24ea53a1b7aa, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3297063
DEBUG    ya.test:process.py:259 Command (pid 3297063) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3297063) elapsed time (sec): 0.17302823066711426
DEBUG    ya.test:process.py:263 Command (pid 3297063) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3297063) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3297063) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3297063) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3297063) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3297063) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3297063) minflt: 3464
DEBUG    ya.test:process.py:263 Command (pid 3297063) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3297063) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3297063) nivcsw: 50
DEBUG    ya.test:process.py:263 Command (pid 3297063) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3297063) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3297063) nvcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 3297063) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3297063) stime: 0.024199
DEBUG    ya.test:process.py:263 Command (pid 3297063) utime: 0.044365999999999996
DEBUG    ya.test:process.py:263 Command (pid 3297063) wtime: 0.176
DEBUG    ya.test:process.py:275 Command (pid 3297063) output:

DEBUG    ya.test:process.py:276 Command (pid 3297063) 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/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_b099dfae` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3297861
DEBUG    ya.test:process.py:259 Command (pid 3297861) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3297861) elapsed time (sec): 0.2222309112548828
DEBUG    ya.test:process.py:263 Command (pid 3297861) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3297861) minflt: 3444
DEBUG    ya.test:process.py:263 Command (pid 3297861) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 3297861) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) nvcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 3297861) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3297861) stime: 0.018175
DEBUG    ya.test:process.py:263 Command (pid 3297861) utime: 0.06078
DEBUG    ya.test:process.py:263 Command (pid 3297861) wtime: 0.225
DEBUG    ya.test:process.py:275 Command (pid 3297861) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 89b340cc-4ed4-4060-a6ba-d967f5c94b39, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 89b340cc-4ed4-4060-a6ba-d967f5c94b39, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 89b340cc-4ed4-4060-a6ba-d967f5c94b39, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } children { name: "20251205135657Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943017720 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, a8006c6b-60c8-4e6e-9fbc-61facc36472d, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, a8006c6b-60c8-4e6e-9fbc-61facc36472d, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, a8006c6b-60c8-4e6e-9fbc-61facc36472d, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } children { name: "20251205135657Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943017720 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 11c4cfd6-f44e-4b36-ae58-b99a1177c2e6, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 11c4cfd6-f44e-4b36-ae58-b99a1177c2e6, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 11c4cfd6-f44e-4b36-ae58-b99a1177c2e6, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTNlYzllMi1mY2YyN2E3Ni02M2NhNzhiZi1jYzlkMDM1OA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 3421f430-dc4c-41b9-af17-964ef1519d4d, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3421f430-dc4c-41b9-af17-964ef1519d4d, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=ZTNlYzllMi1mY2YyN2E3Ni02M2NhNzhiZi1jYzlkMDM1OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (30,3000,\"c1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3421f430-dc4c-41b9-af17-964ef1519d4d, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 404a1b3b-1cef-4ea5-83cd-477d35bbad73, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 404a1b3b-1cef-4ea5-83cd-477d35bbad73, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 404a1b3b-1cef-4ea5-83cd-477d35bbad73, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzUwZDg3OTEtMTI3YTgzMTktYTFlMjk1Y2EtMTNmYzVhMmI=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 009ebe60-525c-49f4-a155-2aae7cbe733c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 009ebe60-525c-49f4-a155-2aae7cbe733c, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YzUwZDg3OTEtMTI3YTgzMTktYTFlMjk1Y2EtMTNmYzVhMmI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 10;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 009ebe60-525c-49f4-a155-2aae7cbe733c, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 25475770-9782-4231-8a34-6d4cdc8afc4c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 25475770-9782-4231-8a34-6d4cdc8afc4c, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 25475770-9782-4231-8a34-6d4cdc8afc4c, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTBhZGVkNjMtZmQwMzEyZDgtNTE5M2E0MzUtNmEzZmFlOTY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 3bb7e844-d91f-4357-baf4-7ce0bd6b807a, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 3bb7e844-d91f-4357-baf4-7ce0bd6b807a, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=OTBhZGVkNjMtZmQwMzEyZDgtNTE5M2E0MzUtNmEzZmFlOTY=" path: "/Root/extra3_1_3017" 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, 3bb7e844-d91f-4357-baf4-7ce0bd6b807a, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 89d8fde2-ab39-4145-9191-793fcc314e3e, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89d8fde2-ab39-4145-9191-793fcc314e3e, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=OTBhZGVkNjMtZmQwMzEyZDgtNTE5M2E0MzUtNmEzZmFlOTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_3017 (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, 89d8fde2-ab39-4145-9191-793fcc314e3e, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a19cb100-9fee-4dd8-8d80-e4b0533c4c74, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a19cb100-9fee-4dd8-8d80-e4b0533c4c74, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a19cb100-9fee-4dd8-8d80-e4b0533c4c74, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDM0OTVjNTUtZjdjYzE4YWUtNWNiNzk1MTUtZDhkOTE5MDA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 0dde0e16-92da-48ce-a0ca-2eb41e20d38a, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 0dde0e16-92da-48ce-a0ca-2eb41e20d38a, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NDM0OTVjNTUtZjdjYzE4YWUtNWNiNzk1MTUtZDhkOTE5MDA=" yql_text: "DROP TABLE `/Root/extra2_1_3014`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 0dde0e16-92da-48ce-a0ca-2eb41e20d38a, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v2,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3298173
DEBUG    ya.test:process.py:259 Command (pid 3298173) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3298173) elapsed time (sec): 0.2524290084838867
DEBUG    ya.test:process.py:263 Command (pid 3298173) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3298173) minflt: 3581
DEBUG    ya.test:process.py:263 Command (pid 3298173) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 3298173) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) nvcsw: 207
DEBUG    ya.test:process.py:263 Command (pid 3298173) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3298173) stime: 0.031641999999999997
DEBUG    ya.test:process.py:263 Command (pid 3298173) utime: 0.058762999999999996
DEBUG    ya.test:process.py:263 Command (pid 3298173) wtime: 0.261
DEBUG    ya.test:process.py:275 Command (pid 3298173) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8b34d53a-9d16-4fae-b379-90ffe0ae977c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8b34d53a-9d16-4fae-b379-90ffe0ae977c, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8b34d53a-9d16-4fae-b379-90ffe0ae977c, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGYyZWQ2NDYtZjZmMGM1Y2QtNmUxZjAwNmUtOGEzMmQyZTQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f1123027-96e4-41d4-be20-249dcc89371f, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f1123027-96e4-41d4-be20-249dcc89371f, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=ZGYyZWQ2NDYtZjZmMGM1Y2QtNmUxZjAwNmUtOGEzMmQyZTQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f1123027-96e4-41d4-be20-249dcc89371f, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135654Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135657Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 70e69a99-82a2-4349-9fec-09b7fef7b919, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e69a99-82a2-4349-9fec-09b7fef7b919, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=ZGYyZWQ2NDYtZjZmMGM1Y2QtNmUxZjAwNmUtOGEzMmQyZTQ=" 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, 70e69a99-82a2-4349-9fec-09b7fef7b919, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 158daa97-4a1c-445a-9586-22e4b5c724c8, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 158daa97-4a1c-445a-9586-22e4b5c724c8, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 158daa97-4a1c-445a-9586-22e4b5c724c8, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, c058b8e0-2965-4e81-aa3a-82f8b53ae701, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, c058b8e0-2965-4e81-aa3a-82f8b53ae701, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, c058b8e0-2965-4e81-aa3a-82f8b53ae701, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135654Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135657Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 81e79060-5e4c-42be-9e63-4fa90bae47b8, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 81e79060-5e4c-42be-9e63-4fa90bae47b8, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 81e79060-5e4c-42be-9e63-4fa90bae47b8, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3298403
DEBUG    ya.test:process.py:259 Command (pid 3298403) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3298403) elapsed time (sec): 0.1977221965789795
DEBUG    ya.test:process.py:263 Command (pid 3298403) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3298403) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3298403) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3298403) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3298403) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3298403) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3298403) minflt: 3456
DEBUG    ya.test:process.py:263 Command (pid 3298403) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3298403) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3298403) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 3298403) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3298403) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3298403) nvcsw: 112
DEBUG    ya.test:process.py:263 Command (pid 3298403) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3298403) stime: 0.014799999999999999
DEBUG    ya.test:process.py:263 Command (pid 3298403) utime: 0.062902
DEBUG    ya.test:process.py:263 Command (pid 3298403) wtime: 0.201
DEBUG    ya.test:process.py:275 Command (pid 3298403) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 5736e1c1-4300-499f-8679-d72c56ebff6c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5736e1c1-4300-499f-8679-d72c56ebff6c, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5736e1c1-4300-499f-8679-d72c56ebff6c, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGJmYjA1ZTYtYTg3MmJlZjgtYmE3MWVlOTItNzg1YTRiYTY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 7305e506-7a86-405c-af38-8a250a5dca2b, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 7305e506-7a86-405c-af38-8a250a5dca2b, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NGJmYjA1ZTYtYTg3MmJlZjgtYmE3MWVlOTItNzg1YTRiYTY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 7305e506-7a86-405c-af38-8a250a5dca2b, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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: "20251205135654Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135657Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0d0950ea-614c-4f6a-a6ca-5974059634db, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d0950ea-614c-4f6a-a6ca-5974059634db, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NGJmYjA1ZTYtYTg3MmJlZjgtYmE3MWVlOTItNzg1YTRiYTY=" 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, 0d0950ea-614c-4f6a-a6ca-5974059634db, ghrun-jjzhkk3frm.auto.internal:8949): 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, 68c5dfa3-6df4-4fd4-982b-0bc81d249a7f, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 68c5dfa3-6df4-4fd4-982b-0bc81d249a7f, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 68c5dfa3-6df4-4fd4-982b-0bc81d249a7f, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 0fe25b8d-b9fe-4338-8604-9b02c5e277ef, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 0fe25b8d-b9fe-4338-8604-9b02c5e277ef, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 0fe25b8d-b9fe-4338-8604-9b02c5e277ef, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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: "20251205135654Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135657Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 83cf74a2-a218-4840-85e6-4eb643b4df27, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 83cf74a2-a218-4840-85e6-4eb643b4df27, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 83cf74a2-a218-4840-85e6-4eb643b4df27, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/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/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3298917
DEBUG    ya.test:process.py:259 Command (pid 3298917) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3298917) elapsed time (sec): 0.16585373878479004
DEBUG    ya.test:process.py:263 Command (pid 3298917) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3298917) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3298917) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3298917) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3298917) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3298917) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3298917) minflt: 3456
DEBUG    ya.test:process.py:263 Command (pid 3298917) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3298917) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3298917) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 3298917) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3298917) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3298917) nvcsw: 134
DEBUG    ya.test:process.py:263 Command (pid 3298917) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3298917) stime: 0.02005
DEBUG    ya.test:process.py:263 Command (pid 3298917) utime: 0.048121
DEBUG    ya.test:process.py:263 Command (pid 3298917) wtime: 0.172
DEBUG    ya.test:process.py:275 Command (pid 3298917) output:

DEBUG    ya.test:process.py:276 Command (pid 3298917) 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/bolb/003f4b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_b099dfae` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3300288
DEBUG    ya.test:process.py:259 Command (pid 3300288) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3300288) elapsed time (sec): 0.19933438301086426
DEBUG    ya.test:process.py:263 Command (pid 3300288) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3300288) minflt: 3442
DEBUG    ya.test:process.py:263 Command (pid 3300288) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 3300288) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) nvcsw: 174
DEBUG    ya.test:process.py:263 Command (pid 3300288) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3300288) stime: 0.032140999999999996
DEBUG    ya.test:process.py:263 Command (pid 3300288) utime: 0.044996999999999995
DEBUG    ya.test:process.py:263 Command (pid 3300288) wtime: 0.202
DEBUG    ya.test:process.py:275 Command (pid 3300288) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 85549556-dbbc-4b43-a65d-2b6b18b1a11b, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 85549556-dbbc-4b43-a65d-2b6b18b1a11b, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 85549556-dbbc-4b43-a65d-2b6b18b1a11b, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } children { name: "20251205135657Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943017720 tx_id: 281474976710682 } } children { name: "20251205135700Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943020240 tx_id: 281474976710691 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 8b2c5fb5-d9d6-4bab-b745-22d727618e6d, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 8b2c5fb5-d9d6-4bab-b745-22d727618e6d, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 8b2c5fb5-d9d6-4bab-b745-22d727618e6d, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } children { name: "20251205135657Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943017720 tx_id: 281474976710682 } } children { name: "20251205135700Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943020240 tx_id: 281474976710691 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, bf1d6a84-de73-4726-8408-9f961f328f9b, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bf1d6a84-de73-4726-8408-9f961f328f9b, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bf1d6a84-de73-4726-8408-9f961f328f9b, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2YzNjM5YjQtNGE4M2Y1M2EtMmQ3N2MwMDgtMzQ0M2U3ZDA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, adf72738-3688-49f7-9ee1-804eacd99a62, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, adf72738-3688-49f7-9ee1-804eacd99a62, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=M2YzNjM5YjQtNGE4M2Y1M2EtMmQ3N2MwMDgtMzQ0M2U3ZDA=" path: "/Root/extra4_1_3020" 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, adf72738-3688-49f7-9ee1-804eacd99a62, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 46385afd-02b6-4c59-9306-c896632c43b2, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46385afd-02b6-4c59-9306-c896632c43b2, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=M2YzNjM5YjQtNGE4M2Y1M2EtMmQ3N2MwMDgtMzQ0M2U3ZDA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra4_1_3020 (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, 46385afd-02b6-4c59-9306-c896632c43b2, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, adbad8e3-8c54-48be-a0f8-39d03e468a96, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, adbad8e3-8c54-48be-a0f8-39d03e468a96, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, adbad8e3-8c54-48be-a0f8-39d03e468a96, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2QzYTNiZWEtZjA2ZGNlMjgtMmM1MmE0YjAtNWY2MTFkNDg=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 22c709c3-0f45-485c-8059-bbb270567e6c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 22c709c3-0f45-485c-8059-bbb270567e6c, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=N2QzYTNiZWEtZjA2ZGNlMjgtMmM1MmE0YjAtNWY2MTFkNDg=" yql_text: "DROP TABLE `/Root/extra3_1_3017`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 22c709c3-0f45-485c-8059-bbb270567e6c, ghrun-jjzhkk3frm.auto.internal:8949): 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, e4a2d94b-f976-4af3-b3de-1ca939807caf, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e4a2d94b-f976-4af3-b3de-1ca939807caf, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e4a2d94b-f976-4af3-b3de-1ca939807caf, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzNlOGVjYy00NDVjMTJjMS0xNWM2NjljMC00ZDBlNTI0OQ==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 01f27479-7a8d-47ea-b918-a1e9199737f4, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01f27479-7a8d-47ea-b918-a1e9199737f4, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NzNlOGVjYy00NDVjMTJjMS0xNWM2NjljMC00ZDBlNTI0OQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (40,4000,\"d1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01f27479-7a8d-47ea-b918-a1e9199737f4, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8b9c0bc5-ef09-4528-b19b-4c0dd84799ca, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8b9c0bc5-ef09-4528-b19b-4c0dd84799ca, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8b9c0bc5-ef09-4528-b19b-4c0dd84799ca, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGY0YWQ1M2QtY2U4MmJiYWItMmZkNzM1NmUtY2Y1NDlmMGU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 76985de2-b8c5-4700-9eda-25aea9fafe87, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76985de2-b8c5-4700-9eda-25aea9fafe87, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=ZGY0YWQ1M2QtY2U4MmJiYWItMmZkNzM1NmUtY2Y1NDlmMGU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 20;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76985de2-b8c5-4700-9eda-25aea9fafe87, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 69436628-6dcb-4496-a377-2a55b2cc97f6, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 69436628-6dcb-4496-a377-2a55b2cc97f6, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 69436628-6dcb-4496-a377-2a55b2cc97f6, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTU0Yjk1YmMtYWU4MjY0ZTQtMWEwMmEyZGMtMjVkNDIxNmY=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, ecfa77c0-8a08-4ff1-99db-fbbd1b993f37, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, ecfa77c0-8a08-4ff1-99db-fbbd1b993f37, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NTU0Yjk1YmMtYWU4MjY0ZTQtMWEwMmEyZGMtMjVkNDIxNmY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, ecfa77c0-8a08-4ff1-99db-fbbd1b993f37, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135657Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 83e2750f-727b-4be5-b7de-1d2574da3118, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83e2750f-727b-4be5-b7de-1d2574da3118, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NTU0Yjk1YmMtYWU4MjY0ZTQtMWEwMmEyZGMtMjVkNDIxNmY=" 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, 83e2750f-727b-4be5-b7de-1d2574da3118, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, c8b259c1-f501-480f-bad2-18d3c0887927, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, c8b259c1-f501-480f-bad2-18d3c0887927, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, c8b259c1-f501-480f-bad2-18d3c0887927, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 21576929-9905-4116-a11e-65f846fb3650, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 21576929-9905-4116-a11e-65f846fb3650, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 21576929-9905-4116-a11e-65f846fb3650, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135657Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, 6e4df2a1-2b20-4173-b923-398ed42dea4f, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 6e4df2a1-2b20-4173-b923-398ed42dea4f, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 6e4df2a1-2b20-4173-b923-398ed42dea4f, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3300744
DEBUG    ya.test:process.py:259 Command (pid 3300744) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3300744) elapsed time (sec): 0.13028931617736816
DEBUG    ya.test:process.py:263 Command (pid 3300744) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3300744) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3300744) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3300744) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3300744) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3300744) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3300744) minflt: 3451
DEBUG    ya.test:process.py:263 Command (pid 3300744) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3300744) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3300744) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 3300744) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3300744) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3300744) nvcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 3300744) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3300744) stime: 0.022338999999999998
DEBUG    ya.test:process.py:263 Command (pid 3300744) utime: 0.053265
DEBUG    ya.test:process.py:263 Command (pid 3300744) wtime: 0.132
DEBUG    ya.test:process.py:275 Command (pid 3300744) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 51e0f623-3c57-4f56-b35a-76e07a6fdc62, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 51e0f623-3c57-4f56-b35a-76e07a6fdc62, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 51e0f623-3c57-4f56-b35a-76e07a6fdc62, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjhjNWI3NzQtZThmNGZjY2YtMmE5YzM0MGEtMzNjZDUyMjU=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f4fab752-6196-4629-98b9-e0e00744631e, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f4fab752-6196-4629-98b9-e0e00744631e, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NjhjNWI3NzQtZThmNGZjY2YtMmE5YzM0MGEtMzNjZDUyMjU=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f4fab752-6196-4629-98b9-e0e00744631e, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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: "20251205135657Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 6a390239-8408-4916-9754-8300d6fce349, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a390239-8408-4916-9754-8300d6fce349, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NjhjNWI3NzQtZThmNGZjY2YtMmE5YzM0MGEtMzNjZDUyMjU=" 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, 6a390239-8408-4916-9754-8300d6fce349, ghrun-jjzhkk3frm.auto.internal:8949): 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, 5dc61283-19c9-48fc-b036-cd86ccbaf0a7, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 5dc61283-19c9-48fc-b036-cd86ccbaf0a7, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 5dc61283-19c9-48fc-b036-cd86ccbaf0a7, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, b6fcb7d9-c53e-4b20-bc28-3b9180ab89ba, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, b6fcb7d9-c53e-4b20-bc28-3b9180ab89ba, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, b6fcb7d9-c53e-4b20-bc28-3b9180ab89ba, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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: "20251205135657Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, dc8d2a74-54a5-4265-b834-8ef0a1f106ad, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, dc8d2a74-54a5-4265-b834-8ef0a1f106ad, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, dc8d2a74-54a5-4265-b834-8ef0a1f106ad, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3301145
DEBUG    ya.test:process.py:259 Command (pid 3301145) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3301145) elapsed time (sec): 0.16261029243469238
DEBUG    ya.test:process.py:263 Command (pid 3301145) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3301145) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3301145) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3301145) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3301145) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3301145) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3301145) minflt: 3454
DEBUG    ya.test:process.py:263 Command (pid 3301145) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3301145) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3301145) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 3301145) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3301145) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3301145) nvcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 3301145) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3301145) stime: 0.032334999999999996
DEBUG    ya.test:process.py:263 Command (pid 3301145) utime: 0.04446
DEBUG    ya.test:process.py:263 Command (pid 3301145) wtime: 0.175
DEBUG    ya.test:process.py:275 Command (pid 3301145) output:

DEBUG    ya.test:process.py:276 Command (pid 3301145) 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/bolb/003f4b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_b099dfae`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3302275
DEBUG    ya.test:process.py:259 Command (pid 3302275) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3302275) elapsed time (sec): 0.20878982543945312
DEBUG    ya.test:process.py:263 Command (pid 3302275) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3302275) minflt: 3446
DEBUG    ya.test:process.py:263 Command (pid 3302275) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 3302275) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) nvcsw: 147
DEBUG    ya.test:process.py:263 Command (pid 3302275) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3302275) stime: 0.02102
DEBUG    ya.test:process.py:263 Command (pid 3302275) utime: 0.058856
DEBUG    ya.test:process.py:263 Command (pid 3302275) wtime: 0.21
DEBUG    ya.test:process.py:275 Command (pid 3302275) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 0008cd2c-7016-4c6d-ab49-62fcd977fb44, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 0008cd2c-7016-4c6d-ab49-62fcd977fb44, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 0008cd2c-7016-4c6d-ab49-62fcd977fb44, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } children { name: "20251205135657Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943017720 tx_id: 281474976710682 } } children { name: "20251205135700Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943020240 tx_id: 281474976710691 } } children { name: "20251205135702Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943022760 tx_id: 281474976710699 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, 74fb4e74-86a3-4867-9305-fd797122ea3f, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, 74fb4e74-86a3-4867-9305-fd797122ea3f, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, 74fb4e74-86a3-4867-9305-fd797122ea3f, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } children { name: "20251205135657Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943017720 tx_id: 281474976710682 } } children { name: "20251205135700Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943020240 tx_id: 281474976710691 } } children { name: "20251205135702Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943022760 tx_id: 281474976710699 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 765105f1-5f9e-404f-b4c7-868df065c22c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 765105f1-5f9e-404f-b4c7-868df065c22c, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 765105f1-5f9e-404f-b4c7-868df065c22c, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWZjNmJmZDQtZjkxZmJkY2YtMzAxMTg3MTQtYTA0Y2UzYjA=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 2d0b8aa5-9f23-4956-8762-6006e02d5ddd, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 2d0b8aa5-9f23-4956-8762-6006e02d5ddd, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NWZjNmJmZDQtZjkxZmJkY2YtMzAxMTg3MTQtYTA0Y2UzYjA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 2d0b8aa5-9f23-4956-8762-6006e02d5ddd, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251205135702Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 4be6819e-6340-4aaf-aad6-0218dbe91d4a, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be6819e-6340-4aaf-aad6-0218dbe91d4a, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=NWZjNmJmZDQtZjkxZmJkY2YtMzAxMTg3MTQtYTA0Y2UzYjA=" 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, 4be6819e-6340-4aaf-aad6-0218dbe91d4a, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e576d557-bbd2-491e-8bfd-d18d452ac95f, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e576d557-bbd2-491e-8bfd-d18d452ac95f, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e576d557-bbd2-491e-8bfd-d18d452ac95f, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } size_bytes: 177 created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 045cd408-16a5-4528-8c54-e44d8a1ed2bf, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 045cd408-16a5-4528-8c54-e44d8a1ed2bf, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 045cd408-16a5-4528-8c54-e44d8a1ed2bf, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251205135702Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, e1166800-984d-4cd5-9b13-1295d0dacd6d, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, e1166800-984d-4cd5-9b13-1295d0dacd6d, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, e1166800-984d-4cd5-9b13-1295d0dacd6d, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } size_bytes: 177 created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3302367
DEBUG    ya.test:process.py:259 Command (pid 3302367) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3302367) elapsed time (sec): 0.16602826118469238
DEBUG    ya.test:process.py:263 Command (pid 3302367) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3302367) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3302367) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3302367) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3302367) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3302367) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3302367) minflt: 3460
DEBUG    ya.test:process.py:263 Command (pid 3302367) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3302367) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3302367) nivcsw: 31
DEBUG    ya.test:process.py:263 Command (pid 3302367) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3302367) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3302367) nvcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 3302367) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3302367) stime: 0.043778
DEBUG    ya.test:process.py:263 Command (pid 3302367) utime: 0.033465999999999996
DEBUG    ya.test:process.py:263 Command (pid 3302367) wtime: 0.168
DEBUG    ya.test:process.py:275 Command (pid 3302367) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 324cebdd-19d7-4292-ba26-146479f3bb0a, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 324cebdd-19d7-4292-ba26-146479f3bb0a, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 324cebdd-19d7-4292-ba26-146479f3bb0a, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2M5MmE0YWQtYzZiNTRjYjItN2JkYzQwNjAtYzBkNDI4MmM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 9985066a-f25e-495d-8a84-96105d82c5c5, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 9985066a-f25e-495d-8a84-96105d82c5c5, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=M2M5MmE0YWQtYzZiNTRjYjItN2JkYzQwNjAtYzBkNDI4MmM=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 9985066a-f25e-495d-8a84-96105d82c5c5, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251205135702Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 27e3b9cc-c864-4e96-b830-a62b07bf423c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27e3b9cc-c864-4e96-b830-a62b07bf423c, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=M2M5MmE0YWQtYzZiNTRjYjItN2JkYzQwNjAtYzBkNDI4MmM=" 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, 27e3b9cc-c864-4e96-b830-a62b07bf423c, ghrun-jjzhkk3frm.auto.internal:8949): 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, 7e155909-81d7-4403-b6b6-f358c0aad694, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, 7e155909-81d7-4403-b6b6-f358c0aad694, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, 7e155909-81d7-4403-b6b6-f358c0aad694, ghrun-jjzhkk3frm.auto.internal:8949): 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" } size_bytes: 115 created_at { plan_step: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 5a8fe3bc-9978-4a60-b6d4-835e8cd08694, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 5a8fe3bc-9978-4a60-b6d4-835e8cd08694, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 5a8fe3bc-9978-4a60-b6d4-835e8cd08694, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251205135702Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, af0de1a5-b52e-4444-971b-4ae9c2ea248a, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, af0de1a5-b52e-4444-971b-4ae9c2ea248a, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, af0de1a5-b52e-4444-971b-4ae9c2ea248a, ghrun-jjzhkk3frm.auto.internal:8949): 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" } size_bytes: 115 created_at { plan_step: 1764943011770 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3302587
DEBUG    ya.test:process.py:259 Command (pid 3302587) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3302587) elapsed time (sec): 0.14978504180908203
DEBUG    ya.test:process.py:263 Command (pid 3302587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3302587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3302587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3302587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3302587) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3302587) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3302587) minflt: 3455
DEBUG    ya.test:process.py:263 Command (pid 3302587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3302587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3302587) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 3302587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3302587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3302587) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 3302587) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3302587) stime: 0.022317
DEBUG    ya.test:process.py:263 Command (pid 3302587) utime: 0.048354
DEBUG    ya.test:process.py:263 Command (pid 3302587) wtime: 0.151
DEBUG    ya.test:process.py:275 Command (pid 3302587) output:

DEBUG    ya.test:process.py:276 Command (pid 3302587) 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/bolb/003f4b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_b099dfae` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3303061
DEBUG    ya.test:process.py:259 Command (pid 3303061) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3303061) elapsed time (sec): 0.2238318920135498
DEBUG    ya.test:process.py:263 Command (pid 3303061) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3303061) minflt: 3447
DEBUG    ya.test:process.py:263 Command (pid 3303061) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) nivcsw: 52
DEBUG    ya.test:process.py:263 Command (pid 3303061) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) nvcsw: 128
DEBUG    ya.test:process.py:263 Command (pid 3303061) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3303061) stime: 0.025561999999999998
DEBUG    ya.test:process.py:263 Command (pid 3303061) utime: 0.051125
DEBUG    ya.test:process.py:263 Command (pid 3303061) wtime: 0.228
DEBUG    ya.test:process.py:275 Command (pid 3303061) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, bc4c10a2-dbc0-481e-86db-1eeb6daefd2c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, bc4c10a2-dbc0-481e-86db-1eeb6daefd2c, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, bc4c10a2-dbc0-481e-86db-1eeb6daefd2c, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } children { name: "20251205135657Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943017720 tx_id: 281474976710682 } } children { name: "20251205135700Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943020240 tx_id: 281474976710691 } } children { name: "20251205135702Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943022760 tx_id: 281474976710699 } } children { name: "20251205135704Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943024610 tx_id: 281474976710702 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListDirectory, f9d5a6fb-d763-48be-9e0f-71ea37b6911e, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListDirectory, f9d5a6fb-d763-48be-9e0f-71ea37b6911e, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_b099dfae" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListDirectory, f9d5a6fb-d763-48be-9e0f-71ea37b6911e, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_b099dfae" 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: 1764943012010 tx_id: 281474976710664 } } children { name: "20251205135654Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943014690 tx_id: 281474976710672 } } children { name: "20251205135657Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943017720 tx_id: 281474976710682 } } children { name: "20251205135700Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943020240 tx_id: 281474976710691 } } children { name: "20251205135702Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943022760 tx_id: 281474976710699 } } children { name: "20251205135704Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1764943024610 tx_id: 281474976710702 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, eaf1afd0-b784-4a3d-a1fe-a1147d6fb094, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, eaf1afd0-b784-4a3d-a1fe-a1147d6fb094, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, eaf1afd0-b784-4a3d-a1fe-a1147d6fb094, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjNmYmI4OGUtZmE1ZDU1YTMtYzJmYTFkMTItMTc0NTZkNw==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateTable, 736181e1-5f9a-421f-9e94-5349427328f3, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateTable, 736181e1-5f9a-421f-9e94-5349427328f3, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNmYmI4OGUtZmE1ZDU1YTMtYzJmYTFkMTItMTc0NTZkNw==" path: "/Root/extra5_1_3024" 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, 736181e1-5f9a-421f-9e94-5349427328f3, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 0c120669-dc05-4917-b0f1-3d58bf45ff47, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c120669-dc05-4917-b0f1-3d58bf45ff47, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNmYmI4OGUtZmE1ZDU1YTMtYzJmYTFkMTItMTc0NTZkNw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra5_1_3024 (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, 0c120669-dc05-4917-b0f1-3d58bf45ff47, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 98d2eb0b-2ad8-4fda-84ad-9e7c74dad682, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 98d2eb0b-2ad8-4fda-84ad-9e7c74dad682, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 98d2eb0b-2ad8-4fda-84ad-9e7c74dad682, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGUyOWRjOTYtOWE1ZTRlNTEtOGI2Njk2YTctY2M5ZTc1MmM=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 9b274cfc-e632-42f6-bd05-96ce497b73ff, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 9b274cfc-e632-42f6-bd05-96ce497b73ff, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=OGUyOWRjOTYtOWE1ZTRlNTEtOGI2Njk2YTctY2M5ZTc1MmM=" yql_text: "DROP TABLE `/Root/extra4_1_3020`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 9b274cfc-e632-42f6-bd05-96ce497b73ff, ghrun-jjzhkk3frm.auto.internal:8949): 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, 5d145826-187d-45a9-9063-bf7e2978c30b, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5d145826-187d-45a9-9063-bf7e2978c30b, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 5d145826-187d-45a9-9063-bf7e2978c30b, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTViOWExMjEtNDcwMzEwOWYtMzc3YTI2NTEtZTRmZDgwZmE=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, 7e3891fb-fc70-46de-8ddd-295c16373848, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e3891fb-fc70-46de-8ddd-295c16373848, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YTViOWExMjEtNDcwMzEwOWYtMzc3YTI2NTEtZTRmZDgwZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (50,5000,\"e1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e3891fb-fc70-46de-8ddd-295c16373848, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c414677c-f7e4-43f0-ab58-cf42a232d8ae, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c414677c-f7e4-43f0-ab58-cf42a232d8ae, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c414677c-f7e4-43f0-ab58-cf42a232d8ae, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzZhMTkyZTYtZjUyMWMxMDItZDYxY2Y0YjEtMjEyZDlhYjk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, aad16223-4937-4d21-9232-e2c9ae73ee38, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad16223-4937-4d21-9232-e2c9ae73ee38, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=MzZhMTkyZTYtZjUyMWMxMDItZDYxY2Y0YjEtMjEyZDlhYjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 30;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad16223-4937-4d21-9232-e2c9ae73ee38, ghrun-jjzhkk3frm.auto.internal:8949): 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/bolb/003f4b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root1@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3303263
DEBUG    ya.test:process.py:259 Command (pid 3303263) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3303263) elapsed time (sec): 0.17283248901367188
DEBUG    ya.test:process.py:263 Command (pid 3303263) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3303263) minflt: 3443
DEBUG    ya.test:process.py:263 Command (pid 3303263) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) nivcsw: 33
DEBUG    ya.test:process.py:263 Command (pid 3303263) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) nvcsw: 157
DEBUG    ya.test:process.py:263 Command (pid 3303263) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3303263) stime: 0.01664
DEBUG    ya.test:process.py:263 Command (pid 3303263) utime: 0.058240999999999994
DEBUG    ya.test:process.py:263 Command (pid 3303263) wtime: 0.186
DEBUG    ya.test:process.py:275 Command (pid 3303263) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fab37506-e04e-4fc9-a5b2-36c6548825b3, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fab37506-e04e-4fc9-a5b2-36c6548825b3, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fab37506-e04e-4fc9-a5b2-36c6548825b3, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGU2YTMwNmItY2IwZjBkNGItZjk2Y2E0MzEtY2E2NTg3OTk=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 432ff440-a80a-479d-9daa-b0e5cb330eab, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 432ff440-a80a-479d-9daa-b0e5cb330eab, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=OGU2YTMwNmItY2IwZjBkNGItZjk2Y2E0MzEtY2E2NTg3OTk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 432ff440-a80a-479d-9daa-b0e5cb330eab, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251205135702Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135704Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cbe47c02-5a19-4d00-a599-606c4334fb59, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbe47c02-5a19-4d00-a599-606c4334fb59, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=OGU2YTMwNmItY2IwZjBkNGItZjk2Y2E0MzEtY2E2NTg3OTk=" 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, cbe47c02-5a19-4d00-a599-606c4334fb59, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } rows { items { uint32_value: 50 } items { uint64_value: 5000 } items { bytes_value: "e1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, ebccb631-1cce-4ba8-a5ae-67fa05ff69c3, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, ebccb631-1cce-4ba8-a5ae-67fa05ff69c3, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, ebccb631-1cce-4ba8-a5ae-67fa05ff69c3, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } size_bytes: 177 created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, 4e69e096-da9e-4029-9a79-cf7c62baeb8e, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, 4e69e096-da9e-4029-9a79-cf7c62baeb8e, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=YjNlZmVlNTAtNTVlNWNiMzYtMjg3ZmM2ODYtOTJmNmZiYzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, 4e69e096-da9e-4029-9a79-cf7c62baeb8e, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1764943011590 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: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251205135702Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135704Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f7804bfed10>
DEBUG    ydb.connection:connection.py:421 RpcState(DescribePath, b5d4dd04-a872-4a71-8325-3d1a0c5ddc77, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribePath, b5d4dd04-a872-4a71-8325-3d1a0c5ddc77, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribePath, b5d4dd04-a872-4a71-8325-3d1a0c5ddc77, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } size_bytes: 177 created_at { plan_step: 1764943011590 tx_id: 281474976710660 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bolb/003f4b/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:8949', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3303568
DEBUG    ya.test:process.py:259 Command (pid 3303568) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3303568) elapsed time (sec): 0.1564650535583496
DEBUG    ya.test:process.py:263 Command (pid 3303568) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3303568) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3303568) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3303568) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3303568) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3303568) maxrss: 167520
DEBUG    ya.test:process.py:263 Command (pid 3303568) minflt: 3460
DEBUG    ya.test:process.py:263 Command (pid 3303568) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3303568) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3303568) nivcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 3303568) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3303568) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3303568) nvcsw: 127
DEBUG    ya.test:process.py:263 Command (pid 3303568) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3303568) stime: 0.026056
DEBUG    ya.test:process.py:263 Command (pid 3303568) utime: 0.052112
DEBUG    ya.test:process.py:263 Command (pid 3303568) wtime: 0.16
DEBUG    ya.test:process.py:275 Command (pid 3303568) output:

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

DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 59c98fee-76a5-43b0-9e1e-ea1f095f1e92, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 59c98fee-76a5-43b0-9e1e-ea1f095f1e92, ghrun-jjzhkk3frm.auto.internal:8949): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 59c98fee-76a5-43b0-9e1e-ea1f095f1e92, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmRlNTAyMTctMjA3MzM3MGMtNzlhZGY1MTQtYjdjZjA1ZmQ=" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(DescribeTable, f8d1bde0-4a6c-4556-bb17-6ae320aaa6eb, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DescribeTable, f8d1bde0-4a6c-4556-bb17-6ae320aaa6eb, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=MmRlNTAyMTctMjA3MzM3MGMtNzlhZGY1MTQtYjdjZjA1ZmQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DescribeTable, f8d1bde0-4a6c-4556-bb17-6ae320aaa6eb, ghrun-jjzhkk3frm.auto.internal:8949): 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: 1764943011770 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: "20251205135700Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } changefeeds { name: "20251205135702Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20251205135704Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, cc7d90ac-b2a2-4864-bf59-96b4b291b15c, ghrun-jjzhkk3frm.auto.internal:8949): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7d90ac-b2a2-4864-bf59-96b4b291b15c, ghrun-jjzhkk3frm.auto.internal:8949): request = { session_id: "ydb://session/3?node_id=1&id=MmRlNTAyMTctMjA3MzM3MGMtNzlhZGY1MTQtYjdjZjA1ZmQ=" 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, cc7d90ac-b2a2-4864-bf59-96b4b291b15c, ghrun-jjzhkk3frm.auto.internal:8949): response = { operation { ready: true status: ABORTED issues { message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 8 requested, table schemaversion 9 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kbqctnenecxm2wwtb2bnj6g3" } } } } }
---------------------------- 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:8949/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21505
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11282
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19328
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8949
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64776
============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
14.19s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
5.20s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes - ydb.issues.Aborted: message: "Read request aborted" severity: 1 issues { message: "Wrong schemaversion 8 requested, table schemaversion 9 (shard# 72075186224037889 node# 1 state# Ready)" severity: 1 } (server_code: 400040)
============================== 1 failed in 43.07s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f42/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 ===============================
26.89s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
4.50s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 53.82s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f3c/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.01s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
17.80s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
4.63s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 45.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/bolb/003f43/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.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/bolb/003f33/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.42s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f3e/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.46s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f66/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.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/bolb/003f4e/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.52s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f5a/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.52s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f75/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.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/bolb/003f2a/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.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/bolb/003f41/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.40s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f6d/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.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/bolb/003f51/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.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/bolb/003f79/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/bolb/003f4a/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.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/bolb/003f48/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/bolb/003f87/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.51s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f18/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 1.16s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f6c/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.64s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f45/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.85s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f77/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.48s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f44/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.47s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f72/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.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/bolb/003f6b/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/bolb/003f54/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.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f53/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/bolb/003f37/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/bolb/003f4f/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/bolb/003f55/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.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f74/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/bolb/003f64/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.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/bolb/003f3b/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/bolb/003f56/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/bolb/003f5f/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.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/bolb/003f3a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003ef0/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.13s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f67/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/bolb/003f65/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.04s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f52/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.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f40/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.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f30/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.03s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f57/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/bolb/003f4c/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/bolb/003f46/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.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/bolb/003f38/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.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/bolb/003f5e/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/bolb/003f47/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/bolb/003f63/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.04s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/bolb/003f2b/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.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/bolb/003f50/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/bolb/003f60/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.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/bolb/003f62/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/bolb/003f71/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/bolb/003f49/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.02s =============================
