============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0j1k/000f09/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:679: 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/0j1k/000f09/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/0j1k/000f09/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, 2 sessions to shutdown
E   Current KQP shutdown state: spent 3.044647 seconds, 2 sessions to shutdown
E   Current KQP shutdown state: spent 6.091173 seconds, 2 sessions to shutdown
E   Current KQP shutdown state: spent 9.131081 seconds, 2 sessions to shutdown
E   GRpc shutdown warning: left infly: 2, spent: 5.135951 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 8.731684 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 12.383874 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 15.976869 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 19.63213 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 23.195668 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 2, spent: 26.766885 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 2, spent: 30.011512 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1385857==ERROR: LeakSanitizer: detected memory leaks
E   
E   Indirect leak of 34240 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f984f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034d0a30b in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034d0a30b in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034d0a30b in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034d0a30b in __allocate_at_least<std::__y1::allocator<grpc_core::Server::ChannelRegisteredMethod> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000034d0a30b in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034d0a30b in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034d0a30b in make_unique<std::__y1::vector<grpc_core::Server::ChannelRegisteredMethod, std::__y1::allocator<grpc_core::Server::ChannelRegisteredMethod> >, unsigned long &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #8 0x000034d0a30b in grpc_core::Server::ChannelData::InitTransport(grpc_core::RefCountedPtr<grpc_core::Server>, grpc_core::RefCountedPtr<grpc_core::Channel>, unsigned long, grpc_transport*, long) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1155:9
E   #9 0x000034d09b7d in grpc_core::Server::SetupTransport(grpc_transport*, grpc_pollset*, grpc_core::ChannelArgs const&, grpc_core::RefCountedPtr<grpc_core::channelz::SocketNode> const&) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:763:10
E   #10 0x00003b602292 in grpc_core::(anonymous namespace)::Chttp2ServerListener::ActiveConnection::HandshakingState::OnHandshakeDone(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc:479:52
E   #11 0x0000344a881e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
E   #12 0x0000344a881e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
E   #13 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #14 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
E   #15 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
E   #16 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
E   #17 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #18 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #19 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #20 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
E   #21 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 10135 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f94b0e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
E   #1 0x000034487a70 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
E   #2 0x000034487a70 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
E   #3 0x0000345831c7 in ArenaStorage /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:42:10
E   #4 0x0000345831c7 in grpc_core::Arena::CreateWithAlloc(unsigned long, unsigned long, grpc_event_engine::experimental::MemoryAllocator*) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:71:26
E   #5 0x00003458f3ba in grpc_core::FilterStackCall::Create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:819:46
E   #6 0x0000345ae4f6 in grpc_call_create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:3456:10
E   #7 0x000034d11c8c in grpc_core::Server::ChannelData::AcceptStream(void*, grpc_transport*, void const*) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1243:29
E   #8 0x0000348d00e7 in grpc_chttp2_parsing_accept_stream(grpc_chttp2_transport*, unsigned int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:852:3
E   #9 0x00003494a8bd in init_header_frame_parser(grpc_chttp2_transport*, int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:640:9
E   #10 0x00003494574c in init_frame_parser /-S/contrib/libs/cxxsupp/libcxx/include/string_view
E   #11 0x00003494574c in grpc_chttp2_perform_read(grpc_chttp2_transport*, grpc_slice const&) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:323:13
E   #12 0x0000348e528d in read_action_locked(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:2533:19
E   #13 0x0000344cd9a6 in grpc_combiner_continue_exec_ctx() /-S/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc:231:5
E   #14 0x0000344a8854 in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:75:17
E   #15 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #16 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
E   #17 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
E   #18 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
E   #19 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #20 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #21 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #22 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
E   #23 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #24 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #25 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #26 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
E   #27 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #28 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 1472 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f984f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00004519cf7c in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcDiscoveryService*, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*&)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcDiscoveryService*&&, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*&)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:12
E   #2 0x00004519b312 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
E   #3 0x000045198f72 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
E   #4 0x00003b58b0ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #5 0x00003b58b0ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #6 0x00003b58b0ac 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   #7 0x00003b58b0ac 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   #8 0x00003b58b0ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #9 0x00003b58b0ac 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   #10 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #11 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #12 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #13 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
E   #14 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #15 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 1056 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f984f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00004519e38a in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequestImpl(NKikimr::NGRpcService::TGRpcDiscoveryService*, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:75:19
E   #2 0x00004519d1f1 in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcDiscoveryService*, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*&)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcDiscoveryService*&&, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*&)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:16
E   #3 0x00004519b312 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
E   #4 0x000045198f72 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
E   #5 0x00003b58b0ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #6 0x00003b58b0ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #7 0x00003b58b0ac 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   #8 0x00003b58b0ac 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   #9 0x00003b58b0ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #10 0x00003b58b0ac 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   #11 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #12 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #13 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #14 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
E   #15 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #16 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #17 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 768 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f94b4dc in realloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:81:3
E   #1 0x000034487a34 in gpr_realloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:53:7
E   #2 0x0000345949e8 in grpc_core::FilterStackCall::PublishAppMetadata(grpc_metadata_batch*, bool) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1186:9
E   #3 0x00003459907d in RecvInitialFilter /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1194:3
E   #4 0x00003459907d in grpc_core::FilterStackCall::BatchControl::ReceivingInitialMetadataReady(y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1415:11
E   #5 0x0000345b3f2e in operator() /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
E   #6 0x0000345b3f2e in grpc_core::FilterStackCall::StartBatch(grpc_op const*, unsigned long, void*, bool)::$_0::__invoke(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
E   #7 0x000034d14a23 in Run /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:303:5
E   #8 0x000034d14a23 in grpc_core::Server::CallData::RecvInitialMetadataReady(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1622:3
E   #9 0x0000344a881e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
E   #10 0x0000344a881e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
E   #11 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #12 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
E   #13 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
E   #14 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
E   #15 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #16 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #17 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #18 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
E   #19 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #20 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #21 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #22 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
E   #23 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #24 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #25 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 695 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f94b0e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
E   #1 0x000034487a70 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
E   #2 0x000034487a70 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
E   #3 0x0000345835a2 in grpc_core::Arena::AllocZone(unsigned long) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:108:18
E   #4 0x000034609d78 in Alloc /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:162:14
E   #5 0x000034609d78 in New<grpc_core::ChunkedVector<std::__y1::pair<grpc_core::Slice, grpc_core::Slice>, 10UL>::Chunk> /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:172:28
E   #6 0x000034609d78 in grpc_core::ChunkedVector<std::__y1::pair<grpc_core::Slice, grpc_core::Slice>, 10ul>::AppendSlot() /-S/contrib/libs/grpc/src/core/lib/gprpp/chunked_vector.h:239:24
E   #7 0x000034606838 in EmplaceBack<grpc_core::Slice, grpc_core::Slice> /-S/contrib/libs/grpc/src/core/lib/gprpp/chunked_vector.h:83:15
E   #8 0x000034606838 in grpc_core::metadata_detail::UnknownMap::Append(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, grpc_core::Slice) /-S/contrib/libs/grpc/src/core/lib/transport/metadata_batch.cc:46:12
E   #9 0x000034917cc4 in operator() /-S/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.h:389:19
E   #10 0x000034917cc4 in grpc_core::ParsedMetadata<grpc_metadata_batch>::KeyValueVTable(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>)::'lambda'(grpc_core::metadata_detail::Buffer const&, grpc_metadata_batch*)::__invoke(grpc_core::metadata_detail::Buffer const&, grpc_metadata_batch*) /-S/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.h:387:27
E   #11 0x0000349011f1 in SetOnContainer /-S/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.h:189:5
E   #12 0x0000349011f1 in Set /-S/contrib/libs/grpc/src/core/lib/transport/metadata_batch.h:1394:7
E   #13 0x0000349011f1 in EmitHeader /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:784:25
E   #14 0x0000349011f1 in FinishHeaderOmitFromTable /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:818:5
E   #15 0x0000349011f1 in FinishHeaderOmitFromTable /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:809:5
E   #16 0x0000349011f1 in grpc_core::HPackParser::Parser::Parse() /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:667:20
E   #17 0x00003490007a in grpc_core::HPackParser::ParseInputInner(grpc_core::HPackParser::Input*) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:1112:9
E   #18 0x0000348fedde in grpc_core::HPackParser::ParseInput(grpc_core::HPackParser::Input, bool) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:1077:3
E   #19 0x0000348fea41 in grpc_core::HPackParser::Parse(grpc_slice const&, bool) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:1071:10
E   #20 0x000034948d8a in grpc_chttp2_header_parser_parse(void*, grpc_chttp2_transport*, grpc_chttp2_stream*, grpc_slice const&, int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:852:37
E   #21 0x0000349486bc in parse_frame_slice(grpc_chttp2_transport*, grpc_slice const&, int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:806:7
E   #22 0x000034946f5b in grpc_chttp2_perform_read(grpc_chttp2_transport*, grpc_slice const&) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:367:15
E   #23 0x0000348e528d in read_action_locked(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:2533:19
E   #24 0x0000344cd9a6 in grpc_combiner_continue_exec_ctx() /-S/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc:231:5
E   #25 0x0000344a8854 in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:75:17
E   #26 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #27 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
E   #28 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
E   #29 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
E   #30 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #31 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #32 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #33 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
E   #34 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #35 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #36 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #37 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
E   #38 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #39 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #40 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 686 byte(s) in 2 object(s) allocated from:
E   #0 0x00001f94b0e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
E   #1 0x000034487a70 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
E   #2 0x000034487a70 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
E   #3 0x000034583868 in AllocZone /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:108:18
E   #4 0x000034583868 in Alloc /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:162:14
E   #5 0x000034583868 in grpc_core::Arena::AllocPooled(unsigned long, unsigned long, std::__y1::atomic<grpc_core::Arena::FreePoolNode*>*) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:144:15
E   #6 0x0000346d21d8 in std::__y1::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter> grpc_core::Arena::MakePooled<grpc_core::Message>() /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:224:14
E   #7 0x0000346d56cb in grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage::WakeInsideCombiner(grpc_core::promise_filter_detail::BaseCallData::Flusher*, bool) /-S/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc:850:45
E   #8 0x0000346efa4a in grpc_core::promise_filter_detail::ServerCallData::WakeInsideCombiner(grpc_core::promise_filter_detail::BaseCallData::Flusher*) /-S/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc:2489:24
E   #9 0x0000346d3b77 in grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage::OnComplete(y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc:746:10
E   #10 0x0000346f909e in operator() /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:128:3
E   #11 0x0000346f909e in grpc_closure grpc_core::MakeMemberClosure<grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage, &grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage::OnComplete(y_absl::lts_y_20240722::Status)>(grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage*, grpc_core::DebugLocation)::'lambda'(void*, y_absl::lts_y_20240722::Status)::__invoke(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:128:3
E   #12 0x0000344a881e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
E   #13 0x0000344a881e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
E   #14 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #15 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
E   #16 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
E   #17 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
E   #18 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #19 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #20 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #21 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
E   #22 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #23 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #24 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #25 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
E   #26 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #27 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #28 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 576 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f94b2b9 in calloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:74:3
E   #1 0x0000344879f2 in gpr_zalloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:42:7
E   #2 0x0000345fa019 in grpc_core::ChannelStackBuilderImpl::Build() /-S/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder_impl.cc:83:40
E   #3 0x0000345dc0db in grpc_core::Channel::CreateWithBuilder(grpc_core::ChannelStackBuilder*) /-S/contrib/libs/grpc/src/core/lib/surface/channel.cc:117:68
E   #4 0x0000345dd714 in grpc_core::Channel::Create(char const*, grpc_core::ChannelArgs, grpc_channel_stack_type, grpc_transport*) /-S/contrib/libs/grpc/src/core/lib/surface/channel.cc:230:10
E   #5 0x000034d097b8 in grpc_core::Server::SetupTransport(grpc_transport*, grpc_pollset*, grpc_core::ChannelArgs const&, grpc_core::RefCountedPtr<grpc_core::channelz::SocketNode> const&) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:741:7
E   #6 0x00003b602292 in grpc_core::(anonymous namespace)::Chttp2ServerListener::ActiveConnection::HandshakingState::OnHandshakeDone(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc:479:52
E   #7 0x0000344a881e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
E   #8 0x0000344a881e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
E   #9 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #10 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
E   #11 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
E   #12 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
E   #13 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #14 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #15 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
------------------------------ 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/0j1k/000f09/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19107
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/0j1k/000f09/r3tmp/kikimr_cluster_46lnr2zq
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20274
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25984
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28921
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1862
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1862
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1863
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/0j1k/000f09/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:269 Final command: /home/runner/.ya/build/build_root/0j1k/000f09/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/0j1k/000f09/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/node_1/logfile_lavtwo59.log --grpc-port=20274 --mon-port=25984 --ic-port=19107
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20274/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/0j1k/000f09/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:269 Final command: /home/runner/.ya/build/build_root/0j1k/000f09/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/0j1k/000f09/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/node_1/logfile_lavtwo59.log --grpc-port=20274 --mon-port=25984 --ic-port=19107
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/0j1k/000f09/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/0j1k/000f09/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/0j1k/000f09/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.row/cluster/node_1/logfile_lavtwo59.log', '--grpc-port=20274', '--mon-port=25984', '--ic-port=19107')' in '/home/runner/.ya/build/build_root/0j1k/000f09/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: 1385857
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:20274/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/0j1k/000f09/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1385858
DEBUG    ya.test:process.py:259 Command (pid 1385858) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1385858) elapsed time (sec): 1.5900492668151855
DEBUG    ya.test:process.py:263 Command (pid 1385858) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1385858) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1385858) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1385858) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1385858) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1385858) maxrss: 477612
DEBUG    ya.test:process.py:263 Command (pid 1385858) minflt: 45360
DEBUG    ya.test:process.py:263 Command (pid 1385858) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1385858) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1385858) nivcsw: 236
DEBUG    ya.test:process.py:263 Command (pid 1385858) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1385858) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1385858) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1385858) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1385858) stime: 0.26695599999999997
DEBUG    ya.test:process.py:263 Command (pid 1385858) utime: 0.502737
DEBUG    ya.test:process.py:263 Command (pid 1385858) wtime: 1.626
DEBUG    ya.test:process.py:275 Command (pid 1385858) output:
Git info:
    Commit: c96815f64529116f2652cecd49ecdfb2bc259faa
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge c48827a2b0571ba91bd9276120fa56bea40f6ae9 into f47ab3fc3aa99e9c8fd69bf54c82c8cb79e8b521

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-byi2rl4xni
    Host information: 
        Linux ghrun-byi2rl4xni 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 1385858) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: c96815f64529116f2652cecd49ecdfb2bc259faa
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge c48827a2b0571ba91bd9276120fa56bea40f6ae9 into f47ab3fc3aa99e9c8fd69bf54c82c8cb79e8b521
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/0j1k/000f09/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:20274', '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: 19107\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/0j1k/000f09/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:20274', '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: 19107\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1386560
DEBUG    ya.test:process.py:259 Command (pid 1386560) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1386560) elapsed time (sec): 2.9369959831237793
DEBUG    ya.test:process.py:263 Command (pid 1386560) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1386560) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1386560) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1386560) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1386560) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1386560) maxrss: 523740
DEBUG    ya.test:process.py:263 Command (pid 1386560) minflt: 51669
DEBUG    ya.test:process.py:263 Command (pid 1386560) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1386560) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1386560) nivcsw: 323
DEBUG    ya.test:process.py:263 Command (pid 1386560) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1386560) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1386560) nvcsw: 549
DEBUG    ya.test:process.py:263 Command (pid 1386560) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1386560) stime: 0.451895
DEBUG    ya.test:process.py:263 Command (pid 1386560) utime: 0.724364
DEBUG    ya.test:process.py:263 Command (pid 1386560) wtime: 2.964
DEBUG    ya.test:process.py:275 Command (pid 1386560) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/0j1k/000f09/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:20274', '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/0j1k/000f09/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:20274', '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: 1386735
DEBUG    ya.test:process.py:259 Command (pid 1386735) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1386735) elapsed time (sec): 2.5406925678253174
DEBUG    ya.test:process.py:263 Command (pid 1386735) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1386735) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1386735) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1386735) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1386735) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1386735) maxrss: 524708
DEBUG    ya.test:process.py:263 Command (pid 1386735) minflt: 51779
DEBUG    ya.test:process.py:263 Command (pid 1386735) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1386735) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1386735) nivcsw: 278
DEBUG    ya.test:process.py:263 Command (pid 1386735) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1386735) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1386735) nvcsw: 628
DEBUG    ya.test:process.py:263 Command (pid 1386735) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1386735) stime: 0.291539
DEBUG    ya.test:process.py:263 Command (pid 1386735) utime: 0.5983149999999999
DEBUG    ya.test:process.py:263 Command (pid 1386735) wtime: 2.562
DEBUG    ya.test:process.py:275 Command (pid 1386735) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:552 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:559 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, 928cf47a-3475-4b4b-a2c6-c87d32b8373f, localhost:20274): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 928cf47a-3475-4b4b-a2c6-c87d32b8373f, localhost:20274): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 928cf47a-3475-4b4b-a2c6-c87d32b8373f, localhost:20274): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-byi2rl4xni.auto.internal" port: 20274 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-byi2rl4xni.auto.internal:20274, 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:20274
------------------------------ 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/0j1k/000f09/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/0j1k/000f09/ydb/tests/stress/mixedpy/workload_mixed', '--endpoint', 'grpc://localhost:20274', '--database', '/Root', '--store_type', 'row', '--duration', '100']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1386935
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, 16b1713b-1eb1-48cb-8a10-cbd1b2dba92e, localhost:20274): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 16b1713b-1eb1-48cb-8a10-cbd1b2dba92e, localhost:20274): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 16b1713b-1eb1-48cb-8a10-cbd1b2dba92e, localhost:20274): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-byi2rl4xni.auto.internal" port: 20274 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-byi2rl4xni.auto.internal:20274, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:20274
DEBUG    ya.test:process.py:259 Command (pid 1386935) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1386935) elapsed time (sec): 195.34861612319946
DEBUG    ya.test:process.py:263 Command (pid 1386935) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1386935) inblock: 410856
DEBUG    ya.test:process.py:263 Command (pid 1386935) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1386935) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1386935) majflt: 41
DEBUG    ya.test:process.py:263 Command (pid 1386935) maxrss: 1484968
DEBUG    ya.test:process.py:263 Command (pid 1386935) minflt: 3288017
DEBUG    ya.test:process.py:263 Command (pid 1386935) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1386935) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1386935) nivcsw: 21885
DEBUG    ya.test:process.py:263 Command (pid 1386935) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1386935) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1386935) nvcsw: 714576
DEBUG    ya.test:process.py:263 Command (pid 1386935) oublock: 511968
DEBUG    ya.test:process.py:263 Command (pid 1386935) stime: 17.206824
DEBUG    ya.test:process.py:263 Command (pid 1386935) utime: 84.357831
DEBUG    ya.test:process.py:263 Command (pid 1386935) wtime: 195.361
DEBUG    ya.test:process.py:275 Command (pid 1386935) 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	     17	0	0	0	5375	7295	7743	7743
2	     62	3	0	0	19967	46079	49407	50687

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
2	     79	2.39394	0	0	14911	45823	49407	50687
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	5	0	0	0	0
5	      0	0	0	1	0	0	0	0
6	      0	0	0	5	0	0	0	0
7	      0	0	0	4	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	5	0	0	0	0
11	      0	0	0	5	0	0	0	0
12	      0	0	0	2	0	0	0	0
13	      0	0	0	5	0	0	0	0
14	      0	0	0	3	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	2	0	0	0	0
19	      0	0	0	1	0	0	0	0
1	      9	0	0	0	7135	8095	8095	8095
20	      0	0	0	2	0	0	0	0
21	      0	0	0	3	0	0	0	0
22	      0	0	0	2	0	0	0	0
23	      0	0	0	5	0	0	0	0
24	     10	10	0	4	209	911	911	911
25	     12	12	0	0	391	497	499	499
26	     20	20	0	0	211	327	341	341
27	      0	0	0	5	0	0	0	0
28	      0	0	0	0	0	0	0	0
29	     10	10	0	0	183	1639	1639	1639
30	      4	4	0	5	473	531	531	531
31	     22	22	0	0	194	391	465	465
32	     27	27	0	0	191	245	277	277
33	     35	35	0	0	163	232	255	255

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
33	    140	4.24242	0	86	203	499	1639	1639
2	     49	2	0	0	19711	29567	31871	31871

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
2	     58	1.75758	0	0	18431	29439	31487	31871
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	      0	0	0	0	0	0	0	0
1	      9	9	0	0	361	489	489	489
2	      0	0	0	5	0	0	0	0
2	      1	1	0	4	627	627	627	627
3	      0	0	0	0	0	0	0	0
3	      1	1	0	1	1239	1239	1239	1239
4	      0	0	0	5	0	0	0	0
4	     14	14	0	0	543	1375	1407	1407
5	      0	0	0	5	0	0	0	0
5	      7	7	0	0	683	767	767	767
6	      0	0	0	1	0	0	0	0
6	      6	6	0	0	579	651	651	651
7	      0	0	0	4	0	0	0	0
7	     10	10	0	0	535	999	999	999
8	      0	0	0	5	0	0	0	0
8	     10	10	0	0	483	527	527	527
9	      0	0	0	1	0	0	0	0
9	      0	0	0	5	0	0	0	0
10	      0	0	0	4	0	0	0	0
10	      0	0	0	5	0	0	0	0
11	      0	0	0	0	0	0	0	0
11	      0	0	0	0	0	0	0	0
12	      0	0	0	2	0	0	0	0
12	      0	0	0	5	0	0	0	0
13	      0	0	0	3	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	2	0	0	0	0
16	      0	0	0	0	0	0	0	0
16	      0	0	0	3	0	0	0	0
17	      0	0	0	0	0	0	0	0
17	      0	0	0	0	0	0	0	0
18	      0	0	0	3	0	0	0	0
18	      0	0	0	0	0	0	0	0
19	      0	0	0	0	0	0	0	0
19	      0	0	0	0	0	0	0	0
20	      0	0	0	2	0	0	0	0
1	      8	0	0	0	4191	9983	9983	9983
20	      0	0	0	3	0	0	0	0
21	      0	0	0	0	0	0	0	0
21	      0	0	0	1	0	0	0	0
22	      0	0	0	1	0	0	0	0
22	      0	0	0	1	0	0	0	0
23	      0	0	0	2	0	0	0	0
23	      0	0	0	0	0	0	0	0
24	      0	0	0	3	0	0	0	0
24	      0	0	0	5	0	0	0	0
25	      0	0	0	1	0	0	0	0
25	      0	0	0	0	0	0	0	0
26	      0	0	0	4	0	0	0	0
26	      0	0	0	5	0	0	0	0
27	      0	0	0	1	0	0	0	0
27	      0	0	0	0	0	0	0	0
28	      0	0	0	3	0	0	0	0
28	      0	0	0	5	0	0	0	0
29	      0	0	0	2	0	0	0	0
29	      5	5	0	0	1583	1759	1759	1759
30	      0	0	0	4	0	0	0	0
30	      0	0	0	5	0	0	0	0
31	      0	0	0	1	0	0	0	0
31	      0	0	0	0	0	0	0	0
32	      0	0	0	4	0	0	0	0
32	      0	0	0	5	0	0	0	0
33	      0	0	0	5	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
33	     63	1.90909	0	60	519	1407	1751	1759
33	      0	0	0	6	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
33	      0	0	0	72	0	0	0	0
2	     51	2	0	0	24703	52735	53247	53247

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
2	     59	1.78788	0	0	23935	52735	53247	53247
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 1386935) 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: 4 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, e58f0d9b-49bf-4243-b315-e1f3b9282509, localhost:20274): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e58f0d9b-49bf-4243-b315-e1f3b9282509, localhost:20274): request = { database: "/Root" }
INFO     ydb.connection:connection.py:77 RpcState(ListEndpoints, e58f0d9b-49bf-4243-b315-e1f3b9282509, localhost:20274): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "UNKNOWN:Deadline Exceeded {created_time:"2025-11-27T15:48:50.033842701+00:00", grpc_status:4}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20274". Error details:
 Deadline exceeded on request
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:20274
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, ebab1c30-2033-4277-8cb9-cf13ec124d11, localhost:20274): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ebab1c30-2033-4277-8cb9-cf13ec124d11, localhost:20274): request = { database: "/Root" }
INFO     ydb.connection:connection.py:77 RpcState(ListEndpoints, ebab1c30-2033-4277-8cb9-cf13ec124d11, localhost:20274): 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-11-27T15:48:54.373000945+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(ListEndpoints, ebab1c30-2033-4277-8cb9-cf13ec124d11, localhost:20274): unhandled rpc error, disconnecting channel
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:20274". 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-11-27T15:48:54.373000945+00:00"}"
>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:20274
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:20274
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20274". 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:20274
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20274". 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:20274
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20274". 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:20274
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:20274". 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.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:20274/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1863
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28921
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25984
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20274
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19107
============================== slowest durations ===============================
251.62s call     test_workload.py::TestYdbMixedWorkload::test[column]
195.58s call     test_workload.py::TestYdbMixedWorkload::test[row]
87.18s teardown test_workload.py::TestYdbMixedWorkload::test[row]
16.67s setup    test_workload.py::TestYdbMixedWorkload::test[column]
15.17s setup    test_workload.py::TestYdbMixedWorkload::test[row]
12.03s teardown 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/0j1k/000f09/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/0j1k/000f09/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, 2 sessions to shutdown
Current KQP shutdown state: spent 3.044647 seconds, 2 sessions to shutdown
Current KQP shutdown state: spent 6.091173 seconds, 2 sessions to shutdown
Current KQP shutdown state: spent 9.131081 seconds, 2 sessions to shutdown
GRpc shutdown warning: left infly: 2, spent: 5.135951 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 8.731684 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 12.383874 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 15.976869 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 19.63213 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 23.195668 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 2, spent: 26.766885 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 2, spent: 30.011512 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1385857==ERROR: LeakSanitizer: detected memory leaks

