============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 2 items

test_workload.py .E.

==================================== ERRORS ====================================
_____________ ERROR at teardown of TestYdbMixedWorkload.test[row] ______________
ydb/tests/stress/mixedpy/tests/test_workload.py:12: in setup
    yield from self.setup_cluster()
ydb/tests/library/stress/fixtures.py:35: in setup_cluster
    self.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:639: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = 100.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/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.023039 seconds, 3 sessions to shutdown
E   Current KQP shutdown state: spent 6.046553 seconds, 3 sessions to shutdown
E   Current KQP shutdown state: spent 9.076239 seconds, 3 sessions to shutdown
E   GRpc shutdown warning: left infly: 1, spent: 4.250312 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 7.385721 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 10.521375 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 13.653382 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 16.795149 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 19.937742 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 23.033879 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 26.108562 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 29.258274 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.007656 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1530443==ERROR: LeakSanitizer: detected memory leaks
E   
E   Too many leaks! Only the first 5000 leaks encountered will be reported.
E   Indirect leak of 37664 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034b93462 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034b93462 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034b93462 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034b93462 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000034b93462 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034b93462 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034b93462 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034b93462 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034b93462 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034ba20de in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003b4074d7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003b3f8e54 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #18 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #19 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #20 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #21 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #22 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 18832 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034b9337c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034b9337c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034ba20de in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003b4074d7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003b3f8e54 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 11224 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c0beab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c0beab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c0beab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c0beab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c0beab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c0beab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c0beab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c0beab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c0beab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c0beab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034b96cdc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034b96cdc in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #13 0x000034b96cdc in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
E   #14 0x00003b4053cf in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
E   #15 0x00003b3f8ac1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #21 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #22 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #23 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #24 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #25 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c0bea34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c0bea34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c0bea34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034b96cdc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034b96cdc in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #6 0x000034b96cdc in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
E   #7 0x00003b4053cf in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
E   #8 0x00003b3f8ac1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #14 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #15 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #16 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #17 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #18 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
E   #0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034b96cca in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034b96cca in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
E   #3 0x00003b4053cf in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
E   #4 0x00003b3f8ac1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 376 byte(s) in 10 object(s) allocated from:
E   #0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000343158f4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000343158f4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000343158f4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000343158f4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000343158f4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x0000343158f4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x0000343158f4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x0000343158f4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x0000343158f4 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x0000343158f4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x0000343158f4 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
E   #12 0x0000343146c2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x0000343146c2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x00003431abe0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x000034376e28 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
E   #16 0x000034ba1a16 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003b4026cb in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
E   #18 0x00003b3f8532 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #24 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #25 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #26 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #27 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #28 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 352 byte(s) in 11 object(s) allocated from:
E   #0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034315852 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000034315852 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000034315852 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000034315852 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
E   #5 0x0000343146c2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x0000343146c2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x00003431abe0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x000034376e28 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
E   #9 0x000034ba1a16 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003b4026cb in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
E   #11 0x00003b3f8532 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #17 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #18 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #19 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #20 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #21 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 192 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027a07128 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027a07128 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027a07128 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027a07128 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027a07128 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027a07128 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027a07128 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027a07128 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027a06dcf in THolder<NMonitoring::TExplicitHistogramCollector, TDelete> MakeHolder<NMonitoring::TExplicitHistogramCollector, TVector<double, std::__y1::allocator<double>>>(TVector<double, std::__y1::allocator<double>>&&) /-S/util/generic/ptr.h:386:27
E   #10 0x000027a05c28 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b4acffa in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b4acffa in __invoke<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #13 0x00003b4acffa in __call<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #14 0x00003b4acffa in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003b4acffa in std::__y1::__function::__func<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0, std::__y1::allocator<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #16 0x00001f8cf81f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003b49b39f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003b49b39f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x00003b49b39f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
E   #20 0x00004492a2ce in NYdbGrpc::TGRpcRequestImpl<Ydb::Topic::CommitOffsetRequest, Ydb::Topic::CommitOffsetResponse, NKikimr::NGRpcService::V1::TGRpcTopicService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
E   #21 0x00003b3f0a7c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00003b3f0a7c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00003b3f0a7c in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #24 0x00003b3f0a7c in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #25 0x00003b3f0a7c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00003b3f0a7c in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #27 0x000021f5f24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #28 0x000021f5f24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #29 0x000021f5f24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #30 0x000021f5f7ac in Execute /-S/util/thread/factory.h:15:13
E   #31 0x000021f5f7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #32 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #33 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 192 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027a07128 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027a07128 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027a07128 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027a07128 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027a07128 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027a07128 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027a07128 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027a07128 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[row]
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/yqbv/0008e0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8939
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/yqbv/0008e0/r3tmp/kikimr_cluster_hldjhwgi
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19937
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23999
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6228
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13840
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/yqbv/0008e0/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/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/node_1/logfile_ra0d4eg_.log --grpc-port=19937 --mon-port=23999 --ic-port=8939
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:19937/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/yqbv/0008e0/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/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/node_1/logfile_ra0d4eg_.log --grpc-port=19937 --mon-port=23999 --ic-port=8939
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/node_1/logfile_ra0d4eg_.log', '--grpc-port=19937', '--mon-port=23999', '--ic-port=8939')' in '/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1530443
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:19937/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/yqbv/0008e0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1530444
DEBUG    ya.test:process.py:259 Command (pid 1530444) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1530444) elapsed time (sec): 1.015042781829834
DEBUG    ya.test:process.py:263 Command (pid 1530444) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530444) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1530444) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530444) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530444) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1530444) maxrss: 475488
DEBUG    ya.test:process.py:263 Command (pid 1530444) minflt: 45307
DEBUG    ya.test:process.py:263 Command (pid 1530444) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1530444) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1530444) nivcsw: 185
DEBUG    ya.test:process.py:263 Command (pid 1530444) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1530444) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1530444) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1530444) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1530444) stime: 0.242061
DEBUG    ya.test:process.py:263 Command (pid 1530444) utime: 0.5185339999999999
DEBUG    ya.test:process.py:263 Command (pid 1530444) wtime: 1.024
DEBUG    ya.test:process.py:275 Command (pid 1530444) output:
Git info:
    Commit: 9688110f369d5c1744abb13afddcdcca5c368b0c
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 1493b0dee1fe8174a0a867c78951bb0a6aa7e7d8 into b267783b53545fdf7974a16731a88fe6441ba851

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jjxnbs42ee
    Host information: 
        Linux ghrun-jjxnbs42ee 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/9695656278/bin/clang++
    Compiler version: 
        clang version 20.1.2
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/9695656278/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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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-deprecated-literal-operator -Wno-unused-but-set-variable -Wno-unused-private-field -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 1530444) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 9688110f369d5c1744abb13afddcdcca5c368b0c
    Branch: 
    Author: Pavel Zuev <pzuev@ydb.tech>
    Summary: Merge 1493b0dee1fe8174a0a867c78951bb0a6aa7e7d8 into b267783b53545fdf7974a16731a88fe6441ba851
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19937', '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: 8939\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/yqbv/0008e0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19937', '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: 8939\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1530834
DEBUG    ya.test:process.py:259 Command (pid 1530834) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1530834) elapsed time (sec): 1.8627727031707764
DEBUG    ya.test:process.py:263 Command (pid 1530834) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530834) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1530834) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530834) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1530834) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1530834) maxrss: 559112
DEBUG    ya.test:process.py:263 Command (pid 1530834) minflt: 51687
DEBUG    ya.test:process.py:263 Command (pid 1530834) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1530834) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1530834) nivcsw: 273
DEBUG    ya.test:process.py:263 Command (pid 1530834) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1530834) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1530834) nvcsw: 584
DEBUG    ya.test:process.py:263 Command (pid 1530834) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1530834) stime: 0.284244
DEBUG    ya.test:process.py:263 Command (pid 1530834) utime: 0.5787599999999999
DEBUG    ya.test:process.py:263 Command (pid 1530834) wtime: 1.871
DEBUG    ya.test:process.py:275 Command (pid 1530834) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19937', '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/yqbv/0008e0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:19937', '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: 1531065
DEBUG    ya.test:process.py:259 Command (pid 1531065) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1531065) elapsed time (sec): 1.8297839164733887
DEBUG    ya.test:process.py:263 Command (pid 1531065) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531065) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1531065) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531065) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531065) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1531065) maxrss: 559744
DEBUG    ya.test:process.py:263 Command (pid 1531065) minflt: 51637
DEBUG    ya.test:process.py:263 Command (pid 1531065) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1531065) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1531065) nivcsw: 298
DEBUG    ya.test:process.py:263 Command (pid 1531065) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1531065) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1531065) nvcsw: 629
DEBUG    ya.test:process.py:263 Command (pid 1531065) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1531065) stime: 0.271101
DEBUG    ya.test:process.py:263 Command (pid 1531065) utime: 0.636315
DEBUG    ya.test:process.py:263 Command (pid 1531065) wtime: 1.836
DEBUG    ya.test:process.py:275 Command (pid 1531065) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
DEBUG    ydb.connection:connection.py:299 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:299 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:379 RpcState(ListEndpoints, 7221356d-06d4-41ff-bd97-6b55a77f366d, localhost:19937): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7221356d-06d4-41ff-bd97-6b55a77f366d, localhost:19937): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7221356d-06d4-41ff-bd97-6b55a77f366d, localhost:19937): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jjxnbs42ee.auto.internal" port: 19937 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-jjxnbs42ee.auto.internal:19937, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbMixedWorkload, test_name: test[row])
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/workload_mixed
DEBUG    ya.test:process.py:678 Command out will be placed to workload_mixed.out
DEBUG    ya.test:process.py:678 Command err will be placed to workload_mixed.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/workload_mixed', '--endpoint', 'grpc://localhost:19937', '--database', '/Root', '--store_type', 'row', '--duration', '100']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1531325
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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:379 RpcState(ListEndpoints, 13c503aa-7b36-42d3-af12-e5551998425d, localhost:19937): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 13c503aa-7b36-42d3-af12-e5551998425d, localhost:19937): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 13c503aa-7b36-42d3-af12-e5551998425d, localhost:19937): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jjxnbs42ee.auto.internal" port: 19937 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-jjxnbs42ee.auto.internal:19937, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ya.test:process.py:259 Command (pid 1531325) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1531325) elapsed time (sec): 173.44987511634827
DEBUG    ya.test:process.py:263 Command (pid 1531325) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531325) inblock: 342416
DEBUG    ya.test:process.py:263 Command (pid 1531325) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531325) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1531325) majflt: 32
DEBUG    ya.test:process.py:263 Command (pid 1531325) maxrss: 1467408
DEBUG    ya.test:process.py:263 Command (pid 1531325) minflt: 3410172
DEBUG    ya.test:process.py:263 Command (pid 1531325) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1531325) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1531325) nivcsw: 22033
DEBUG    ya.test:process.py:263 Command (pid 1531325) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1531325) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1531325) nvcsw: 1167553
DEBUG    ya.test:process.py:263 Command (pid 1531325) oublock: 511040
DEBUG    ya.test:process.py:263 Command (pid 1531325) stime: 20.048268
DEBUG    ya.test:process.py:263 Command (pid 1531325) utime: 94.581916
DEBUG    ya.test:process.py:263 Command (pid 1531325) wtime: 173.467
DEBUG    ya.test:process.py:275 Command (pid 1531325) output:
Remove path mixed/mixed_row...
Remove path mixed/mixed_row...Ok
Init tables ...
Init tables ...Ok
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     15	0	0	0	3567	7327	7583	7583
2	     60	3	0	0	15359	36607	39167	40191

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
2	     75	2.27273	0	0	12735	35327	39167	40191
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	5	0	0	0	0
3	      0	0	0	5	0	0	0	0
4	      0	0	0	2	0	0	0	0
5	      0	0	0	4	0	0	0	0
6	      0	0	0	4	0	0	0	0
7	      0	0	0	5	0	0	0	0
8	      0	0	0	5	0	0	0	0
9	      0	0	0	5	0	0	0	0
10	      0	0	0	4	0	0	0	0
11	      0	0	0	2	0	0	0	0
12	      0	0	0	3	0	0	0	0
13	      0	0	0	5	0	0	0	0
14	      0	0	0	0	0	0	0	0
15	      0	0	0	2	0	0	0	0
16	      0	0	0	0	0	0	0	0
17	      0	0	0	0	0	0	0	0
18	      0	0	0	0	0	0	0	0
19	      0	0	0	3	0	0	0	0
1	     12	0	0	0	7007	7839	8319	8319
20	      2	2	0	0	4799	5247	5247	5247
21	      0	0	0	5	0	0	0	0
22	      0	0	0	0	0	0	0	0
23	      0	0	0	5	0	0	0	0
24	     15	15	0	5	188	535	543	543
25	     17	17	0	0	261	431	443	443
26	     19	19	0	0	105	137	238	238
27	      3	3	0	2	935	963	963	963
28	      0	0	0	5	0	0	0	0
29	      0	0	0	5	0	0	0	0
30	     14	14	0	0	194	735	807	807
31	      0	0	0	5	0	0	0	0
32	      0	0	0	2	0	0	0	0
33	      0	0	0	8	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
33	     70	2.12121	0	96	188	935	4799	5247
2	     59	2	0	0	16895	33791	36095	36095

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
2	     71	2.15152	0	0	13311	33023	36095	36095
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      6	6	0	0	405	599	599	599
1	      0	0	0	0	0	0	0	0
2	      4	4	0	1	703	819	819	819
2	      0	0	0	5	0	0	0	0
3	      5	5	0	4	695	867	867	867
3	      0	0	0	0	0	0	0	0
4	     10	10	0	0	441	723	723	723
4	      0	0	0	5	0	0	0	0
5	     10	10	0	0	515	643	643	643
5	      0	0	0	5	0	0	0	0
6	     15	15	0	0	399	527	839	839
6	      0	0	0	0	0	0	0	0
7	     13	13	0	0	369	491	499	499
7	      0	0	0	5	0	0	0	0
8	      0	0	0	5	0	0	0	0
8	      0	0	0	5	0	0	0	0
9	      5	5	0	0	425	587	587	587
9	      0	0	0	0	0	0	0	0
10	      0	0	0	5	0	0	0	0
10	      0	0	0	5	0	0	0	0
11	      0	0	0	1	0	0	0	0
11	      0	0	0	0	0	0	0	0
12	      0	0	0	4	0	0	0	0
12	      0	0	0	5	0	0	0	0
13	      0	0	0	0	0	0	0	0
13	      0	0	0	0	0	0	0	0
14	      0	0	0	0	0	0	0	0
14	      0	0	0	0	0	0	0	0
15	      0	0	0	0	0	0	0	0
15	      0	0	0	0	0	0	0	0
16	      0	0	0	0	0	0	0	0
16	      0	0	0	0	0	0	0	0
17	      0	0	0	0	0	0	0	0
17	      0	0	0	1	0	0	0	0
18	      0	0	0	1	0	0	0	0
18	      0	0	0	0	0	0	0	0
19	      0	0	0	4	0	0	0	0
19	      0	0	0	3	0	0	0	0
1	     14	0	0	0	9279	10239	10367	10367
20	      0	0	0	2	0	0	0	0
20	      0	0	0	2	0	0	0	0
21	      0	0	0	3	0	0	0	0
21	      0	0	0	4	0	0	0	0
22	     15	15	0	0	279	1175	1519	1519
22	      0	0	0	4	0	0	0	0
23	      0	0	0	5	0	0	0	0
23	      0	0	0	2	0	0	0	0
24	      0	0	0	0	0	0	0	0
24	      0	0	0	0	0	0	0	0
25	      0	0	0	5	0	0	0	0
25	      0	0	0	5	0	0	0	0
26	      0	0	0	5	0	0	0	0
26	      0	0	0	5	0	0	0	0
27	      0	0	0	0	0	0	0	0
27	      0	0	0	0	0	0	0	0
28	      0	0	0	5	0	0	0	0
28	      0	0	0	5	0	0	0	0
29	     21	21	0	0	257	351	417	417
29	      0	0	0	0	0	0	0	0
30	     13	13	0	0	341	523	639	639
30	      0	0	0	0	0	0	0	0
31	     29	29	0	0	99	355	389	389
31	      0	0	0	0	0	0	0	0
32	     28	28	0	0	117	381	469	469
32	      0	0	0	0	0	0	0	0
33	     25	25	0	0	212	791	815	815

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
33	    199	6.0303	0	50	273	779	1023	1519
33	      6	6	10	0	5663	6719	6719	6719

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
33	      6	0.181818	10	66	5663	6719	6719	6719
2	     52	2	0	0	25727	43775	44031	45055

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
2	     66	2	0	0	20991	43775	44031	45055
Remove path mixed/mixed_row...
Folder mixed is empty, remove it...
Remove path mixed/mixed_row...Ok

