============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7wjt/0008db/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[column] ____________
ydb/tests/stress/mixedpy/tests/test_workload.py:12: in setup
    yield from self.setup_cluster()
ydb/tests/library/stress/fixtures.py:35: in setup_cluster
    self.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:639: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = 100.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, not started yet
E   GRpc shutdown warning: left infly: 1, spent: 3.03067 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 6.085986 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 9.127401 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 12.153725 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 15.18694 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 18.229359 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 21.270433 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 24.2966 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 27.323349 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.006242 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==3055588==ERROR: LeakSanitizer: detected memory leaks
E   
E   Too many leaks! Only the first 5000 leaks encountered will be reported.
E   Indirect leak of 37840 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034d03c02 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034d03c02 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034d03c02 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034d03c02 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000034d03c02 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034d03c02 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034d03c02 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034d03c02 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034d03c02 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034d1287e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x0000418af207 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x0000418a0b84 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #15 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #16 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #18 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #19 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #20 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #21 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #22 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 18920 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034d03b1c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034d03b1c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034d1287e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x0000418af207 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x0000418a0b84 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #8 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #9 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #11 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #12 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #13 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #14 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #15 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 11280 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c22ea77 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c22ea77 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c22ea77 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c22ea77 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c22ea77 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c22ea77 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c22ea77 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c22ea77 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c22ea77 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c22ea77 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034d0747c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034d0747c in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #13 0x000034d0747c in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
E   #14 0x0000418ad0ff in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
E   #15 0x0000418a07f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #18 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #19 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #21 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #22 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #23 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #24 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #25 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c22e9f4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c22e9f4 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c22e9f4 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034d0747c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034d0747c in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #6 0x000034d0747c in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
E   #7 0x0000418ad0ff in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
E   #8 0x0000418a07f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #11 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #12 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #14 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #15 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #16 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #17 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #18 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034d0746a in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034d0746a in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
E   #3 0x0000418ad0ff in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
E   #4 0x0000418a07f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #7 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #8 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #10 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #11 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #12 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #13 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #14 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 376 byte(s) in 10 object(s) allocated from:
E   #0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034486094 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034486094 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034486094 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034486094 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000034486094 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x000034486094 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x000034486094 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x000034486094 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x000034486094 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x000034486094 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x000034486094 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
E   #12 0x000034484e62 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x000034484e62 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x00003448b380 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x0000344e75c8 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
E   #16 0x000034d121b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x0000418aa3fb in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
E   #18 0x0000418a0262 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #21 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #22 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #24 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #25 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #26 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #27 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #28 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 352 byte(s) in 11 object(s) allocated from:
E   #0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034485ff2 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000034485ff2 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000034485ff2 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000034485ff2 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
E   #5 0x000034484e62 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x000034484e62 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x00003448b380 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x0000344e75c8 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
E   #9 0x000034d121b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x0000418aa3fb in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
E   #11 0x0000418a0262 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #14 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #15 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #17 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #18 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #19 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #20 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #21 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 192 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000279d2e58 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000279d2e58 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000279d2e58 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000279d2e58 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000279d2e58 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x0000279d2e58 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x0000279d2e58 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x0000279d2e58 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x0000279d2aff in THolder<NMonitoring::TExplicitHistogramCollector, TDelete> MakeHolder<NMonitoring::TExplicitHistogramCollector, TVector<double, std::__y1::allocator<double>>>(TVector<double, std::__y1::allocator<double>>&&) /-S/util/generic/ptr.h:386:27
E   #10 0x0000279d1958 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x000041954d2a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x000041954d2a in __invoke<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #13 0x000041954d2a in __call<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #14 0x000041954d2a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x000041954d2a in std::__y1::__function::__func<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0, std::__y1::allocator<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #16 0x00001f8165ef in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x0000419430cf in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x0000419430cf in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x0000419430cf in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
E   #20 0x0000498f6202 in NYdbGrpc::TGRpcRequestImpl<Ydb::DataStreams::V1::ListTagsForStreamRequest, Ydb::DataStreams::V1::ListTagsForStreamResponse, NKikimr::NGRpcService::TGRpcDataStreamsService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
E   #21 0x0000418987ac in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x0000418987ac in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x0000418987ac in __invoke<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #24 0x0000418987ac in __call<(lambda at /-S/ydb/library/grpc/server/grpc_server.cpp:265:49) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #25 0x0000418987ac in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x0000418987ac in std::__y1::__function::__func<NYdbGrpc::TGRpcServer::Start()::$_0, std::__y1::allocator<NYdbGrpc::TGRpcServer::Start()::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #27 0x000021ea824e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #28 0x000021ea824e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #29 0x000021ea824e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #30 0x000021ea87ac in Execute /-S/util/thread/factory.h:15:13
E   #31 0x000021ea87ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #32 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #33 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 192 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000279d2e58 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000279d2e58 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000279d2e58 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000279d2e58 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000279d2e58 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x0000279d2e58 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x0000279d2e58 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x0000279d2e58 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x0000279d2aff in THolder<NMonitoring::TExplicitHistogramCollector, TDelete> MakeHolder<NMonitoring::TExplicitHistogramCollector, TVector<double, std::__y1::allocator<double>>>(TVector<double, std::__y1::allocator<double>>&&) /-S/util/generic/ptr.h:386:27
E   #10 0x0000279d1958 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x000041954d2a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test[column]
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/7wjt/0008db/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31678
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/7wjt/0008db/r3tmp/kikimr_cluster_a3enict3
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23504
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13215
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7593
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22881
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008db/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/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/node_1/logfile_2a1ej93p.log --grpc-port=23504 --mon-port=13215 --ic-port=31678
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:23504/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:257 Final command: /home/runner/.ya/build/build_root/7wjt/0008db/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/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/node_1/logfile_2a1ej93p.log --grpc-port=23504 --mon-port=13215 --ic-port=31678
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/7wjt/0008db/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/node_1/logfile_2a1ej93p.log', '--grpc-port=23504', '--mon-port=13215', '--ic-port=31678')' in '/home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3055588
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:23504/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7wjt/0008db/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3055592
DEBUG    ya.test:process.py:259 Command (pid 3055592) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3055592) elapsed time (sec): 0.8676784038543701
DEBUG    ya.test:process.py:263 Command (pid 3055592) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3055592) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3055592) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3055592) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3055592) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3055592) maxrss: 593348
DEBUG    ya.test:process.py:263 Command (pid 3055592) minflt: 45456
DEBUG    ya.test:process.py:263 Command (pid 3055592) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3055592) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3055592) nivcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 3055592) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3055592) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3055592) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3055592) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3055592) stime: 0.211759
DEBUG    ya.test:process.py:263 Command (pid 3055592) utime: 0.52352
DEBUG    ya.test:process.py:263 Command (pid 3055592) wtime: 0.874
DEBUG    ya.test:process.py:275 Command (pid 3055592) output:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 9a9ddc380edc8c1c346468a0d210a6ed1dad2dff
    Branch: 
    Author: Yuriy Kaminskiy <yumkam@gmail.com>
    Summary: Merge 278e7d652ee3f91c399fe3bd0d6258a77b161d4f into 98d3e22fe619e412bcee2b24f8d83d7a5bc27213
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/7wjt/0008db/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:23504', '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: 31678\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7wjt/0008db/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:23504', '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: 31678\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3056920
DEBUG    ya.test:process.py:259 Command (pid 3056920) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3056920) elapsed time (sec): 1.2545652389526367
DEBUG    ya.test:process.py:263 Command (pid 3056920) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3056920) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3056920) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3056920) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3056920) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3056920) maxrss: 674892
DEBUG    ya.test:process.py:263 Command (pid 3056920) minflt: 51921
DEBUG    ya.test:process.py:263 Command (pid 3056920) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3056920) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3056920) nivcsw: 250
DEBUG    ya.test:process.py:263 Command (pid 3056920) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3056920) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3056920) nvcsw: 548
DEBUG    ya.test:process.py:263 Command (pid 3056920) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3056920) stime: 0.384161
DEBUG    ya.test:process.py:263 Command (pid 3056920) utime: 0.569091
DEBUG    ya.test:process.py:263 Command (pid 3056920) wtime: 1.261
DEBUG    ya.test:process.py:275 Command (pid 3056920) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/7wjt/0008db/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:23504', '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.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7wjt/0008db/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:23504', '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: 3057192
DEBUG    ya.test:process.py:259 Command (pid 3057192) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3057192) elapsed time (sec): 1.0695080757141113
DEBUG    ya.test:process.py:263 Command (pid 3057192) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3057192) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3057192) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3057192) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3057192) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3057192) maxrss: 674892
DEBUG    ya.test:process.py:263 Command (pid 3057192) minflt: 51877
DEBUG    ya.test:process.py:263 Command (pid 3057192) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3057192) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3057192) nivcsw: 204
DEBUG    ya.test:process.py:263 Command (pid 3057192) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3057192) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3057192) nvcsw: 714
DEBUG    ya.test:process.py:263 Command (pid 3057192) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3057192) stime: 0.26586699999999996
DEBUG    ya.test:process.py:263 Command (pid 3057192) utime: 0.572997
DEBUG    ya.test:process.py:263 Command (pid 3057192) wtime: 1.072
DEBUG    ya.test:process.py:275 Command (pid 3057192) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:512 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:519 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 67a4b0e8-030f-4f57-8b0d-3e2f46507516, localhost:23504): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 67a4b0e8-030f-4f57-8b0d-3e2f46507516, localhost:23504): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 67a4b0e8-030f-4f57-8b0d-3e2f46507516, localhost:23504): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hywccetzo4.auto.internal" port: 23504 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-hywccetzo4.auto.internal:23504, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbMixedWorkload, test_name: test[column])
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/workload_mixed
DEBUG    ya.test:process.py:678 Command out will be placed to workload_mixed.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to workload_mixed.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/workload_mixed', '--endpoint', 'grpc://localhost:23504', '--database', '/Root', '--store_type', 'column', '--duration', '100']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3057521
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, b8811149-2f49-4d89-bfec-d7acf40f3105, localhost:23504): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b8811149-2f49-4d89-bfec-d7acf40f3105, localhost:23504): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b8811149-2f49-4d89-bfec-d7acf40f3105, localhost:23504): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hywccetzo4.auto.internal" port: 23504 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-hywccetzo4.auto.internal:23504, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8850a11a-d244-4e65-89af-6c041a45bf1e, localhost:23504): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8850a11a-d244-4e65-89af-6c041a45bf1e, localhost:23504): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8850a11a-d244-4e65-89af-6c041a45bf1e, localhost:23504): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hywccetzo4.auto.internal" port: 23504 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-hywccetzo4.auto.internal:23504, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ya.test:process.py:259 Command (pid 3057521) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3057521) elapsed time (sec): 228.60970163345337
DEBUG    ya.test:process.py:263 Command (pid 3057521) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3057521) inblock: 16904
DEBUG    ya.test:process.py:263 Command (pid 3057521) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3057521) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3057521) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 3057521) maxrss: 1590348
DEBUG    ya.test:process.py:263 Command (pid 3057521) minflt: 4415441
DEBUG    ya.test:process.py:263 Command (pid 3057521) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3057521) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3057521) nivcsw: 67627
DEBUG    ya.test:process.py:263 Command (pid 3057521) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3057521) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3057521) nvcsw: 1875731
DEBUG    ya.test:process.py:263 Command (pid 3057521) oublock: 481656
DEBUG    ya.test:process.py:263 Command (pid 3057521) stime: 31.315443
DEBUG    ya.test:process.py:263 Command (pid 3057521) utime: 96.886046
DEBUG    ya.test:process.py:263 Command (pid 3057521) wtime: 228.612
DEBUG    ya.test:process.py:275 Command (pid 3057521) output:
Remove path mixed/mixed_column...
Remove path mixed/mixed_column...Ok
Init tables ...
Init tables ...Ok
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     11	0	0	0	7135	10943	11199	11199
2	     55	2	226	0	29439	59135	61439	62719

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
2	     66	2	226	0	21375	59135	61439	62719
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	5	0	0	0	0
6	      0	0	0	0	0	0	0	0
7	      0	0	0	0	0	0	0	0
8	      0	0	0	5	0	0	0	0
9	      0	0	0	0	0	0	0	0
10	      0	0	0	5	0	0	0	0
11	      0	0	0	0	0	0	0	0
12	      0	0	0	3	0	0	0	0
13	      0	0	0	2	0	0	0	0
14	      0	0	0	4	0	0	0	0
15	      0	0	0	1	0	0	0	0
16	      0	0	0	4	0	0	0	0
17	      0	0	0	4	0	0	0	0
18	      0	0	0	2	0	0	0	0
19	      0	0	0	1	0	0	0	0
20	      0	0	0	4	0	0	0	0
1	      0	0	0	0	0	0	0	0
21	      0	0	0	1	0	0	0	0
22	      0	0	0	4	0	0	0	0
23	      0	0	0	5	0	0	0	0
24	      0	0	0	0	0	0	0	0
25	      0	0	0	5	0	0	0	0
26	      0	0	0	0	0	0	0	0
27	      0	0	0	5	0	0	0	0
28	      0	0	0	5	0	0	0	0
29	      0	0	0	0	0	0	0	0
30	      0	0	0	5	0	0	0	0
31	      0	0	0	4	0	0	0	0
32	      0	0	0	1	0	0	0	0
33	      0	0	0	10	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
33	      0	0	0	100	0	0	0	0
2	     40	2	204	6	36095	58879	61695	61695

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
2	     40	1.21212	204	6	36095	58879	61695	61695
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	      0	0	0	0	0	0	0	0
2	      0	0	0	5	0	0	0	0
2	      0	0	0	5	0	0	0	0
3	      0	0	0	0	0	0	0	0
3	      0	0	0	0	0	0	0	0
4	      0	0	0	0	0	0	0	0
4	      0	0	0	0	0	0	0	0
5	      0	0	0	5	0	0	0	0
5	      0	0	0	5	0	0	0	0
6	      0	0	0	0	0	0	0	0
6	      0	0	0	0	0	0	0	0
7	      0	0	0	0	0	0	0	0
7	      0	0	0	0	0	0	0	0
8	      0	0	0	0	0	0	0	0
8	      0	0	0	4	0	0	0	0
9	      0	0	0	0	0	0	0	0
9	      0	0	0	0	0	0	0	0
10	      0	0	0	5	0	0	0	0
10	      0	0	0	1	0	0	0	0
11	      0	0	0	0	0	0	0	0
11	      0	0	0	4	0	0	0	0
12	      0	0	0	5	0	0	0	0
12	      0	0	0	1	0	0	0	0
13	      0	0	0	0	0	0	0	0
13	      0	0	0	5	0	0	0	0
14	      0	0	0	5	0	0	0	0
14	      0	0	0	2	0	0	0	0
15	      0	0	0	0	0	0	0	0
15	      0	0	0	0	0	0	0	0
16	      0	0	0	1	0	0	0	0
16	      0	0	0	3	0	0	0	0
17	      0	0	0	4	0	0	0	0
17	      0	0	0	2	0	0	0	0
18	      0	0	0	5	0	0	0	0
18	      0	0	0	5	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	5	0	0	0	0
1	      0	0	0	0	0	0	0	0
20	      0	0	0	5	0	0	0	0
21	      0	0	0	3	0	0	0	0
21	      0	0	0	5	0	0	0	0
22	      0	0	0	2	0	0	0	0
22	      0	0	0	0	0	0	0	0
23	      0	0	0	5	0	0	0	0
23	      0	0	0	5	0	0	0	0
24	      0	0	0	0	0	0	0	0
24	      0	0	0	0	0	0	0	0
25	      0	0	0	5	0	0	0	0
25	      0	0	0	5	0	0	0	0
26	      0	0	0	3	0	0	0	0
26	      0	0	0	3	0	0	0	0
27	      0	0	0	2	0	0	0	0
27	      0	0	0	3	0	0	0	0
28	      0	0	0	5	0	0	0	0
28	      0	0	0	4	0	0	0	0
29	      0	0	0	0	0	0	0	0
29	      0	0	0	1	0	0	0	0
30	      0	0	0	5	0	0	0	0
30	      0	0	0	4	0	0	0	0
31	      0	0	0	5	0	0	0	0
31	      0	0	0	5	0	0	0	0
32	      0	0	0	0	0	0	0	0
32	      0	0	0	0	0	0	0	0
33	      0	0	0	9	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
33	      0	0	0	84	0	0	0	0
33	      0	0	0	10	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
33	      0	0	0	87	0	0	0	0
2	     38	1	207	6	52735	64511	64767	64767

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
2	     38	1.15152	207	6	52735	64511	64767	64767
Remove path mixed/mixed_column...
Folder mixed is empty, remove it...
Remove path mixed/mixed_column...Ok