Indirect leak of 34240 byte(s) in 1 object(s) allocated from:
#0 0x00001f984f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034d0a30b in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034d0a30b in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034d0a30b in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034d0a30b in __allocate_at_least<std::__y1::allocator<grpc_core::Server::ChannelRegisteredMethod> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034d0a30b in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034d0a30b in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034d0a30b in make_unique<std::__y1::vector<grpc_core::Server::ChannelRegisteredMethod, std::__y1::allocator<grpc_core::Server::ChannelRegisteredMethod> >, unsigned long &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#8 0x000034d0a30b in grpc_core::Server::ChannelData::InitTransport(grpc_core::RefCountedPtr<grpc_core::Server>, grpc_core::RefCountedPtr<grpc_core::Channel>, unsigned long, grpc_transport*, long) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1155:9
#9 0x000034d09b7d in grpc_core::Server::SetupTransport(grpc_transport*, grpc_pollset*, grpc_core::ChannelArgs const&, grpc_core::RefCountedPtr<grpc_core::channelz::SocketNode> const&) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:763:10
#10 0x00003b602292 in grpc_core::(anonymous namespace)::Chttp2ServerListener::ActiveConnection::HandshakingState::OnHandshakeDone(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc:479:52
#11 0x0000344a881e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
#12 0x0000344a881e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
#13 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#14 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
#15 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
#16 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
#17 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#18 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#19 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#20 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
#21 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#22 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#23 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#24 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
#25 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#26 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#27 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 10135 byte(s) in 1 object(s) allocated from:
#0 0x00001f94b0e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
#1 0x000034487a70 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
#2 0x000034487a70 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
#3 0x0000345831c7 in ArenaStorage /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:42:10
#4 0x0000345831c7 in grpc_core::Arena::CreateWithAlloc(unsigned long, unsigned long, grpc_event_engine::experimental::MemoryAllocator*) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:71:26
#5 0x00003458f3ba in grpc_core::FilterStackCall::Create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:819:46
#6 0x0000345ae4f6 in grpc_call_create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:3456:10
#7 0x000034d11c8c in grpc_core::Server::ChannelData::AcceptStream(void*, grpc_transport*, void const*) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1243:29
#8 0x0000348d00e7 in grpc_chttp2_parsing_accept_stream(grpc_chttp2_transport*, unsigned int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:852:3
#9 0x00003494a8bd in init_header_frame_parser(grpc_chttp2_transport*, int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:640:9
#10 0x00003494574c in init_frame_parser /-S/contrib/libs/cxxsupp/libcxx/include/string_view
#11 0x00003494574c in grpc_chttp2_perform_read(grpc_chttp2_transport*, grpc_slice const&) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:323:13
#12 0x0000348e528d in read_action_locked(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:2533:19
#13 0x0000344cd9a6 in grpc_combiner_continue_exec_ctx() /-S/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc:231:5
#14 0x0000344a8854 in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:75:17
#15 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#16 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
#17 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
#18 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
#19 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#20 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#21 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#22 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
#23 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#24 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#25 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#26 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
#27 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#28 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 1472 byte(s) in 1 object(s) allocated from:
#0 0x00001f984f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00004519cf7c in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcDiscoveryService*, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*&)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcDiscoveryService*&&, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*&)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:12
#2 0x00004519b312 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
#3 0x000045198f72 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
#4 0x00003b58b0ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#5 0x00003b58b0ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#6 0x00003b58b0ac 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
#7 0x00003b58b0ac 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
#8 0x00003b58b0ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#9 0x00003b58b0ac 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
#10 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#11 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#12 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#13 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
#14 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#15 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 1056 byte(s) in 1 object(s) allocated from:
#0 0x00001f984f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00004519e38a in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::TGRpcRequestImpl(NKikimr::NGRpcService::TGRpcDiscoveryService*, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>*, grpc::ServerCompletionQueue*, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const*, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>) /-S/ydb/library/grpc/server/grpc_request.h:75:19
#2 0x00004519d1f1 in TIntrusivePtr<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>> MakeIntrusive<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>, TDefaultIntrusivePtrOps<NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>>, NKikimr::NGRpcService::TGRpcDiscoveryService*, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*&)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&>(NKikimr::NGRpcService::TGRpcDiscoveryService*&&, Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>* const&, grpc::ServerCompletionQueue* const&, std::__y1::function<void (NYdbGrpc::IRequestContextBase*)>&, void (Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_ListEndpoints<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_WhoAmI<Ydb::Discovery::V1::DiscoveryService::WithAsyncMethod_NodeRegistration<Ydb::Discovery::V1::DiscoveryService::Service>>>::*&)(grpc::ServerContext*, Ydb::Discovery::ListEndpointsRequest*, grpc::ServerAsyncResponseWriter<Ydb::Discovery::ListEndpointsResponse>*, grpc::CompletionQueue*, grpc::ServerCompletionQueue*, void*), char const* const&, TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>&, TIntrusivePtr<NYdbGrpc::ICounterBlock, TDefaultIntrusivePtrOps<NYdbGrpc::ICounterBlock>>&&, TIntrusivePtr<NYdbGrpc::IGRpcRequestLimiter, TDefaultIntrusivePtrOps<NYdbGrpc::IGRpcRequestLimiter>>&) /-S/util/generic/ptr.h:834:16
#3 0x00004519b312 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::Clone() /-S/ydb/library/grpc/server/grpc_request.h:258:17
#4 0x000045198f72 in NYdbGrpc::TGRpcRequestImpl<Ydb::Discovery::ListEndpointsRequest, Ydb::Discovery::ListEndpointsResponse, NKikimr::NGRpcService::TGRpcDiscoveryService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:421:9
#5 0x00003b58b0ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#6 0x00003b58b0ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#7 0x00003b58b0ac 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
#8 0x00003b58b0ac 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
#9 0x00003b58b0ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#10 0x00003b58b0ac 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
#11 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#12 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#13 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#14 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
#15 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#16 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#17 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 768 byte(s) in 1 object(s) allocated from:
#0 0x00001f94b4dc in realloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:81:3
#1 0x000034487a34 in gpr_realloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:53:7
#2 0x0000345949e8 in grpc_core::FilterStackCall::PublishAppMetadata(grpc_metadata_batch*, bool) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1186:9
#3 0x00003459907d in RecvInitialFilter /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1194:3
#4 0x00003459907d in grpc_core::FilterStackCall::BatchControl::ReceivingInitialMetadataReady(y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1415:11
#5 0x0000345b3f2e in operator() /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
#6 0x0000345b3f2e in grpc_core::FilterStackCall::StartBatch(grpc_op const*, unsigned long, void*, bool)::$_0::__invoke(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
#7 0x000034d14a23 in Run /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:303:5
#8 0x000034d14a23 in grpc_core::Server::CallData::RecvInitialMetadataReady(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1622:3
#9 0x0000344a881e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
#10 0x0000344a881e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
#11 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#12 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
#13 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
#14 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
#15 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#16 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#17 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#18 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
#19 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#20 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#21 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#22 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
#23 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#24 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#25 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 695 byte(s) in 1 object(s) allocated from:
#0 0x00001f94b0e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
#1 0x000034487a70 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
#2 0x000034487a70 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
#3 0x0000345835a2 in grpc_core::Arena::AllocZone(unsigned long) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:108:18
#4 0x000034609d78 in Alloc /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:162:14
#5 0x000034609d78 in New<grpc_core::ChunkedVector<std::__y1::pair<grpc_core::Slice, grpc_core::Slice>, 10UL>::Chunk> /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:172:28
#6 0x000034609d78 in grpc_core::ChunkedVector<std::__y1::pair<grpc_core::Slice, grpc_core::Slice>, 10ul>::AppendSlot() /-S/contrib/libs/grpc/src/core/lib/gprpp/chunked_vector.h:239:24
#7 0x000034606838 in EmplaceBack<grpc_core::Slice, grpc_core::Slice> /-S/contrib/libs/grpc/src/core/lib/gprpp/chunked_vector.h:83:15
#8 0x000034606838 in grpc_core::metadata_detail::UnknownMap::Append(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, grpc_core::Slice) /-S/contrib/libs/grpc/src/core/lib/transport/metadata_batch.cc:46:12
#9 0x000034917cc4 in operator() /-S/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.h:389:19
#10 0x000034917cc4 in grpc_core::ParsedMetadata<grpc_metadata_batch>::KeyValueVTable(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>)::'lambda'(grpc_core::metadata_detail::Buffer const&, grpc_metadata_batch*)::__invoke(grpc_core::metadata_detail::Buffer const&, grpc_metadata_batch*) /-S/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.h:387:27
#11 0x0000349011f1 in SetOnContainer /-S/contrib/libs/grpc/src/core/lib/transport/parsed_metadata.h:189:5
#12 0x0000349011f1 in Set /-S/contrib/libs/grpc/src/core/lib/transport/metadata_batch.h:1394:7
#13 0x0000349011f1 in EmitHeader /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:784:25
#14 0x0000349011f1 in FinishHeaderOmitFromTable /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:818:5
#15 0x0000349011f1 in FinishHeaderOmitFromTable /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:809:5
#16 0x0000349011f1 in grpc_core::HPackParser::Parser::Parse() /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:667:20
#17 0x00003490007a in grpc_core::HPackParser::ParseInputInner(grpc_core::HPackParser::Input*) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:1112:9
#18 0x0000348fedde in grpc_core::HPackParser::ParseInput(grpc_core::HPackParser::Input, bool) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:1077:3
#19 0x0000348fea41 in grpc_core::HPackParser::Parse(grpc_slice const&, bool) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:1071:10
#20 0x000034948d8a in grpc_chttp2_header_parser_parse(void*, grpc_chttp2_transport*, grpc_chttp2_stream*, grpc_slice const&, int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:852:37
#21 0x0000349486bc in parse_frame_slice(grpc_chttp2_transport*, grpc_slice const&, int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:806:7
#22 0x000034946f5b in grpc_chttp2_perform_read(grpc_chttp2_transport*, grpc_slice const&) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:367:15
#23 0x0000348e528d in read_action_locked(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc:2533:19
#24 0x0000344cd9a6 in grpc_combiner_continue_exec_ctx() /-S/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc:231:5
#25 0x0000344a8854 in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:75:17
#26 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#27 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
#28 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
#29 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
#30 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#31 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#32 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#33 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
#34 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#35 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#36 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#37 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
#38 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#39 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#40 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 686 byte(s) in 2 object(s) allocated from:
#0 0x00001f94b0e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
#1 0x000034487a70 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
#2 0x000034487a70 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
#3 0x000034583868 in AllocZone /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:108:18
#4 0x000034583868 in Alloc /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:162:14
#5 0x000034583868 in grpc_core::Arena::AllocPooled(unsigned long, unsigned long, std::__y1::atomic<grpc_core::Arena::FreePoolNode*>*) /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:144:15
#6 0x0000346d21d8 in std::__y1::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter> grpc_core::Arena::MakePooled<grpc_core::Message>() /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.h:224:14
#7 0x0000346d56cb in grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage::WakeInsideCombiner(grpc_core::promise_filter_detail::BaseCallData::Flusher*, bool) /-S/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc:850:45
#8 0x0000346efa4a in grpc_core::promise_filter_detail::ServerCallData::WakeInsideCombiner(grpc_core::promise_filter_detail::BaseCallData::Flusher*) /-S/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc:2489:24
#9 0x0000346d3b77 in grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage::OnComplete(y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/channel/promise_based_filter.cc:746:10
#10 0x0000346f909e in operator() /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:128:3
#11 0x0000346f909e in grpc_closure grpc_core::MakeMemberClosure<grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage, &grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage::OnComplete(y_absl::lts_y_20240722::Status)>(grpc_core::promise_filter_detail::BaseCallData::ReceiveMessage*, grpc_core::DebugLocation)::'lambda'(void*, y_absl::lts_y_20240722::Status)::__invoke(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:128:3
#12 0x0000344a881e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
#13 0x0000344a881e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
#14 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#15 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
#16 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
#17 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
#18 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#19 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#20 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#21 0x00003445d6af in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
#22 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#23 0x0000220ac24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#24 0x0000220ac24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#25 0x0000220ac7ac in Execute /-S/util/thread/factory.h:15:13
#26 0x0000220ac7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#27 0x00001fcab1e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#28 0x00001f948aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 576 byte(s) in 1 object(s) allocated from:
#0 0x00001f94b2b9 in calloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:74:3
#1 0x0000344879f2 in gpr_zalloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:42:7
#2 0x0000345fa019 in grpc_core::ChannelStackBuilderImpl::Build() /-S/contrib/libs/grpc/src/core/lib/channel/channel_stack_builder_impl.cc:83:40
#3 0x0000345dc0db in grpc_core::Channel::CreateWithBuilder(grpc_core::ChannelStackBuilder*) /-S/contrib/libs/grpc/src/core/lib/surface/channel.cc:117:68
#4 0x0000345dd714 in grpc_core::Channel::Create(char const*, grpc_core::ChannelArgs, grpc_channel_stack_type, grpc_transport*) /-S/contrib/libs/grpc/src/core/lib/surface/channel.cc:230:10
#5 0x000034d097b8 in grpc_core::Server::SetupTransport(grpc_transport*, grpc_pollset*, grpc_core::ChannelArgs const&, grpc_core::RefCountedPtr<grpc_core::channelz::SocketNode> const&) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:741:7
#6 0x00003b602292 in grpc_core::(anonymous namespace)::Chttp2ServerListener::ActiveConnection::HandshakingState::OnHandshakeDone(void*, y_absl::lts_y_20240722::Status) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc:479:52
#7 0x0000344a881e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
#8 0x0000344a881e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
#9 0x00003467b554 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#10 0x00003467b554 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc:1049:3
#11 0x000034677128 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_posix.cc:249:7
#12 0x00003469ae68 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) /-S/contrib/libs/grpc/src/core/lib/iomgr/pollset.cc:48:10
#13 0x000034655918 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#14 0x000034d3b53e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#15 0x00003445d6af in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
==================== 2 passed, 1 error in 582.81s (0:09:42) ====================