DEBUG    ya.test:process.py:276 Command (pid 1531325) errors:
...9 AS String;
DECLARE $c36_10 AS String;
DECLARE $c37_0 AS Timestamp;
DECLARE $c37_1 AS Uint64;
DECLARE $c37_2 AS Uint64;
DECLARE $c37_3 AS Uint64;
DECLARE $c37_4 AS Uint64;
DECLARE $c37_5 AS Uint64;
DECLARE $c37_6 AS String;
DECLARE $c37_7 AS String;
DECLARE $c37_8 AS String;
DECLARE $c37_9 AS String;
DECLARE $c37_10 AS String;
DECLARE $c38_0 AS Timestamp;
DECLARE $c38_1 AS Uint64;
DECLARE $c38_2 AS Uint64;
DECLARE $c38_3 AS Uint64;
DECLARE $c38_4 AS Uint64;
DECLARE $c38_5 AS Uint64;
DECLARE $c38_6 AS String;
DECLARE $c38_7 AS String;
DECLARE $c38_8 AS String;
DECLARE $c38_9 AS String;
DECLARE $c38_10 AS String;
DECLARE $c39_0 AS Timestamp;
DECLARE $c39_1 AS Uint64;
DECLARE $c39_2 AS Uint64;
DECLARE $c39_3 AS Uint64;
DECLARE $c39_4 AS Uint64;
DECLARE $c39_5 AS Uint64;
DECLARE $c39_6 AS String;
DECLARE $c39_7 AS String;
DECLARE $c39_8 AS String;
DECLARE $c39_9 AS String;
DECLARE $c39_10 AS String;
DECLARE $c40_0 AS Timestamp;
DECLARE $c40_1 AS Uint64;
DECLARE $c40_2 AS Uint64;
DECLARE $c40_3 AS Uint64;
DECLARE $c40_4 AS Uint64;
DECLARE $c40_5 AS Uint64;
DECLARE $c40_6 AS String;
DECLARE $c40_7 AS String;
DECLARE $c40_8 AS String;
DECLARE $c40_9 AS String;
DECLARE $c40_10 AS String;
DECLARE $c41_0 AS Timestamp;
DECLARE $c41_1 AS Uint64;
DECLARE $c41_2 AS Uint64;
DECLARE $c41_3 AS Uint64;
DECLARE $c41_4 AS Uint64;
DECLARE $c41_5 AS Uint64;
DECLARE $c41_6 AS String;
DECLARE $c41_7 AS String;
DECLARE $c41_8 AS String;
DECLARE $c41_9 AS String;
DECLARE $c41_10 AS String;
DECLARE $c42_0 AS Timestamp;
DECLARE $c42_1 AS Uint64;
DECLARE $c42_2 AS Uint64;
DECLARE $c42_3 AS Uint64;
DECLARE $c42_4 AS Uint64;
DECLARE $c42_5 AS Uint64;
DECLARE $c42_6 AS String;
DECLARE $c42_7 AS String;
DECLARE $c42_8 AS String;
DECLARE $c42_9 AS String;
DECLARE $c42_10 AS String;
DECLARE $c43_0 AS Timestamp;
DECLARE $c43_1 AS Uint64;
DECLARE $c43_2 AS Uint64;
DECLARE $c43_3 AS Uint64;
DECLARE $c43_4 AS Uint64;
DECLARE $c43_5 AS Uint64;
DECLARE $c43_6 AS String;
DECLARE $c43_7 AS String;
DECLARE $c43_8 AS String;
DECLARE $c43_9 AS String;
DECLARE $c43_10 AS String;
DECLARE $c44_0 AS Timestamp;
DECLARE $c44_1 AS Uint64;
DECLARE $c44_2 AS Uint64;
DECLARE $c44_3 AS Uint64;
DECLARE $c44_4 AS Uint64;
DECLARE $c44_5 AS Uint64;
DECLARE $c44_6 AS String;
DECLARE $c44_7 AS String;
DECLARE $c44_8 AS String;
DECLARE $c44_9 AS String;
DECLARE $c44_10 AS String;
DECLARE $c45_0 AS Timestamp;
DECLARE $c45_1 AS Uint64;
DECLARE $c45_2 AS Uint64;
DECLARE $c45_3 AS Uint64;
DECLARE $c45_4 AS Uint64;
DECLARE $c45_5 AS Uint64;
DECLARE $c45_6 AS String;
DECLARE $c45_7 AS String;
DECLARE $c45_8 AS String;
DECLARE $c45_9 AS String;
DECLARE $c45_10 AS String;
DECLARE $c46_0 AS Timestamp;
DECLARE $c46_1 AS Uint64;
DECLARE $c46_2 AS Uint64;
DECLARE $c46_3 AS Uint64;
DECLARE $c46_4 AS Uint64;
DECLARE $c46_5 AS Uint64;
DECLARE $c46_6 AS String;
DECLARE $c46_7 AS String;
DECLARE $c46_8 AS String;
DECLARE $c46_9 AS String;
DECLARE $c46_10 AS String;
DECLARE $c47_0 AS Timestamp;
DECLARE $c47_1 AS Uint64;
DECLARE $c47_2 AS Uint64;
DECLARE $c47_3 AS Uint64;
DECLARE $c47_4 AS Uint64;
DECLARE $c47_5 AS Uint64;
DECLARE $c47_6 AS String;
DECLARE $c47_7 AS String;
DECLARE $c47_8 AS String;
DECLARE $c47_9 AS String;
DECLARE $c47_10 AS String;
DECLARE $c48_0 AS Timestamp;
DECLARE $c48_1 AS Uint64;
DECLARE $c48_2 AS Uint64;
DECLARE $c48_3 AS Uint64;
DECLARE $c48_4 AS Uint64;
DECLARE $c48_5 AS Uint64;
DECLARE $c48_6 AS String;
DECLARE $c48_7 AS String;
DECLARE $c48_8 AS String;
DECLARE $c48_9 AS String;
DECLARE $c48_10 AS String;
DECLARE $c49_0 AS Timestamp;
DECLARE $c49_1 AS Uint64;
DECLARE $c49_2 AS Uint64;
DECLARE $c49_3 AS Uint64;
DECLARE $c49_4 AS Uint64;
DECLARE $c49_5 AS Uint64;
DECLARE $c49_6 AS String;
DECLARE $c49_7 AS String;
DECLARE $c49_8 AS String;
DECLARE $c49_9 AS String;
DECLARE $c49_10 AS String;
DECLARE $c50_0 AS Timestamp;
DECLARE $c50_1 AS Uint64;
DECLARE $c50_2 AS Uint64;
DECLARE $c50_3 AS Uint64;
DECLARE $c50_4 AS Uint64;
DECLARE $c50_5 AS Uint64;
DECLARE $c50_6 AS String;
DECLARE $c50_7 AS String;
DECLARE $c50_8 AS String;
DECLARE $c50_9 AS String;
DECLARE $c50_10 AS String;
DECLARE $c51_0 AS Timestamp;
DECLARE $c51_1 AS Uint64;
DECLARE $c51_2 AS Uint64;
DECLARE $c51_3 AS Uint64;
DECLARE $c51_4 AS Uint64;
DECLARE $c51_5 AS Uint64;
DECLARE $c51_6 AS String;
DECLARE $c51_7 AS String;
DECLARE $c51_8 AS String;
DECLARE $c51_9 AS String;
DECLARE $c51_10 AS String;
DECLARE $c52_0 AS Timestamp;
DECLARE $c52_1 AS Uint64;
DECLARE $c52_2 AS Uint64;
DECLARE $c52_3 AS Uint64;
DECLARE $c52_4 AS Uint64;
DECLARE $c52_5 AS Uint64;
DECLARE $c52_6 AS String;
DECLARE $c52_7 AS String;
DECLARE $c52_8 AS String;
DECLARE $c52_9 AS String;
DECLARE $c52_10 AS String;
DECLARE $c53_0 AS Timestamp;
DECLARE $c53_1 AS Uint64;
DECLARE $c53_2 AS Uint64;
DECLARE $c53_3 AS Uint64;
DECLARE $c53_4 AS Uint64;
DECLARE $c53_5 AS Uint64;
DECLARE $c53_6 AS String;
DECLARE $c53_7 AS String;
DECLARE $c53_8 AS String;
DECLARE $c53_9 AS String;
DECLARE $c53_10 AS String;
DECLARE $c54_0 AS Timestamp;
DECLARE $c54_1 AS Uint64;
DECLARE $c54_2 AS Uint64;
DECLARE $c54_3 AS Uint64;
DECLARE $c54_4 AS Uint64;
DECLARE $c54_5 AS Uint64;
DECLARE $c54_6 AS String;
DECLARE $c54_7 AS String;
DECLARE $c54_8 AS String;
DECLARE $c54_9 AS String;
DECLARE $c54_10 AS String;
DECLARE $c55_0 AS Timestamp;
DECLARE $c55_1 AS Uint64;
DECLARE $c55_2 AS Uint64;
DECLARE $c55_3 AS Uint64;
DECLARE $c55_4 AS Uint64;
DECLARE $c55_5 AS Uint64;
DECLARE $c55_6 AS String;
DECLARE $c55_7 AS String;
DECLARE $c55_8 AS String;
DECLARE $c55_9 AS String;
DECLARE $c55_10 AS String;
DECLARE $c56_0 AS Timestamp;
DECLARE $c56_1 AS Uint64;
DECLARE $c56_2 AS Uint64;
DECLARE $c56_3 AS Uint64;
DECLARE $c56_4 AS Uint64;
DECLARE $c56_5 AS Uint64;
DECLARE $c56_6 AS String;
DECLARE $c56_7 AS String;
DECLARE $c56_8 AS String;
DECLARE $c56_9 AS String;
DECLARE $c56_10 AS String;
DECLARE $c57_0 AS Timestamp;
DECLARE $c57_1 AS Uint64;
DECLARE $c57_2 AS Uint64;
DECLARE $c57_3 AS Uint64;
DECLARE $c57_4 AS Uint64;
DECLARE $c57_5 AS Uint64;
DECLARE $c57_6 AS String;
DECLARE $c57_7 AS String;
DECLARE $c57_8 AS String;
DECLARE $c57_9 AS String;
DECLARE $c57_10 AS String;
DECLARE $c58_0 AS Timestamp;
DECLARE $c58_1 AS Uint64;
DECLARE $c58_2 AS Uint64;
DECLARE $c58_3 AS Uint64;
DECLARE $c58_4 AS Uint64;
DECLARE $c58_5 AS Uint64;
DECLARE $c58_6 AS String;
DECLARE $c58_7 AS String;
DECLARE $c58_8 AS String;
DECLARE $c58_9 AS String;
DECLARE $c58_10 AS String;
DECLARE $c59_0 AS Timestamp;
DECLARE $c59_1 AS Uint64;
DECLARE $c59_2 AS Uint64;
DECLARE $c59_3 AS Uint64;
DECLARE $c59_4 AS Uint64;
DECLARE $c59_5 AS Uint64;
DECLARE $c59_6 AS String;
DECLARE $c59_7 AS String;
DECLARE $c59_8 AS String;
DECLARE $c59_9 AS String;
DECLARE $c59_10 AS String;
DECLARE $c60_0 AS Timestamp;
DECLARE $c60_1 AS Uint64;
DECLARE $c60_2 AS Uint64;
DECLARE $c60_3 AS Uint64;
DECLARE $c60_4 AS Uint64;
DECLARE $c60_5 AS Uint64;
DECLARE $c60_6 AS String;
DECLARE $c60_7 AS String;
DECLARE $c60_8 AS String;
DECLARE $c60_9 AS String;
DECLARE $c60_10 AS String;
DECLARE $c61_0 AS Timestamp;
DECLARE $c61_1 AS Uint64;
DECLARE $c61_2 AS Uint64;
DECLARE $c61_3 AS Uint64;
DECLARE $c61_4 AS Uint64;
DECLARE $c61_5 AS Uint64;
DECLARE $c61_6 AS String;
DECLARE $c61_7 AS String;
DECLARE $c61_8 AS String;
DECLARE $c61_9 AS String;
DECLARE $c61_10 AS String;
DECLARE $c62_0 AS Timestamp;
DECLARE $c62_1 AS Uint64;
DECLARE $c62_2 AS Uint64;
DECLARE $c62_3 AS Uint64;
DECLARE $c62_4 AS Uint64;
DECLARE $c62_5 AS Uint64;
DECLARE $c62_6 AS String;
DECLARE $c62_7 AS String;
DECLARE $c62_8 AS String;
DECLARE $c62_9 AS String;
DECLARE $c62_10 AS String;
DECLARE $c63_0 AS Timestamp;
DECLARE $c63_1 AS Uint64;
DECLARE $c63_2 AS Uint64;
DECLARE $c63_3 AS Uint64;
DECLARE $c63_4 AS Uint64;
DECLARE $c63_5 AS Uint64;
DECLARE $c63_6 AS String;
DECLARE $c63_7 AS String;
DECLARE $c63_8 AS String;
DECLARE $c63_9 AS String;
DECLARE $c63_10 AS String;
DECLARE $c64_0 AS Timestamp;
DECLARE $c64_1 AS Uint64;
DECLARE $c64_2 AS Uint64;
DECLARE $c64_3 AS Uint64;
DECLARE $c64_4 AS Uint64;
DECLARE $c64_5 AS Uint64;
DECLARE $c64_6 AS String;
DECLARE $c64_7 AS String;
DECLARE $c64_8 AS String;
DECLARE $c64_9 AS String;
DECLARE $c64_10 AS String;
DECLARE $c65_0 AS Timestamp;
DECLARE $c65_1 AS Uint64;
DECLARE $c65_2 AS Uint64;
DECLARE $c65_3 AS Uint64;
DECLARE $c65_4 AS Uint64;
DECLARE $c65_5 AS Uint64;
DECLARE $c65_6 AS String;
DECLARE $c65_7 AS String;
DECLARE $c65_8 AS String;
DECLARE $c65_9 AS String;
DECLARE $c65_10 AS String;
DECLARE $c66_0 AS Timestamp;
DECLARE $c66_1 AS Uint64;
DECLARE $c66_2 AS Uint64;
DECLARE $c66_3 AS Uint64;
DECLARE $c66_4 AS Uint64;
DECLARE $c66_5 AS Uint64;
DECLARE $c66_6 AS String;
DECLARE $c66_7 AS String;
DECLARE $c66_8 AS String;
DECLARE $c66_9 AS String;
DECLARE $c66_10 AS String;
DECLARE $c67_0 AS Timestamp;
DECLARE $c67_1 AS Uint64;
DECLARE $c67_2 AS Uint64;
DECLARE $c67_3 AS Uint64;
DECLARE $c67_4 AS Uint64;
DECLARE $c67_5 AS Uint64;
DECLARE $c67_6 AS String;
DECLARE $c67_7 AS String;
DECLARE $c67_8 AS String;
DECLARE $c67_9 AS String;
DECLARE $c67_10 AS String;
DECLARE $c68_0 AS Timestamp;
DECLARE $c68_1 AS Uint64;
DECLARE $c68_2 AS Uint64;
DECLARE $c68_3 AS Uint64;
DECLARE $c68_4 AS Uint64;
DECLARE $c68_5 AS Uint64;
DECLARE $c68_6 AS String;
DECLARE $c68_7 AS String;
DECLARE $c68_8 AS String;
DECLARE $c68_9 AS String;
DECLARE $c68_10 AS String;
DECLARE $c69_0 AS Timestamp;
DECLARE $c69_1 AS Uint64;
DECLARE $c69_2 AS Uint64;
DECLARE $c69_3 AS Uint64;
DECLARE $c69_4 AS Uint64;
DECLARE $c69_5 AS Uint64;
DECLARE $c69_6 AS String;
DECLARE $c69_7 AS String;
DECLARE $c69_8 AS String;
DECLARE $c69_9 AS String;
DECLARE $c69_10 AS String;
DECLARE $c70_0 AS Timestamp;
DECLARE $c70_1 AS Uint64;
DECLARE $c70_2 AS Uint64;
DECLARE $c70_3 AS Uint64;
DECLARE $c70_4 AS Uint64;
DECLARE $c70_5 AS Uint64;
DECLARE $c70_6 AS String;
DECLARE $c70_7 AS String;
DECLARE $c70_8 AS String;
DECLARE $c70_9 AS String;
DECLARE $c70_10 AS String;
DECLARE $c71_0 AS Timestamp;
DECLARE $c71_1 AS Uint64;
DECLARE $c71_2 AS Uint64;
DECLARE $c71_3 AS Uint64;
DECLARE $c71_4 AS Uint64;
DECLARE $c71_5 AS Uint64;
DECLARE $c71_6 AS String;
DECLARE $c71_7 AS String;
DECLARE $c71_8 AS String;
DECLARE $c71_9 AS String;
DECLARE $c71_10 AS String;
DECLARE $c72_0 AS Timestamp;
DECLARE $c72_1 AS Uint64;
DECLARE $c72_2 AS Uint64;
DECLARE $c72_3 AS Uint64;
DECLARE $c72_4 AS Uint64;
DECLARE $c72_5 AS Uint64;
DECLARE $c72_6 AS String;
DECLARE $c72_7 AS String;
DECLARE $c72_8 AS String;
DECLARE $c72_9 AS String;
DECLARE $c72_10 AS String;
DECLARE $c73_0 AS Timestamp;
DECLARE $c73_1 AS Uint64;
DECLARE $c73_2 AS Uint64;
DECLARE $c73_3 AS Uint64;
DECLARE $c73_4 AS Uint64;
DECLARE $c73_5 AS Uint64;
DECLARE $c73_6 AS String;
DECLARE $c73_7 AS String;
DECLARE $c73_8 AS String;
DECLARE $c73_9 AS String;
DECLARE $c73_10 AS String;
DECLARE $c74_0 AS Timestamp;
DECLARE $c74_1 AS Uint64;
DECLARE $c74_2 AS Uint64;
DECLARE $c74_3 AS Uint64;
DECLARE $c74_4 AS Uint64;
DECLARE $c74_5 AS Uint64;
DECLARE $c74_6 AS String;
DECLARE $c74_7 AS String;
DECLARE $c74_8 AS String;
DECLARE $c74_9 AS String;
DECLARE $c74_10 AS String;
DECLARE $c75_0 AS Timestamp;
DECLARE $c75_1 AS Uint64;
DECLARE $c75_2 AS Uint64;
DECLARE $c75_3 AS Uint64;
DECLARE $c75_4 AS Uint64;
DECLARE $c75_5 AS Uint64;
DECLARE $c75_6 AS String;
DECLARE $c75_7 AS String;
DECLARE $c75_8 AS String;
DECLARE $c75_9 AS String;
DECLARE $c75_10 AS String;
DECLARE $c76_0 AS Timestamp;
DECLARE $c76_1 AS Uint64;
DECLARE $c76_2 AS Uint64;
DECLARE $c76_3 AS Uint64;
DECLARE $c76_4 AS Uint64;
DECLARE $c76_5 AS Uint64;
DECLARE $c76_6 AS String;
DECLARE $c76_7 AS String;
DECLARE $c76_8 AS String;
DECLARE $c76_9 AS String;
DECLARE $c76_10 AS String;
DECLARE $c77_0 AS Timestamp;
DECLARE $c77_1 AS Uint64;
DECLARE $c77_2 AS Uint64;
DECLARE $c77_3 AS Uint64;
DECLARE $c77_4 AS Uint64;
DECLARE $c77_5 AS Uint64;
DECLARE $c77_6 AS String;
DECLARE $c77_7 AS String;
DECLARE $c77_8 AS String;
DECLARE $c77_9 AS String;
DECLARE $c77_10 AS String;
DECLARE $c78_0 AS Timestamp;
DECLARE $c78_1 AS Uint64;
DECLARE $c78_2 AS Uint64;
DECLARE $c78_3 AS Uint64;
DECLARE $c78_4 AS Uint64;
DECLARE $c78_5 AS Uint64;
DECLARE $c78_6 AS String;
DECLARE $c78_7 AS String;
DECLARE $c78_8 AS String;
DECLARE $c78_9 AS String;
DECLARE $c78_10 AS String;
DECLARE $c79_0 AS Timestamp;
DECLARE $c79_1 AS Uint64;
DECLARE $c79_2 AS Uint64;
DECLARE $c79_3 AS Uint64;
DECLARE $c79_4 AS Uint64;
DECLARE $c79_5 AS Uint64;
DECLARE $c79_6 AS String;
DECLARE $c79_7 AS String;
DECLARE $c79_8 AS String;
DECLARE $c79_9 AS String;
DECLARE $c79_10 AS String;
DECLARE $c80_0 AS Timestamp;
DECLARE $c80_1 AS Uint64;
DECLARE $c80_2 AS Uint64;
DECLARE $c80_3 AS Uint64;
DECLARE $c80_4 AS Uint64;
DECLARE $c80_5 AS Uint64;
DECLARE $c80_6 AS String;
DECLARE $c80_7 AS String;
DECLARE $c80_8 AS String;
DECLARE $c80_9 AS String;
DECLARE $c80_10 AS String;
DECLARE $c81_0 AS Timestamp;
DECLARE $c81_1 AS Uint64;
DECLARE $c81_2 AS Uint64;
DECLARE $c81_3 AS Uint64;
DECLARE $c81_4 AS Uint64;
DECLARE $c81_5 AS Uint64;
DECLARE $c81_6 AS String;
DECLARE $c81_7 AS String;
DECLARE $c81_8 AS String;
DECLARE $c81_9 AS String;
DECLARE $c81_10 AS String;
DECLARE $c82_0 AS Timestamp;
DECLARE $c82_1 AS Uint64;
DECLARE $c82_2 AS Uint64;
DECLARE $c82_3 AS Uint64;
DECLARE $c82_4 AS Uint64;
DECLARE $c82_5 AS Uint64;
DECLARE $c82_6 AS String;
DECLARE $c82_7 AS String;
DECLARE $c82_8 AS String;
DECLARE $c82_9 AS String;
DECLARE $c82_10 AS String;
DECLARE $c83_0 AS Timestamp;
DECLARE $c83_1 AS Uint64;
DECLARE $c83_2 AS Uint64;
DECLARE $c83_3 AS Uint64;
DECLARE $c83_4 AS Uint64;
DECLARE $c83_5 AS Uint64;
DECLARE $c83_6 AS String;
DECLARE $c83_7 AS String;
DECLARE $c83_8 AS String;
DECLARE $c83_9 AS String;
DECLARE $c83_10 AS String;
DECLARE $c84_0 AS Timestamp;
DECLARE $c84_1 AS Uint64;
DECLARE $c84_2 AS Uint64;
DECLARE $c84_3 AS Uint64;
DECLARE $c84_4 AS Uint64;
DECLARE $c84_5 AS Uint64;
DECLARE $c84_6 AS String;
DECLARE $c84_7 AS String;
DECLARE $c84_8 AS String;
DECLARE $c84_9 AS String;
DECLARE $c84_10 AS String;
DECLARE $c85_0 AS Timestamp;
DECLARE $c85_1 AS Uint64;
DECLARE $c85_2 AS Uint64;
DECLARE $c85_3 AS Uint64;
DECLARE $c85_4 AS Uint64;
DECLARE $c85_5 AS Uint64;
DECLARE $c85_6 AS String;
DECLARE $c85_7 AS String;
DECLARE $c85_8 AS String;
DECLARE $c85_9 AS String;
DECLARE $c85_10 AS String;
DECLARE $c86_0 AS Timestamp;
DECLARE $c86_1 AS Uint64;
DECLARE $c86_2 AS Uint64;
DECLARE $c86_3 AS Uint64;
DECLARE $c86_4 AS Uint64;
DECLARE $c86_5 AS Uint64;
DECLARE $c86_6 AS String;
DECLARE $c86_7 AS String;
DECLARE $c86_8 AS String;
DECLARE $c86_9 AS String;
DECLARE $c86_10 AS String;
DECLARE $c87_0 AS Timestamp;
DECLARE $c87_1 AS Uint64;
DECLARE $c87_2 AS Uint64;
DECLARE $c87_3 AS Uint64;
DECLARE $c87_4 AS Uint64;
DECLARE $c87_5 AS Uint64;
DECLARE $c87_6 AS String;
DECLARE $c87_7 AS String;
DECLARE $c87_8 AS String;
DECLARE $c87_9 AS String;
DECLARE $c87_10 AS String;
DECLARE $c88_0 AS Timestamp;
DECLARE $c88_1 AS Uint64;
DECLARE $c88_2 AS Uint64;
DECLARE $c88_3 AS Uint64;
DECLARE $c88_4 AS Uint64;
DECLARE $c88_5 AS Uint64;
DECLARE $c88_6 AS String;
DECLARE $c88_7 AS String;
DECLARE $c88_8 AS String;
DECLARE $c88_9 AS String;
DECLARE $c88_10 AS String;
DECLARE $c89_0 AS Timestamp;
DECLARE $c89_1 AS Uint64;
DECLARE $c89_2 AS Uint64;
DECLARE $c89_3 AS Uint64;
DECLARE $c89_4 AS Uint64;
DECLARE $c89_5 AS Uint64;
DECLARE $c89_6 AS String;
DECLARE $c89_7 AS String;
DECLARE $c89_8 AS String;
DECLARE $c89_9 AS String;
DECLARE $c89_10 AS String;
DECLARE $c90_0 AS Timestamp;
DECLARE $c90_1 AS Uint64;
DECLARE $c90_2 AS Uint64;
DECLARE $c90_3 AS Uint64;
DECLARE $c90_4 AS Uint64;
DECLARE $c90_5 AS Uint64;
DECLARE $c90_6 AS String;
DECLARE $c90_7 AS String;
DECLARE $c90_8 AS String;
DECLARE $c90_9 AS String;
DECLARE $c90_10 AS String;
DECLARE $c91_0 AS Timestamp;
DECLARE $c91_1 AS Uint64;
DECLARE $c91_2 AS Uint64;
DECLARE $c91_3 AS Uint64;
DECLARE $c91_4 AS Uint64;
DECLARE $c91_5 AS Uint64;
DECLARE $c91_6 AS String;
DECLARE $c91_7 AS String;
DECLARE $c91_8 AS String;
DECLARE $c91_9 AS String;
DECLARE $c91_10 AS String;
DECLARE $c92_0 AS Timestamp;
DECLARE $c92_1 AS Uint64;
DECLARE $c92_2 AS Uint64;
DECLARE $c92_3 AS Uint64;
DECLARE $c92_4 AS Uint64;
DECLARE $c92_5 AS Uint64;
DECLARE $c92_6 AS String;
DECLARE $c92_7 AS String;
DECLARE $c92_8 AS String;
DECLARE $c92_9 AS String;
DECLARE $c92_10 AS String;
DECLARE $c93_0 AS Timestamp;
DECLARE $c93_1 AS Uint64;
DECLARE $c93_2 AS Uint64;
DECLARE $c93_3 AS Uint64;
DECLARE $c93_4 AS Uint64;
DECLARE $c93_5 AS Uint64;
DECLARE $c93_6 AS String;
DECLARE $c93_7 AS String;
DECLARE $c93_8 AS String;
DECLARE $c93_9 AS String;
DECLARE $c93_10 AS String;
DECLARE $c94_0 AS Timestamp;
DECLARE $c94_1 AS Uint64;
DECLARE $c94_2 AS Uint64;
DECLARE $c94_3 AS Uint64;
DECLARE $c94_4 AS Uint64;
DECLARE $c94_5 AS Uint64;
DECLARE $c94_6 AS String;
DECLARE $c94_7 AS String;
DECLARE $c94_8 AS String;
DECLARE $c94_9 AS String;
DECLARE $c94_10 AS String;
DECLARE $c95_0 AS Timestamp;
DECLARE $c95_1 AS Uint64;
DECLARE $c95_2 AS Uint64;
DECLARE $c95_3 AS Uint64;
DECLARE $c95_4 AS Uint64;
DECLARE $c95_5 AS Uint64;
DECLARE $c95_6 AS String;
DECLARE $c95_7 AS String;
DECLARE $c95_8 AS String;
DECLARE $c95_9 AS String;
DECLARE $c95_10 AS String;
DECLARE $c96_0 AS Timestamp;
DECLARE $c96_1 AS Uint64;
DECLARE $c96_2 AS Uint64;
DECLARE $c96_3 AS Uint64;
DECLARE $c96_4 AS Uint64;
DECLARE $c96_5 AS Uint64;
DECLARE $c96_6 AS String;
DECLARE $c96_7 AS String;
DECLARE $c96_8 AS String;
DECLARE $c96_9 AS String;
DECLARE $c96_10 AS String;
DECLARE $c97_0 AS Timestamp;
DECLARE $c97_1 AS Uint64;
DECLARE $c97_2 AS Uint64;
DECLARE $c97_3 AS Uint64;
DECLARE $c97_4 AS Uint64;
DECLARE $c97_5 AS Uint64;
DECLARE $c97_6 AS String;
DECLARE $c97_7 AS String;
DECLARE $c97_8 AS String;
DECLARE $c97_9 AS String;
DECLARE $c97_10 AS String;
DECLARE $c98_0 AS Timestamp;
DECLARE $c98_1 AS Uint64;
DECLARE $c98_2 AS Uint64;
DECLARE $c98_3 AS Uint64;
DECLARE $c98_4 AS Uint64;
DECLARE $c98_5 AS Uint64;
DECLARE $c98_6 AS String;
DECLARE $c98_7 AS String;
DECLARE $c98_8 AS String;
DECLARE $c98_9 AS String;
DECLARE $c98_10 AS String;
DECLARE $c99_0 AS Timestamp;
DECLARE $c99_1 AS Uint64;
DECLARE $c99_2 AS Uint64;
DECLARE $c99_3 AS Uint64;
DECLARE $c99_4 AS Uint64;
DECLARE $c99_5 AS Uint64;
DECLARE $c99_6 AS String;
DECLARE $c99_7 AS String;
DECLARE $c99_8 AS String;
DECLARE $c99_9 AS String;
DECLARE $c99_10 AS String;
UPSERT INTO `mixed/mixed_row` (ts, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10) VALUES ($c0_0, $c0_1, $c0_2, $c0_3, $c0_4, $c0_5, $c0_6, $c0_7, $c0_8, $c0_9, $c0_10), ($c1_0, $c1_1, $c1_2, $c1_3, $c1_4, $c1_5, $c1_6, $c1_7, $c1_8, $c1_9, $c1_10), ($c2_0, $c2_1, $c2_2, $c2_3, $c2_4, $c2_5, $c2_6, $c2_7, $c2_8, $c2_9, $c2_10), ($c3_0, $c3_1, $c3_2, $c3_3, $c3_4, $c3_5, $c3_6, $c3_7, $c3_8, $c3_9, $c3_10), ($c4_0, $c4_1, $c4_2, $c4_3, $c4_4, $c4_5, $c4_6, $c4_7, $c4_8, $c4_9, $c4_10), ($c5_0, $c5_1, $c5_2, $c5_3, $c5_4, $c5_5, $c5_6, $c5_7, $c5_8, $c5_9, $c5_10), ($c6_0, $c6_1, $c6_2, $c6_3, $c6_4, $c6_5, $c6_6, $c6_7, $c6_8, $c6_9, $c6_10), ($c7_0, $c7_1, $c7_2, $c7_3, $c7_4, $c7_5, $c7_6, $c7_7, $c7_8, $c7_9, $c7_10), ($c8_0, $c8_1, $c8_2, $c8_3, $c8_4, $c8_5, $c8_6, $c8_7, $c8_8, $c8_9, $c8_10), ($c9_0, $c9_1, $c9_2, $c9_3, $c9_4, $c9_5, $c9_6, $c9_7, $c9_8, $c9_9, $c9_10), ($c10_0, $c10_1, $c10_2, $c10_3, $c10_4, $c10_5, $c10_6, $c10_7, $c10_8, $c10_9, $c10_10), ($c11_0, $c11_1, $c11_2, $c11_3, $c11_4, $c11_5, $c11_6, $c11_7, $c11_8, $c11_9, $c11_10), ($c12_0, $c12_1, $c12_2, $c12_3, $c12_4, $c12_5, $c12_6, $c12_7, $c12_8, $c12_9, $c12_10), ($c13_0, $c13_1, $c13_2, $c13_3, $c13_4, $c13_5, $c13_6, $c13_7, $c13_8, $c13_9, $c13_10), ($c14_0, $c14_1, $c14_2, $c14_3, $c14_4, $c14_5, $c14_6, $c14_7, $c14_8, $c14_9, $c14_10), ($c15_0, $c15_1, $c15_2, $c15_3, $c15_4, $c15_5, $c15_6, $c15_7, $c15_8, $c15_9, $c15_10), ($c16_0, $c16_1, $c16_2, $c16_3, $c16_4, $c16_5, $c16_6, $c16_7, $c16_8, $c16_9, $c16_10), ($c17_0, $c17_1, $c17_2, $c17_3, $c17_4, $c17_5, $c17_6, $c17_7, $c17_8, $c17_9, $c17_10), ($c18_0, $c18_1, $c18_2, $c18_3, $c18_4, $c18_5, $c18_6, $c18_7, $c18_8, $c18_9, $c18_10), ($c19_0, $c19_1, $c19_2, $c19_3, $c19_4, $c19_5, $c19_6, $c19_7, $c19_8, $c19_9, $c19_10), ($c20_0, $c20_1, $c20_2, $c20_3, $c20_4, $c20_5, $c20_6, $c20_7, $c20_8, $c20_9, $c20_10), ($c21_0, $c21_1, $c21_2, $c21_3, $c21_4, $c21_5, $c21_6, $c21_7, $c21_8, $c21_9, $c21_10), ($c22_0, $c22_1, $c22_2, $c22_3, $c22_4, $c22_5, $c22_6, $c22_7, $c22_8, $c22_9, $c22_10), ($c23_0, $c23_1, $c23_2, $c23_3, $c23_4, $c23_5, $c23_6, $c23_7, $c23_8, $c23_9, $c23_10), ($c24_0, $c24_1, $c24_2, $c24_3, $c24_4, $c24_5, $c24_6, $c24_7, $c24_8, $c24_9, $c24_10), ($c25_0, $c25_1, $c25_2, $c25_3, $c25_4, $c25_5, $c25_6, $c25_7, $c25_8, $c25_9, $c25_10), ($c26_0, $c26_1, $c26_2, $c26_3, $c26_4, $c26_5, $c26_6, $c26_7, $c26_8, $c26_9, $c26_10), ($c27_0, $c27_1, $c27_2, $c27_3, $c27_4, $c27_5, $c27_6, $c27_7, $c27_8, $c27_9, $c27_10), ($c28_0, $c28_1, $c28_2, $c28_3, $c28_4, $c28_5, $c28_6, $c28_7, $c28_8, $c28_9, $c28_10), ($c29_0, $c29_1, $c29_2, $c29_3, $c29_4, $c29_5, $c29_6, $c29_7, $c29_8, $c29_9, $c29_10), ($c30_0, $c30_1, $c30_2, $c30_3, $c30_4, $c30_5, $c30_6, $c30_7, $c30_8, $c30_9, $c30_10), ($c31_0, $c31_1, $c31_2, $c31_3, $c31_4, $c31_5, $c31_6, $c31_7, $c31_8, $c31_9, $c31_10), ($c32_0, $c32_1, $c32_2, $c32_3, $c32_4, $c32_5, $c32_6, $c32_7, $c32_8, $c32_9, $c32_10), ($c33_0, $c33_1, $c33_2, $c33_3, $c33_4, $c33_5, $c33_6, $c33_7, $c33_8, $c33_9, $c33_10), ($c34_0, $c34_1, $c34_2, $c34_3, $c34_4, $c34_5, $c34_6, $c34_7, $c34_8, $c34_9, $c34_10), ($c35_0, $c35_1, $c35_2, $c35_3, $c35_4, $c35_5, $c35_6, $c35_7, $c35_8, $c35_9, $c35_10), ($c36_0, $c36_1, $c36_2, $c36_3, $c36_4, $c36_5, $c36_6, $c36_7, $c36_8, $c36_9, $c36_10), ($c37_0, $c37_1, $c37_2, $c37_3, $c37_4, $c37_5, $c37_6, $c37_7, $c37_8, $c37_9, $c37_10), ($c38_0, $c38_1, $c38_2, $c38_3, $c38_4, $c38_5, $c38_6, $c38_7, $c38_8, $c38_9, $c38_10), ($c39_0, $c39_1, $c39_2, $c39_3, $c39_4, $c39_5, $c39_6, $c39_7, $c39_8, $c39_9, $c39_10), ($c40_0, $c40_1, $c40_2, $c40_3, $c40_4, $c40_5, $c40_6, $c40_7, $c40_8, $c40_9, $c40_10), ($c41_0, $c41_1, $c41_2, $c41_3, $c41_4, $c41_5, $c41_6, $c41_7, $c41_8, $c41_9, $c41_10), ($c42_0, $c42_1, $c42_2, $c42_3, $c42_4, $c42_5, $c42_6, $c42_7, $c42_8, $c42_9, $c42_10), ($c43_0, $c43_1, $c43_2, $c43_3, $c43_4, $c43_5, $c43_6, $c43_7, $c43_8, $c43_9, $c43_10), ($c44_0, $c44_1, $c44_2, $c44_3, $c44_4, $c44_5, $c44_6, $c44_7, $c44_8, $c44_9, $c44_10), ($c45_0, $c45_1, $c45_2, $c45_3, $c45_4, $c45_5, $c45_6, $c45_7, $c45_8, $c45_9, $c45_10), ($c46_0, $c46_1, $c46_2, $c46_3, $c46_4, $c46_5, $c46_6, $c46_7, $c46_8, $c46_9, $c46_10), ($c47_0, $c47_1, $c47_2, $c47_3, $c47_4, $c47_5, $c47_6, $c47_7, $c47_8, $c47_9, $c47_10), ($c48_0, $c48_1, $c48_2, $c48_3, $c48_4, $c48_5, $c48_6, $c48_7, $c48_8, $c48_9, $c48_10), ($c49_0, $c49_1, $c49_2, $c49_3, $c49_4, $c49_5, $c49_6, $c49_7, $c49_8, $c49_9, $c49_10), ($c50_0, $c50_1, $c50_2, $c50_3, $c50_4, $c50_5, $c50_6, $c50_7, $c50_8, $c50_9, $c50_10), ($c51_0, $c51_1, $c51_2, $c51_3, $c51_4, $c51_5, $c51_6, $c51_7, $c51_8, $c51_9, $c51_10), ($c52_0, $c52_1, $c52_2, $c52_3, $c52_4, $c52_5, $c52_6, $c52_7, $c52_8, $c52_9, $c52_10), ($c53_0, $c53_1, $c53_2, $c53_3, $c53_4, $c53_5, $c53_6, $c53_7, $c53_8, $c53_9, $c53_10), ($c54_0, $c54_1, $c54_2, $c54_3, $c54_4, $c54_5, $c54_6, $c54_7, $c54_8, $c54_9, $c54_10), ($c55_0, $c55_1, $c55_2, $c55_3, $c55_4, $c55_5, $c55_6, $c55_7, $c55_8, $c55_9, $c55_10), ($c56_0, $c56_1, $c56_2, $c56_3, $c56_4, $c56_5, $c56_6, $c56_7, $c56_8, $c56_9, $c56_10), ($c57_0, $c57_1, $c57_2, $c57_3, $c57_4, $c57_5, $c57_6, $c57_7, $c57_8, $c57_9, $c57_10), ($c58_0, $c58_1, $c58_2, $c58_3, $c58_4, $c58_5, $c58_6, $c58_7, $c58_8, $c58_9, $c58_10), ($c59_0, $c59_1, $c59_2, $c59_3, $c59_4, $c59_5, $c59_6, $c59_7, $c59_8, $c59_9, $c59_10), ($c60_0, $c60_1, $c60_2, $c60_3, $c60_4, $c60_5, $c60_6, $c60_7, $c60_8, $c60_9, $c60_10), ($c61_0, $c61_1, $c61_2, $c61_3, $c61_4, $c61_5, $c61_6, $c61_7, $c61_8, $c61_9, $c61_10), ($c62_0, $c62_1, $c62_2, $c62_3, $c62_4, $c62_5, $c62_6, $c62_7, $c62_8, $c62_9, $c62_10), ($c63_0, $c63_1, $c63_2, $c63_3, $c63_4, $c63_5, $c63_6, $c63_7, $c63_8, $c63_9, $c63_10), ($c64_0, $c64_1, $c64_2, $c64_3, $c64_4, $c64_5, $c64_6, $c64_7, $c64_8, $c64_9, $c64_10), ($c65_0, $c65_1, $c65_2, $c65_3, $c65_4, $c65_5, $c65_6, $c65_7, $c65_8, $c65_9, $c65_10), ($c66_0, $c66_1, $c66_2, $c66_3, $c66_4, $c66_5, $c66_6, $c66_7, $c66_8, $c66_9, $c66_10), ($c67_0, $c67_1, $c67_2, $c67_3, $c67_4, $c67_5, $c67_6, $c67_7, $c67_8, $c67_9, $c67_10), ($c68_0, $c68_1, $c68_2, $c68_3, $c68_4, $c68_5, $c68_6, $c68_7, $c68_8, $c68_9, $c68_10), ($c69_0, $c69_1, $c69_2, $c69_3, $c69_4, $c69_5, $c69_6, $c69_7, $c69_8, $c69_9, $c69_10), ($c70_0, $c70_1, $c70_2, $c70_3, $c70_4, $c70_5, $c70_6, $c70_7, $c70_8, $c70_9, $c70_10), ($c71_0, $c71_1, $c71_2, $c71_3, $c71_4, $c71_5, $c71_6, $c71_7, $c71_8, $c71_9, $c71_10), ($c72_0, $c72_1, $c72_2, $c72_3, $c72_4, $c72_5, $c72_6, $c72_7, $c72_8, $c72_9, $c72_10), ($c73_0, $c73_1, $c73_2, $c73_3, $c73_4, $c73_5, $c73_6, $c73_7, $c73_8, $c73_9, $c73_10), ($c74_0, $c74_1, $c74_2, $c74_3, $c74_4, $c74_5, $c74_6, $c74_7, $c74_8, $c74_9, $c74_10), ($c75_0, $c75_1, $c75_2, $c75_3, $c75_4, $c75_5, $c75_6, $c75_7, $c75_8, $c75_9, $c75_10), ($c76_0, $c76_1, $c76_2, $c76_3, $c76_4, $c76_5, $c76_6, $c76_7, $c76_8, $c76_9, $c76_10), ($c77_0, $c77_1, $c77_2, $c77_3, $c77_4, $c77_5, $c77_6, $c77_7, $c77_8, $c77_9, $c77_10), ($c78_0, $c78_1, $c78_2, $c78_3, $c78_4, $c78_5, $c78_6, $c78_7, $c78_8, $c78_9, $c78_10), ($c79_0, $c79_1, $c79_2, $c79_3, $c79_4, $c79_5, $c79_6, $c79_7, $c79_8, $c79_9, $c79_10), ($c80_0, $c80_1, $c80_2, $c80_3, $c80_4, $c80_5, $c80_6, $c80_7, $c80_8, $c80_9, $c80_10), ($c81_0, $c81_1, $c81_2, $c81_3, $c81_4, $c81_5, $c81_6, $c81_7, $c81_8, $c81_9, $c81_10), ($c82_0, $c82_1, $c82_2, $c82_3, $c82_4, $c82_5, $c82_6, $c82_7, $c82_8, $c82_9, $c82_10), ($c83_0, $c83_1, $c83_2, $c83_3, $c83_4, $c83_5, $c83_6, $c83_7, $c83_8, $c83_9, $c83_10), ($c84_0, $c84_1, $c84_2, $c84_3, $c84_4, $c84_5, $c84_6, $c84_7, $c84_8, $c84_9, $c84_10), ($c85_0, $c85_1, $c85_2, $c85_3, $c85_4, $c85_5, $c85_6, $c85_7, $c85_8, $c85_9, $c85_10), ($c86_0, $c86_1, $c86_2, $c86_3, $c86_4, $c86_5, $c86_6, $c86_7, $c86_8, $c86_9, $c86_10), ($c87_0, $c87_1, $c87_2, $c87_3, $c87_4, $c87_5, $c87_6, $c87_7, $c87_8, $c87_9, $c87_10), ($c88_0, $c88_1, $c88_2, $c88_3, $c88_4, $c88_5, $c88_6, $c88_7, $c88_8, $c88_9, $c88_10), ($c89_0, $c89_1, $c89_2, $c89_3, $c89_4, $c89_5, $c89_6, $c89_7, $c89_8, $c89_9, $c89_10), ($c90_0, $c90_1, $c90_2, $c90_3, $c90_4, $c90_5, $c90_6, $c90_7, $c90_8, $c90_9, $c90_10), ($c91_0, $c91_1, $c91_2, $c91_3, $c91_4, $c91_5, $c91_6, $c91_7, $c91_8, $c91_9, $c91_10), ($c92_0, $c92_1, $c92_2, $c92_3, $c92_4, $c92_5, $c92_6, $c92_7, $c92_8, $c92_9, $c92_10), ($c93_0, $c93_1, $c93_2, $c93_3, $c93_4, $c93_5, $c93_6, $c93_7, $c93_8, $c93_9, $c93_10), ($c94_0, $c94_1, $c94_2, $c94_3, $c94_4, $c94_5, $c94_6, $c94_7, $c94_8, $c94_9, $c94_10), ($c95_0, $c95_1, $c95_2, $c95_3, $c95_4, $c95_5, $c95_6, $c95_7, $c95_8, $c95_9, $c95_10), ($c96_0, $c96_1, $c96_2, $c96_3, $c96_4, $c96_5, $c96_6, $c96_7, $c96_8, $c96_9, $c96_10), ($c97_0, $c97_1, $c97_2, $c97_3, $c97_4, $c97_5, $c97_6, $c97_7, $c97_8, $c97_9, $c97_10), ($c98_0, $c98_1, $c98_2, $c98_3, $c98_4, $c98_5, $c98_6, $c98_7, $c98_8, $c98_9, $c98_10), ($c99_0, $c99_1, $c99_2, $c99_3, $c99_4, $c99_5, $c99_6, $c99_7, $c99_8, $c99_9, $c99_10)