DEBUG    ya.test:process.py:276 Command (pid 3057521) errors:
...LARE $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_column` (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: 2 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_column` (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 $r0_0 AS Timestamp;
DECLARE $r1_0 AS Timestamp;
DECLARE $r2_0 AS Timestamp;
DECLARE $r3_0 AS Timestamp;
DECLARE $r4_0 AS Timestamp;
DECLARE $r5_0 AS Timestamp;
DECLARE $r6_0 AS Timestamp;
DECLARE $r7_0 AS Timestamp;
DECLARE $r8_0 AS Timestamp;
DECLARE $r9_0 AS Timestamp;
DECLARE $r10_0 AS Timestamp;
DECLARE $r11_0 AS Timestamp;
DECLARE $r12_0 AS Timestamp;
DECLARE $r13_0 AS Timestamp;
DECLARE $r14_0 AS Timestamp;
DECLARE $r15_0 AS Timestamp;
DECLARE $r16_0 AS Timestamp;
DECLARE $r17_0 AS Timestamp;
DECLARE $r18_0 AS Timestamp;
DECLARE $r19_0 AS Timestamp;
DECLARE $r20_0 AS Timestamp;
DECLARE $r21_0 AS Timestamp;
DECLARE $r22_0 AS Timestamp;
DECLARE $r23_0 AS Timestamp;
DECLARE $r24_0 AS Timestamp;
DECLARE $r25_0 AS Timestamp;
DECLARE $r26_0 AS Timestamp;
DECLARE $r27_0 AS Timestamp;
DECLARE $r28_0 AS Timestamp;
DECLARE $r29_0 AS Timestamp;
DECLARE $r30_0 AS Timestamp;
DECLARE $r31_0 AS Timestamp;
DECLARE $r32_0 AS Timestamp;
DECLARE $r33_0 AS Timestamp;
DECLARE $r34_0 AS Timestamp;
DECLARE $r35_0 AS Timestamp;
DECLARE $r36_0 AS Timestamp;
DECLARE $r37_0 AS Timestamp;
DECLARE $r38_0 AS Timestamp;
DECLARE $r39_0 AS Timestamp;
DECLARE $r40_0 AS Timestamp;
DECLARE $r41_0 AS Timestamp;
DECLARE $r42_0 AS Timestamp;
DECLARE $r43_0 AS Timestamp;
DECLARE $r44_0 AS Timestamp;
DECLARE $r45_0 AS Timestamp;
DECLARE $r46_0 AS Timestamp;
DECLARE $r47_0 AS Timestamp;
DECLARE $r48_0 AS Timestamp;
DECLARE $r49_0 AS Timestamp;
DECLARE $r50_0 AS Timestamp;
DECLARE $r51_0 AS Timestamp;
DECLARE $r52_0 AS Timestamp;
DECLARE $r53_0 AS Timestamp;
DECLARE $r54_0 AS Timestamp;
DECLARE $r55_0 AS Timestamp;
DECLARE $r56_0 AS Timestamp;
DECLARE $r57_0 AS Timestamp;
DECLARE $r58_0 AS Timestamp;
DECLARE $r59_0 AS Timestamp;
DECLARE $r60_0 AS Timestamp;
DECLARE $r61_0 AS Timestamp;
DECLARE $r62_0 AS Timestamp;
DECLARE $r63_0 AS Timestamp;
DECLARE $r64_0 AS Timestamp;
DECLARE $r65_0 AS Timestamp;
DECLARE $r66_0 AS Timestamp;
DECLARE $r67_0 AS Timestamp;
DECLARE $r68_0 AS Timestamp;
DECLARE $r69_0 AS Timestamp;
DECLARE $r70_0 AS Timestamp;
DECLARE $r71_0 AS Timestamp;
DECLARE $r72_0 AS Timestamp;
DECLARE $r73_0 AS Timestamp;
DECLARE $r74_0 AS Timestamp;
DECLARE $r75_0 AS Timestamp;
DECLARE $r76_0 AS Timestamp;
DECLARE $r77_0 AS Timestamp;
DECLARE $r78_0 AS Timestamp;
DECLARE $r79_0 AS Timestamp;
DECLARE $r80_0 AS Timestamp;
DECLARE $r81_0 AS Timestamp;
DECLARE $r82_0 AS Timestamp;
DECLARE $r83_0 AS Timestamp;
DECLARE $r84_0 AS Timestamp;
DECLARE $r85_0 AS Timestamp;
DECLARE $r86_0 AS Timestamp;
DECLARE $r87_0 AS Timestamp;
DECLARE $r88_0 AS Timestamp;
DECLARE $r89_0 AS Timestamp;
DECLARE $r90_0 AS Timestamp;
DECLARE $r91_0 AS Timestamp;
DECLARE $r92_0 AS Timestamp;
DECLARE $r93_0 AS Timestamp;
DECLARE $r94_0 AS Timestamp;
DECLARE $r95_0 AS Timestamp;
DECLARE $r96_0 AS Timestamp;
DECLARE $r97_0 AS Timestamp;
DECLARE $r98_0 AS Timestamp;
DECLARE $r99_0 AS Timestamp;
SELECT c1, c2 c3 FROM `mixed/mixed_column` WHERE ts = $r0_0 OR ts = $r1_0 OR ts = $r2_0 OR ts = $r3_0 OR ts = $r4_0 OR ts = $r5_0 OR ts = $r6_0 OR ts = $r7_0 OR ts = $r8_0 OR ts = $r9_0 OR ts = $r10_0 OR ts = $r11_0 OR ts = $r12_0 OR ts = $r13_0 OR ts = $r14_0 OR ts = $r15_0 OR ts = $r16_0 OR ts = $r17_0 OR ts = $r18_0 OR ts = $r19_0 OR ts = $r20_0 OR ts = $r21_0 OR ts = $r22_0 OR ts = $r23_0 OR ts = $r24_0 OR ts = $r25_0 OR ts = $r26_0 OR ts = $r27_0 OR ts = $r28_0 OR ts = $r29_0 OR ts = $r30_0 OR ts = $r31_0 OR ts = $r32_0 OR ts = $r33_0 OR ts = $r34_0 OR ts = $r35_0 OR ts = $r36_0 OR ts = $r37_0 OR ts = $r38_0 OR ts = $r39_0 OR ts = $r40_0 OR ts = $r41_0 OR ts = $r42_0 OR ts = $r43_0 OR ts = $r44_0 OR ts = $r45_0 OR ts = $r46_0 OR ts = $r47_0 OR ts = $r48_0 OR ts = $r49_0 OR ts = $r50_0 OR ts = $r51_0 OR ts = $r52_0 OR ts = $r53_0 OR ts = $r54_0 OR ts = $r55_0 OR ts = $r56_0 OR ts = $r57_0 OR ts = $r58_0 OR ts = $r59_0 OR ts = $r60_0 OR ts = $r61_0 OR ts = $r62_0 OR ts = $r63_0 OR ts = $r64_0 OR ts = $r65_0 OR ts = $r66_0 OR ts = $r67_0 OR ts = $r68_0 OR ts = $r69_0 OR ts = $r70_0 OR ts = $r71_0 OR ts = $r72_0 OR ts = $r73_0 OR ts = $r74_0 OR ts = $r75_0 OR ts = $r76_0 OR ts = $r77_0 OR ts = $r78_0 OR ts = $r79_0 OR ts = $r80_0 OR ts = $r81_0 OR ts = $r82_0 OR ts = $r83_0 OR ts = $r84_0 OR ts = $r85_0 OR ts = $r86_0 OR ts = $r87_0 OR ts = $r88_0 OR ts = $r89_0 OR ts = $r90_0 OR ts = $r91_0 OR ts = $r92_0 OR ts = $r93_0 OR ts = $r94_0 OR ts = $r95_0 OR ts = $r96_0 OR ts = $r97_0 OR ts = $r98_0 OR ts = $r99_0
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:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 06a28900-a748-41e9-b580-4ba76a969b6b, localhost:23504): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 06a28900-a748-41e9-b580-4ba76a969b6b, localhost:23504): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:78 RpcState(ListEndpoints, 06a28900-a748-41e9-b580-4ba76a969b6b, localhost:23504): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-10-27T23:09:14.224494123+00:00"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:23504". Error details:
 Cancelled on the server side
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1548
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:1548". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23504
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23504". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:23504/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22881
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7593
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13215
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23504
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31678
============================== slowest durations ===============================
228.65s call     test_workload.py::TestYdbMixedWorkload::test[column]
166.66s call     test_workload.py::TestYdbMixedWorkload::test[row]
127.48s teardown test_workload.py::TestYdbMixedWorkload::test[column]
27.02s teardown test_workload.py::TestYdbMixedWorkload::test[row]
12.98s setup    test_workload.py::TestYdbMixedWorkload::test[row]
8.92s setup    test_workload.py::TestYdbMixedWorkload::test[column]
=========================== short test summary info ============================
ERROR test_workload.py::TestYdbMixedWorkload::test[column] - 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/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/7wjt/0008db/ydb/tests/stress/mixedpy/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbMixedWorkload.test.column/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc shutdown warning: left infly: 1, spent: 3.03067 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 6.085986 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 9.127401 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 12.153725 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 15.18694 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 18.229359 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 21.270433 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 24.2966 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 27.323349 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.006242 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==3055588==ERROR: LeakSanitizer: detected memory leaks

