============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 items

test_update_script_tables.py F

=================================== FAILURES ===================================
_ TestUpdateScriptTablesYdb.test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast, DROP COLUMN stats-`.metadata/script_executions`] _
ydb/tests/library/harness/kikimr_runner.py:496: in start
    self.__run()
ydb/tests/library/harness/kikimr_runner.py:552: in __run
    self.__add_bs_box()
ydb/tests/library/harness/kikimr_runner.py:824: in __add_bs_box
    self._bs_config_invoke(request)
ydb/tests/library/harness/kikimr_runner.py:832: in _bs_config_invoke
    self.__call_kikimr_new_cli(
ydb/tests/library/harness/kikimr_runner.py:446: in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
E     DefineHostConfig {
E       HostConfigId: 1
E       Drive {
E         Path: "SectorMap:1:64"
E       }
E     }
E   }
E   Command {
E     DefineBox {
E       BoxId: 1
E       Host {
E         Key {
E           Fqdn: "localhost"
E           IcPort: 31598
E         }
E         HostConfigId: 1
E       }
E     }
E   }
E   ' has failed with code 1.
E   Errors:
E   MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

During handling of the above exception, another exception occurred:
ydb/tests/functional/script_execution/test_update_script_tables.py:68: in test_recreate_tables
    self.cluster.start()
ydb/tests/library/harness/kikimr_runner.py:501: in start
    self.stop()
ydb/tests/library/harness/kikimr_runner.py:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, not started yet
E   Current KQP shutdown state: spent 3.038161 seconds, 1 sessions to shutdown
E   Current KQP shutdown state: spent 6.100215 seconds, 1 sessions to shutdown
E   Current KQP shutdown state: spent 9.166164 seconds, 1 sessions to shutdown
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   :GRPC_LIBRARY ERROR: UNKNOWN:No address added out of total 1 resolved for '[::]:13712' {created_time:"2025-11-13T16:41:39.783214505+00:00", children:[UNKNOWN:Failed to add any wildcard listeners {created_time:"2025-11-13T16:41:39.782951849+00:00", children:[UNKNOWN:Unable to configure socket {fd:84, created_time:"2025-11-13T16:41:39.748253956+00:00", children:[UNKNOWN:Address already in use {syscall:"bind", os_error:"Address already in use", errno:98, created_time:"2025-11-13T16:41:39.748111561+00:00"}]}, UNKNOWN:Unable to configure socket {fd:84, created_time:"2025-11-13T16:41:39.753952386+00:00", children:[UNKNOWN:Address already in use {created_time:"2025-11-13T16:41:39.749009569+00:00", errno:98, os_error:"Address already in use", syscall:"bind"}]}]}]}
E   ======= terminate() call stack ========
E   0. /tmp//-S/ydb/core/driver_lib/run/main.cpp:180: KikimrTerminateHandler @ 0x3E65C949
E   1. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:0: terminate @ 0x1FB7BC18
E   2. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:821: report_failure @ 0x1FB7CFDE
E   3. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:0: __cxa_rethrow @ 0x1FB7CFDE
E   4. /tmp//-S/ydb/library/actors/core/actor.cpp:354: Receive @ 0x225D3E17
E   5. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x226B8451
E   6. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x226C2076
E   7. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x226C162D
E   8. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x226C369E
E   9. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FE4BFB4
E   10. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1FAE99C6
E   11. ??:0: ?? @ 0x7FBD828F4AC2
E   12. ??:0: ?? @ 0x7FBD829868BF
E   ======== exception call stack =========
E   0. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:839: throw_exception @ 0x1FB7C43C
E   1. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:882: __cxa_throw @ 0x1FB7C25C
E   2. /tmp//-S/ydb/library/grpc/server/grpc_server.cpp:251: Start @ 0x416B49D6
E   3. /tmp//-S/ydb/core/driver_lib/run/run.cpp:283: Start @ 0x41663E35
E   4. /tmp//-S/ydb/core/driver_lib/run/run.cpp:232: Bootstrap @ 0x41662E00
E   5. /-S/ydb/library/actors/core/actor_bootstrapped.h:26: StateBootstrap @ 0x41662E00
E   6. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x225D3BA7
E   7. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:1008: __cxa_rethrow @ 0x1FB7CE96
E   8. /tmp//-S/ydb/library/actors/core/actor.cpp:354: Receive @ 0x225D3E17
E   9. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x226B8451
E   10. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x226C2076
E   11. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x226C162D
E   12. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x226C369E
E   13. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FE4BFB4
E   14. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1FAE99C6
E   15. ??:0: ?? @ 0x7FBD828F4AC2
E   16. ??:0: ?? @ 0x7FBD829868BF
E   =======================================
E   Terminating due to uncaught exception 0x7d5d81884e90    what() -> "ydb/library/grpc/server/grpc_server.cpp:251: can't start grpc server on [::]:13712"
E   of type yexception
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast, DROP COLUMN stats-`.metadata/script_executions`]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31598
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/y5j3/0035be/r3tmp/kikimr_cluster_msuf2a6l
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13712
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11285
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1956
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10912
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10913
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/y5j3/0035be/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/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1/logfile_zqdsvpr6.log --grpc-port=13712 --mon-port=11285 --ic-port=31598
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13712/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/y5j3/0035be/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/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1/logfile_zqdsvpr6.log --grpc-port=13712 --mon-port=11285 --ic-port=31598
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1/logfile_zqdsvpr6.log', '--grpc-port=13712', '--mon-port=11285', '--ic-port=31598')' in '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 805941
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13712/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/y5j3/0035be/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 805942
DEBUG    ya.test:process.py:259 Command (pid 805942) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 805942) elapsed time (sec): 1.0354928970336914
DEBUG    ya.test:process.py:263 Command (pid 805942) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 805942) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 805942) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 805942) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 805942) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 805942) maxrss: 483492
DEBUG    ya.test:process.py:263 Command (pid 805942) minflt: 45589
DEBUG    ya.test:process.py:263 Command (pid 805942) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 805942) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 805942) nivcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 805942) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 805942) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 805942) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 805942) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 805942) stime: 0.217849
DEBUG    ya.test:process.py:263 Command (pid 805942) utime: 0.5231939999999999
DEBUG    ya.test:process.py:263 Command (pid 805942) wtime: 1.057
DEBUG    ya.test:process.py:275 Command (pid 805942) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-zo3zdyj62i    Host information: 
        Linux ghrun-zo3zdyj62i 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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 805942) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-zo3zdyj62i    Host information: 
        Linux ghrun-zo3zdyj62i 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/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\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/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 807852