Task ID: 0 Status: CLIENT_DEADLINE_EXCEEDED <main>: Error: GRpc error: (4): Deadline Exceeded

 Query text: --!syntax_v1
DECLARE $c0_0 AS Timestamp;
DECLARE $c0_1 AS Uint64;
DECLARE $c0_2 AS Uint64;
DECLARE $c0_3 AS Uint64;
DECLARE $c0_4 AS Uint64;
DECLARE $c0_5 AS Uint64;
DECLARE $c0_6 AS String;
DECLARE $c0_7 AS String;
DECLARE $c0_8 AS String;
DECLARE $c0_9 AS String;
DECLARE $c0_10 AS String;
DECLARE $c1_0 AS Timestamp;
DECLARE $c1_1 AS Uint64;
DECLARE $c1_2 AS Uint64;
DECLARE $c1_3 AS Uint64;
DECLARE $c1_4 AS Uint64;
DECLARE $c1_5 AS Uint64;
DECLARE $c1_6 AS String;
DECLARE $c1_7 AS String;
DECLARE $c1_8 AS String;
DECLARE $c1_9 AS String;
DECLARE $c1_10 AS String;
DECLARE $c2_0 AS Timestamp;
DECLARE $c2_1 AS Uint64;
DECLARE $c2_2 AS Uint64;
DECLARE $c2_3 AS Uint64;
DECLARE $c2_4 AS Uint64;
DECLARE $c2_5 AS Uint64;
DECLARE $c2_6 AS String;
DECLARE $c2_7 AS String;
DECLARE $c2_8 AS String;
DECLARE $c2_9 AS String;
DECLARE $c2_10 AS String;
DECLARE $c3_0 AS Timestamp;
DECLARE $c3_1 AS Uint64;
DECLARE $c3_2 AS Uint64;
DECLARE $c3_3 AS Uint64;
DECLARE $c3_4 AS Uint64;
DECLARE $c3_5 AS Uint64;
DECLARE $c3_6 AS String;
DECLARE $c3_7 AS String;
DECLARE $c3_8 AS String;
DECLARE $c3_9 AS String;
DECLARE $c3_10 AS String;
DECLARE $c4_0 AS Timestamp;
DECLARE $c4_1 AS Uint64;
DECLARE $c4_2 AS Uint64;
DECLARE $c4_3 AS Uint64;
DECLARE $c4_4 AS Uint64;
DECLARE $c4_5 AS Uint64;
DECLARE $c4_6 AS String;
DECLARE $c4_7 AS String;
DECLARE $c4_8 AS String;
DECLARE $c4_9 AS String;
DECLARE $c4_10 AS String;
DECLARE $c5_0 AS Timestamp;
DECLARE $c5_1 AS Uint64;
DECLARE $c5_2 AS Uint64;
DECLARE $c5_3 AS Uint64;
DECLARE $c5_4 AS Uint64;
DECLARE $c5_5 AS Uint64;
DECLARE $c5_6 AS String;
DECLARE $c5_7 AS String;
DECLARE $c5_8 AS String;
DECLARE $c5_9 AS String;
DECLARE $c5_10 AS String;
DECLARE $c6_0 AS Timestamp;
DECLARE $c6_1 AS Uint64;
DECLARE $c6_2 AS Uint64;
DECLARE $c6_3 AS Uint64;
DECLARE $c6_4 AS Uint64;
DECLARE $c6_5 AS Uint64;
DECLARE $c6_6 AS String;
DECLARE $c6_7 AS String;
DECLARE $c6_8 AS String;
DECLARE $c6_9 AS String;
DECLARE $c6_10 AS String;
DECLARE $c7_0 AS Timestamp;
DECLARE $c7_1 AS Uint64;
DECLARE $c7_2 AS Uint64;
DECLARE $c7_3 AS Uint64;
DECLARE $c7_4 AS Uint64;
DECLARE $c7_5 AS Uint64;
DECLARE $c7_6 AS String;
DECLARE $c7_7 AS String;
DECLARE $c7_8 AS String;
DECLARE $c7_9 AS String;
DECLARE $c7_10 AS String;
DECLARE $c8_0 AS Timestamp;
DECLARE $c8_1 AS Uint64;
DECLARE $c8_2 AS Uint64;
DECLARE $c8_3 AS Uint64;
DECLARE $c8_4 AS Uint64;
DECLARE $c8_5 AS Uint64;
DECLARE $c8_6 AS String;
DECLARE $c8_7 AS String;
DECLARE $c8_8 AS String;
DECLARE $c8_9 AS String;
DECLARE $c8_10 AS String;
DECLARE $c9_0 AS Timestamp;
DECLARE $c9_1 AS Uint64;
DECLARE $c9_2 AS Uint64;
DECLARE $c9_3 AS Uint64;
DECLARE $c9_4 AS Uint64;
DECLARE $c9_5 AS Uint64;
DECLARE $c9_6 AS String;
DECLARE $c9_7 AS String;
DECLARE $c9_8 AS String;
DECLARE $c9_9 AS String;
DECLARE $c9_10 AS String;
DECLARE $c10_0 AS Timestamp;
DECLARE $c10_1 AS Uint64;
DECLARE $c10_2 AS Uint64;
DECLARE $c10_3 AS Uint64;
DECLARE $c10_4 AS Uint64;
DECLARE $c10_5 AS Uint64;
DECLARE $c10_6 AS String;
DECLARE $c10_7 AS String;
DECLARE $c10_8 AS String;
DECLARE $c10_9 AS String;
DECLARE $c10_10 AS String;
DECLARE $c11_0 AS Timestamp;
DECLARE $c11_1 AS Uint64;
DECLARE $c11_2 AS Uint64;
DECLARE $c11_3 AS Uint64;
DECLARE $c11_4 AS Uint64;
DECLARE $c11_5 AS Uint64;
DECLARE $c11_6 AS String;
DECLARE $c11_7 AS String;
DECLARE $c11_8 AS String;
DECLARE $c11_9 AS String;
DECLARE $c11_10 AS String;
DECLARE $c12_0 AS Timestamp;
DECLARE $c12_1 AS Uint64;
DECLARE $c12_2 AS Uint64;
DECLARE $c12_3 AS Uint64;
DECLARE $c12_4 AS Uint64;
DECLARE $c12_5 AS Uint64;
DECLARE $c12_6 AS String;
DECLARE $c12_7 AS String;
DECLARE $c12_8 AS String;
DECLARE $c12_9 AS String;
DECLARE $c12_10 AS String;
DECLARE $c13_0 AS Timestamp;
DECLARE $c13_1 AS Uint64;
DECLARE $c13_2 AS Uint64;
DECLARE $c13_3 AS Uint64;
DECLARE $c13_4 AS Uint64;
DECLARE $c13_5 AS Uint64;
DECLARE $c13_6 AS String;
DECLARE $c13_7 AS String;
DECLARE $c13_8 AS String;
DECLARE $c13_9 AS String;
DECLARE $c13_10 AS String;
DECLARE $c14_0 AS Timestamp;
DECLARE $c14_1 AS Uint64;
DECLARE $c14_2 AS Uint64;
DECLARE $c14_3 AS Uint64;
DECLARE $c14_4 AS Uint64;
DECLARE $c14_5 AS Uint64;
DECLARE $c14_6 AS String;
DECLARE $c14_7 AS String;
DECLARE $c14_8 AS String;
DECLARE $c14_9 AS String;
DECLARE $c14_10 AS String;
DECLARE $c15_0 AS Timestamp;
DECLARE $c15_1 AS Uint64;
DECLARE $c15_2 AS Uint64;
DECLARE $c15_3 AS Uint64;
DECLARE $c15_4 AS Uint64;
DECLARE $c15_5 AS Uint64;
DECLARE $c15_6 AS String;
DECLARE $c15_7 AS String;
DECLARE $c15_8 AS String;
DECLARE $c15_9 AS String;
DECLARE $c15_10 AS String;
DECLARE $c16_0 AS Timestamp;
DECLARE $c16_1 AS Uint64;
DECLARE $c16_2 AS Uint64;
DECLARE $c16_3 AS Uint64;
DECLARE $c16_4 AS Uint64;
DECLARE $c16_5 AS Uint64;
DECLARE $c16_6 AS String;
DECLARE $c16_7 AS String;
DECLARE $c16_8 AS String;
DECLARE $c16_9 AS String;
DECLARE $c16_10 AS String;
DECLARE $c17_0 AS Timestamp;
DECLARE $c17_1 AS Uint64;
DECLARE $c17_2 AS Uint64;
DECLARE $c17_3 AS Uint64;
DECLARE $c17_4 AS Uint64;
DECLARE $c17_5 AS Uint64;
DECLARE $c17_6 AS String;
DECLARE $c17_7 AS String;
DECLARE $c17_8 AS String;
DECLARE $c17_9 AS String;
DECLARE $c17_10 AS String;
DECLARE $c18_0 AS Timestamp;
DECLARE $c18_1 AS Uint64;
DECLARE $c18_2 AS Uint64;
DECLARE $c18_3 AS Uint64;
DECLARE $c18_4 AS Uint64;
DECLARE $c18_5 AS Uint64;
DECLARE $c18_6 AS String;
DECLARE $c18_7 AS String;
DECLARE $c18_8 AS String;
DECLARE $c18_9 AS String;
DECLARE $c18_10 AS String;
DECLARE $c19_0 AS Timestamp;
DECLARE $c19_1 AS Uint64;
DECLARE $c19_2 AS Uint64;
DECLARE $c19_3 AS Uint64;
DECLARE $c19_4 AS Uint64;
DECLARE $c19_5 AS Uint64;
DECLARE $c19_6 AS String;
DECLARE $c19_7 AS String;
DECLARE $c19_8 AS String;
DECLARE $c19_9 AS String;
DECLARE $c19_10 AS String;
DECLARE $c20_0 AS Timestamp;
DECLARE $c20_1 AS Uint64;
DECLARE $c20_2 AS Uint64;
DECLARE $c20_3 AS Uint64;
DECLARE $c20_4 AS Uint64;
DECLARE $c20_5 AS Uint64;
DECLARE $c20_6 AS String;
DECLARE $c20_7 AS String;
DECLARE $c20_8 AS String;
DECLARE $c20_9 AS String;
DECLARE $c20_10 AS String;
DECLARE $c21_0 AS Timestamp;
DECLARE $c21_1 AS Uint64;
DECLARE $c21_2 AS Uint64;
DECLARE $c21_3 AS Uint64;
DECLARE $c21_4 AS Uint64;
DECLARE $c21_5 AS Uint64;
DECLARE $c21_6 AS String;
DECLARE $c21_7 AS String;
DECLARE $c21_8 AS String;
DECLARE $c21_9 AS String;
DECLARE $c21_10 AS String;
DECLARE $c22_0 AS Timestamp;
DECLARE $c22_1 AS Uint64;
DECLARE $c22_2 AS Uint64;
DECLARE $c22_3 AS Uint64;
DECLARE $c22_4 AS Uint64;
DECLARE $c22_5 AS Uint64;
DECLARE $c22_6 AS String;
DECLARE $c22_7 AS String;
DECLARE $c22_8 AS String;
DECLARE $c22_9 AS String;
DECLARE $c22_10 AS String;
DECLARE $c23_0 AS Timestamp;
DECLARE $c23_1 AS Uint64;
DECLARE $c23_2 AS Uint64;
DECLARE $c23_3 AS Uint64;
DECLARE $c23_4 AS Uint64;
DECLARE $c23_5 AS Uint64;
DECLARE $c23_6 AS String;
DECLARE $c23_7 AS String;
DECLARE $c23_8 AS String;
DECLARE $c23_9 AS String;
DECLARE $c23_10 AS String;
DECLARE $c24_0 AS Timestamp;
DECLARE $c24_1 AS Uint64;
DECLARE $c24_2 AS Uint64;
DECLARE $c24_3 AS Uint64;
DECLARE $c24_4 AS Uint64;
DECLARE $c24_5 AS Uint64;
DECLARE $c24_6 AS String;
DECLARE $c24_7 AS String;
DECLARE $c24_8 AS String;
DECLARE $c24_9 AS String;
DECLARE $c24_10 AS String;
DECLARE $c25_0 AS Timestamp;
DECLARE $c25_1 AS Uint64;
DECLARE $c25_2 AS Uint64;
DECLARE $c25_3 AS Uint64;
DECLARE $c25_4 AS Uint64;
DECLARE $c25_5 AS Uint64;
DECLARE $c25_6 AS String;
DECLARE $c25_7 AS String;
DECLARE $c25_8 AS String;
DECLARE $c25_9 AS String;
DECLARE $c25_10 AS String;
DECLARE $c26_0 AS Timestamp;
DECLARE $c26_1 AS Uint64;
DECLARE $c26_2 AS Uint64;
DECLARE $c26_3 AS Uint64;
DECLARE $c26_4 AS Uint64;
DECLARE $c26_5 AS Uint64;
DECLARE $c26_6 AS String;
DECLARE $c26_7 AS String;
DECLARE $c26_8 AS String;
DECLARE $c26_9 AS String;
DECLARE $c26_10 AS String;
DECLARE $c27_0 AS Timestamp;
DECLARE $c27_1 AS Uint64;
DECLARE $c27_2 AS Uint64;
DECLARE $c27_3 AS Uint64;
DECLARE $c27_4 AS Uint64;
DECLARE $c27_5 AS Uint64;
DECLARE $c27_6 AS String;
DECLARE $c27_7 AS String;
DECLARE $c27_8 AS String;
DECLARE $c27_9 AS String;
DECLARE $c27_10 AS String;
DECLARE $c28_0 AS Timestamp;
DECLARE $c28_1 AS Uint64;
DECLARE $c28_2 AS Uint64;
DECLARE $c28_3 AS Uint64;
DECLARE $c28_4 AS Uint64;
DECLARE $c28_5 AS Uint64;
DECLARE $c28_6 AS String;
DECLARE $c28_7 AS String;
DECLARE $c28_8 AS String;
DECLARE $c28_9 AS String;
DECLARE $c28_10 AS String;
DECLARE $c29_0 AS Timestamp;
DECLARE $c29_1 AS Uint64;
DECLARE $c29_2 AS Uint64;
DECLARE $c29_3 AS Uint64;
DECLARE $c29_4 AS Uint64;
DECLARE $c29_5 AS Uint64;
DECLARE $c29_6 AS String;
DECLARE $c29_7 AS String;
DECLARE $c29_8 AS String;
DECLARE $c29_9 AS String;
DECLARE $c29_10 AS String;
DECLARE $c30_0 AS Timestamp;
DECLARE $c30_1 AS Uint64;
DECLARE $c30_2 AS Uint64;
DECLARE $c30_3 AS Uint64;
DECLARE $c30_4 AS Uint64;
DECLARE $c30_5 AS Uint64;
DECLARE $c30_6 AS String;
DECLARE $c30_7 AS String;
DECLARE $c30_8 AS String;
DECLARE $c30_9 AS String;
DECLARE $c30_10 AS String;
DECLARE $c31_0 AS Timestamp;
DECLARE $c31_1 AS Uint64;
DECLARE $c31_2 AS Uint64;
DECLARE $c31_3 AS Uint64;
DECLARE $c31_4 AS Uint64;
DECLARE $c31_5 AS Uint64;
DECLARE $c31_6 AS String;
DECLARE $c31_7 AS String;
DECLARE $c31_8 AS String;
DECLARE $c31_9 AS String;
DECLARE $c31_10 AS String;
DECLARE $c32_0 AS Timestamp;
DECLARE $c32_1 AS Uint64;
DECLARE $c32_2 AS Uint64;
DECLARE $c32_3 AS Uint64;
DECLARE $c32_4 AS Uint64;
DECLARE $c32_5 AS Uint64;
DECLARE $c32_6 AS String;
DECLARE $c32_7 AS String;
DECLARE $c32_8 AS String;
DECLARE $c32_9 AS String;
DECLARE $c32_10 AS String;
DECLARE $c33_0 AS Timestamp;
DECLARE $c33_1 AS Uint64;
DECLARE $c33_2 AS Uint64;
DECLARE $c33_3 AS Uint64;
DECLARE $c33_4 AS Uint64;
DECLARE $c33_5 AS Uint64;
DECLARE $c33_6 AS String;
DECLARE $c33_7 AS String;
DECLARE $c33_8 AS String;
DECLARE $c33_9 AS String;
DECLARE $c33_10 AS String;
DECLARE $c34_0 AS Timestamp;
DECLARE $c34_1 AS Uint64;
DECLARE $c34_2 AS Uint64;
DECLARE $c34_3 AS Uint64;
DECLARE $c34_4 AS Uint64;
DECLARE $c34_5 AS Uint64;
DECLARE $c34_6 AS String;
DECLARE $c34_7 AS String;
DECLARE $c34_8 AS String;
DECLARE $c34_9 AS String;
DECLARE $c34_10 AS String;
DECLARE $c35_0 AS Timestamp;
DECLARE $c35_1 AS Uint64;
DECLARE $c35_2 AS Uint64;
DECLARE $c35_3 AS Uint64;
DECLARE $c35_4 AS Uint64;
DECLARE $c35_5 AS Uint64;
DECLARE $c35_6 AS String;
DECLARE $c35_7 AS String;
DECLARE $c35_8 AS String;
DECLARE $c35_9 AS String;
DECLARE $c35_10 AS String;
DECLARE $c36_0 AS Timestamp;
DECLARE $c36_1 AS Uint64;
DECLARE $c36_2 AS Uint64;
DECLARE $c36_3 AS Uint64;
DECLARE $c36_4 AS Uint64;
DECLARE $c36_5 AS Uint64;
DECLARE $c36_6 AS String;
DECLARE $c36_7 AS String;
DECLARE $c36_8 AS String;
DECLARE $c36_9 AS String;
DECLARE $c36_10 AS String;
DECLARE $c37_0 AS Timestamp;
DECLARE $c37_1 AS Uint64;
DECLARE $c37_2 AS Uint64;
DECLARE $c37_3 AS Uint64;
DECLARE $c37_4 AS Uint64;
DECLARE $c37_5 AS Uint64;
DECLARE $c37_6 AS String;
DECLARE $c37_7 AS String;
DECLARE $c37_8 AS String;
DECLARE $c37_9 AS String;
DECLARE $c37_10 AS String;
DECLARE $c38_0 AS Timestamp;
DECLARE $c38_1 AS Uint64;
DECLARE $c38_2 AS Uint64;
DECLARE $c38_3 AS Uint64;
DECLARE $c38_4 AS Uint64;
DECLARE $c38_5 AS Uint64;
DECLARE $c38_6 AS String;
DECLARE $c38_7 AS String;
DECLARE $c38_8 AS String;
DECLARE $c38_9 AS String;
DECLARE $c38_10 AS String;
DECLARE $c39_0 AS Timestamp;
DECLARE $c39_1 AS Uint64;
DECLARE $c39_2 AS Uint64;
DECLARE $c39_3 AS Uint64;
DECLARE $c39_4 AS Uint64;
DECLARE $c39_5 AS Uint64;
DECLARE $c39_6 AS String;
DECLARE $c39_7 AS String;
DECLARE $c39_8 AS String;
DECLARE $c39_9 AS String;
DECLARE $c39_10 AS String;
DECLARE $c40_0 AS Timestamp;
DECLARE $c40_1 AS Uint64;
DECLARE $c40_2 AS Uint64;
DECLARE $c40_3 AS Uint64;
DECLARE $c40_4 AS Uint64;
DECLARE $c40_5 AS Uint64;
DECLARE $c40_6 AS String;
DECLARE $c40_7 AS String;
DECLARE $c40_8 AS String;
DECLARE $c40_9 AS String;
DECLARE $c40_10 AS String;
DECLARE $c41_0 AS Timestamp;
DECLARE $c41_1 AS Uint64;
DECLARE $c41_2 AS Uint64;
DECLARE $c41_3 AS Uint64;
DECLARE $c41_4 AS Uint64;
DECLARE $c41_5 AS Uint64;
DECLARE $c41_6 AS String;
DECLARE $c41_7 AS String;
DECLARE $c41_8 AS String;
DECLARE $c41_9 AS String;
DECLARE $c41_10 AS String;
DECLARE $c42_0 AS Timestamp;
DECLARE $c42_1 AS Uint64;
DECLARE $c42_2 AS Uint64;
DECLARE $c42_3 AS Uint64;
DECLARE $c42_4 AS Uint64;
DECLARE $c42_5 AS Uint64;
DECLARE $c42_6 AS String;
DECLARE $c42_7 AS String;
DECLARE $c42_8 AS String;
DECLARE $c42_9 AS String;
DECLARE $c42_10 AS String;
DECLARE $c43_0 AS Timestamp;
DECLARE $c43_1 AS Uint64;
DECLARE $c43_2 AS Uint64;
DECLARE $c43_3 AS Uint64;
DECLARE $c43_4 AS Uint64;
DECLARE $c43_5 AS Uint64;
DECLARE $c43_6 AS String;
DECLARE $c43_7 AS String;
DECLARE $c43_8 AS String;
DECLARE $c43_9 AS String;
DECLARE $c43_10 AS String;
DECLARE $c44_0 AS Timestamp;
DECLARE $c44_1 AS Uint64;
DECLARE $c44_2 AS Uint64;
DECLARE $c44_3 AS Uint64;
DECLARE $c44_4 AS Uint64;
DECLARE $c44_5 AS Uint64;
DECLARE $c44_6 AS String;
DECLARE $c44_7 AS String;
DECLARE $c44_8 AS String;
DECLARE $c44_9 AS String;
DECLARE $c44_10 AS String;
DECLARE $c45_0 AS Timestamp;
DECLARE $c45_1 AS Uint64;
DECLARE $c45_2 AS Uint64;
DECLARE $c45_3 AS Uint64;
DECLARE $c45_4 AS Uint64;
DECLARE $c45_5 AS Uint64;
DECLARE $c45_6 AS String;
DECLARE $c45_7 AS String;
DECLARE $c45_8 AS String;
DECLARE $c45_9 AS String;
DECLARE $c45_10 AS String;
DECLARE $c46_0 AS Timestamp;
DECLARE $c46_1 AS Uint64;
DECLARE $c46_2 AS Uint64;
DECLARE $c46_3 AS Uint64;
DECLARE $c46_4 AS Uint64;
DECLARE $c46_5 AS Uint64;
DECLARE $c46_6 AS String;
DECLARE $c46_7 AS String;
DECLARE $c46_8 AS String;
DECLARE $c46_9 AS String;
DECLARE $c46_10 AS String;
DECLARE $c47_0 AS Timestamp;
DECLARE $c47_1 AS Uint64;
DECLARE $c47_2 AS Uint64;
DECLARE $c47_3 AS Uint64;
DECLARE $c47_4 AS Uint64;
DECLARE $c47_5 AS Uint64;
DECLARE $c47_6 AS String;
DECLARE $c47_7 AS String;
DECLARE $c47_8 AS String;
DECLARE $c47_9 AS String;
DECLARE $c47_10 AS String;
DECLARE $c48_0 AS Timestamp;
DECLARE $c48_1 AS Uint64;
DECLARE $c48_2 AS Uint64;
DECLARE $c48_3 AS Uint64;
DECLARE $c48_4 AS Uint64;
DECLARE $c48_5 AS Uint64;
DECLARE $c48_6 AS String;
DECLARE $c48_7 AS String;
DECLARE $c48_8 AS String;
DECLARE $c48_9 AS String;
DECLARE $c48_10 AS String;
DECLARE $c49_0 AS Timestamp;
DECLARE $c49_1 AS Uint64;
DECLARE $c49_2 AS Uint64;
DECLARE $c49_3 AS Uint64;
DECLARE $c49_4 AS Uint64;
DECLARE $c49_5 AS Uint64;
DECLARE $c49_6 AS String;
DECLARE $c49_7 AS String;
DECLARE $c49_8 AS String;
DECLARE $c49_9 AS String;
DECLARE $c49_10 AS String;
DECLARE $c50_0 AS Timestamp;
DECLARE $c50_1 AS Uint64;
DECLARE $c50_2 AS Uint64;
DECLARE $c50_3 AS Uint64;
DECLARE $c50_4 AS Uint64;
DECLARE $c50_5 AS Uint64;
DECLARE $c50_6 AS String;
DECLARE $c50_7 AS String;
DECLARE $c50_8 AS String;
DECLARE $c50_9 AS String;
DECLARE $c50_10 AS String;
DECLARE $c51_0 AS Timestamp;
DECLARE $c51_1 AS Uint64;
DECLARE $c51_2 AS Uint64;
DECLARE $c51_3 AS Uint64;
DECLARE $c51_4 AS Uint64;
DECLARE $c51_5 AS Uint64;
DECLARE $c51_6 AS String;
DECLARE $c51_7 AS String;
DECLARE $c51_8 AS String;
DECLARE $c51_9 AS String;
DECLARE $c51_10 AS String;
DECLARE $c52_0 AS Timestamp;
DECLARE $c52_1 AS Uint64;
DECLARE $c52_2 AS Uint64;
DECLARE $c52_3 AS Uint64;
DECLARE $c52_4 AS Uint64;
DECLARE $c52_5 AS Uint64;
DECLARE $c52_6 AS String;
DECLARE $c52_7 AS String;
DECLARE $c52_8 AS String;
DECLARE $c52_9 AS String;
DECLARE $c52_10 AS String;
DECLARE $c53_0 AS Timestamp;
DECLARE $c53_1 AS Uint64;
DECLARE $c53_2 AS Uint64;
DECLARE $c53_3 AS Uint64;
DECLARE $c53_4 AS Uint64;
DECLARE $c53_5 AS Uint64;
DECLARE $c53_6 AS String;
DECLARE $c53_7 AS String;
DECLARE $c53_8 AS String;
DECLARE $c53_9 AS String;
DECLARE $c53_10 AS String;
DECLARE $c54_0 AS Timestamp;
DECLARE $c54_1 AS Uint64;
DECLARE $c54_2 AS Uint64;
DECLARE $c54_3 AS Uint64;
DECLARE $c54_4 AS Uint64;
DECLARE $c54_5 AS Uint64;
DECLARE $c54_6 AS String;
DECLARE $c54_7 AS String;
DECLARE $c54_8 AS String;
DECLARE $c54_9 AS String;
DECLARE $c54_10 AS String;
DECLARE $c55_0 AS Timestamp;
DECLARE $c55_1 AS Uint64;
DECLARE $c55_2 AS Uint64;
DECLARE $c55_3 AS Uint64;
DECLARE $c55_4 AS Uint64;
DECLARE $c55_5 AS Uint64;
DECLARE $c55_6 AS String;
DECLARE $c55_7 AS String;
DECLARE $c55_8 AS String;
DECLARE $c55_9 AS String;
DECLARE $c55_10 AS String;
DECLARE $c56_0 AS Timestamp;
DECLARE $c56_1 AS Uint64;
DECLARE $c56_2 AS Uint64;
DECLARE $c56_3 AS Uint64;
DECLARE $c56_4 AS Uint64;
DECLARE $c56_5 AS Uint64;
DECLARE $c56_6 AS String;
DECLARE $c56_7 AS String;
DECLARE $c56_8 AS String;
DECLARE $c56_9 AS String;
DECLARE $c56_10 AS String;
DECLARE $c57_0 AS Timestamp;
DECLARE $c57_1 AS Uint64;
DECLARE $c57_2 AS Uint64;
DECLARE $c57_3 AS Uint64;
DECLARE $c57_4 AS Uint64;
DECLARE $c57_5 AS Uint64;
DECLARE $c57_6 AS String;
DECLARE $c57_7 AS String;
DECLARE $c57_8 AS String;
DECLARE $c57_9 AS String;
DECLARE $c57_10 AS String;
DECLARE $c58_0 AS Timestamp;
DECLARE $c58_1 AS Uint64;
DECLARE $c58_2 AS Uint64;
DECLARE $c58_3 AS Uint64;
DECLARE $c58_4 AS Uint64;
DECLARE $c58_5 AS Uint64;
DECLARE $c58_6 AS String;
DECLARE $c58_7 AS String;
DECLARE $c58_8 AS String;
DECLARE $c58_9 AS String;
DECLARE $c58_10 AS String;
DECLARE $c59_0 AS Timestamp;
DECLARE $c59_1 AS Uint64;
DECLARE $c59_2 AS Uint64;
DECLARE $c59_3 AS Uint64;
DECLARE $c59_4 AS Uint64;
DECLARE $c59_5 AS Uint64;
DECLARE $c59_6 AS String;
DECLARE $c59_7 AS String;
DECLARE $c59_8 AS String;
DECLARE $c59_9 AS String;
DECLARE $c59_10 AS String;
DECLARE $c60_0 AS Timestamp;
DECLARE $c60_1 AS Uint64;
DECLARE $c60_2 AS Uint64;
DECLARE $c60_3 AS Uint64;
DECLARE $c60_4 AS Uint64;
DECLARE $c60_5 AS Uint64;
DECLARE $c60_6 AS String;
DECLARE $c60_7 AS String;
DECLARE $c60_8 AS String;
DECLARE $c60_9 AS String;
DECLARE $c60_10 AS String;
DECLARE $c61_0 AS Timestamp;
DECLARE $c61_1 AS Uint64;
DECLARE $c61_2 AS Uint64;
DECLARE $c61_3 AS Uint64;
DECLARE $c61_4 AS Uint64;
DECLARE $c61_5 AS Uint64;
DECLARE $c61_6 AS String;
DECLARE $c61_7 AS String;
DECLARE $c61_8 AS String;
DECLARE $c61_9 AS String;
DECLARE $c61_10 AS String;
DECLARE $c62_0 AS Timestamp;
DECLARE $c62_1 AS Uint64;
DECLARE $c62_2 AS Uint64;
DECLARE $c62_3 AS Uint64;
DECLARE $c62_4 AS Uint64;
DECLARE $c62_5 AS Uint64;
DECLARE $c62_6 AS String;
DECLARE $c62_7 AS String;
DECLARE $c62_8 AS String;
DECLARE $c62_9 AS String;
DECLARE $c62_10 AS String;
DECLARE $c63_0 AS Timestamp;
DECLARE $c63_1 AS Uint64;
DECLARE $c63_2 AS Uint64;
DECLARE $c63_3 AS Uint64;
DECLARE $c63_4 AS Uint64;
DECLARE $c63_5 AS Uint64;
DECLARE $c63_6 AS String;
DECLARE $c63_7 AS String;
DECLARE $c63_8 AS String;
DECLARE $c63_9 AS String;
DECLARE $c63_10 AS String;
DECLARE $c64_0 AS Timestamp;
DECLARE $c64_1 AS Uint64;
DECLARE $c64_2 AS Uint64;
DECLARE $c64_3 AS Uint64;
DECLARE $c64_4 AS Uint64;
DECLARE $c64_5 AS Uint64;
DECLARE $c64_6 AS String;
DECLARE $c64_7 AS String;
DECLARE $c64_8 AS String;
DECLARE $c64_9 AS String;
DECLARE $c64_10 AS String;
DECLARE $c65_0 AS Timestamp;
DECLARE $c65_1 AS Uint64;
DECLARE $c65_2 AS Uint64;
DECLARE $c65_3 AS Uint64;
DECLARE $c65_4 AS Uint64;
DECLARE $c65_5 AS Uint64;
DECLARE $c65_6 AS String;
DECLARE $c65_7 AS String;
DECLARE $c65_8 AS String;
DECLARE $c65_9 AS String;
DECLARE $c65_10 AS String;
DECLARE $c66_0 AS Timestamp;
DECLARE $c66_1 AS Uint64;
DECLARE $c66_2 AS Uint64;
DECLARE $c66_3 AS Uint64;
DECLARE $c66_4 AS Uint64;
DECLARE $c66_5 AS Uint64;
DECLARE $c66_6 AS String;
DECLARE $c66_7 AS String;
DECLARE $c66_8 AS String;
DECLARE $c66_9 AS String;
DECLARE $c66_10 AS String;
DECLARE $c67_0 AS Timestamp;
DECLARE $c67_1 AS Uint64;
DECLARE $c67_2 AS Uint64;
DECLARE $c67_3 AS Uint64;
DECLARE $c67_4 AS Uint64;
DECLARE $c67_5 AS Uint64;
DECLARE $c67_6 AS String;
DECLARE $c67_7 AS String;
DECLARE $c67_8 AS String;
DECLARE $c67_9 AS String;
DECLARE $c67_10 AS String;
DECLARE $c68_0 AS Timestamp;
DECLARE $c68_1 AS Uint64;
DECLARE $c68_2 AS Uint64;
DECLARE $c68_3 AS Uint64;
DECLARE $c68_4 AS Uint64;
DECLARE $c68_5 AS Uint64;
DECLARE $c68_6 AS String;
DECLARE $c68_7 AS String;
DECLARE $c68_8 AS String;
DECLARE $c68_9 AS String;
DECLARE $c68_10 AS String;
DECLARE $c69_0 AS Timestamp;
DECLARE $c69_1 AS Uint64;
DECLARE $c69_2 AS Uint64;
DECLARE $c69_3 AS Uint64;
DECLARE $c69_4 AS Uint64;
DECLARE $c69_5 AS Uint64;
DECLARE $c69_6 AS String;
DECLARE $c69_7 AS String;
DECLARE $c69_8 AS String;
DECLARE $c69_9 AS String;
DECLARE $c69_10 AS String;
DECLARE $c70_0 AS Timestamp;
DECLARE $c70_1 AS Uint64;
DECLARE $c70_2 AS Uint64;
DECLARE $c70_3 AS Uint64;
DECLARE $c70_4 AS Uint64;
DECLARE $c70_5 AS Uint64;
DECLARE $c70_6 AS String;
DECLARE $c70_7 AS String;
DECLARE $c70_8 AS String;
DECLARE $c70_9 AS String;
DECLARE $c70_10 AS String;
DECLARE $c71_0 AS Timestamp;
DECLARE $c71_1 AS Uint64;
DECLARE $c71_2 AS Uint64;
DECLARE $c71_3 AS Uint64;
DECLARE $c71_4 AS Uint64;
DECLARE $c71_5 AS Uint64;
DECLARE $c71_6 AS String;
DECLARE $c71_7 AS String;
DECLARE $c71_8 AS String;
DECLARE $c71_9 AS String;
DECLARE $c71_10 AS String;
DECLARE $c72_0 AS Timestamp;
DECLARE $c72_1 AS Uint64;
DECLARE $c72_2 AS Uint64;
DECLARE $c72_3 AS Uint64;
DECLARE $c72_4 AS Uint64;
DECLARE $c72_5 AS Uint64;
DECLARE $c72_6 AS String;
DECLARE $c72_7 AS String;
DECLARE $c72_8 AS String;
DECLARE $c72_9 AS String;
DECLARE $c72_10 AS String;
DECLARE $c73_0 AS Timestamp;
DECLARE $c73_1 AS Uint64;
DECLARE $c73_2 AS Uint64;
DECLARE $c73_3 AS Uint64;
DECLARE $c73_4 AS Uint64;
DECLARE $c73_5 AS Uint64;
DECLARE $c73_6 AS String;
DECLARE $c73_7 AS String;
DECLARE $c73_8 AS String;
DECLARE $c73_9 AS String;
DECLARE $c73_10 AS String;
DECLARE $c74_0 AS Timestamp;
DECLARE $c74_1 AS Uint64;
DECLARE $c74_2 AS Uint64;
DECLARE $c74_3 AS Uint64;
DECLARE $c74_4 AS Uint64;
DECLARE $c74_5 AS Uint64;
DECLARE $c74_6 AS String;
DECLARE $c74_7 AS String;
DECLARE $c74_8 AS String;
DECLARE $c74_9 AS String;
DECLARE $c74_10 AS String;
DECLARE $c75_0 AS Timestamp;
DECLARE $c75_1 AS Uint64;
DECLARE $c75_2 AS Uint64;
DECLARE $c75_3 AS Uint64;
DECLARE $c75_4 AS Uint64;
DECLARE $c75_5 AS Uint64;
DECLARE $c75_6 AS String;
DECLARE $c75_7 AS String;
DECLARE $c75_8 AS String;
DECLARE $c75_9 AS String;
DECLARE $c75_10 AS String;
DECLARE $c76_0 AS Timestamp;
DECLARE $c76_1 AS Uint64;
DECLARE $c76_2 AS Uint64;
DECLARE $c76_3 AS Uint64;
DECLARE $c76_4 AS Uint64;
DECLARE $c76_5 AS Uint64;
DECLARE $c76_6 AS String;
DECLARE $c76_7 AS String;
DECLARE $c76_8 AS String;
DECLARE $c76_9 AS String;
DECLARE $c76_10 AS String;
DECLARE $c77_0 AS Timestamp;
DECLARE $c77_1 AS Uint64;
DECLARE $c77_2 AS Uint64;
DECLARE $c77_3 AS Uint64;
DECLARE $c77_4 AS Uint64;
DECLARE $c77_5 AS Uint64;
DECLARE $c77_6 AS String;
DECLARE $c77_7 AS String;
DECLARE $c77_8 AS String;
DECLARE $c77_9 AS String;
DECLARE $c77_10 AS String;
DECLARE $c78_0 AS Timestamp;
DECLARE $c78_1 AS Uint64;
DECLARE $c78_2 AS Uint64;
DECLARE $c78_3 AS Uint64;
DECLARE $c78_4 AS Uint64;
DECLARE $c78_5 AS Uint64;
DECLARE $c78_6 AS String;
DECLARE $c78_7 AS String;
DECLARE $c78_8 AS String;
DECLARE $c78_9 AS String;
DECLARE $c78_10 AS String;
DECLARE $c79_0 AS Timestamp;
DECLARE $c79_1 AS Uint64;
DECLARE $c79_2 AS Uint64;
DECLARE $c79_3 AS Uint64;
DECLARE $c79_4 AS Uint64;
DECLARE $c79_5 AS Uint64;
DECLARE $c79_6 AS String;
DECLARE $c79_7 AS String;
DECLARE $c79_8 AS String;
DECLARE $c79_9 AS String;
DECLARE $c79_10 AS String;
DECLARE $c80_0 AS Timestamp;
DECLARE $c80_1 AS Uint64;
DECLARE $c80_2 AS Uint64;
DECLARE $c80_3 AS Uint64;
DECLARE $c80_4 AS Uint64;
DECLARE $c80_5 AS Uint64;
DECLARE $c80_6 AS String;
DECLARE $c80_7 AS String;
DECLARE $c80_8 AS String;
DECLARE $c80_9 AS String;
DECLARE $c80_10 AS String;
DECLARE $c81_0 AS Timestamp;
DECLARE $c81_1 AS Uint64;
DECLARE $c81_2 AS Uint64;
DECLARE $c81_3 AS Uint64;
DECLARE $c81_4 AS Uint64;
DECLARE $c81_5 AS Uint64;
DECLARE $c81_6 AS String;
DECLARE $c81_7 AS String;
DECLARE $c81_8 AS String;
DECLARE $c81_9 AS String;
DECLARE $c81_10 AS String;
DECLARE $c82_0 AS Timestamp;
DECLARE $c82_1 AS Uint64;
DECLARE $c82_2 AS Uint64;
DECLARE $c82_3 AS Uint64;
DECLARE $c82_4 AS Uint64;
DECLARE $c82_5 AS Uint64;
DECLARE $c82_6 AS String;
DECLARE $c82_7 AS String;
DECLARE $c82_8 AS String;
DECLARE $c82_9 AS String;
DECLARE $c82_10 AS String;
DECLARE $c83_0 AS Timestamp;
DECLARE $c83_1 AS Uint64;
DECLARE $c83_2 AS Uint64;
DECLARE $c83_3 AS Uint64;
DECLARE $c83_4 AS Uint64;
DECLARE $c83_5 AS Uint64;
DECLARE $c83_6 AS String;
DECLARE $c83_7 AS String;
DECLARE $c83_8 AS String;
DECLARE $c83_9 AS String;
DECLARE $c83_10 AS String;
DECLARE $c84_0 AS Timestamp;
DECLARE $c84_1 AS Uint64;
DECLARE $c84_2 AS Uint64;
DECLARE $c84_3 AS Uint64;
DECLARE $c84_4 AS Uint64;
DECLARE $c84_5 AS Uint64;
DECLARE $c84_6 AS String;
DECLARE $c84_7 AS String;
DECLARE $c84_8 AS String;
DECLARE $c84_9 AS String;
DECLARE $c84_10 AS String;
DECLARE $c85_0 AS Timestamp;
DECLARE $c85_1 AS Uint64;
DECLARE $c85_2 AS Uint64;
DECLARE $c85_3 AS Uint64;
DECLARE $c85_4 AS Uint64;
DECLARE $c85_5 AS Uint64;
DECLARE $c85_6 AS String;
DECLARE $c85_7 AS String;
DECLARE $c85_8 AS String;
DECLARE $c85_9 AS String;
DECLARE $c85_10 AS String;
DECLARE $c86_0 AS Timestamp;
DECLARE $c86_1 AS Uint64;
DECLARE $c86_2 AS Uint64;
DECLARE $c86_3 AS Uint64;
DECLARE $c86_4 AS Uint64;
DECLARE $c86_5 AS Uint64;
DECLARE $c86_6 AS String;
DECLARE $c86_7 AS String;
DECLARE $c86_8 AS String;
DECLARE $c86_9 AS String;
DECLARE $c86_10 AS String;
DECLARE $c87_0 AS Timestamp;
DECLARE $c87_1 AS Uint64;
DECLARE $c87_2 AS Uint64;
DECLARE $c87_3 AS Uint64;
DECLARE $c87_4 AS Uint64;
DECLARE $c87_5 AS Uint64;
DECLARE $c87_6 AS String;
DECLARE $c87_7 AS String;
DECLARE $c87_8 AS String;
DECLARE $c87_9 AS String;
DECLARE $c87_10 AS String;
DECLARE $c88_0 AS Timestamp;
DECLARE $c88_1 AS Uint64;
DECLARE $c88_2 AS Uint64;
DECLARE $c88_3 AS Uint64;
DECLARE $c88_4 AS Uint64;
DECLARE $c88_5 AS Uint64;
DECLARE $c88_6 AS String;
DECLARE $c88_7 AS String;
DECLARE $c88_8 AS String;
DECLARE $c88_9 AS String;
DECLARE $c88_10 AS String;
DECLARE $c89_0 AS Timestamp;
DECLARE $c89_1 AS Uint64;
DECLARE $c89_2 AS Uint64;
DECLARE $c89_3 AS Uint64;
DECLARE $c89_4 AS Uint64;
DECLARE $c89_5 AS Uint64;
DECLARE $c89_6 AS String;
DECLARE $c89_7 AS String;
DECLARE $c89_8 AS String;
DECLARE $c89_9 AS String;
DECLARE $c89_10 AS String;
DECLARE $c90_0 AS Timestamp;
DECLARE $c90_1 AS Uint64;
DECLARE $c90_2 AS Uint64;
DECLARE $c90_3 AS Uint64;
DECLARE $c90_4 AS Uint64;
DECLARE $c90_5 AS Uint64;
DECLARE $c90_6 AS String;
DECLARE $c90_7 AS String;
DECLARE $c90_8 AS String;
DECLARE $c90_9 AS String;
DECLARE $c90_10 AS String;
DECLARE $c91_0 AS Timestamp;
DECLARE $c91_1 AS Uint64;
DECLARE $c91_2 AS Uint64;
DECLARE $c91_3 AS Uint64;
DECLARE $c91_4 AS Uint64;
DECLARE $c91_5 AS Uint64;
DECLARE $c91_6 AS String;
DECLARE $c91_7 AS String;
DECLARE $c91_8 AS String;
DECLARE $c91_9 AS String;
DECLARE $c91_10 AS String;
DECLARE $c92_0 AS Timestamp;
DECLARE $c92_1 AS Uint64;
DECLARE $c92_2 AS Uint64;
DECLARE $c92_3 AS Uint64;
DECLARE $c92_4 AS Uint64;
DECLARE $c92_5 AS Uint64;
DECLARE $c92_6 AS String;
DECLARE $c92_7 AS String;
DECLARE $c92_8 AS String;
DECLARE $c92_9 AS String;
DECLARE $c92_10 AS String;
DECLARE $c93_0 AS Timestamp;
DECLARE $c93_1 AS Uint64;
DECLARE $c93_2 AS Uint64;
DECLARE $c93_3 AS Uint64;
DECLARE $c93_4 AS Uint64;
DECLARE $c93_5 AS Uint64;
DECLARE $c93_6 AS String;
DECLARE $c93_7 AS String;
DECLARE $c93_8 AS String;
DECLARE $c93_9 AS String;
DECLARE $c93_10 AS String;
DECLARE $c94_0 AS Timestamp;
DECLARE $c94_1 AS Uint64;
DECLARE $c94_2 AS Uint64;
DECLARE $c94_3 AS Uint64;
DECLARE $c94_4 AS Uint64;
DECLARE $c94_5 AS Uint64;
DECLARE $c94_6 AS String;
DECLARE $c94_7 AS String;
DECLARE $c94_8 AS String;
DECLARE $c94_9 AS String;
DECLARE $c94_10 AS String;
DECLARE $c95_0 AS Timestamp;
DECLARE $c95_1 AS Uint64;
DECLARE $c95_2 AS Uint64;
DECLARE $c95_3 AS Uint64;
DECLARE $c95_4 AS Uint64;
DECLARE $c95_5 AS Uint64;
DECLARE $c95_6 AS String;
DECLARE $c95_7 AS String;
DECLARE $c95_8 AS String;
DECLARE $c95_9 AS String;
DECLARE $c95_10 AS String;
DECLARE $c96_0 AS Timestamp;
DECLARE $c96_1 AS Uint64;
DECLARE $c96_2 AS Uint64;
DECLARE $c96_3 AS Uint64;
DECLARE $c96_4 AS Uint64;
DECLARE $c96_5 AS Uint64;
DECLARE $c96_6 AS String;
DECLARE $c96_7 AS String;
DECLARE $c96_8 AS String;
DECLARE $c96_9 AS String;
DECLARE $c96_10 AS String;
DECLARE $c97_0 AS Timestamp;
DECLARE $c97_1 AS Uint64;
DECLARE $c97_2 AS Uint64;
DECLARE $c97_3 AS Uint64;
DECLARE $c97_4 AS Uint64;
DECLARE $c97_5 AS Uint64;
DECLARE $c97_6 AS String;
DECLARE $c97_7 AS String;
DECLARE $c97_8 AS String;
DECLARE $c97_9 AS String;
DECLARE $c97_10 AS String;
DECLARE $c98_0 AS Timestamp;
DECLARE $c98_1 AS Uint64;
DECLARE $c98_2 AS Uint64;
DECLARE $c98_3 AS Uint64;
DECLARE $c98_4 AS Uint64;
DECLARE $c98_5 AS Uint64;
DECLARE $c98_6 AS String;
DECLARE $c98_7 AS String;
DECLARE $c98_8 AS String;
DECLARE $c98_9 AS String;
DECLARE $c98_10 AS String;
DECLARE $c99_0 AS Timestamp;
DECLARE $c99_1 AS Uint64;
DECLARE $c99_2 AS Uint64;
DECLARE $c99_3 AS Uint64;
DECLARE $c99_4 AS Uint64;
DECLARE $c99_5 AS Uint64;
DECLARE $c99_6 AS String;
DECLARE $c99_7 AS String;
DECLARE $c99_8 AS String;
DECLARE $c99_9 AS String;
DECLARE $c99_10 AS String;
UPSERT INTO `mixed/mixed_row` (ts, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10) VALUES ($c0_0, $c0_1, $c0_2, $c0_3, $c0_4, $c0_5, $c0_6, $c0_7, $c0_8, $c0_9, $c0_10), ($c1_0, $c1_1, $c1_2, $c1_3, $c1_4, $c1_5, $c1_6, $c1_7, $c1_8, $c1_9, $c1_10), ($c2_0, $c2_1, $c2_2, $c2_3, $c2_4, $c2_5, $c2_6, $c2_7, $c2_8, $c2_9, $c2_10), ($c3_0, $c3_1, $c3_2, $c3_3, $c3_4, $c3_5, $c3_6, $c3_7, $c3_8, $c3_9, $c3_10), ($c4_0, $c4_1, $c4_2, $c4_3, $c4_4, $c4_5, $c4_6, $c4_7, $c4_8, $c4_9, $c4_10), ($c5_0, $c5_1, $c5_2, $c5_3, $c5_4, $c5_5, $c5_6, $c5_7, $c5_8, $c5_9, $c5_10), ($c6_0, $c6_1, $c6_2, $c6_3, $c6_4, $c6_5, $c6_6, $c6_7, $c6_8, $c6_9, $c6_10), ($c7_0, $c7_1, $c7_2, $c7_3, $c7_4, $c7_5, $c7_6, $c7_7, $c7_8, $c7_9, $c7_10), ($c8_0, $c8_1, $c8_2, $c8_3, $c8_4, $c8_5, $c8_6, $c8_7, $c8_8, $c8_9, $c8_10), ($c9_0, $c9_1, $c9_2, $c9_3, $c9_4, $c9_5, $c9_6, $c9_7, $c9_8, $c9_9, $c9_10), ($c10_0, $c10_1, $c10_2, $c10_3, $c10_4, $c10_5, $c10_6, $c10_7, $c10_8, $c10_9, $c10_10), ($c11_0, $c11_1, $c11_2, $c11_3, $c11_4, $c11_5, $c11_6, $c11_7, $c11_8, $c11_9, $c11_10), ($c12_0, $c12_1, $c12_2, $c12_3, $c12_4, $c12_5, $c12_6, $c12_7, $c12_8, $c12_9, $c12_10), ($c13_0, $c13_1, $c13_2, $c13_3, $c13_4, $c13_5, $c13_6, $c13_7, $c13_8, $c13_9, $c13_10), ($c14_0, $c14_1, $c14_2, $c14_3, $c14_4, $c14_5, $c14_6, $c14_7, $c14_8, $c14_9, $c14_10), ($c15_0, $c15_1, $c15_2, $c15_3, $c15_4, $c15_5, $c15_6, $c15_7, $c15_8, $c15_9, $c15_10), ($c16_0, $c16_1, $c16_2, $c16_3, $c16_4, $c16_5, $c16_6, $c16_7, $c16_8, $c16_9, $c16_10), ($c17_0, $c17_1, $c17_2, $c17_3, $c17_4, $c17_5, $c17_6, $c17_7, $c17_8, $c17_9, $c17_10), ($c18_0, $c18_1, $c18_2, $c18_3, $c18_4, $c18_5, $c18_6, $c18_7, $c18_8, $c18_9, $c18_10), ($c19_0, $c19_1, $c19_2, $c19_3, $c19_4, $c19_5, $c19_6, $c19_7, $c19_8, $c19_9, $c19_10), ($c20_0, $c20_1, $c20_2, $c20_3, $c20_4, $c20_5, $c20_6, $c20_7, $c20_8, $c20_9, $c20_10), ($c21_0, $c21_1, $c21_2, $c21_3, $c21_4, $c21_5, $c21_6, $c21_7, $c21_8, $c21_9, $c21_10), ($c22_0, $c22_1, $c22_2, $c22_3, $c22_4, $c22_5, $c22_6, $c22_7, $c22_8, $c22_9, $c22_10), ($c23_0, $c23_1, $c23_2, $c23_3, $c23_4, $c23_5, $c23_6, $c23_7, $c23_8, $c23_9, $c23_10), ($c24_0, $c24_1, $c24_2, $c24_3, $c24_4, $c24_5, $c24_6, $c24_7, $c24_8, $c24_9, $c24_10), ($c25_0, $c25_1, $c25_2, $c25_3, $c25_4, $c25_5, $c25_6, $c25_7, $c25_8, $c25_9, $c25_10), ($c26_0, $c26_1, $c26_2, $c26_3, $c26_4, $c26_5, $c26_6, $c26_7, $c26_8, $c26_9, $c26_10), ($c27_0, $c27_1, $c27_2, $c27_3, $c27_4, $c27_5, $c27_6, $c27_7, $c27_8, $c27_9, $c27_10), ($c28_0, $c28_1, $c28_2, $c28_3, $c28_4, $c28_5, $c28_6, $c28_7, $c28_8, $c28_9, $c28_10), ($c29_0, $c29_1, $c29_2, $c29_3, $c29_4, $c29_5, $c29_6, $c29_7, $c29_8, $c29_9, $c29_10), ($c30_0, $c30_1, $c30_2, $c30_3, $c30_4, $c30_5, $c30_6, $c30_7, $c30_8, $c30_9, $c30_10), ($c31_0, $c31_1, $c31_2, $c31_3, $c31_4, $c31_5, $c31_6, $c31_7, $c31_8, $c31_9, $c31_10), ($c32_0, $c32_1, $c32_2, $c32_3, $c32_4, $c32_5, $c32_6, $c32_7, $c32_8, $c32_9, $c32_10), ($c33_0, $c33_1, $c33_2, $c33_3, $c33_4, $c33_5, $c33_6, $c33_7, $c33_8, $c33_9, $c33_10), ($c34_0, $c34_1, $c34_2, $c34_3, $c34_4, $c34_5, $c34_6, $c34_7, $c34_8, $c34_9, $c34_10), ($c35_0, $c35_1, $c35_2, $c35_3, $c35_4, $c35_5, $c35_6, $c35_7, $c35_8, $c35_9, $c35_10), ($c36_0, $c36_1, $c36_2, $c36_3, $c36_4, $c36_5, $c36_6, $c36_7, $c36_8, $c36_9, $c36_10), ($c37_0, $c37_1, $c37_2, $c37_3, $c37_4, $c37_5, $c37_6, $c37_7, $c37_8, $c37_9, $c37_10), ($c38_0, $c38_1, $c38_2, $c38_3, $c38_4, $c38_5, $c38_6, $c38_7, $c38_8, $c38_9, $c38_10), ($c39_0, $c39_1, $c39_2, $c39_3, $c39_4, $c39_5, $c39_6, $c39_7, $c39_8, $c39_9, $c39_10), ($c40_0, $c40_1, $c40_2, $c40_3, $c40_4, $c40_5, $c40_6, $c40_7, $c40_8, $c40_9, $c40_10), ($c41_0, $c41_1, $c41_2, $c41_3, $c41_4, $c41_5, $c41_6, $c41_7, $c41_8, $c41_9, $c41_10), ($c42_0, $c42_1, $c42_2, $c42_3, $c42_4, $c42_5, $c42_6, $c42_7, $c42_8, $c42_9, $c42_10), ($c43_0, $c43_1, $c43_2, $c43_3, $c43_4, $c43_5, $c43_6, $c43_7, $c43_8, $c43_9, $c43_10), ($c44_0, $c44_1, $c44_2, $c44_3, $c44_4, $c44_5, $c44_6, $c44_7, $c44_8, $c44_9, $c44_10), ($c45_0, $c45_1, $c45_2, $c45_3, $c45_4, $c45_5, $c45_6, $c45_7, $c45_8, $c45_9, $c45_10), ($c46_0, $c46_1, $c46_2, $c46_3, $c46_4, $c46_5, $c46_6, $c46_7, $c46_8, $c46_9, $c46_10), ($c47_0, $c47_1, $c47_2, $c47_3, $c47_4, $c47_5, $c47_6, $c47_7, $c47_8, $c47_9, $c47_10), ($c48_0, $c48_1, $c48_2, $c48_3, $c48_4, $c48_5, $c48_6, $c48_7, $c48_8, $c48_9, $c48_10), ($c49_0, $c49_1, $c49_2, $c49_3, $c49_4, $c49_5, $c49_6, $c49_7, $c49_8, $c49_9, $c49_10), ($c50_0, $c50_1, $c50_2, $c50_3, $c50_4, $c50_5, $c50_6, $c50_7, $c50_8, $c50_9, $c50_10), ($c51_0, $c51_1, $c51_2, $c51_3, $c51_4, $c51_5, $c51_6, $c51_7, $c51_8, $c51_9, $c51_10), ($c52_0, $c52_1, $c52_2, $c52_3, $c52_4, $c52_5, $c52_6, $c52_7, $c52_8, $c52_9, $c52_10), ($c53_0, $c53_1, $c53_2, $c53_3, $c53_4, $c53_5, $c53_6, $c53_7, $c53_8, $c53_9, $c53_10), ($c54_0, $c54_1, $c54_2, $c54_3, $c54_4, $c54_5, $c54_6, $c54_7, $c54_8, $c54_9, $c54_10), ($c55_0, $c55_1, $c55_2, $c55_3, $c55_4, $c55_5, $c55_6, $c55_7, $c55_8, $c55_9, $c55_10), ($c56_0, $c56_1, $c56_2, $c56_3, $c56_4, $c56_5, $c56_6, $c56_7, $c56_8, $c56_9, $c56_10), ($c57_0, $c57_1, $c57_2, $c57_3, $c57_4, $c57_5, $c57_6, $c57_7, $c57_8, $c57_9, $c57_10), ($c58_0, $c58_1, $c58_2, $c58_3, $c58_4, $c58_5, $c58_6, $c58_7, $c58_8, $c58_9, $c58_10), ($c59_0, $c59_1, $c59_2, $c59_3, $c59_4, $c59_5, $c59_6, $c59_7, $c59_8, $c59_9, $c59_10), ($c60_0, $c60_1, $c60_2, $c60_3, $c60_4, $c60_5, $c60_6, $c60_7, $c60_8, $c60_9, $c60_10), ($c61_0, $c61_1, $c61_2, $c61_3, $c61_4, $c61_5, $c61_6, $c61_7, $c61_8, $c61_9, $c61_10), ($c62_0, $c62_1, $c62_2, $c62_3, $c62_4, $c62_5, $c62_6, $c62_7, $c62_8, $c62_9, $c62_10), ($c63_0, $c63_1, $c63_2, $c63_3, $c63_4, $c63_5, $c63_6, $c63_7, $c63_8, $c63_9, $c63_10), ($c64_0, $c64_1, $c64_2, $c64_3, $c64_4, $c64_5, $c64_6, $c64_7, $c64_8, $c64_9, $c64_10), ($c65_0, $c65_1, $c65_2, $c65_3, $c65_4, $c65_5, $c65_6, $c65_7, $c65_8, $c65_9, $c65_10), ($c66_0, $c66_1, $c66_2, $c66_3, $c66_4, $c66_5, $c66_6, $c66_7, $c66_8, $c66_9, $c66_10), ($c67_0, $c67_1, $c67_2, $c67_3, $c67_4, $c67_5, $c67_6, $c67_7, $c67_8, $c67_9, $c67_10), ($c68_0, $c68_1, $c68_2, $c68_3, $c68_4, $c68_5, $c68_6, $c68_7, $c68_8, $c68_9, $c68_10), ($c69_0, $c69_1, $c69_2, $c69_3, $c69_4, $c69_5, $c69_6, $c69_7, $c69_8, $c69_9, $c69_10), ($c70_0, $c70_1, $c70_2, $c70_3, $c70_4, $c70_5, $c70_6, $c70_7, $c70_8, $c70_9, $c70_10), ($c71_0, $c71_1, $c71_2, $c71_3, $c71_4, $c71_5, $c71_6, $c71_7, $c71_8, $c71_9, $c71_10), ($c72_0, $c72_1, $c72_2, $c72_3, $c72_4, $c72_5, $c72_6, $c72_7, $c72_8, $c72_9, $c72_10), ($c73_0, $c73_1, $c73_2, $c73_3, $c73_4, $c73_5, $c73_6, $c73_7, $c73_8, $c73_9, $c73_10), ($c74_0, $c74_1, $c74_2, $c74_3, $c74_4, $c74_5, $c74_6, $c74_7, $c74_8, $c74_9, $c74_10), ($c75_0, $c75_1, $c75_2, $c75_3, $c75_4, $c75_5, $c75_6, $c75_7, $c75_8, $c75_9, $c75_10), ($c76_0, $c76_1, $c76_2, $c76_3, $c76_4, $c76_5, $c76_6, $c76_7, $c76_8, $c76_9, $c76_10), ($c77_0, $c77_1, $c77_2, $c77_3, $c77_4, $c77_5, $c77_6, $c77_7, $c77_8, $c77_9, $c77_10), ($c78_0, $c78_1, $c78_2, $c78_3, $c78_4, $c78_5, $c78_6, $c78_7, $c78_8, $c78_9, $c78_10), ($c79_0, $c79_1, $c79_2, $c79_3, $c79_4, $c79_5, $c79_6, $c79_7, $c79_8, $c79_9, $c79_10), ($c80_0, $c80_1, $c80_2, $c80_3, $c80_4, $c80_5, $c80_6, $c80_7, $c80_8, $c80_9, $c80_10), ($c81_0, $c81_1, $c81_2, $c81_3, $c81_4, $c81_5, $c81_6, $c81_7, $c81_8, $c81_9, $c81_10), ($c82_0, $c82_1, $c82_2, $c82_3, $c82_4, $c82_5, $c82_6, $c82_7, $c82_8, $c82_9, $c82_10), ($c83_0, $c83_1, $c83_2, $c83_3, $c83_4, $c83_5, $c83_6, $c83_7, $c83_8, $c83_9, $c83_10), ($c84_0, $c84_1, $c84_2, $c84_3, $c84_4, $c84_5, $c84_6, $c84_7, $c84_8, $c84_9, $c84_10), ($c85_0, $c85_1, $c85_2, $c85_3, $c85_4, $c85_5, $c85_6, $c85_7, $c85_8, $c85_9, $c85_10), ($c86_0, $c86_1, $c86_2, $c86_3, $c86_4, $c86_5, $c86_6, $c86_7, $c86_8, $c86_9, $c86_10), ($c87_0, $c87_1, $c87_2, $c87_3, $c87_4, $c87_5, $c87_6, $c87_7, $c87_8, $c87_9, $c87_10), ($c88_0, $c88_1, $c88_2, $c88_3, $c88_4, $c88_5, $c88_6, $c88_7, $c88_8, $c88_9, $c88_10), ($c89_0, $c89_1, $c89_2, $c89_3, $c89_4, $c89_5, $c89_6, $c89_7, $c89_8, $c89_9, $c89_10), ($c90_0, $c90_1, $c90_2, $c90_3, $c90_4, $c90_5, $c90_6, $c90_7, $c90_8, $c90_9, $c90_10), ($c91_0, $c91_1, $c91_2, $c91_3, $c91_4, $c91_5, $c91_6, $c91_7, $c91_8, $c91_9, $c91_10), ($c92_0, $c92_1, $c92_2, $c92_3, $c92_4, $c92_5, $c92_6, $c92_7, $c92_8, $c92_9, $c92_10), ($c93_0, $c93_1, $c93_2, $c93_3, $c93_4, $c93_5, $c93_6, $c93_7, $c93_8, $c93_9, $c93_10), ($c94_0, $c94_1, $c94_2, $c94_3, $c94_4, $c94_5, $c94_6, $c94_7, $c94_8, $c94_9, $c94_10), ($c95_0, $c95_1, $c95_2, $c95_3, $c95_4, $c95_5, $c95_6, $c95_7, $c95_8, $c95_9, $c95_10), ($c96_0, $c96_1, $c96_2, $c96_3, $c96_4, $c96_5, $c96_6, $c96_7, $c96_8, $c96_9, $c96_10), ($c97_0, $c97_1, $c97_2, $c97_3, $c97_4, $c97_5, $c97_6, $c97_7, $c97_8, $c97_9, $c97_10), ($c98_0, $c98_1, $c98_2, $c98_3, $c98_4, $c98_5, $c98_6, $c98_7, $c98_8, $c98_9, $c98_10), ($c99_0, $c99_1, $c99_2, $c99_3, $c99_4, $c99_5, $c99_6, $c99_7, $c99_8, $c99_9, $c99_10)
No authentication methods were found. Going without authentication