Too many leaks! Only the first 5000 leaks encountered will be reported.
Indirect leak of 37840 byte(s) in 215 object(s) allocated from:
#0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034d03c02 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034d03c02 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034d03c02 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034d03c02 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034d03c02 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034d03c02 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034d03c02 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034d03c02 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034d03c02 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034d1287e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x0000418af207 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x0000418a0b84 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#15 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#16 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#18 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#19 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#20 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#21 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#22 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 18920 byte(s) in 215 object(s) allocated from:
#0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034d03b1c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034d03b1c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034d1287e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x0000418af207 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x0000418a0b84 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#8 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#9 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#11 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#12 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#13 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#14 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#15 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 11280 byte(s) in 215 object(s) allocated from:
#0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c22ea77 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c22ea77 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c22ea77 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c22ea77 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c22ea77 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c22ea77 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c22ea77 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c22ea77 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c22ea77 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c22ea77 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034d0747c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034d0747c in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#13 0x000034d0747c in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
#14 0x0000418ad0ff in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
#15 0x0000418a07f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#18 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#19 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#21 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#22 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#23 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#24 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#25 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
#0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c22e9f4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c22e9f4 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c22e9f4 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034d0747c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034d0747c in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#6 0x000034d0747c in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
#7 0x0000418ad0ff in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
#8 0x0000418a07f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#11 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#12 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#14 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#15 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#16 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#17 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#18 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
#0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034d0746a in make_unique<grpc_core::Server::RegisteredMethod, const char *&, const char *&, grpc_server_register_method_payload_handling &, unsigned int &> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034d0746a in grpc_core::Server::RegisterMethod(char const*, char const*, grpc_server_register_method_payload_handling, unsigned int) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:827:36
#3 0x0000418ad0ff in grpc::Server::RegisterService(TBasicString<char, std::__y1::char_traits<char>> const*, grpc::Service*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1058:37
#4 0x0000418a07f1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#7 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#8 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#10 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#11 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#12 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#13 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#14 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 376 byte(s) in 10 object(s) allocated from:
#0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034486094 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034486094 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034486094 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034486094 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034486094 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x000034486094 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x000034486094 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x000034486094 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x000034486094 in TBasicString /-S/util/generic/string.h:491:18
#10 0x000034486094 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x000034486094 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
#12 0x000034484e62 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x000034484e62 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x00003448b380 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x0000344e75c8 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
#16 0x000034d121b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x0000418aa3fb in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
#18 0x0000418a0262 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#21 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#22 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#24 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#25 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#26 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#27 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#28 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 352 byte(s) in 11 object(s) allocated from:
#0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034485ff2 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000034485ff2 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000034485ff2 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000034485ff2 in grpc_core::ChannelArgs::Set(std::__y1::basic_string_view<char, std::__y1::char_traits<char>>, std::__y1::variant<int, TBasicString<char, std::__y1::char_traits<char>>, grpc_core::ChannelArgs::Pointer>) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:158:32
#5 0x000034484e62 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x000034484e62 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x00003448b380 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x0000344e75c8 in grpc_core::ChannelArgsPreconditioning::PreconditionChannelArgs(grpc_channel_args const*) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args_preconditioning.cc:36:30
#9 0x000034d121b6 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x0000418aa3fb in grpc::Server::Server(grpc::ChannelArguments*, std::__y1::shared_ptr<std::__y1::vector<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::ServerCompletionQueue, std::__y1::default_delete<grpc::ServerCompletionQueue>>>>>, int, int, int, std::__y1::vector<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>, std::__y1::allocator<std::__y1::shared_ptr<grpc::internal::ExternalConnectionAcceptorImpl>>>, grpc_server_config_fetcher*, grpc_resource_quota*, std::__y1::vector<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>, std::__y1::allocator<std::__y1::unique_ptr<grpc::experimental::ServerInterceptorFactoryInterface, std::__y1::default_delete<grpc::experimental::ServerInterceptorFactoryInterface>>>>, grpc::experimental::ServerMetricRecorder*) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:965:13
#11 0x0000418a0262 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x0000418904d9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x00004687c659 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#14 0x00004687b6b0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#15 0x00004687b6b0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x000022226c07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#17 0x00002230b641 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#18 0x000022315266 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#19 0x00002231481d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#20 0x00002231688e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#21 0x00001faa5164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f742876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

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

Indirect leak of 192 byte(s) in 1 object(s) allocated from:
#0 0x00001f77ed5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000279d2e58 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000279d2e58 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000279d2e58 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000279d2e58 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000279d2e58 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x0000279d2e58 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x0000279d2e58 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x0000279d2e58 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x0000279d2aff in THolder<NMonitoring::TExplicitHistogramCollector, TDelete> MakeHolder<NMonitoring::TExplicitHistogramCollector, TVector<double, std::__y1::allocator<double>>>(TVector<double, std::__y1::allocator<double>>&&) /-S/util/generic/ptr.h:386:27
#10 0x0000279d1958 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x000041954d2a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
==================== 2 passed, 1 error in 575.11s (0:09:35) ====================