DEBUG    ya.test:process.py:259 Command (pid 807852) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 807852) elapsed time (sec): 1.1576898097991943
DEBUG    ya.test:process.py:263 Command (pid 807852) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 807852) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 807852) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 807852) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 807852) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 807852) maxrss: 585060
DEBUG    ya.test:process.py:263 Command (pid 807852) minflt: 51939
DEBUG    ya.test:process.py:263 Command (pid 807852) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 807852) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 807852) nivcsw: 231
DEBUG    ya.test:process.py:263 Command (pid 807852) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 807852) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 807852) nvcsw: 443
DEBUG    ya.test:process.py:263 Command (pid 807852) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 807852) stime: 0.326391
DEBUG    ya.test:process.py:263 Command (pid 807852) utime: 0.5125149999999999
DEBUG    ya.test:process.py:263 Command (pid 807852) wtime: 1.163
DEBUG    ya.test:process.py:275 Command (pid 807852) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 808307
DEBUG    ya.test:process.py:259 Command (pid 808307) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 808307) elapsed time (sec): 1.0066545009613037
DEBUG    ya.test:process.py:263 Command (pid 808307) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 808307) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 808307) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 808307) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 808307) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 808307) maxrss: 585828
DEBUG    ya.test:process.py:263 Command (pid 808307) minflt: 51828
DEBUG    ya.test:process.py:263 Command (pid 808307) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 808307) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 808307) nivcsw: 213
DEBUG    ya.test:process.py:263 Command (pid 808307) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 808307) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 808307) nvcsw: 576
DEBUG    ya.test:process.py:263 Command (pid 808307) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 808307) stime: 0.239343
DEBUG    ya.test:process.py:263 Command (pid 808307) utime: 0.530969
DEBUG    ya.test:process.py:263 Command (pid 808307) wtime: 1.017
DEBUG    ya.test:process.py:275 Command (pid 808307) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, d882f44f-f5b2-4f38-868e-650248f68dd5, localhost:13712): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d882f44f-f5b2-4f38-868e-650248f68dd5, localhost:13712): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d882f44f-f5b2-4f38-868e-650248f68dd5, localhost:13712): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-zo3zdyj62i.auto.internal" port: 13712 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-zo3zdyj62i.auto.internal:13712, 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:13712
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_update_script_tables.py::TestUpdateScriptTablesYdb, test_name: test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast, DROP COLUMN stats-`.metadata/script_executions`])
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d10aeee3-eb71-44c3-8e3e-be39329f8e98, ghrun-zo3zdyj62i.auto.internal:13712): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d10aeee3-eb71-44c3-8e3e-be39329f8e98, ghrun-zo3zdyj62i.auto.internal:13712): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d10aeee3-eb71-44c3-8e3e-be39329f8e98, ghrun-zo3zdyj62i.auto.internal:13712): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2U3MTY4MDMtNWQ3OTVlNC04ZDk5ZDhmZi0xMGQ4ZjM4ZA==" } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListOperations, 38af05c4-0fd7-4822-a2a1-8f57b346b98c, ghrun-zo3zdyj62i.auto.internal:13712): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListOperations, 38af05c4-0fd7-4822-a2a1-8f57b346b98c, ghrun-zo3zdyj62i.auto.internal:13712): request = { kind: "scriptexec" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListOperations, 38af05c4-0fd7-4822-a2a1-8f57b346b98c, ghrun-zo3zdyj62i.auto.internal:13712): response = { status: SUCCESS }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteDataQuery, b114ede2-d553-49c3-bc0a-69ba8f04c5e8, ghrun-zo3zdyj62i.auto.internal:13712): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b114ede2-d553-49c3-bc0a-69ba8f04c5e8, ghrun-zo3zdyj62i.auto.internal:13712): request = { session_id: "ydb://session/3?node_id=1&id=N2U3MTY4MDMtNWQ3OTVlNC04ZDk5ZDhmZi0xMGQ4ZjM4ZA==" tx_control { begin_tx { serializable_read_write { } } } query { yql_text: "SELECT * FROM `.metadata/script_executions`" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b114ede2-d553-49c3-bc0a-69ba8f04c5e8, ghrun-zo3zdyj62i.auto.internal:13712): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "ast" type { optional_type { item { type_id: UTF8 } } } } columns { name: "ast_compressed" type { optional_type { item { type_id: STRING } } } } columns { name: "ast_compression_method" type { optional_type { item { type_id: UTF8 } } } } columns { name: "customer_supplied_id" type { optional_type { item { type_id: UTF8 } } } } columns { name: "database" type { optional_type { item { type_id: UTF8 } } } } columns { name: "end_ts" type { optional_type { item { type_id: TIMESTAMP } } } } columns { name: "execution_id" type { optional_type { item { type_id: UTF8 } } } } columns { name: "execution_mode" type { optional_type { item { type_id: INT32 } } } } columns { name: "execution_status" type { optional_type { item { type_id: INT32 } } } } columns { name: "expire_at" type { optional_type { item { type_id: TIMESTAMP } } } } columns { name: "finalization_status" type { optional_type { item { type_id: INT32 } } } } columns { name: "graph_compressed" type { optional_type { item { type_id: STRING } } } } columns { name: "graph_compression_method" type { optional_type { item { type_id: UTF8 } } } } columns { name: "issues" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "lease_generation" type { optional_type { item { type_id: INT64 } } } } columns { name: "meta" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "operation_status" type { optional_type { item { type_id: INT32 } } } } columns { name: "parameters" type { optional_type { item { type_id: STRING } } } } columns { name: "plan" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "plan_compressed" type { optional_type { item { type_id: STRING } } } } columns { name: "plan_compression_method" type { optional_type { item { type_id: UTF8 } } } } columns { name: "query_text" type { optional_type { item { type_id: UTF8 } } } } columns { name: "result_set_metas" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "retry_state" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "run_script_actor_id" type { optional_type { item { type_id: UTF8 } } } } columns { name: "script_secret_names" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "script_sinks" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "start_ts" type { optional_type { item { type_id: TIMESTAMP } } } } columns { name: "stats" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "syntax" type { optional_type { item { type_id: INT32 } } } } columns { name: "transient_issues" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "user_group_sids" type { optional_type { item { type_id: JSON_DOCUMENT } } } } columns { name: "user_token" type { optional_type { item { type_id: UTF8 } } } } format: FORMAT_VALUE } tx_meta { id: "01k9z1fetxaeymch2g8wzvcewe" } } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(CommitTransaction, 98ea26f3-ef25-4112-9cf8-393c1ef9702f, ghrun-zo3zdyj62i.auto.internal:13712): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CommitTransaction, 98ea26f3-ef25-4112-9cf8-393c1ef9702f, ghrun-zo3zdyj62i.auto.internal:13712): request = { session_id: "ydb://session/3?node_id=1&id=N2U3MTY4MDMtNWQ3OTVlNC04ZDk5ZDhmZi0xMGQ4ZjM4ZA==" tx_id: "01k9z1fetxaeymch2g8wzvcewe" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(CommitTransaction, 98ea26f3-ef25-4112-9cf8-393c1ef9702f, ghrun-zo3zdyj62i.auto.internal:13712): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CommitTransactionResult] { } } } }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteSchemeQuery, 58131b43-76ef-426c-a02d-d04fe9cfa85f, ghrun-zo3zdyj62i.auto.internal:13712): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 58131b43-76ef-426c-a02d-d04fe9cfa85f, ghrun-zo3zdyj62i.auto.internal:13712): request = { session_id: "ydb://session/3?node_id=1&id=N2U3MTY4MDMtNWQ3OTVlNC04ZDk5ZDhmZi0xMGQ4ZjM4ZA==" yql_text: "ALTER TABLE `.metadata/script_executions` DROP COLUMN syntax, DROP COLUMN ast, DROP COLUMN stats" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteSchemeQuery, 58131b43-76ef-426c-a02d-d04fe9cfa85f, ghrun-zo3zdyj62i.auto.internal:13712): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:421 RpcState(ListOperations, be7a7a23-ae27-4765-af4e-75d08e414509, ghrun-zo3zdyj62i.auto.internal:13712): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListOperations, be7a7a23-ae27-4765-af4e-75d08e414509, ghrun-zo3zdyj62i.auto.internal:13712): request = { kind: "scriptexec" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListOperations, be7a7a23-ae27-4765-af4e-75d08e414509, ghrun-zo3zdyj62i.auto.internal:13712): response = { status: GENERIC_ERROR issues { position { row: 5 column: 21 } message: "Symbol $user_sid is not used" end_position { row: 5 column: 21 } issue_code: 4527 severity: 2 } issues { message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 7 column: 13 } message: "At function: RemovePrefixMembers" end_position { row: 7 column: 13 } severity: 1 issues { position { row: 21 column: 13 } message: "At function: Take" end_position { row: 21 column: 13 } severity: 1 issues { position { row: 7 column: 13 } message: "At function: Sort, At function: PersistableRepr, At function: SqlProject, At tuple, At function: SqlProjectItem, At lambda" end_position { row: 7 column: 13 } severity: 1 issues { position { row: 13 column: 17 } message: "At function: Member" end_position { row: 13 column: 17 } severity: 1 issues { position { row: 13 column: 17 } message: "Member not found: syntax" end_position { row: 13 column: 17 } severity: 1 } } } } } } }
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:13712/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10913
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1956
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11285
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13712
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31598
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/y5j3/0035be/r3tmp/kikimr_cluster_msuf2a6l
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13712/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/y5j3/0035be/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/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1/logfile_zqdsvpr6.log --grpc-port=13712 --mon-port=11285 --ic-port=31598
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1/logfile_zqdsvpr6.log', '--grpc-port=13712', '--mon-port=11285', '--ic-port=31598')' in '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 813299
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13712/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 813302
DEBUG    ya.test:process.py:259 Command (pid 813302) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 813302) elapsed time (sec): 0.7658364772796631
DEBUG    ya.test:process.py:263 Command (pid 813302) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 813302) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 813302) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 813302) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 813302) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 813302) maxrss: 599988
DEBUG    ya.test:process.py:263 Command (pid 813302) minflt: 45581
DEBUG    ya.test:process.py:263 Command (pid 813302) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 813302) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 813302) nivcsw: 127
DEBUG    ya.test:process.py:263 Command (pid 813302) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 813302) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 813302) nvcsw: 12
DEBUG    ya.test:process.py:263 Command (pid 813302) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 813302) stime: 0.233391
DEBUG    ya.test:process.py:263 Command (pid 813302) utime: 0.43826499999999996
DEBUG    ya.test:process.py:263 Command (pid 813302) wtime: 0.773
DEBUG    ya.test:process.py:275 Command (pid 813302) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-zo3zdyj62i    Host information: 
        Linux ghrun-zo3zdyj62i 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10226725676/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10226725676/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -DNDEBUG -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 -fsanitize=address -Daddress_sanitizer_enabled -fno-omit-frame-pointer -fsanitize-blacklist=/home/runner/actions_runner/_work/ydb/ydb/build/sanitize-blacklist.txt -fno-sanitize-link-runtime -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -DNDEBUG -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 813302) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-zo3zdyj62i    Host information: 
        Linux ghrun-zo3zdyj62i 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/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 815077
DEBUG    ya.test:process.py:259 Command (pid 815077) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 815077) elapsed time (sec): 1.2009429931640625
DEBUG    ya.test:process.py:263 Command (pid 815077) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 815077) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 815077) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 815077) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 815077) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 815077) maxrss: 642288
DEBUG    ya.test:process.py:263 Command (pid 815077) minflt: 51953
DEBUG    ya.test:process.py:263 Command (pid 815077) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 815077) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 815077) nivcsw: 206
DEBUG    ya.test:process.py:263 Command (pid 815077) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 815077) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 815077) nvcsw: 607
DEBUG    ya.test:process.py:263 Command (pid 815077) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 815077) stime: 0.220437
DEBUG    ya.test:process.py:263 Command (pid 815077) utime: 0.55509
DEBUG    ya.test:process.py:263 Command (pid 815077) wtime: 1.207
DEBUG    ya.test:process.py:275 Command (pid 815077) output:

DEBUG    ya.test:process.py:276 Command (pid 815077) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 816897
DEBUG    ya.test:process.py:259 Command (pid 816897) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 816897) elapsed time (sec): 1.1076152324676514
DEBUG    ya.test:process.py:263 Command (pid 816897) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 816897) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 816897) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 816897) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 816897) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 816897) maxrss: 642288
DEBUG    ya.test:process.py:263 Command (pid 816897) minflt: 52063
DEBUG    ya.test:process.py:263 Command (pid 816897) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 816897) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 816897) nivcsw: 183
DEBUG    ya.test:process.py:263 Command (pid 816897) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 816897) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 816897) nvcsw: 676
DEBUG    ya.test:process.py:263 Command (pid 816897) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 816897) stime: 0.316098
DEBUG    ya.test:process.py:263 Command (pid 816897) utime: 0.466883
DEBUG    ya.test:process.py:263 Command (pid 816897) wtime: 1.115
DEBUG    ya.test:process.py:275 Command (pid 816897) output:

DEBUG    ya.test:process.py:276 Command (pid 816897) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 818078
DEBUG    ya.test:process.py:259 Command (pid 818078) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 818078) elapsed time (sec): 1.1807794570922852
DEBUG    ya.test:process.py:263 Command (pid 818078) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 818078) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 818078) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 818078) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 818078) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 818078) maxrss: 642288
DEBUG    ya.test:process.py:263 Command (pid 818078) minflt: 52045
DEBUG    ya.test:process.py:263 Command (pid 818078) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 818078) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 818078) nivcsw: 162
DEBUG    ya.test:process.py:263 Command (pid 818078) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 818078) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 818078) nvcsw: 532
DEBUG    ya.test:process.py:263 Command (pid 818078) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 818078) stime: 0.25515499999999997
DEBUG    ya.test:process.py:263 Command (pid 818078) utime: 0.529802
DEBUG    ya.test:process.py:263 Command (pid 818078) wtime: 1.197
DEBUG    ya.test:process.py:275 Command (pid 818078) output:

DEBUG    ya.test:process.py:276 Command (pid 818078) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 819037
DEBUG    ya.test:process.py:259 Command (pid 819037) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 819037) elapsed time (sec): 1.1929545402526855
DEBUG    ya.test:process.py:263 Command (pid 819037) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 819037) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 819037) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 819037) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 819037) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 819037) maxrss: 643376
DEBUG    ya.test:process.py:263 Command (pid 819037) minflt: 52004
DEBUG    ya.test:process.py:263 Command (pid 819037) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 819037) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 819037) nivcsw: 172
DEBUG    ya.test:process.py:263 Command (pid 819037) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 819037) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 819037) nvcsw: 643
DEBUG    ya.test:process.py:263 Command (pid 819037) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 819037) stime: 0.287476
DEBUG    ya.test:process.py:263 Command (pid 819037) utime: 0.50594
DEBUG    ya.test:process.py:263 Command (pid 819037) wtime: 1.201
DEBUG    ya.test:process.py:275 Command (pid 819037) output:

DEBUG    ya.test:process.py:276 Command (pid 819037) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 819741
DEBUG    ya.test:process.py:259 Command (pid 819741) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 819741) elapsed time (sec): 1.0119061470031738
DEBUG    ya.test:process.py:263 Command (pid 819741) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 819741) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 819741) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 819741) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 819741) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 819741) maxrss: 644768
DEBUG    ya.test:process.py:263 Command (pid 819741) minflt: 51994
DEBUG    ya.test:process.py:263 Command (pid 819741) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 819741) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 819741) nivcsw: 183
DEBUG    ya.test:process.py:263 Command (pid 819741) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 819741) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 819741) nvcsw: 809
DEBUG    ya.test:process.py:263 Command (pid 819741) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 819741) stime: 0.292496
DEBUG    ya.test:process.py:263 Command (pid 819741) utime: 0.5172329999999999
DEBUG    ya.test:process.py:263 Command (pid 819741) wtime: 1.029
DEBUG    ya.test:process.py:275 Command (pid 819741) output:

DEBUG    ya.test:process.py:276 Command (pid 819741) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 820825
DEBUG    ya.test:process.py:259 Command (pid 820825) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 820825) elapsed time (sec): 1.206913709640503
DEBUG    ya.test:process.py:263 Command (pid 820825) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 820825) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 820825) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 820825) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 820825) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 820825) maxrss: 646876
DEBUG    ya.test:process.py:263 Command (pid 820825) minflt: 52048
DEBUG    ya.test:process.py:263 Command (pid 820825) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 820825) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 820825) nivcsw: 174
DEBUG    ya.test:process.py:263 Command (pid 820825) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 820825) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 820825) nvcsw: 569
DEBUG    ya.test:process.py:263 Command (pid 820825) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 820825) stime: 0.268553
DEBUG    ya.test:process.py:263 Command (pid 820825) utime: 0.552345
DEBUG    ya.test:process.py:263 Command (pid 820825) wtime: 1.218
DEBUG    ya.test:process.py:275 Command (pid 820825) output:

DEBUG    ya.test:process.py:276 Command (pid 820825) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 822468
DEBUG    ya.test:process.py:259 Command (pid 822468) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 822468) elapsed time (sec): 0.9800369739532471
DEBUG    ya.test:process.py:263 Command (pid 822468) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 822468) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 822468) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 822468) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 822468) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 822468) maxrss: 649660
DEBUG    ya.test:process.py:263 Command (pid 822468) minflt: 52031
DEBUG    ya.test:process.py:263 Command (pid 822468) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 822468) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 822468) nivcsw: 201
DEBUG    ya.test:process.py:263 Command (pid 822468) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 822468) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 822468) nvcsw: 609
DEBUG    ya.test:process.py:263 Command (pid 822468) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 822468) stime: 0.234791
DEBUG    ya.test:process.py:263 Command (pid 822468) utime: 0.549415
DEBUG    ya.test:process.py:263 Command (pid 822468) wtime: 0.987
DEBUG    ya.test:process.py:275 Command (pid 822468) output:

DEBUG    ya.test:process.py:276 Command (pid 822468) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 824487
DEBUG    ya.test:process.py:259 Command (pid 824487) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 824487) elapsed time (sec): 1.1461100578308105
DEBUG    ya.test:process.py:263 Command (pid 824487) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 824487) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 824487) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 824487) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 824487) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 824487) maxrss: 650804
DEBUG    ya.test:process.py:263 Command (pid 824487) minflt: 51999
DEBUG    ya.test:process.py:263 Command (pid 824487) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 824487) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 824487) nivcsw: 126
DEBUG    ya.test:process.py:263 Command (pid 824487) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 824487) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 824487) nvcsw: 535
DEBUG    ya.test:process.py:263 Command (pid 824487) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 824487) stime: 0.27855199999999997
DEBUG    ya.test:process.py:263 Command (pid 824487) utime: 0.470255
DEBUG    ya.test:process.py:263 Command (pid 824487) wtime: 1.15
DEBUG    ya.test:process.py:275 Command (pid 824487) output:

DEBUG    ya.test:process.py:276 Command (pid 824487) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 826437
DEBUG    ya.test:process.py:259 Command (pid 826437) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 826437) elapsed time (sec): 1.2083733081817627
DEBUG    ya.test:process.py:263 Command (pid 826437) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 826437) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 826437) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 826437) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 826437) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 826437) maxrss: 650804
DEBUG    ya.test:process.py:263 Command (pid 826437) minflt: 51996
DEBUG    ya.test:process.py:263 Command (pid 826437) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 826437) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 826437) nivcsw: 234
DEBUG    ya.test:process.py:263 Command (pid 826437) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 826437) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 826437) nvcsw: 606
DEBUG    ya.test:process.py:263 Command (pid 826437) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 826437) stime: 0.249558
DEBUG    ya.test:process.py:263 Command (pid 826437) utime: 0.55833
DEBUG    ya.test:process.py:263 Command (pid 826437) wtime: 1.217
DEBUG    ya.test:process.py:275 Command (pid 826437) output:

DEBUG    ya.test:process.py:276 Command (pid 826437) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 828347
DEBUG    ya.test:process.py:259 Command (pid 828347) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 828347) elapsed time (sec): 1.3653874397277832
DEBUG    ya.test:process.py:263 Command (pid 828347) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 828347) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 828347) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 828347) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 828347) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 828347) maxrss: 650804
DEBUG    ya.test:process.py:263 Command (pid 828347) minflt: 51979
DEBUG    ya.test:process.py:263 Command (pid 828347) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 828347) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 828347) nivcsw: 203
DEBUG    ya.test:process.py:263 Command (pid 828347) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 828347) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 828347) nvcsw: 445
DEBUG    ya.test:process.py:263 Command (pid 828347) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 828347) stime: 0.274551
DEBUG    ya.test:process.py:263 Command (pid 828347) utime: 0.5698529999999999
DEBUG    ya.test:process.py:263 Command (pid 828347) wtime: 1.368
DEBUG    ya.test:process.py:275 Command (pid 828347) output:

DEBUG    ya.test:process.py:276 Command (pid 828347) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 829771
DEBUG    ya.test:process.py:259 Command (pid 829771) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 829771) elapsed time (sec): 0.8950603008270264
DEBUG    ya.test:process.py:263 Command (pid 829771) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 829771) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 829771) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 829771) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 829771) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 829771) maxrss: 650804
DEBUG    ya.test:process.py:263 Command (pid 829771) minflt: 51963
DEBUG    ya.test:process.py:263 Command (pid 829771) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 829771) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 829771) nivcsw: 175
DEBUG    ya.test:process.py:263 Command (pid 829771) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 829771) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 829771) nvcsw: 528
DEBUG    ya.test:process.py:263 Command (pid 829771) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 829771) stime: 0.235872
DEBUG    ya.test:process.py:263 Command (pid 829771) utime: 0.510884
DEBUG    ya.test:process.py:263 Command (pid 829771) wtime: 0.911
DEBUG    ya.test:process.py:275 Command (pid 829771) output:

DEBUG    ya.test:process.py:276 Command (pid 829771) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 830658
DEBUG    ya.test:process.py:259 Command (pid 830658) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 830658) elapsed time (sec): 1.442887544631958
DEBUG    ya.test:process.py:263 Command (pid 830658) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 830658) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 830658) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 830658) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 830658) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 830658) maxrss: 650804
DEBUG    ya.test:process.py:263 Command (pid 830658) minflt: 52013
DEBUG    ya.test:process.py:263 Command (pid 830658) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 830658) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 830658) nivcsw: 308
DEBUG    ya.test:process.py:263 Command (pid 830658) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 830658) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 830658) nvcsw: 476
DEBUG    ya.test:process.py:263 Command (pid 830658) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 830658) stime: 0.288896
DEBUG    ya.test:process.py:263 Command (pid 830658) utime: 0.524273
DEBUG    ya.test:process.py:263 Command (pid 830658) wtime: 1.455
DEBUG    ya.test:process.py:275 Command (pid 830658) output:

DEBUG    ya.test:process.py:276 Command (pid 830658) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 831365
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    ya.test:process.py:259 Command (pid 831365) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 831365) elapsed time (sec): 1.1161434650421143
DEBUG    ya.test:process.py:263 Command (pid 831365) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 831365) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 831365) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 831365) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 831365) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 831365) maxrss: 650804
DEBUG    ya.test:process.py:263 Command (pid 831365) minflt: 51979
DEBUG    ya.test:process.py:263 Command (pid 831365) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 831365) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 831365) nivcsw: 185
DEBUG    ya.test:process.py:263 Command (pid 831365) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 831365) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 831365) nvcsw: 816
DEBUG    ya.test:process.py:263 Command (pid 831365) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 831365) stime: 0.25809899999999997
DEBUG    ya.test:process.py:263 Command (pid 831365) utime: 0.5425679999999999
DEBUG    ya.test:process.py:263 Command (pid 831365) wtime: 1.13
DEBUG    ya.test:process.py:275 Command (pid 831365) output:

DEBUG    ya.test:process.py:276 Command (pid 831365) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 832785
DEBUG    ya.test:process.py:259 Command (pid 832785) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 832785) elapsed time (sec): 1.615508794784546
DEBUG    ya.test:process.py:263 Command (pid 832785) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 832785) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 832785) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 832785) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 832785) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 832785) maxrss: 650804
DEBUG    ya.test:process.py:263 Command (pid 832785) minflt: 51916
DEBUG    ya.test:process.py:263 Command (pid 832785) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 832785) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 832785) nivcsw: 215
DEBUG    ya.test:process.py:263 Command (pid 832785) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 832785) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 832785) nvcsw: 477
DEBUG    ya.test:process.py:263 Command (pid 832785) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 832785) stime: 0.25573399999999996
DEBUG    ya.test:process.py:263 Command (pid 832785) utime: 0.589919
DEBUG    ya.test:process.py:263 Command (pid 832785) wtime: 1.629
DEBUG    ya.test:process.py:275 Command (pid 832785) output:

DEBUG    ya.test:process.py:276 Command (pid 832785) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 835315
DEBUG    ya.test:process.py:259 Command (pid 835315) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 835315) elapsed time (sec): 1.4039340019226074
DEBUG    ya.test:process.py:263 Command (pid 835315) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 835315) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 835315) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 835315) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 835315) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 835315) maxrss: 650804
DEBUG    ya.test:process.py:263 Command (pid 835315) minflt: 51974
DEBUG    ya.test:process.py:263 Command (pid 835315) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 835315) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 835315) nivcsw: 194
DEBUG    ya.test:process.py:263 Command (pid 835315) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 835315) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 835315) nvcsw: 685
DEBUG    ya.test:process.py:263 Command (pid 835315) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 835315) stime: 0.196578
DEBUG    ya.test:process.py:263 Command (pid 835315) utime: 0.615638
DEBUG    ya.test:process.py:263 Command (pid 835315) wtime: 1.419
DEBUG    ya.test:process.py:275 Command (pid 835315) output:

DEBUG    ya.test:process.py:276 Command (pid 835315) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 838256
DEBUG    ya.test:process.py:259 Command (pid 838256) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 838256) elapsed time (sec): 1.3199005126953125
DEBUG    ya.test:process.py:263 Command (pid 838256) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 838256) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 838256) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 838256) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 838256) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 838256) maxrss: 653848
DEBUG    ya.test:process.py:263 Command (pid 838256) minflt: 52116
DEBUG    ya.test:process.py:263 Command (pid 838256) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 838256) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 838256) nivcsw: 182
DEBUG    ya.test:process.py:263 Command (pid 838256) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 838256) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 838256) nvcsw: 602
DEBUG    ya.test:process.py:263 Command (pid 838256) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 838256) stime: 0.226634
DEBUG    ya.test:process.py:263 Command (pid 838256) utime: 0.549399
DEBUG    ya.test:process.py:263 Command (pid 838256) wtime: 1.331
DEBUG    ya.test:process.py:275 Command (pid 838256) output:

DEBUG    ya.test:process.py:276 Command (pid 838256) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 841869
DEBUG    ya.test:process.py:259 Command (pid 841869) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 841869) elapsed time (sec): 1.2439050674438477
DEBUG    ya.test:process.py:263 Command (pid 841869) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 841869) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 841869) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 841869) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 841869) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 841869) maxrss: 656848
DEBUG    ya.test:process.py:263 Command (pid 841869) minflt: 52012
DEBUG    ya.test:process.py:263 Command (pid 841869) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 841869) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 841869) nivcsw: 217
DEBUG    ya.test:process.py:263 Command (pid 841869) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 841869) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 841869) nvcsw: 663
DEBUG    ya.test:process.py:263 Command (pid 841869) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 841869) stime: 0.262357
DEBUG    ya.test:process.py:263 Command (pid 841869) utime: 0.546509
DEBUG    ya.test:process.py:263 Command (pid 841869) wtime: 1.251
DEBUG    ya.test:process.py:275 Command (pid 841869) output:

DEBUG    ya.test:process.py:276 Command (pid 841869) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 845568
DEBUG    ya.test:process.py:259 Command (pid 845568) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 845568) elapsed time (sec): 1.353792667388916
DEBUG    ya.test:process.py:263 Command (pid 845568) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 845568) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 845568) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 845568) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 845568) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 845568) maxrss: 660824
DEBUG    ya.test:process.py:263 Command (pid 845568) minflt: 51995
DEBUG    ya.test:process.py:263 Command (pid 845568) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 845568) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 845568) nivcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 845568) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 845568) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 845568) nvcsw: 622
DEBUG    ya.test:process.py:263 Command (pid 845568) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 845568) stime: 0.253396
DEBUG    ya.test:process.py:263 Command (pid 845568) utime: 0.563272
DEBUG    ya.test:process.py:263 Command (pid 845568) wtime: 1.371
DEBUG    ya.test:process.py:275 Command (pid 845568) output:

DEBUG    ya.test:process.py:276 Command (pid 845568) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.21
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.21
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 847897
DEBUG    ya.test:process.py:259 Command (pid 847897) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 847897) elapsed time (sec): 1.3740696907043457
DEBUG    ya.test:process.py:263 Command (pid 847897) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847897) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 847897) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847897) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 847897) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 847897) maxrss: 664172
DEBUG    ya.test:process.py:263 Command (pid 847897) minflt: 51988
DEBUG    ya.test:process.py:263 Command (pid 847897) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 847897) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 847897) nivcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 847897) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 847897) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 847897) nvcsw: 528
DEBUG    ya.test:process.py:263 Command (pid 847897) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 847897) stime: 0.26166
DEBUG    ya.test:process.py:263 Command (pid 847897) utime: 0.5749529999999999
DEBUG    ya.test:process.py:263 Command (pid 847897) wtime: 1.389
DEBUG    ya.test:process.py:275 Command (pid 847897) output:

DEBUG    ya.test:process.py:276 Command (pid 847897) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.22
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.22
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 849696
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
DEBUG    ya.test:process.py:259 Command (pid 849696) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 849696) elapsed time (sec): 1.7588927745819092
DEBUG    ya.test:process.py:263 Command (pid 849696) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 849696) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 849696) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 849696) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 849696) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 849696) maxrss: 668772
DEBUG    ya.test:process.py:263 Command (pid 849696) minflt: 52038
DEBUG    ya.test:process.py:263 Command (pid 849696) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 849696) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 849696) nivcsw: 280
DEBUG    ya.test:process.py:263 Command (pid 849696) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 849696) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 849696) nvcsw: 709
DEBUG    ya.test:process.py:263 Command (pid 849696) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 849696) stime: 0.33894399999999997
DEBUG    ya.test:process.py:263 Command (pid 849696) utime: 0.598314
DEBUG    ya.test:process.py:263 Command (pid 849696) wtime: 1.779
DEBUG    ya.test:process.py:275 Command (pid 849696) output:

DEBUG    ya.test:process.py:276 Command (pid 849696) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.23
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.23
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 850685
DEBUG    ya.test:process.py:259 Command (pid 850685) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 850685) elapsed time (sec): 1.6632134914398193
DEBUG    ya.test:process.py:263 Command (pid 850685) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 850685) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 850685) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 850685) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 850685) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 850685) maxrss: 671852
DEBUG    ya.test:process.py:263 Command (pid 850685) minflt: 52041
DEBUG    ya.test:process.py:263 Command (pid 850685) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 850685) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 850685) nivcsw: 247
DEBUG    ya.test:process.py:263 Command (pid 850685) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 850685) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 850685) nvcsw: 655
DEBUG    ya.test:process.py:263 Command (pid 850685) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 850685) stime: 0.30276
DEBUG    ya.test:process.py:263 Command (pid 850685) utime: 0.557712
DEBUG    ya.test:process.py:263 Command (pid 850685) wtime: 1.68
DEBUG    ya.test:process.py:275 Command (pid 850685) output:

DEBUG    ya.test:process.py:276 Command (pid 850685) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.24
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.24
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 851425
DEBUG    ya.test:process.py:259 Command (pid 851425) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 851425) elapsed time (sec): 1.1809492111206055
DEBUG    ya.test:process.py:263 Command (pid 851425) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 851425) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 851425) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 851425) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 851425) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 851425) maxrss: 676364
DEBUG    ya.test:process.py:263 Command (pid 851425) minflt: 51955
DEBUG    ya.test:process.py:263 Command (pid 851425) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 851425) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 851425) nivcsw: 221
DEBUG    ya.test:process.py:263 Command (pid 851425) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 851425) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 851425) nvcsw: 591
DEBUG    ya.test:process.py:263 Command (pid 851425) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 851425) stime: 0.259968
DEBUG    ya.test:process.py:263 Command (pid 851425) utime: 0.536395
DEBUG    ya.test:process.py:263 Command (pid 851425) wtime: 1.197
DEBUG    ya.test:process.py:275 Command (pid 851425) output:

DEBUG    ya.test:process.py:276 Command (pid 851425) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.25
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.25
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 852425
DEBUG    ya.test:process.py:259 Command (pid 852425) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 852425) elapsed time (sec): 1.5029072761535645
DEBUG    ya.test:process.py:263 Command (pid 852425) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 852425) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 852425) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 852425) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 852425) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 852425) maxrss: 680480
DEBUG    ya.test:process.py:263 Command (pid 852425) minflt: 51981
DEBUG    ya.test:process.py:263 Command (pid 852425) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 852425) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 852425) nivcsw: 323
DEBUG    ya.test:process.py:263 Command (pid 852425) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 852425) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 852425) nvcsw: 486
DEBUG    ya.test:process.py:263 Command (pid 852425) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 852425) stime: 0.233927
DEBUG    ya.test:process.py:263 Command (pid 852425) utime: 0.61981
DEBUG    ya.test:process.py:263 Command (pid 852425) wtime: 1.514
DEBUG    ya.test:process.py:275 Command (pid 852425) output:

DEBUG    ya.test:process.py:276 Command (pid 852425) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.26
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.26
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 853540
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    ya.test:process.py:259 Command (pid 853540) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 853540) elapsed time (sec): 1.3738970756530762
DEBUG    ya.test:process.py:263 Command (pid 853540) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 853540) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 853540) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 853540) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 853540) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 853540) maxrss: 683900
DEBUG    ya.test:process.py:263 Command (pid 853540) minflt: 52073
DEBUG    ya.test:process.py:263 Command (pid 853540) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 853540) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 853540) nivcsw: 247
DEBUG    ya.test:process.py:263 Command (pid 853540) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 853540) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 853540) nvcsw: 475
DEBUG    ya.test:process.py:263 Command (pid 853540) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 853540) stime: 0.24207499999999998
DEBUG    ya.test:process.py:263 Command (pid 853540) utime: 0.5725
DEBUG    ya.test:process.py:263 Command (pid 853540) wtime: 1.38
DEBUG    ya.test:process.py:275 Command (pid 853540) output:

DEBUG    ya.test:process.py:276 Command (pid 853540) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.27
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.27
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 854960
DEBUG    ya.test:process.py:259 Command (pid 854960) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 854960) elapsed time (sec): 1.239508867263794
DEBUG    ya.test:process.py:263 Command (pid 854960) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 854960) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 854960) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 854960) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 854960) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 854960) maxrss: 688180
DEBUG    ya.test:process.py:263 Command (pid 854960) minflt: 52102
DEBUG    ya.test:process.py:263 Command (pid 854960) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 854960) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 854960) nivcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 854960) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 854960) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 854960) nvcsw: 860
DEBUG    ya.test:process.py:263 Command (pid 854960) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 854960) stime: 0.24618199999999998
DEBUG    ya.test:process.py:263 Command (pid 854960) utime: 0.586311
DEBUG    ya.test:process.py:263 Command (pid 854960) wtime: 1.247
DEBUG    ya.test:process.py:275 Command (pid 854960) output:

DEBUG    ya.test:process.py:276 Command (pid 854960) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.28
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.28
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 856122
DEBUG    ya.test:process.py:259 Command (pid 856122) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 856122) elapsed time (sec): 1.3503899574279785
DEBUG    ya.test:process.py:263 Command (pid 856122) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 856122) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 856122) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 856122) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 856122) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 856122) maxrss: 688180
DEBUG    ya.test:process.py:263 Command (pid 856122) minflt: 51995
DEBUG    ya.test:process.py:263 Command (pid 856122) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 856122) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 856122) nivcsw: 240
DEBUG    ya.test:process.py:263 Command (pid 856122) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 856122) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 856122) nvcsw: 693
DEBUG    ya.test:process.py:263 Command (pid 856122) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 856122) stime: 0.308846
DEBUG    ya.test:process.py:263 Command (pid 856122) utime: 0.541185
DEBUG    ya.test:process.py:263 Command (pid 856122) wtime: 1.372
DEBUG    ya.test:process.py:275 Command (pid 856122) output:

DEBUG    ya.test:process.py:276 Command (pid 856122) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.29
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.29
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 857167
DEBUG    ya.test:process.py:259 Command (pid 857167) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 857167) elapsed time (sec): 1.170844316482544
DEBUG    ya.test:process.py:263 Command (pid 857167) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 857167) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 857167) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 857167) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 857167) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 857167) maxrss: 688180
DEBUG    ya.test:process.py:263 Command (pid 857167) minflt: 51957
DEBUG    ya.test:process.py:263 Command (pid 857167) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 857167) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 857167) nivcsw: 241
DEBUG    ya.test:process.py:263 Command (pid 857167) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 857167) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 857167) nvcsw: 582
DEBUG    ya.test:process.py:263 Command (pid 857167) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 857167) stime: 0.268327
DEBUG    ya.test:process.py:263 Command (pid 857167) utime: 0.53006
DEBUG    ya.test:process.py:263 Command (pid 857167) wtime: 1.177
DEBUG    ya.test:process.py:275 Command (pid 857167) output:

DEBUG    ya.test:process.py:276 Command (pid 857167) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.30
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.30
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 858277
DEBUG    ya.test:process.py:259 Command (pid 858277) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 858277) elapsed time (sec): 1.4814121723175049
DEBUG    ya.test:process.py:263 Command (pid 858277) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 858277) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 858277) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 858277) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 858277) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 858277) maxrss: 688180
DEBUG    ya.test:process.py:263 Command (pid 858277) minflt: 52089
DEBUG    ya.test:process.py:263 Command (pid 858277) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 858277) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 858277) nivcsw: 222
DEBUG    ya.test:process.py:263 Command (pid 858277) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 858277) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 858277) nvcsw: 653
DEBUG    ya.test:process.py:263 Command (pid 858277) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 858277) stime: 0.250635
DEBUG    ya.test:process.py:263 Command (pid 858277) utime: 0.559651
DEBUG    ya.test:process.py:263 Command (pid 858277) wtime: 1.493
DEBUG    ya.test:process.py:275 Command (pid 858277) output:

DEBUG    ya.test:process.py:276 Command (pid 858277) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.31
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.31
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 859598
DEBUG    ya.test:process.py:259 Command (pid 859598) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 859598) elapsed time (sec): 1.3958666324615479
DEBUG    ya.test:process.py:263 Command (pid 859598) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 859598) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 859598) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 859598) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 859598) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 859598) maxrss: 688180
DEBUG    ya.test:process.py:263 Command (pid 859598) minflt: 51962
DEBUG    ya.test:process.py:263 Command (pid 859598) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 859598) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 859598) nivcsw: 196
DEBUG    ya.test:process.py:263 Command (pid 859598) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 859598) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 859598) nvcsw: 746
DEBUG    ya.test:process.py:263 Command (pid 859598) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 859598) stime: 0.23879299999999998
DEBUG    ya.test:process.py:263 Command (pid 859598) utime: 0.550429
DEBUG    ya.test:process.py:263 Command (pid 859598) wtime: 1.405
DEBUG    ya.test:process.py:275 Command (pid 859598) output:

DEBUG    ya.test:process.py:276 Command (pid 859598) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.32
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.32
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 860552
DEBUG    ya.test:process.py:259 Command (pid 860552) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 860552) elapsed time (sec): 1.4496862888336182
DEBUG    ya.test:process.py:263 Command (pid 860552) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 860552) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 860552) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 860552) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 860552) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 860552) maxrss: 688180
DEBUG    ya.test:process.py:263 Command (pid 860552) minflt: 52025
DEBUG    ya.test:process.py:263 Command (pid 860552) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 860552) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 860552) nivcsw: 234
DEBUG    ya.test:process.py:263 Command (pid 860552) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 860552) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 860552) nvcsw: 690
DEBUG    ya.test:process.py:263 Command (pid 860552) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 860552) stime: 0.255529
DEBUG    ya.test:process.py:263 Command (pid 860552) utime: 0.5268269999999999
DEBUG    ya.test:process.py:263 Command (pid 860552) wtime: 1.458
DEBUG    ya.test:process.py:275 Command (pid 860552) output:

DEBUG    ya.test:process.py:276 Command (pid 860552) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.33
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.33
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 860939
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
DEBUG    ya.test:process.py:259 Command (pid 860939) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 860939) elapsed time (sec): 1.4638128280639648
DEBUG    ya.test:process.py:263 Command (pid 860939) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 860939) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 860939) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 860939) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 860939) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 860939) maxrss: 688180
DEBUG    ya.test:process.py:263 Command (pid 860939) minflt: 52018
DEBUG    ya.test:process.py:263 Command (pid 860939) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 860939) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 860939) nivcsw: 261
DEBUG    ya.test:process.py:263 Command (pid 860939) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 860939) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 860939) nvcsw: 595
DEBUG    ya.test:process.py:263 Command (pid 860939) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 860939) stime: 0.245466
DEBUG    ya.test:process.py:263 Command (pid 860939) utime: 0.577682
DEBUG    ya.test:process.py:263 Command (pid 860939) wtime: 1.473
DEBUG    ya.test:process.py:275 Command (pid 860939) output:

DEBUG    ya.test:process.py:276 Command (pid 860939) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.34
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.34
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 861141
DEBUG    ya.test:process.py:259 Command (pid 861141) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 861141) elapsed time (sec): 1.357544183731079
DEBUG    ya.test:process.py:263 Command (pid 861141) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 861141) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 861141) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 861141) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 861141) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 861141) maxrss: 690088
DEBUG    ya.test:process.py:263 Command (pid 861141) minflt: 52055
DEBUG    ya.test:process.py:263 Command (pid 861141) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 861141) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 861141) nivcsw: 248
DEBUG    ya.test:process.py:263 Command (pid 861141) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 861141) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 861141) nvcsw: 559
DEBUG    ya.test:process.py:263 Command (pid 861141) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 861141) stime: 0.23352499999999998
DEBUG    ya.test:process.py:263 Command (pid 861141) utime: 0.596915
DEBUG    ya.test:process.py:263 Command (pid 861141) wtime: 1.365
DEBUG    ya.test:process.py:275 Command (pid 861141) output:

DEBUG    ya.test:process.py:276 Command (pid 861141) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.35
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.35
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 861463
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    ya.test:process.py:259 Command (pid 861463) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 861463) elapsed time (sec): 1.2622220516204834
DEBUG    ya.test:process.py:263 Command (pid 861463) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 861463) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 861463) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 861463) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 861463) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 861463) maxrss: 695356
DEBUG    ya.test:process.py:263 Command (pid 861463) minflt: 52121
DEBUG    ya.test:process.py:263 Command (pid 861463) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 861463) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 861463) nivcsw: 247
DEBUG    ya.test:process.py:263 Command (pid 861463) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 861463) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 861463) nvcsw: 740
DEBUG    ya.test:process.py:263 Command (pid 861463) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 861463) stime: 0.26086899999999996
DEBUG    ya.test:process.py:263 Command (pid 861463) utime: 0.559271
DEBUG    ya.test:process.py:263 Command (pid 861463) wtime: 1.279
DEBUG    ya.test:process.py:275 Command (pid 861463) output:

DEBUG    ya.test:process.py:276 Command (pid 861463) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.36
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.36
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 862055
DEBUG    ya.test:process.py:259 Command (pid 862055) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 862055) elapsed time (sec): 1.4695959091186523
DEBUG    ya.test:process.py:263 Command (pid 862055) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 862055) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 862055) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 862055) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 862055) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 862055) maxrss: 699012
DEBUG    ya.test:process.py:263 Command (pid 862055) minflt: 52111
DEBUG    ya.test:process.py:263 Command (pid 862055) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 862055) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 862055) nivcsw: 240
DEBUG    ya.test:process.py:263 Command (pid 862055) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 862055) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 862055) nvcsw: 742
DEBUG    ya.test:process.py:263 Command (pid 862055) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 862055) stime: 0.227068
DEBUG    ya.test:process.py:263 Command (pid 862055) utime: 0.5503669999999999
DEBUG    ya.test:process.py:263 Command (pid 862055) wtime: 1.487
DEBUG    ya.test:process.py:275 Command (pid 862055) output:

DEBUG    ya.test:process.py:276 Command (pid 862055) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.37
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.37
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 862937
DEBUG    ya.test:process.py:259 Command (pid 862937) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 862937) elapsed time (sec): 1.297682285308838
DEBUG    ya.test:process.py:263 Command (pid 862937) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 862937) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 862937) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 862937) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 862937) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 862937) maxrss: 703268
DEBUG    ya.test:process.py:263 Command (pid 862937) minflt: 51980
DEBUG    ya.test:process.py:263 Command (pid 862937) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 862937) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 862937) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 862937) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 862937) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 862937) nvcsw: 578
DEBUG    ya.test:process.py:263 Command (pid 862937) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 862937) stime: 0.373835
DEBUG    ya.test:process.py:263 Command (pid 862937) utime: 0.534285
DEBUG    ya.test:process.py:263 Command (pid 862937) wtime: 1.309
DEBUG    ya.test:process.py:275 Command (pid 862937) output:

DEBUG    ya.test:process.py:276 Command (pid 862937) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.38
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.38
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 863251
DEBUG    ya.test:process.py:259 Command (pid 863251) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 863251) elapsed time (sec): 1.728632926940918
DEBUG    ya.test:process.py:263 Command (pid 863251) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863251) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 863251) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863251) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863251) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 863251) maxrss: 707764
DEBUG    ya.test:process.py:263 Command (pid 863251) minflt: 52117
DEBUG    ya.test:process.py:263 Command (pid 863251) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 863251) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 863251) nivcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 863251) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 863251) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 863251) nvcsw: 497
DEBUG    ya.test:process.py:263 Command (pid 863251) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 863251) stime: 0.245552
DEBUG    ya.test:process.py:263 Command (pid 863251) utime: 0.5990409999999999
DEBUG    ya.test:process.py:263 Command (pid 863251) wtime: 1.749
DEBUG    ya.test:process.py:275 Command (pid 863251) output:

DEBUG    ya.test:process.py:276 Command (pid 863251) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.39
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.39
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 863456
DEBUG    ya.test:process.py:259 Command (pid 863456) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 863456) elapsed time (sec): 1.3169078826904297
DEBUG    ya.test:process.py:263 Command (pid 863456) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863456) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 863456) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863456) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863456) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 863456) maxrss: 710592
DEBUG    ya.test:process.py:263 Command (pid 863456) minflt: 52066
DEBUG    ya.test:process.py:263 Command (pid 863456) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 863456) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 863456) nivcsw: 172
DEBUG    ya.test:process.py:263 Command (pid 863456) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 863456) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 863456) nvcsw: 513
DEBUG    ya.test:process.py:263 Command (pid 863456) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 863456) stime: 0.27047499999999997
DEBUG    ya.test:process.py:263 Command (pid 863456) utime: 0.539387
DEBUG    ya.test:process.py:263 Command (pid 863456) wtime: 1.331
DEBUG    ya.test:process.py:275 Command (pid 863456) output:

DEBUG    ya.test:process.py:276 Command (pid 863456) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.40
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.40
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 863710
DEBUG    ya.test:process.py:259 Command (pid 863710) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 863710) elapsed time (sec): 0.9608559608459473
DEBUG    ya.test:process.py:263 Command (pid 863710) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863710) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 863710) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863710) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863710) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 863710) maxrss: 715644
DEBUG    ya.test:process.py:263 Command (pid 863710) minflt: 52019
DEBUG    ya.test:process.py:263 Command (pid 863710) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 863710) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 863710) nivcsw: 172
DEBUG    ya.test:process.py:263 Command (pid 863710) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 863710) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 863710) nvcsw: 592
DEBUG    ya.test:process.py:263 Command (pid 863710) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 863710) stime: 0.266897
DEBUG    ya.test:process.py:263 Command (pid 863710) utime: 0.524656
DEBUG    ya.test:process.py:263 Command (pid 863710) wtime: 0.965
DEBUG    ya.test:process.py:275 Command (pid 863710) output:

DEBUG    ya.test:process.py:276 Command (pid 863710) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.41
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.41
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 863963
DEBUG    ya.test:process.py:259 Command (pid 863963) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 863963) elapsed time (sec): 1.1548881530761719
DEBUG    ya.test:process.py:263 Command (pid 863963) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863963) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 863963) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863963) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 863963) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 863963) maxrss: 718700
DEBUG    ya.test:process.py:263 Command (pid 863963) minflt: 52002
DEBUG    ya.test:process.py:263 Command (pid 863963) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 863963) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 863963) nivcsw: 153
DEBUG    ya.test:process.py:263 Command (pid 863963) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 863963) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 863963) nvcsw: 688
DEBUG    ya.test:process.py:263 Command (pid 863963) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 863963) stime: 0.28349799999999997
DEBUG    ya.test:process.py:263 Command (pid 863963) utime: 0.545481
DEBUG    ya.test:process.py:263 Command (pid 863963) wtime: 1.164
DEBUG    ya.test:process.py:275 Command (pid 863963) output:

DEBUG    ya.test:process.py:276 Command (pid 863963) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.42
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.42
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 864424
DEBUG    ya.test:process.py:259 Command (pid 864424) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 864424) elapsed time (sec): 0.8767235279083252
DEBUG    ya.test:process.py:263 Command (pid 864424) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 864424) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 864424) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 864424) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 864424) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 864424) maxrss: 721844
DEBUG    ya.test:process.py:263 Command (pid 864424) minflt: 52046
DEBUG    ya.test:process.py:263 Command (pid 864424) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 864424) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 864424) nivcsw: 133
DEBUG    ya.test:process.py:263 Command (pid 864424) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 864424) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 864424) nvcsw: 650
DEBUG    ya.test:process.py:263 Command (pid 864424) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 864424) stime: 0.233987
DEBUG    ya.test:process.py:263 Command (pid 864424) utime: 0.530892
DEBUG    ya.test:process.py:263 Command (pid 864424) wtime: 0.879
DEBUG    ya.test:process.py:275 Command (pid 864424) output:

DEBUG    ya.test:process.py:276 Command (pid 864424) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.43
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.43
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 864972
DEBUG    ya.test:process.py:259 Command (pid 864972) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 864972) elapsed time (sec): 0.8812978267669678
DEBUG    ya.test:process.py:263 Command (pid 864972) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 864972) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 864972) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 864972) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 864972) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 864972) maxrss: 723384
DEBUG    ya.test:process.py:263 Command (pid 864972) minflt: 52059
DEBUG    ya.test:process.py:263 Command (pid 864972) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 864972) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 864972) nivcsw: 163
DEBUG    ya.test:process.py:263 Command (pid 864972) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 864972) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 864972) nvcsw: 742
DEBUG    ya.test:process.py:263 Command (pid 864972) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 864972) stime: 0.1961
DEBUG    ya.test:process.py:263 Command (pid 864972) utime: 0.554075
DEBUG    ya.test:process.py:263 Command (pid 864972) wtime: 0.884
DEBUG    ya.test:process.py:275 Command (pid 864972) output:

DEBUG    ya.test:process.py:276 Command (pid 864972) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.44
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.44
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 865301
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
DEBUG    ya.test:process.py:259 Command (pid 865301) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 865301) elapsed time (sec): 1.0338764190673828
DEBUG    ya.test:process.py:263 Command (pid 865301) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 865301) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 865301) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 865301) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 865301) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 865301) maxrss: 723384
DEBUG    ya.test:process.py:263 Command (pid 865301) minflt: 51998
DEBUG    ya.test:process.py:263 Command (pid 865301) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 865301) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 865301) nivcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 865301) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 865301) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 865301) nvcsw: 650
DEBUG    ya.test:process.py:263 Command (pid 865301) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 865301) stime: 0.243606
DEBUG    ya.test:process.py:263 Command (pid 865301) utime: 0.517569
DEBUG    ya.test:process.py:263 Command (pid 865301) wtime: 1.05
DEBUG    ya.test:process.py:275 Command (pid 865301) output:

DEBUG    ya.test:process.py:276 Command (pid 865301) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.45
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.45
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 865682
DEBUG    ya.test:process.py:259 Command (pid 865682) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 865682) elapsed time (sec): 0.9228579998016357
DEBUG    ya.test:process.py:263 Command (pid 865682) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 865682) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 865682) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 865682) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 865682) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 865682) maxrss: 723384
DEBUG    ya.test:process.py:263 Command (pid 865682) minflt: 52053
DEBUG    ya.test:process.py:263 Command (pid 865682) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 865682) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 865682) nivcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 865682) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 865682) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 865682) nvcsw: 692
DEBUG    ya.test:process.py:263 Command (pid 865682) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 865682) stime: 0.240471
DEBUG    ya.test:process.py:263 Command (pid 865682) utime: 0.522011
DEBUG    ya.test:process.py:263 Command (pid 865682) wtime: 0.925
DEBUG    ya.test:process.py:275 Command (pid 865682) output:

DEBUG    ya.test:process.py:276 Command (pid 865682) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.46
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.46
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 866564
DEBUG    ya.test:process.py:259 Command (pid 866564) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 866564) elapsed time (sec): 0.8040363788604736
DEBUG    ya.test:process.py:263 Command (pid 866564) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 866564) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 866564) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 866564) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 866564) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 866564) maxrss: 723384
DEBUG    ya.test:process.py:263 Command (pid 866564) minflt: 51995
DEBUG    ya.test:process.py:263 Command (pid 866564) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 866564) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 866564) nivcsw: 128
DEBUG    ya.test:process.py:263 Command (pid 866564) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 866564) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 866564) nvcsw: 510
DEBUG    ya.test:process.py:263 Command (pid 866564) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 866564) stime: 0.235373
DEBUG    ya.test:process.py:263 Command (pid 866564) utime: 0.507939
DEBUG    ya.test:process.py:263 Command (pid 866564) wtime: 0.808
DEBUG    ya.test:process.py:275 Command (pid 866564) output:

DEBUG    ya.test:process.py:276 Command (pid 866564) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


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    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.47
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.47
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 867340
DEBUG    ya.test:process.py:259 Command (pid 867340) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 867340) elapsed time (sec): 0.9205994606018066
DEBUG    ya.test:process.py:263 Command (pid 867340) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 867340) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 867340) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 867340) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 867340) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 867340) maxrss: 723384
DEBUG    ya.test:process.py:263 Command (pid 867340) minflt: 52023
DEBUG    ya.test:process.py:263 Command (pid 867340) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 867340) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 867340) nivcsw: 86
DEBUG    ya.test:process.py:263 Command (pid 867340) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 867340) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 867340) nvcsw: 810
DEBUG    ya.test:process.py:263 Command (pid 867340) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 867340) stime: 0.255252
DEBUG    ya.test:process.py:263 Command (pid 867340) utime: 0.503034
DEBUG    ya.test:process.py:263 Command (pid 867340) wtime: 0.922
DEBUG    ya.test:process.py:275 Command (pid 867340) output:

DEBUG    ya.test:process.py:276 Command (pid 867340) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.48
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.48
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 867762
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    ya.test:process.py:259 Command (pid 867762) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 867762) elapsed time (sec): 1.1647710800170898
DEBUG    ya.test:process.py:263 Command (pid 867762) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 867762) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 867762) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 867762) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 867762) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 867762) maxrss: 727032
DEBUG    ya.test:process.py:263 Command (pid 867762) minflt: 51897
DEBUG    ya.test:process.py:263 Command (pid 867762) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 867762) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 867762) nivcsw: 189
DEBUG    ya.test:process.py:263 Command (pid 867762) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 867762) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 867762) nvcsw: 733
DEBUG    ya.test:process.py:263 Command (pid 867762) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 867762) stime: 0.269741
DEBUG    ya.test:process.py:263 Command (pid 867762) utime: 0.510985
DEBUG    ya.test:process.py:263 Command (pid 867762) wtime: 1.166
DEBUG    ya.test:process.py:275 Command (pid 867762) output:

DEBUG    ya.test:process.py:276 Command (pid 867762) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.49
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.49
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 868635
DEBUG    ya.test:process.py:259 Command (pid 868635) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 868635) elapsed time (sec): 0.8002591133117676
DEBUG    ya.test:process.py:263 Command (pid 868635) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 868635) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 868635) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 868635) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 868635) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 868635) maxrss: 730580
DEBUG    ya.test:process.py:263 Command (pid 868635) minflt: 52014
DEBUG    ya.test:process.py:263 Command (pid 868635) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 868635) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 868635) nivcsw: 76
DEBUG    ya.test:process.py:263 Command (pid 868635) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 868635) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 868635) nvcsw: 1017
DEBUG    ya.test:process.py:263 Command (pid 868635) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 868635) stime: 0.24012999999999998
DEBUG    ya.test:process.py:263 Command (pid 868635) utime: 0.485463
DEBUG    ya.test:process.py:263 Command (pid 868635) wtime: 0.803
DEBUG    ya.test:process.py:275 Command (pid 868635) output:

DEBUG    ya.test:process.py:276 Command (pid 868635) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13712
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13712". Check endpoint correctness.
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.50
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.50
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13712', '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: 31598\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 869067
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    ya.test:process.py:259 Command (pid 869067) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 869067) elapsed time (sec): 0.8335447311401367
DEBUG    ya.test:process.py:263 Command (pid 869067) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 869067) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 869067) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 869067) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 869067) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 869067) maxrss: 734584
DEBUG    ya.test:process.py:263 Command (pid 869067) minflt: 52061
DEBUG    ya.test:process.py:263 Command (pid 869067) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 869067) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 869067) nivcsw: 98
DEBUG    ya.test:process.py:263 Command (pid 869067) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 869067) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 869067) nvcsw: 460
DEBUG    ya.test:process.py:263 Command (pid 869067) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 869067) stime: 0.27261799999999997
DEBUG    ya.test:process.py:263 Command (pid 869067) utime: 0.49907599999999996
DEBUG    ya.test:process.py:263 Command (pid 869067) wtime: 0.842
DEBUG    ya.test:process.py:275 Command (pid 869067) output:

DEBUG    ya.test:process.py:276 Command (pid 869067) errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'

ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:448 KiKiMR command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' failed with error: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


	stdout: b''
	stderr: b'MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer\n'
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:844 Failed to execute, Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


ERROR    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 KiKiMR start failed
Traceback (most recent call last):
  File "ydb/tests/library/harness/kikimr_runner.py", line 496, in start
    self.__run()
  File "ydb/tests/library/harness/kikimr_runner.py", line 552, in __run
    self.__add_bs_box()
  File "ydb/tests/library/harness/kikimr_runner.py", line 824, in __add_bs_box
    self._bs_config_invoke(request)
  File "ydb/tests/library/harness/kikimr_runner.py", line 832, in _bs_config_invoke
    self.__call_kikimr_new_cli(
  File "ydb/tests/library/harness/kikimr_runner.py", line 446, in __call_kikimr_new_cli
    return yatest.common.execute(full_command, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "library/python/testing/yatest_common/yatest/common/process.py", line 656, in execute
    res.wait(check_exit_code, timeout, on_timeout)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 411, in wait
    self._finalise(check_exit_code)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 422, in _finalise
    raise ExecutionError(self)
yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/apps/ydbd/ydbd --server grpc://localhost:13712 admin blobstorage config invoke --proto=Command {
  DefineHostConfig {
    HostConfigId: 1
    Drive {
      Path: "SectorMap:1:64"
    }
  }
}
Command {
  DefineBox {
    BoxId: 1
    Host {
      Key {
        Fqdn: "localhost"
        IcPort: 31598
      }
      HostConfigId: 1
    }
  }
}
' has failed with code 1.
Errors:
MB-0001 failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:13712: recvmsg:Connection reset by peer


DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-zo3zdyj62i'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(1, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.813299' in '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_zqdsvpr6.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:13712/1
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-zo3zdyj62i'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(1, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.813299' in '/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_zqdsvpr6.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:13712/1
============================== slowest durations ===============================
330.07s call     test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast, DROP COLUMN stats-`.metadata/script_executions`]
9.14s setup    test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast, DROP COLUMN stats-`.metadata/script_executions`]
0.07s teardown test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast, DROP COLUMN stats-`.metadata/script_executions`]
=========================== short test summary info ============================
FAILED test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast, DROP COLUMN stats-`.metadata/script_executions`] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/y5j3/0035be/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk0/testing_out_stuff/test_update_script_tables.py.TestUpdateScriptTablesYdb.test_recreate_tables.ALTER.TABLE.{}.DROP.COLUMN.syntax,.DROP.COLUMN.ast,.DROP.COLUMN.stats-`.metadata.script_executions`/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
Current KQP shutdown state: spent 3.038161 seconds, 1 sessions to shutdown
Current KQP shutdown state: spent 6.100215 seconds, 1 sessions to shutdown
Current KQP shutdown state: spent 9.166164 seconds, 1 sessions to shutdown
GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
:GRPC_LIBRARY ERROR: UNKNOWN:No address added out of total 1 resolved for '[::]:13712' {created_time:"2025-11-13T16:41:39.783214505+00:00", children:[UNKNOWN:Failed to add any wildcard listeners {created_time:"2025-11-13T16:41:39.782951849+00:00", children:[UNKNOWN:Unable to configure socket {fd:84, created_time:"2025-11-13T16:41:39.748253956+00:00", children:[UNKNOWN:Address already in use {syscall:"bind", os_error:"Address already in use", errno:98, created_time:"2025-11-13T16:41:39.748111561+00:00"}]}, UNKNOWN:Unable to configure socket {fd:84, created_time:"2025-11-13T16:41:39.753952386+00:00", children:[UNKNOWN:Address already in use {created_time:"2025-11-13T16:41:39.749009569+00:00", errno:98, os_error:"Address already in use", syscall:"bind"}]}]}]}
======= terminate() call stack ========
0. /tmp//-S/ydb/core/driver_lib/run/main.cpp:180: KikimrTerminateHandler @ 0x3E65C949
1. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:0: terminate @ 0x1FB7BC18
2. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:821: report_failure @ 0x1FB7CFDE
3. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:0: __cxa_rethrow @ 0x1FB7CFDE
4. /tmp//-S/ydb/library/actors/core/actor.cpp:354: Receive @ 0x225D3E17
5. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x226B8451
6. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x226C2076
7. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x226C162D
8. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x226C369E
9. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FE4BFB4
10. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1FAE99C6
11. ??:0: ?? @ 0x7FBD828F4AC2
12. ??:0: ?? @ 0x7FBD829868BF
======== exception call stack =========
0. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:839: throw_exception @ 0x1FB7C43C
1. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:882: __cxa_throw @ 0x1FB7C25C
2. /tmp//-S/ydb/library/grpc/server/grpc_server.cpp:251: Start @ 0x416B49D6
3. /tmp//-S/ydb/core/driver_lib/run/run.cpp:283: Start @ 0x41663E35
4. /tmp//-S/ydb/core/driver_lib/run/run.cpp:232: Bootstrap @ 0x41662E00
5. /-S/ydb/library/actors/core/actor_bootstrapped.h:26: StateBootstrap @ 0x41662E00
6. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x225D3BA7
7. /tmp//-S/contrib/libs/cxxsupp/libcxxrt/exception.cc:1008: __cxa_rethrow @ 0x1FB7CE96
8. /tmp//-S/ydb/library/actors/core/actor.cpp:354: Receive @ 0x225D3E17
9. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x226B8451
10. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x226C2076
11. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x226C162D
12. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x226C369E
13. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FE4BFB4
14. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1FAE99C6
15. ??:0: ?? @ 0x7FBD828F4AC2
16. ??:0: ?? @ 0x7FBD829868BF
=======================================
Terminating due to uncaught exception 0x7d5d81884e90    what() -> "ydb/library/grpc/server/grpc_server.cpp:251: can't start grpc server on [::]:13712"
of type yexception
======================== 1 failed in 342.48s (0:05:42) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y5j3/003584/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 items

test_update_script_tables.py .

============================== slowest durations ===============================
32.96s call     test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast-`.metadata/script_executions`]
22.01s teardown test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast-`.metadata/script_executions`]
8.31s setup    test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax, DROP COLUMN ast-`.metadata/script_executions`]
========================= 1 passed in 64.66s (0:01:04) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y5j3/00354f/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 items

test_update_script_tables.py .

============================== slowest durations ===============================
32.92s call     test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax-`.metadata/script_executions`]
22.02s teardown test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax-`.metadata/script_executions`]
8.89s setup    test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[ALTER TABLE {} DROP COLUMN syntax-`.metadata/script_executions`]
========================= 1 passed in 64.99s (0:01:04) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y5j3/00353b/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 items

test_update_script_tables.py .

============================== slowest durations ===============================
38.11s call     test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[DROP TABLE {}-`.metadata/script_executions`]
22.03s teardown test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[DROP TABLE {}-`.metadata/script_executions`]
8.96s setup    test_update_script_tables.py::TestUpdateScriptTablesYdb::test_recreate_tables[DROP TABLE {}-`.metadata/script_executions`]
========================= 1 passed in 70.35s (0:01:10) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y5j3/003522/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 items

============================ no tests ran in 1.32s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y5j3/003583/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 items

============================ no tests ran in 1.30s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y5j3/00355f/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 items

============================ no tests ran in 1.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/y5j3/003577/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 items

============================ no tests ran in 1.19s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/y5j3/0035c3/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 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/y5j3/003545/ydb/tests/functional/script_execution/test-results/py3test/testing_out_stuff/test_update_script_tables/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 4 items

============================ no tests ran in 1.51s =============================