DEBUG    ya.test:process.py:456 No sanitizer errors found
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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:379 RpcState(ListEndpoints, 20aa034d-4cba-4858-b490-d47aac96cd52, localhost:19937): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 20aa034d-4cba-4858-b490-d47aac96cd52, localhost:19937): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 20aa034d-4cba-4858-b490-d47aac96cd52, localhost:19937): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:19937". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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:379 RpcState(ListEndpoints, 56b2f085-8fe0-4774-bc35-0cc56c27a3a8, localhost:19937): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 56b2f085-8fe0-4774-bc35-0cc56c27a3a8, localhost:19937): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 56b2f085-8fe0-4774-bc35-0cc56c27a3a8, localhost:19937): response = { operation { ready: true status: UNAVAILABLE issues { message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:19937". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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:379 RpcState(ListEndpoints, e52a1091-b0ad-4ed2-a7d0-21a287480eb5, localhost:19937): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e52a1091-b0ad-4ed2-a7d0-21a287480eb5, localhost:19937): request = { database: "/Root" }
INFO     ydb.connection:connection.py:77 RpcState(ListEndpoints, e52a1091-b0ad-4ed2-a7d0-21a287480eb5, localhost:19937): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-10-17T13:50:01.384978178+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(ListEndpoints, e52a1091-b0ad-4ed2-a7d0-21a287480eb5, localhost:19937): unhandled rpc error, disconnecting channel
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:19937". Error details:
 Rpc error, reason <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-10-17T13:50:01.384978178+00:00"}"
>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 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)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:19937
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:19937". Check endpoint correctness.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:19937/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13840
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6228
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23999
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19937
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8939
============================== slowest durations ===============================
213.45s call     test_workload.py::TestYdbMixedWorkload::test[column]
173.53s call     test_workload.py::TestYdbMixedWorkload::test[row]
147.49s teardown test_workload.py::TestYdbMixedWorkload::test[row]
17.01s teardown test_workload.py::TestYdbMixedWorkload::test[column]
11.84s setup    test_workload.py::TestYdbMixedWorkload::test[row]
5.30s setup    test_workload.py::TestYdbMixedWorkload::test[column]
=========================== short test summary info ============================
ERROR test_workload.py::TestYdbMixedWorkload::test[row] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = 100.
Stdout file name: 
/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/yqbv/0008e0/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/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.023039 seconds, 3 sessions to shutdown
Current KQP shutdown state: spent 6.046553 seconds, 3 sessions to shutdown
Current KQP shutdown state: spent 9.076239 seconds, 3 sessions to shutdown
GRpc shutdown warning: left infly: 1, spent: 4.250312 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 7.385721 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 10.521375 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 13.653382 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 16.795149 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 19.937742 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 23.033879 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 26.108562 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 29.258274 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.007656 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1530443==ERROR: LeakSanitizer: detected memory leaks

Too many leaks! Only the first 5000 leaks encountered will be reported.
Indirect leak of 37664 byte(s) in 214 object(s) allocated from:
#0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034b93462 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034b93462 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034b93462 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034b93462 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034b93462 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034b93462 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034b93462 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034b93462 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034b93462 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034ba20de in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003b4074d7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003b3f8e54 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#18 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#19 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#20 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#21 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#22 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 18832 byte(s) in 214 object(s) allocated from:
#0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034b9337c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034b9337c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034ba20de in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003b4074d7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003b3f8e54 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#11 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#12 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#13 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#14 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#15 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 11224 byte(s) in 214 object(s) allocated from:
#0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c0beab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c0beab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c0beab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c0beab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c0beab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c0beab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c0beab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c0beab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c0beab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c0beab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034b96cdc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034b96cdc in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#13 0x000034b96cdc in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
#14 0x00003b4053cf in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
#15 0x00003b3f8ac1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#21 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#22 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#23 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#24 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#25 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
#0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c0bea34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c0bea34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c0bea34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034b96cdc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034b96cdc in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#6 0x000034b96cdc in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
#7 0x00003b4053cf in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
#8 0x00003b3f8ac1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#14 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#15 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#16 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#17 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#18 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
#0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034b96cca in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034b96cca in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
#3 0x00003b4053cf in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
#4 0x00003b3f8ac1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 376 byte(s) in 10 object(s) allocated from:
#0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000343158f4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000343158f4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000343158f4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000343158f4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000343158f4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x0000343158f4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x0000343158f4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x0000343158f4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x0000343158f4 in TBasicString /-S/util/generic/string.h:491:18
#10 0x0000343158f4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x0000343158f4 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
#12 0x0000343146c2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x0000343146c2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x00003431abe0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x000034376e28 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
#16 0x000034ba1a16 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003b4026cb in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
#18 0x00003b3f8532 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#24 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#25 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#26 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#27 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#28 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 352 byte(s) in 11 object(s) allocated from:
#0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034315852 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000034315852 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000034315852 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000034315852 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
#5 0x0000343146c2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x0000343146c2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x00003431abe0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x000034376e28 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
#9 0x000034ba1a16 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003b4026cb in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
#11 0x00003b3f8532 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003b3e87a9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x000041f4be39 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x000041f4ae90 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x000041f4ae90 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x0000222de17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#17 0x000022395d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#18 0x00002239f984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#19 0x00002239ef3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#20 0x0000223a0fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#21 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 192 byte(s) in 1 object(s) allocated from:
#0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027a07128 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027a07128 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027a07128 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027a07128 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027a07128 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027a07128 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027a07128 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027a07128 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027a06dcf in THolder<NMonitoring::TExplicitHistogramCollector, TDelete> MakeHolder<NMonitoring::TExplicitHistogramCollector, TVector<double, std::__y1::allocator<double>>>(TVector<double, std::__y1::allocator<double>>&&) /-S/util/generic/ptr.h:386:27
#10 0x000027a05c28 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b4acffa in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b4acffa in __invoke<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
#13 0x00003b4acffa in __call<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
#14 0x00003b4acffa in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003b4acffa in std::__y1::__function::__func<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0, std::__y1::allocator<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
#16 0x00001f8cf81f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003b49b39f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003b49b39f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x00003b49b39f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
#20 0x00004492a2ce in NYdbGrpc::TGRpcRequestImpl<Ydb::Topic::CommitOffsetRequest, Ydb::Topic::CommitOffsetResponse, NKikimr::NGRpcService::V1::TGRpcTopicService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
#21 0x00003b3f0a7c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00003b3f0a7c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00003b3f0a7c in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
#24 0x00003b3f0a7c in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
#25 0x00003b3f0a7c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00003b3f0a7c in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
#27 0x000021f5f24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#28 0x000021f5f24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#29 0x000021f5f24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#30 0x000021f5f7ac in Execute /-S/util/thread/factory.h:15:13
#31 0x000021f5f7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#32 0x00001fb5e1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#33 0x00001f7fbaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 192 byte(s) in 1 object(s) allocated from:
#0 0x00001f837f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027a07128 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027a07128 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027a07128 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027a07128 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027a07128 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027a07128 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027a07128 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027a07128 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
==================== 2 passed, 1 error in 570.58s (0:09:30) ====================
