============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 1 item

test_workload.py FE

==================================== ERRORS ====================================
__________________ ERROR at teardown of TestYdbWorkload.test ___________________
ydb/tests/stress/olap_workload/tests/test_workload.py:13: in setup
    yield from self.setup_cluster(
ydb/tests/library/stress/fixtures.py:35: in setup_cluster
    self.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:679: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = 100.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/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: 4.92313 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 8.370898 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 11.7434 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 15.027289 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 18.306333 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 21.565363 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 24.803144 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 28.093357 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.006084 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1414330==ERROR: LeakSanitizer: detected memory leaks
E   
E   Too many leaks! Only the first 5000 leaks encountered will be reported.
E   Indirect leak of 37664 byte(s) in 214 object(s) allocated from:
E   #0 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e557a2 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034e557a2 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034e557a2 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034e557a2 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 0x000034e557a2 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034e557a2 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034e557a2 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034e557a2 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034e557a2 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034e6441e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003b6cfec7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003b6c1844 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #18 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #19 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #20 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #21 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #22 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001fa8a066 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 18832 byte(s) in 214 object(s) allocated from:
E   #0 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e556bc in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034e556bc in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034e6441e in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003b6cfec7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003b6c1844 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001fa8a066 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 11224 byte(s) in 214 object(s) allocated from:
E   #0 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c34dab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c34dab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c34dab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c34dab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c34dab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c34dab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c34dab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c34dab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c34dab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c34dab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034e5901c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034e5901c 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 0x000034e5901c 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 0x00003b6cddbf 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 0x00003b6c14b1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #21 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #22 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #23 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #24 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #25 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001fa8a066 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
E   #0 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c34da34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c34da34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c34da34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034e5901c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034e5901c 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 0x000034e5901c 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 0x00003b6cddbf 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 0x00003b6c14b1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #14 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #15 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #16 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #17 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #18 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001fa8a066 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
E   #0 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e5900a 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 0x000034e5900a 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 0x00003b6cddbf 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 0x00003b6c14b1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001fa8a066 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 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000345d7c34 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000345d7c34 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000345d7c34 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000345d7c34 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000345d7c34 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x0000345d7c34 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x0000345d7c34 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x0000345d7c34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x0000345d7c34 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x0000345d7c34 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x0000345d7c34 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 0x0000345d6a02 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x0000345d6a02 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x0000345dcf20 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x000034639168 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 0x000034e63d56 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003b6cb0bb 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 0x00003b6c0f22 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #24 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #25 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #26 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #27 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #28 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001fa8a066 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 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000345d7b92 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x0000345d7b92 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x0000345d7b92 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x0000345d7b92 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 0x0000345d6a02 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x0000345d6a02 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x0000345dcf20 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x000034639168 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 0x000034e63d56 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003b6cb0bb 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 0x00003b6c0f22 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #17 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #18 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #19 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #20 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #21 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001fa8a066 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 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027c8eda8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027c8eda8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027c8eda8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027c8eda8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027c8eda8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027c8eda8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027c8eda8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027c8eda8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027c8ea4f 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 0x000027c8d8a8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b7759ea in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b7759ea 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 0x00003b7759ea 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 0x00003b7759ea in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003b7759ea 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 0x00001fb5dddf in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003b763d8f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003b763d8f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x00003b763d8f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
E   #20 0x0000455b8aee in NYdbGrpc::TGRpcRequestImpl<Ydb::DataStreams::V1::DeleteStreamRequest, Ydb::DataStreams::V1::DeleteStreamResponse, 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 0x00003b6b946c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00003b6b946c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00003b6b946c 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 0x00003b6b946c 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 0x00003b6b946c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00003b6b946c 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 0x0000221ed24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #28 0x0000221ed24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #29 0x0000221ed24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #30 0x0000221ed7ac in Execute /-S/util/thread/factory.h:15:13
E   #31 0x0000221ed7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #32 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #33 0x00001fa8a066 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 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027c8eda8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027c8eda8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027c8eda8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027c8eda8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027c8eda8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027c8eda8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027c8eda8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027c8eda8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027c8ea4f 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 0x000027c8d8a8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b7759ea in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b7759ea 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
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
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/544h/0010c7/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13798
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13963
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16328
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17821
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8212
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65345
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23110
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23362
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23362
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23363
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25425
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/544h/0010c7/r3tmp/kikimr_cluster_l814afsj
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12801
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1752
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65480
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30830
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/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/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_45cuslck.log --grpc-port=12801 --mon-port=1752 --ic-port=13798
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3162
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61477
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25697
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27377
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_u97x91na.log --grpc-port=3162 --mon-port=61477 --ic-port=13963
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20333
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29422
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24790
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17982
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_tlbzzvdl.log --grpc-port=20333 --mon-port=29422 --ic-port=16328
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29977
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27116
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20946
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27273
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_d_9c1nzf.log --grpc-port=29977 --mon-port=27116 --ic-port=17821
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28320
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24792
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22509
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62408
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_vsldf_56.log --grpc-port=28320 --mon-port=24792 --ic-port=8212
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7219
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9519
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12924
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17969
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_kc7l6dc9.log --grpc-port=7219 --mon-port=9519 --ic-port=65345
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13350
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5756
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10121
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30267
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c8br_t0w.log --grpc-port=13350 --mon-port=5756 --ic-port=23110
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2013
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29981
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10078
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5924
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_44jj7eee.log --grpc-port=2013 --mon-port=29981 --ic-port=23363
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15602
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16247
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27576
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1836
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_doxl_oq5.log --grpc-port=15602 --mon-port=16247 --ic-port=25425
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12801/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/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/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_45cuslck.log --grpc-port=12801 --mon-port=1752 --ic-port=13798
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_45cuslck.log', '--grpc-port=12801', '--mon-port=1752', '--ic-port=13798')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1414330
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:12801/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1414331
DEBUG    ya.test:process.py:259 Command (pid 1414331) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1414331) elapsed time (sec): 0.8202023506164551
DEBUG    ya.test:process.py:263 Command (pid 1414331) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) maxrss: 477364
DEBUG    ya.test:process.py:263 Command (pid 1414331) minflt: 45411
DEBUG    ya.test:process.py:263 Command (pid 1414331) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) nivcsw: 88
DEBUG    ya.test:process.py:263 Command (pid 1414331) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1414331) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1414331) stime: 0.18406499999999998
DEBUG    ya.test:process.py:263 Command (pid 1414331) utime: 0.49633
DEBUG    ya.test:process.py:263 Command (pid 1414331) wtime: 0.844
DEBUG    ya.test:process.py:275 Command (pid 1414331) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3162/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_u97x91na.log --grpc-port=3162 --mon-port=61477 --ic-port=13963
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_u97x91na.log', '--grpc-port=3162', '--mon-port=61477', '--ic-port=13963')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1414404
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:3162/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1414405
DEBUG    ya.test:process.py:259 Command (pid 1414405) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1414405) elapsed time (sec): 1.4322657585144043
DEBUG    ya.test:process.py:263 Command (pid 1414405) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) maxrss: 477416
DEBUG    ya.test:process.py:263 Command (pid 1414405) minflt: 45389
DEBUG    ya.test:process.py:263 Command (pid 1414405) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) nivcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 1414405) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1414405) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1414405) stime: 0.197549
DEBUG    ya.test:process.py:263 Command (pid 1414405) utime: 0.53544
DEBUG    ya.test:process.py:263 Command (pid 1414405) wtime: 1.441
DEBUG    ya.test:process.py:275 Command (pid 1414405) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20333/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_tlbzzvdl.log --grpc-port=20333 --mon-port=29422 --ic-port=16328
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_tlbzzvdl.log', '--grpc-port=20333', '--mon-port=29422', '--ic-port=16328')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1414611
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:20333/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1414617
DEBUG    ya.test:process.py:259 Command (pid 1414617) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1414617) elapsed time (sec): 1.8726887702941895
DEBUG    ya.test:process.py:263 Command (pid 1414617) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) maxrss: 477100
DEBUG    ya.test:process.py:263 Command (pid 1414617) minflt: 45291
DEBUG    ya.test:process.py:263 Command (pid 1414617) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) nivcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 1414617) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1414617) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1414617) stime: 0.23473
DEBUG    ya.test:process.py:263 Command (pid 1414617) utime: 0.528999
DEBUG    ya.test:process.py:263 Command (pid 1414617) wtime: 1.908
DEBUG    ya.test:process.py:275 Command (pid 1414617) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29977/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_d_9c1nzf.log --grpc-port=29977 --mon-port=27116 --ic-port=17821
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_d_9c1nzf.log', '--grpc-port=29977', '--mon-port=27116', '--ic-port=17821')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1414849
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:29977/4
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/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1414850
DEBUG    ya.test:process.py:259 Command (pid 1414850) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1414850) elapsed time (sec): 1.1192123889923096
DEBUG    ya.test:process.py:263 Command (pid 1414850) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) maxrss: 476916
DEBUG    ya.test:process.py:263 Command (pid 1414850) minflt: 45296
DEBUG    ya.test:process.py:263 Command (pid 1414850) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) nivcsw: 223
DEBUG    ya.test:process.py:263 Command (pid 1414850) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1414850) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1414850) stime: 0.22960899999999998
DEBUG    ya.test:process.py:263 Command (pid 1414850) utime: 0.494944
DEBUG    ya.test:process.py:263 Command (pid 1414850) wtime: 1.123
DEBUG    ya.test:process.py:275 Command (pid 1414850) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:28320/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_vsldf_56.log --grpc-port=28320 --mon-port=24792 --ic-port=8212
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_vsldf_56.log', '--grpc-port=28320', '--mon-port=24792', '--ic-port=8212')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1415081
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:28320/5
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/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1415083
DEBUG    ya.test:process.py:259 Command (pid 1415083) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1415083) elapsed time (sec): 1.8997621536254883
DEBUG    ya.test:process.py:263 Command (pid 1415083) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) maxrss: 477060
DEBUG    ya.test:process.py:263 Command (pid 1415083) minflt: 45292
DEBUG    ya.test:process.py:263 Command (pid 1415083) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) nivcsw: 255
DEBUG    ya.test:process.py:263 Command (pid 1415083) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1415083) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1415083) stime: 0.225485
DEBUG    ya.test:process.py:263 Command (pid 1415083) utime: 0.558372
DEBUG    ya.test:process.py:263 Command (pid 1415083) wtime: 1.946
DEBUG    ya.test:process.py:275 Command (pid 1415083) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 5 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7219/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_kc7l6dc9.log --grpc-port=7219 --mon-port=9519 --ic-port=65345
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_kc7l6dc9.log', '--grpc-port=7219', '--mon-port=9519', '--ic-port=65345')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1415517
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:7219/6
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/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1415523
DEBUG    ya.test:process.py:259 Command (pid 1415523) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1415523) elapsed time (sec): 1.3266479969024658
DEBUG    ya.test:process.py:263 Command (pid 1415523) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) maxrss: 477552
DEBUG    ya.test:process.py:263 Command (pid 1415523) minflt: 45344
DEBUG    ya.test:process.py:263 Command (pid 1415523) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) nivcsw: 260
DEBUG    ya.test:process.py:263 Command (pid 1415523) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1415523) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1415523) stime: 0.215137
DEBUG    ya.test:process.py:263 Command (pid 1415523) utime: 0.5138619999999999
DEBUG    ya.test:process.py:263 Command (pid 1415523) wtime: 1.336
DEBUG    ya.test:process.py:275 Command (pid 1415523) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 6 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13350/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c8br_t0w.log --grpc-port=13350 --mon-port=5756 --ic-port=23110
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c8br_t0w.log', '--grpc-port=13350', '--mon-port=5756', '--ic-port=23110')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1415735
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13350/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1415757
DEBUG    ya.test:process.py:259 Command (pid 1415757) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1415757) elapsed time (sec): 1.359192132949829
DEBUG    ya.test:process.py:263 Command (pid 1415757) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) maxrss: 477496
DEBUG    ya.test:process.py:263 Command (pid 1415757) minflt: 45349
DEBUG    ya.test:process.py:263 Command (pid 1415757) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) nivcsw: 583
DEBUG    ya.test:process.py:263 Command (pid 1415757) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1415757) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1415757) stime: 0.254214
DEBUG    ya.test:process.py:263 Command (pid 1415757) utime: 0.522844
DEBUG    ya.test:process.py:263 Command (pid 1415757) wtime: 1.391
DEBUG    ya.test:process.py:275 Command (pid 1415757) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 7 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2013/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_44jj7eee.log --grpc-port=2013 --mon-port=29981 --ic-port=23363
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_44jj7eee.log', '--grpc-port=2013', '--mon-port=29981', '--ic-port=23363')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1416056
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:2013/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1416058
DEBUG    ya.test:process.py:259 Command (pid 1416058) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1416058) elapsed time (sec): 2.6187329292297363
DEBUG    ya.test:process.py:263 Command (pid 1416058) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) maxrss: 477388
DEBUG    ya.test:process.py:263 Command (pid 1416058) minflt: 45416
DEBUG    ya.test:process.py:263 Command (pid 1416058) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) nivcsw: 273
DEBUG    ya.test:process.py:263 Command (pid 1416058) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1416058) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1416058) stime: 0.286843
DEBUG    ya.test:process.py:263 Command (pid 1416058) utime: 0.503095
DEBUG    ya.test:process.py:263 Command (pid 1416058) wtime: 2.65
DEBUG    ya.test:process.py:275 Command (pid 1416058) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 8 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15602/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_doxl_oq5.log --grpc-port=15602 --mon-port=16247 --ic-port=25425
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_doxl_oq5.log', '--grpc-port=15602', '--mon-port=16247', '--ic-port=25425')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1416607
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:15602/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1416608
DEBUG    ya.test:process.py:259 Command (pid 1416608) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1416608) elapsed time (sec): 1.843151330947876
DEBUG    ya.test:process.py:263 Command (pid 1416608) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) maxrss: 477636
DEBUG    ya.test:process.py:263 Command (pid 1416608) minflt: 45408
DEBUG    ya.test:process.py:263 Command (pid 1416608) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) nivcsw: 248
DEBUG    ya.test:process.py:263 Command (pid 1416608) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 1416608) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1416608) stime: 0.26944599999999996
DEBUG    ya.test:process.py:263 Command (pid 1416608) utime: 0.500707
DEBUG    ya.test:process.py:263 Command (pid 1416608) wtime: 1.868
DEBUG    ya.test:process.py:275 Command (pid 1416608) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 9 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:12801', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\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: 13798\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13963\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16328\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17821\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8212\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 65345\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23110\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23363\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25425\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:12801', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\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: 13798\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13963\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16328\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17821\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8212\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 65345\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23110\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23363\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25425\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1418814
DEBUG    ya.test:process.py:259 Command (pid 1418814) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1418814) elapsed time (sec): 1.8749263286590576
DEBUG    ya.test:process.py:263 Command (pid 1418814) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) maxrss: 880176
DEBUG    ya.test:process.py:263 Command (pid 1418814) minflt: 51661
DEBUG    ya.test:process.py:263 Command (pid 1418814) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) nivcsw: 237
DEBUG    ya.test:process.py:263 Command (pid 1418814) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) nvcsw: 436
DEBUG    ya.test:process.py:263 Command (pid 1418814) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1418814) stime: 0.258675
DEBUG    ya.test:process.py:263 Command (pid 1418814) utime: 0.57912
DEBUG    ya.test:process.py:263 Command (pid 1418814) wtime: 1.893
DEBUG    ya.test:process.py:275 Command (pid 1418814) output:
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:12801', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:12801', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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: 1418967
DEBUG    ya.test:process.py:259 Command (pid 1418967) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1418967) elapsed time (sec): 1.3502464294433594
DEBUG    ya.test:process.py:263 Command (pid 1418967) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) maxrss: 880176
DEBUG    ya.test:process.py:263 Command (pid 1418967) minflt: 51737
DEBUG    ya.test:process.py:263 Command (pid 1418967) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) nivcsw: 240
DEBUG    ya.test:process.py:263 Command (pid 1418967) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) nvcsw: 482
DEBUG    ya.test:process.py:263 Command (pid 1418967) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1418967) stime: 0.28648999999999997
DEBUG    ya.test:process.py:263 Command (pid 1418967) utime: 0.533542
DEBUG    ya.test:process.py:263 Command (pid 1418967) wtime: 1.356
DEBUG    ya.test:process.py:275 Command (pid 1418967) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:552 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:559 Cluster started and initialized
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, f9991c93-f923-4349-840d-1410f64fd80a, localhost:12801): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f9991c93-f923-4349-840d-1410f64fd80a, localhost:12801): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f9991c93-f923-4349-840d-1410f64fd80a, localhost:12801): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 12801 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 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 29977 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: 4 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 28320 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: "2" node_id: 5 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 2013 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: "2" node_id: 8 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 7219 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: "3" node_id: 6 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 13350 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: 7 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 3162 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: "2" node_id: 2 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 20333 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: "3" node_id: 3 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 15602 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: "3" node_id: 9 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-a67bk2gvhi.auto.internal:29977, location 1, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:13350, location 1, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:12801, location 1, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:2013, location 2, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:28320, location 2, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:15602, location 3, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:7219, location 3, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:3162, location 2, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:20333, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbWorkload, test_name: test)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ya.test:process.py:678 Command out will be placed to olap_workload.out
DEBUG    ya.test:process.py:678 Command err will be placed to olap_workload.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:12801', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1419101
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ya.test:process.py:259 Command (pid 1419101) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1419101) elapsed time (sec): 79.67652535438538
DEBUG    ya.test:process.py:263 Command (pid 1419101) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) inblock: 382624
DEBUG    ya.test:process.py:263 Command (pid 1419101) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) majflt: 41
DEBUG    ya.test:process.py:263 Command (pid 1419101) maxrss: 880176
DEBUG    ya.test:process.py:263 Command (pid 1419101) minflt: 144382
DEBUG    ya.test:process.py:263 Command (pid 1419101) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) nivcsw: 1051
DEBUG    ya.test:process.py:263 Command (pid 1419101) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) nvcsw: 13416
DEBUG    ya.test:process.py:263 Command (pid 1419101) oublock: 152
DEBUG    ya.test:process.py:263 Command (pid 1419101) stime: 0.9762919999999999
DEBUG    ya.test:process.py:263 Command (pid 1419101) utime: 3.41503
DEBUG    ya.test:process.py:263 Command (pid 1419101) wtime: 79.7
DEBUG    ya.test:process.py:275 Command (pid 1419101) output:

DEBUG    ya.test:process.py:276 Command (pid 1419101) errors:
...15,0) NOT NULL, c497 Interval64 NOT NULL, c498 Decimal(15,0) NOT NULL, c499 Uint64 NOT NULL, c500 Timestamp64 NOT NULL, c501 Utf8 NOT NULL, c502 Uint64 NOT NULL, c503 Date32 NOT NULL, c504 Decimal(15,0) NOT NULL, c505 Timestamp NOT NULL, c506 Decimal(15,0) NOT NULL, c507 Date32 NOT NULL, c508 Datetime64 NOT NULL, c509 Uint32 NOT NULL, c510 Uint16 NOT NULL, c511 Utf8 NOT NULL, c512 Datetime NOT NULL, c513 Int16 NOT NULL, c514 Int64 NOT NULL, c515 Timestamp NOT NULL, c516 Uint32 NOT NULL, c517 Utf8 NOT NULL, c518 Uint8 NOT NULL, c519 Uint32 NOT NULL, c520 Interval64 NOT NULL, c521 Interval64 NOT NULL, c522 Decimal(15,0) NOT NULL, c523 Interval64 NOT NULL, c524 Uint8 NOT NULL, c525 Uint64 NOT NULL, c526 Uint16 NOT NULL, c527 Uint32 NOT NULL, c528 Utf8 NOT NULL, c529 Timestamp NOT NULL, c530 String NOT NULL, c531 Timestamp NOT NULL, c532 Uint16 NOT NULL, c533 Datetime64 NOT NULL, c534 Timestamp64 NOT NULL, c535 Timestamp NOT NULL, c536 Int16 NOT NULL, c537 Date32 NOT NULL, c538 Uint32 NOT NULL, c539 Utf8 NOT NULL, c540 Decimal(22,9) NOT NULL, c541 Uint32 NOT NULL, c542 Date32 NOT NULL, c543 String NOT NULL, c544 Datetime NOT NULL, c545 Timestamp NOT NULL, c546 Decimal(35,10) NOT NULL, c547 Date NOT NULL, c548 Uint64 NOT NULL, c549 Timestamp NOT NULL, c550 Uint8 NOT NULL, c551 Interval64 NOT NULL, c552 Uint8 NOT NULL, c553 Interval64 NOT NULL, c554 Interval64 NOT NULL, c555 Uint16 NOT NULL, c556 Int16 NOT NULL, c557 Datetime64 NOT NULL, c558 Int16 NOT NULL, c559 Int16 NOT NULL, c560 Interval64 NOT NULL, c561 Uint8 NOT NULL, c562 Uint8 NOT NULL, c563 Uint32 NOT NULL, c564 Uint8 NOT NULL, c565 Decimal(22,9) NOT NULL, c566 Timestamp NOT NULL, c567 Int16 NOT NULL, c568 Int8 NOT NULL, c569 Int8 NOT NULL, c570 Date32 NOT NULL, c571 Datetime NOT NULL, c572 Utf8 NOT NULL, c573 Datetime NOT NULL, c574 Uint64 NOT NULL, c575 Uint64 NOT NULL, c576 String NOT NULL, c577 String NOT NULL, c578 Uint32 NOT NULL, c579 Uint64 NOT NULL, c580 Int16 NOT NULL, c581 Uint32 NOT NULL, c582 Date NOT NULL, c583 Date NOT NULL, c584 Decimal(22,9) NOT NULL, c585 String NOT NULL, c586 Utf8 NOT NULL, c587 Int32 NOT NULL, c588 String NOT NULL, c589 Decimal(15,0) NOT NULL, c590 Decimal(22,9) NOT NULL, c591 Datetime NOT NULL, c592 Uint64 NOT NULL, c593 String NOT NULL, c594 Int8 NOT NULL, c595 Int64 NOT NULL, c596 Uint64 NOT NULL, c597 Timestamp NOT NULL, c598 Interval64 NOT NULL, c599 Utf8 NOT NULL, c600 Uint32 NOT NULL, c601 Timestamp64 NOT NULL, c602 Int64 NOT NULL, c603 Decimal(22,9) NOT NULL, c604 Datetime NOT NULL, c605 Uint32 NOT NULL, c606 Uint32 NOT NULL, c607 Date32 NOT NULL, c608 Uint8 NOT NULL, c609 Decimal(15,0) NOT NULL, c610 Decimal(35,10) NOT NULL, c611 Uint16 NOT NULL, c612 Datetime NOT NULL, c613 Timestamp NOT NULL, c614 Uint16 NOT NULL, c615 Decimal(15,0) NOT NULL, c616 Uint64 NOT NULL, c617 Timestamp NOT NULL, c618 Date32 NOT NULL, c619 Int32 NOT NULL, c620 Timestamp64 NOT NULL, c621 String NOT NULL, c622 Int64 NOT NULL, c623 Date32 NOT NULL, c624 Timestamp64 NOT NULL, c625 Timestamp NOT NULL, c626 Date NOT NULL, c627 Uint16 NOT NULL, c628 Timestamp NOT NULL, c629 Datetime64 NOT NULL, c630 Uint8 NOT NULL, c631 String NOT NULL, c632 Utf8 NOT NULL, c633 Uint32 NOT NULL, c634 Int8 NOT NULL, c635 Int32 NOT NULL, c636 Uint8 NOT NULL, c637 Uint16 NOT NULL, c638 Date32 NOT NULL, c639 Date32 NOT NULL, c640 Uint64 NOT NULL, c641 Uint32 NOT NULL, c642 Decimal(15,0) NOT NULL, c643 Interval64 NOT NULL, c644 Int8 NOT NULL, c645 Interval64 NOT NULL, c646 Decimal(35,10) NOT NULL, c647 Datetime64 NOT NULL, c648 Datetime NOT NULL, c649 Date32 NOT NULL, c650 Timestamp64 NOT NULL, c651 Utf8 NOT NULL, c652 Int32 NOT NULL, c653 Timestamp64 NOT NULL, c654 Int8 NOT NULL, c655 Uint16 NOT NULL, c656 Decimal(35,10) NOT NULL, c657 Date32 NOT NULL, c658 Decimal(15,0) NOT NULL, c659 Datetime64 NOT NULL, c660 Utf8 NOT NULL, c661 Date32 NOT NULL, c662 Interval64 NOT NULL, c663 String NOT NULL, c664 Int32 NOT NULL, c665 Int16 NOT NULL, c666 Decimal(22,9) NOT NULL, c667 Datetime64 NOT NULL, c668 Uint64 NOT NULL, c669 Decimal(15,0) NOT NULL, c670 Int8 NOT NULL, c671 Decimal(22,9) NOT NULL, c672 Decimal(22,9) NOT NULL, c673 Uint64 NOT NULL, c674 Datetime64 NOT NULL, c675 Int8 NOT NULL, c676 String NOT NULL, c677 Uint64 NOT NULL, c678 Timestamp NOT NULL, c679 Timestamp64 NOT NULL, c680 Utf8 NOT NULL, c681 Int8 NOT NULL, c682 Int8 NOT NULL, c683 Int32 NOT NULL, c684 Timestamp64 NOT NULL, c685 Datetime64 NOT NULL, c686 Utf8 NOT NULL, c687 Date NOT NULL, c688 Interval64 NOT NULL, c689 Datetime64 NOT NULL, c690 Int16 NOT NULL, c691 Int32 NOT NULL, c692 Uint16 NOT NULL, c693 Interval64 NOT NULL, c694 String NOT NULL, c695 Date NOT NULL, c696 Uint8 NOT NULL, c697 Datetime64 NOT NULL, c698 Date32 NOT NULL, c699 Decimal(22,9) NOT NULL, c700 Timestamp NOT NULL, c701 Int32 NOT NULL, c702 Timestamp NOT NULL, c703 Date NOT NULL, c704 Uint16 NOT NULL, c705 String NOT NULL, c706 Decimal(15,0) NOT NULL, c707 Timestamp64 NOT NULL, c708 Timestamp NOT NULL, c709 Utf8 NOT NULL, c710 Int64 NOT NULL, c711 Decimal(35,10) NOT NULL, c712 Int8 NOT NULL, c713 Uint16 NOT NULL, c714 Int8 NOT NULL, c715 Int8 NOT NULL, c716 Uint16 NOT NULL, c717 Uint8 NOT NULL, c718 Interval64 NOT NULL, c719 String NOT NULL, c720 Date32 NOT NULL, c721 String NOT NULL, c722 Int16 NOT NULL, c723 Decimal(35,10) NOT NULL, c724 Uint64 NOT NULL, c725 Uint64 NOT NULL, c726 Date32 NOT NULL, c727 Int32 NOT NULL, c728 Timestamp NOT NULL, c729 Decimal(22,9) NOT NULL, c730 Decimal(15,0) NOT NULL, c731 Timestamp64 NOT NULL, c732 Int16 NOT NULL, c733 Uint8 NOT NULL, c734 Datetime NOT NULL, c735 Date NOT NULL, c736 Int32 NOT NULL, c737 Int64 NOT NULL, c738 Interval64 NOT NULL, c739 Uint64 NOT NULL, c740 Uint32 NOT NULL, c741 Uint16 NOT NULL, c742 Uint16 NOT NULL, c743 Int64 NOT NULL, c744 String NOT NULL, c745 Uint8 NOT NULL, c746 String NOT NULL, c747 Decimal(15,0) NOT NULL, c748 String NOT NULL, c749 Uint16 NOT NULL, c750 Utf8 NOT NULL, c751 Uint64 NOT NULL, c752 Datetime NOT NULL, c753 Date NOT NULL, c754 Date NOT NULL, c755 Int16 NOT NULL, c756 Date32 NOT NULL, c757 Int16 NOT NULL, c758 Decimal(15,0) NOT NULL, c759 Int64 NOT NULL, c760 Decimal(15,0) NOT NULL, c761 Int64 NOT NULL, c762 Int8 NOT NULL, c763 Decimal(22,9) NOT NULL, c764 Int32 NOT NULL, c765 Decimal(22,9) NOT NULL, c766 Decimal(35,10) NOT NULL, c767 Int8 NOT NULL, c768 Int32 NOT NULL, c769 Uint8 NOT NULL, c770 Int64 NOT NULL, c771 Uint64 NOT NULL, c772 Int64 NOT NULL, c773 Int8 NOT NULL, c774 Int16 NOT NULL, c775 Timestamp64 NOT NULL, c776 Timestamp NOT NULL, c777 Datetime64 NOT NULL, c778 Int64 NOT NULL, c779 Decimal(22,9) NOT NULL, c780 Date32 NOT NULL, c781 String NOT NULL, c782 Utf8 NOT NULL, c783 Interval64 NOT NULL, c784 Interval64 NOT NULL, c785 Uint32 NOT NULL, c786 Uint16 NOT NULL, c787 Int8 NOT NULL, c788 Uint64 NOT NULL, c789 Int16 NOT NULL, c790 Timestamp64 NOT NULL, c791 Int16 NOT NULL, c792 Date NOT NULL, c793 Uint16 NOT NULL, c794 Uint16 NOT NULL, c795 Interval64 NOT NULL, c796 Uint64 NOT NULL, c797 Int32 NOT NULL, c798 Utf8 NOT NULL, c799 Decimal(35,10) NOT NULL, c800 Date32 NOT NULL, c801 Decimal(15,0) NOT NULL, c802 Uint8 NOT NULL, c803 Interval64 NOT NULL, c804 Int16 NOT NULL, c805 Date NOT NULL, c806 Int8 NOT NULL, c807 Utf8 NOT NULL, c808 Timestamp NOT NULL, c809 Decimal(22,9) NOT NULL, c810 Int16 NOT NULL, c811 Int32 NOT NULL, c812 Timestamp64 NOT NULL, c813 Interval64 NOT NULL, c814 Uint64 NOT NULL, c815 Int16 NOT NULL, c816 Uint32 NOT NULL, c817 Int64 NOT NULL, c818 Uint64 NOT NULL, c819 Decimal(35,10) NOT NULL, c820 Uint32 NOT NULL, c821 Timestamp NOT NULL, c822 Datetime NOT NULL, c823 Decimal(35,10) NOT NULL, c824 Utf8 NOT NULL, c825 Datetime NOT NULL, c826 Int16 NOT NULL, c827 Datetime64 NOT NULL, c828 Datetime64 NOT NULL, c829 Int32 NOT NULL, c830 Int16 NOT NULL, c831 Uint64 NOT NULL, c832 Interval64 NOT NULL, c833 Datetime64 NOT NULL, c834 Decimal(35,10) NOT NULL, c835 Date NOT NULL, c836 Int16 NOT NULL, c837 Uint64 NOT NULL, c838 Int32 NOT NULL, c839 Date32 NOT NULL, c840 Date32 NOT NULL, c841 Uint16 NOT NULL, c842 Decimal(22,9) NOT NULL, c843 Interval64 NOT NULL, c844 String NOT NULL, c845 Uint8 NOT NULL, c846 Interval64 NOT NULL, c847 Int8 NOT NULL, c848 Uint32 NOT NULL, c849 Datetime NOT NULL, c850 Interval64 NOT NULL, c851 Decimal(15,0) NOT NULL, c852 Uint16 NOT NULL, c853 Int16 NOT NULL, c854 Int8 NOT NULL, c855 Date32 NOT NULL, c856 Uint8 NOT NULL, c857 Int16 NOT NULL, c858 Uint8 NOT NULL, c859 Uint16 NOT NULL, c860 Uint32 NOT NULL, c861 Uint16 NOT NULL, c862 Date32 NOT NULL, c863 Uint16 NOT NULL, c864 Timestamp NOT NULL, c865 Decimal(35,10) NOT NULL, c866 Timestamp NOT NULL, c867 Int16 NOT NULL, c868 Decimal(35,10) NOT NULL, c869 Int8 NOT NULL, c870 Int16 NOT NULL, c871 Decimal(22,9) NOT NULL, c872 Int64 NOT NULL, c873 Decimal(35,10) NOT NULL, c874 String NOT NULL, c875 Uint16 NOT NULL, c876 Timestamp NOT NULL, c877 Int32 NOT NULL, c878 Date NOT NULL, c879 Uint8 NOT NULL, c880 Uint64 NOT NULL, c881 String NOT NULL, c882 Datetime NOT NULL, c883 Int32 NOT NULL, c884 Uint16 NOT NULL, c885 Decimal(35,10) NOT NULL, c886 Int8 NOT NULL, c887 Interval64 NOT NULL, c888 Date32 NOT NULL, c889 Uint64 NOT NULL, c890 String NOT NULL, c891 Timestamp NOT NULL, c892 Date NOT NULL, c893 Uint16 NOT NULL, c894 Datetime NOT NULL, c895 Decimal(35,10) NOT NULL, c896 Timestamp64 NOT NULL, c897 Timestamp NOT NULL, c898 Decimal(35,10) NOT NULL, c899 Interval64 NOT NULL, c900 Int64 NOT NULL, c901 Decimal(22,9) NOT NULL, c902 Datetime64 NOT NULL, c903 Int16 NOT NULL, c904 Interval64 NOT NULL, c905 Int32 NOT NULL, c906 Timestamp64 NOT NULL, c907 Decimal(15,0) NOT NULL, c908 Decimal(35,10) NOT NULL, c909 Interval64 NOT NULL, c910 Uint64 NOT NULL, c911 Date NOT NULL, c912 Int32 NOT NULL, c913 Decimal(15,0) NOT NULL, c914 String NOT NULL, c915 String NOT NULL, c916 Uint64 NOT NULL, c917 Int16 NOT NULL, c918 Datetime64 NOT NULL, c919 Decimal(22,9) NOT NULL, c920 Date NOT NULL, c921 Timestamp NOT NULL, c922 String NOT NULL, c923 Interval64 NOT NULL, c924 Utf8 NOT NULL, c925 Timestamp NOT NULL, c926 Datetime NOT NULL, c927 Decimal(22,9) NOT NULL, c928 Interval64 NOT NULL, c929 Int32 NOT NULL, c930 Decimal(35,10) NOT NULL, c931 Int64 NOT NULL, c932 Int64 NOT NULL, c933 Uint32 NOT NULL, c934 String NOT NULL, c935 Datetime NOT NULL, c936 Uint16 NOT NULL, c937 Utf8 NOT NULL, c938 Uint16 NOT NULL, c939 Datetime NOT NULL, c940 Utf8 NOT NULL, c941 Int32 NOT NULL, c942 Uint8 NOT NULL, c943 Date NOT NULL, c944 Datetime NOT NULL, c945 Decimal(22,9) NOT NULL, c946 Datetime64 NOT NULL, c947 Interval64 NOT NULL, c948 Uint64 NOT NULL, c949 Uint16 NOT NULL, c950 String NOT NULL, c951 Uint32 NOT NULL, c952 Timestamp NOT NULL, c953 Decimal(22,9) NOT NULL, c954 Decimal(15,0) NOT NULL, c955 Utf8 NOT NULL, c956 Date NOT NULL, c957 Interval64 NOT NULL, c958 Utf8 NOT NULL, c959 Int16 NOT NULL, c960 Uint8 NOT NULL, c961 Int16 NOT NULL, c962 Datetime64 NOT NULL, c963 Datetime64 NOT NULL, c964 Uint16 NOT NULL, c965 Int8 NOT NULL, c966 Int16 NOT NULL, c967 Uint8 NOT NULL, c968 Timestamp NOT NULL, c969 Date32 NOT NULL, c970 Datetime64 NOT NULL, c971 Timestamp64 NOT NULL, c972 Decimal(35,10) NOT NULL, c973 Datetime NOT NULL, c974 Datetime64 NOT NULL, c975 Timestamp NOT NULL, c976 Int32 NOT NULL, c977 Decimal(15,0) NOT NULL, c978 Date NOT NULL, c979 Decimal(35,10) NOT NULL, c980 Decimal(35,10) NOT NULL, c981 Datetime NOT NULL, c982 Int16 NOT NULL, c983 Uint32 NOT NULL, c984 Int8 NOT NULL, c985 Timestamp64 NOT NULL, c986 Int64 NOT NULL, c987 Datetime64 NOT NULL, c988 Timestamp64 NOT NULL, c989 Int8 NOT NULL, c990 Decimal(35,10) NOT NULL, c991 Int64 NOT NULL, c992 Int8 NOT NULL, c993 Int16 NOT NULL, c994 Timestamp64 NOT NULL, c995 Datetime NOT NULL, c996 Decimal(22,9) NOT NULL, c997 Decimal(35,10) NOT NULL, c998 Int8 NOT NULL, c999 Uint8 NOT NULL, c1000 Uint16 NOT NULL, c1001 Decimal(22,9) NOT NULL, c1002 Int32 NOT NULL, c1003 Datetime NOT NULL, c1004 Decimal(15,0) NOT NULL, c1005 Uint64 NOT NULL, c1006 Uint64 NOT NULL, c1007 Int32 NOT NULL, c1008 Datetime64 NOT NULL, c1009 Datetime NOT NULL, c1010 Int16 NOT NULL, c1011 Decimal(35,10) NOT NULL, c1012 Datetime64 NOT NULL, c1013 Interval64 NOT NULL, c1014 Decimal(35,10) NOT NULL, c1015 Date NOT NULL, c1016 Decimal(15,0) NOT NULL, c1017 Uint8 NOT NULL, c1018 Datetime NOT NULL, c1019 Interval64 NOT NULL, c1020 Utf8 NOT NULL, c1021 Uint32 NOT NULL, c1022 Uint8 NOT NULL, c1023 Utf8 NOT NULL, c1024 Int64 NOT NULL, c1025 Timestamp64 NOT NULL, c1026 Timestamp NOT NULL, c1027 Interval64 NOT NULL, c1028 String NOT NULL, c1029 Uint16 NOT NULL, c1030 Decimal(35,10) NOT NULL, c1031 Uint16 NOT NULL, c1032 Date NOT NULL, c1033 String NOT NULL, c1034 Datetime64 NOT NULL, c1035 Uint32 NOT NULL, c1036 Int32 NOT NULL, c1037 Uint64 NOT NULL, c1038 Uint64 NOT NULL, c1039 Datetime64 NOT NULL, c1040 Decimal(35,10) NOT NULL, c1041 Uint32 NOT NULL, c1042 Timestamp64 NOT NULL, c1043 Int32 NOT NULL, c1044 Decimal(22,9) NOT NULL, c1045 Timestamp NOT NULL, c1046 Uint32 NOT NULL, c1047 Int32 NOT NULL, c1048 Datetime64 NOT NULL, c1049 Decimal(22,9) NOT NULL, c1050 Date NOT NULL, c1051 Datetime NOT NULL, c1052 Timestamp64 NOT NULL, c1053 String NOT NULL, c1054 Interval64 NOT NULL, c1055 Int32 NOT NULL, c1056 Utf8 NOT NULL, c1057 Timestamp64 NOT NULL, c1058 Int64 NOT NULL, c1059 Datetime NOT NULL, c1060 Datetime NOT NULL, c1061 Datetime64 NOT NULL, c1062 Uint64 NOT NULL, c1063 Datetime64 NOT NULL, c1064 Utf8 NOT NULL, c1065 Uint32 NOT NULL, c1066 Datetime64 NOT NULL, c1067 Int8 NOT NULL, c1068 Decimal(22,9) NOT NULL, c1069 Uint8 NOT NULL, c1070 String NOT NULL, c1071 Datetime64 NOT NULL, c1072 Int32 NOT NULL, c1073 Date32 NOT NULL, c1074 Decimal(35,10) NOT NULL, c1075 Decimal(35,10) NOT NULL, c1076 Uint32 NOT NULL, c1077 Date NOT NULL, c1078 Date NOT NULL, c1079 Timestamp NOT NULL, c1080 Uint64 NOT NULL, c1081 Int64 NOT NULL, c1082 Date NOT NULL, c1083 Uint8 NOT NULL, c1084 Date NOT NULL, c1085 Interval64 NOT NULL, c1086 Timestamp NOT NULL, c1087 Int64 NOT NULL, c1088 Date NOT NULL, c1089 Decimal(35,10) NOT NULL, c1090 Decimal(15,0) NOT NULL, c1091 Int8 NOT NULL, c1092 Datetime NOT NULL, c1093 Timestamp64 NOT NULL, c1094 Int8 NOT NULL, c1095 Timestamp64 NOT NULL, c1096 Interval64 NOT NULL, c1097 Decimal(35,10) NOT NULL, c1098 Decimal(35,10) NOT NULL, c1099 Uint8 NOT NULL, c1100 Uint8 NOT NULL, c1101 Date32 NOT NULL, c1102 Uint32 NOT NULL, c1103 String NOT NULL, c1104 String NOT NULL, c1105 Date32 NOT NULL, c1106 Uint8 NOT NULL, c1107 Date32 NOT NULL, c1108 Uint8 NOT NULL, c1109 Date32 NOT NULL, c1110 Int8 NOT NULL, c1111 Timestamp NOT NULL, c1112 Int32 NOT NULL, c1113 Date NOT NULL, c1114 Timestamp64 NOT NULL, c1115 Interval64 NOT NULL, c1116 Utf8 NOT NULL, c1117 Decimal(22,9) NOT NULL, c1118 Datetime64 NOT NULL, c1119 String NOT NULL, c1120 Datetime NOT NULL, c1121 Datetime NOT NULL, c1122 Uint64 NOT NULL, c1123 Uint16 NOT NULL, c1124 Uint16 NOT NULL, c1125 Timestamp NOT NULL, c1126 Int32 NOT NULL, c1127 Int16 NOT NULL, c1128 Datetime NOT NULL, c1129 Timestamp64 NOT NULL, c1130 Decimal(35,10) NOT NULL, c1131 Date32 NOT NULL, c1132 Int8 NOT NULL, c1133 Uint32 NOT NULL, c1134 Datetime NOT NULL, c1135 Date32 NOT NULL, c1136 Decimal(35,10) NOT NULL, c1137 Date32 NOT NULL, c1138 Decimal(15,0) NOT NULL, c1139 Int16 NOT NULL, c1140 String NOT NULL, c1141 Datetime NOT NULL, c1142 Uint32 NOT NULL, c1143 Timestamp NOT NULL, c1144 Interval64 NOT NULL, c1145 Interval64 NOT NULL, c1146 Int8 NOT NULL, c1147 Uint32 NOT NULL, c1148 Int32 NOT NULL, c1149 Datetime64 NOT NULL, c1150 Date NOT NULL, c1151 Int8 NOT NULL, c1152 Uint8 NOT NULL, c1153 Interval64 NOT NULL, c1154 String NOT NULL, c1155 Decimal(15,0) NOT NULL, c1156 Interval64 NOT NULL, c1157 Int32 NOT NULL, c1158 Uint32 NOT NULL, c1159 Datetime NOT NULL, c1160 Utf8 NOT NULL, c1161 Int32 NOT NULL, c1162 Uint64 NOT NULL, c1163 Int8 NOT NULL, c1164 Int8 NOT NULL, c1165 Timestamp64 NOT NULL, c1166 Timestamp64 NOT NULL, c1167 Uint64 NOT NULL, c1168 Uint16 NOT NULL, c1169 Int8 NOT NULL, c1170 Int64 NOT NULL, c1171 Decimal(35,10) NOT NULL, c1172 Decimal(15,0) NOT NULL, c1173 Datetime64 NOT NULL, c1174 Date NOT NULL, c1175 Utf8 NOT NULL, c1176 Utf8 NOT NULL, c1177 Uint16 NOT NULL, c1178 Int8 NOT NULL, c1179 Int16 NOT NULL, c1180 String NOT NULL, c1181 String NOT NULL, c1182 Uint8 NOT NULL, c1183 Uint16 NOT NULL, c1184 Date32 NOT NULL, c1185 Decimal(22,9) NOT NULL, c1186 String NOT NULL, c1187 Date32 NOT NULL, c1188 Date NOT NULL, c1189 Utf8 NOT NULL, c1190 Int16 NOT NULL, c1191 Decimal(22,9) NOT NULL, c1192 String NOT NULL, c1193 Date NOT NULL, c1194 Decimal(35,10) NOT NULL, c1195 Utf8 NOT NULL, c1196 Decimal(22,9) NOT NULL, c1197 Uint16 NOT NULL, c1198 Date NOT NULL, c1199 Utf8 NOT NULL, c1200 Timestamp NOT NULL, c1201 Decimal(35,10) NOT NULL, c1202 Datetime64 NOT NULL, c1203 Decimal(15,0) NOT NULL, c1204 Timestamp64 NOT NULL, c1205 Int64 NOT NULL, c1206 Int8 NOT NULL, c1207 Date NOT NULL, c1208 Int8 NOT NULL, c1209 Uint32 NOT NULL, c1210 Decimal(35,10) NOT NULL, c1211 Int16 NOT NULL, c1212 Date NOT NULL, c1213 Utf8 NOT NULL, c1214 Decimal(22,9) NOT NULL, c1215 Uint16 NOT NULL, c1216 Decimal(22,9) NOT NULL, c1217 Datetime NOT NULL, c1218 Datetime64 NOT NULL, c1219 Int32 NOT NULL, c1220 Uint8 NOT NULL, c1221 Date32 NOT NULL, c1222 Date NOT NULL, c1223 Decimal(22,9) NOT NULL, c1224 String NOT NULL, c1225 Int64 NOT NULL, c1226 Int16 NOT NULL, c1227 Uint8 NOT NULL, c1228 Utf8 NOT NULL, c1229 Int16 NOT NULL, c1230 Datetime NOT NULL, c1231 Decimal(15,0) NOT NULL, c1232 Decimal(22,9) NOT NULL, c1233 Datetime64 NOT NULL, c1234 Utf8 NOT NULL, c1235 Date NOT NULL, c1236 Int8 NOT NULL, c1237 Datetime NOT NULL, c1238 Decimal(22,9) NOT NULL, c1239 Utf8 NOT NULL, c1240 Interval64 NOT NULL, c1241 Decimal(15,0) NOT NULL, c1242 Int64 NOT NULL, c1243 Interval64 NOT NULL, c1244 Utf8 NOT NULL, c1245 Uint16 NOT NULL, c1246 Uint8 NOT NULL, c1247 Int16 NOT NULL, c1248 Date32 NOT NULL, c1249 Timestamp64 NOT NULL, c1250 String NOT NULL, c1251 String NOT NULL, c1252 Uint16 NOT NULL, c1253 Timestamp64 NOT NULL, c1254 Date NOT NULL, c1255 Int64 NOT NULL, c1256 Utf8 NOT NULL, c1257 Date32 NOT NULL, c1258 Timestamp64 NOT NULL, c1259 Int64 NOT NULL, c1260 Uint64 NOT NULL, c1261 Decimal(22,9) NOT NULL, c1262 Datetime NOT NULL, c1263 Decimal(22,9) NOT NULL, c1264 String NOT NULL, c1265 Int32 NOT NULL, c1266 Uint16 NOT NULL, c1267 Date NOT NULL, c1268 Uint32 NOT NULL, c1269 Datetime64 NOT NULL, c1270 Int64 NOT NULL, c1271 Interval64 NOT NULL, c1272 Date32 NOT NULL, c1273 Date32 NOT NULL, c1274 Decimal(35,10) NOT NULL, c1275 Interval64 NOT NULL, c1276 Datetime NOT NULL, c1277 Decimal(15,0) NOT NULL, c1278 Uint64 NOT NULL, c1279 String NOT NULL, c1280 Int32 NOT NULL, c1281 Timestamp64 NOT NULL, c1282 Datetime64 NOT NULL, c1283 Int64 NOT NULL, c1284 Int16 NOT NULL, c1285 Uint8 NOT NULL, c1286 Utf8 NOT NULL, c1287 Date32 NOT NULL, c1288 Date NOT NULL, c1289 Int64 NOT NULL, c1290 Timestamp64 NOT NULL, c1291 Date NOT NULL, c1292 Date NOT NULL, c1293 Date NOT NULL, c1294 Datetime64 NOT NULL, c1295 Int16 NOT NULL, c1296 Uint8 NOT NULL, c1297 Int16 NOT NULL, c1298 Date NOT NULL, c1299 Decimal(35,10) NOT NULL, c1300 Timestamp64 NOT NULL, c1301 Decimal(15,0) NOT NULL, c1302 Date32 NOT NULL, c1303 Uint64 NOT NULL, c1304 Timestamp NOT NULL, c1305 Uint32 NOT NULL, c1306 Decimal(15,0) NOT NULL, c1307 Int8 NOT NULL, c1308 Timestamp NOT NULL, c1309 Decimal(15,0) NOT NULL, c1310 Interval64 NOT NULL, c1311 Decimal(35,10) NOT NULL, c1312 Interval64 NOT NULL, c1313 Datetime NOT NULL, c1314 String NOT NULL, c1315 Decimal(22,9) NOT NULL, c1316 Timestamp NOT NULL, c1317 Datetime NOT NULL, c1318 Utf8 NOT NULL, c1319 Int8 NOT NULL, c1320 Int8 NOT NULL, c1321 Int16 NOT NULL, c1322 Decimal(15,0) NOT NULL, c1323 Interval64 NOT NULL, c1324 Int16 NOT NULL, c1325 Datetime NOT NULL, c1326 Timestamp NOT NULL, c1327 Decimal(15,0) NOT NULL, c1328 Timestamp64 NOT NULL, c1329 Date32 NOT NULL, c1330 Timestamp NOT NULL, c1331 Uint8 NOT NULL, c1332 Int32 NOT NULL, c1333 Date32 NOT NULL, c1334 Timestamp64 NOT NULL, c1335 Timestamp64 NOT NULL, c1336 Date32 NOT NULL, c1337 Int32 NOT NULL, c1338 Date32 NOT NULL, c1339 Uint8 NOT NULL, c1340 Int32 NOT NULL, c1341 Decimal(35,10) NOT NULL, c1342 Uint32 NOT NULL, c1343 Int8 NOT NULL, c1344 Uint32 NOT NULL, c1345 Decimal(22,9) NOT NULL, c1346 Int16 NOT NULL, c1347 Date32 NOT NULL, c1348 Uint8 NOT NULL, c1349 Int8 NOT NULL, c1350 Int64 NOT NULL, c1351 Int64 NOT NULL, c1352 Date, c1353 Utf8 NOT NULL, c1354 Interval64, c1355 Utf8, c1356 Utf8 NOT NULL, c1357 Datetime NOT NULL, c1358 Int16 NOT NULL, c1359 Uint64, c1360 Int8 NOT NULL, c1361 Decimal(35,10) NOT NULL, c1362 Uint16, c1363 Decimal(22,9), c1364 Uint8, c1365 Uint8, c1366 Int64 NOT NULL, c1367 Uint8, c1368 Int32 NOT NULL, c1369 Decimal(22,9), c1370 Uint16, c1371 Int32, c1372 Int32, c1373 Uint64, c1374 Decimal(22,9) NOT NULL, c1375 Uint32 NOT NULL, c1376 Yson NOT NULL, c1377 Int64, c1378 Datetime64, c1379 Int32 NOT NULL, c1380 Int64 NOT NULL, c1381 Uint8 NOT NULL, c1382 Int16 NOT NULL, c1383 Int16 NOT NULL, c1384 Timestamp64 NOT NULL, c1385 Uint16 NOT NULL, c1386 Double NOT NULL, c1387 Date32 NOT NULL, c1388 Int16 NOT NULL, c1389 Uint8 NOT NULL, c1390 Interval64, c1391 Date32 NOT NULL, c1392 Int16 NOT NULL, c1393 Yson, c1394 JsonDocument NOT NULL, c1395 Decimal(15,0), c1396 Int32 NOT NULL, c1397 Date32, c1398 Decimal(15,0) NOT NULL, c1399 Int32 NOT NULL, c1400 JsonDocument NOT NULL, c1401 Int64, c1402 Datetime64 NOT NULL, c1403 Float, c1404 Timestamp, c1405 Decimal(35,10), c1406 Date32 NOT NULL, c1407 Float, c1408 Utf8 NOT NULL, c1409 Decimal(35,10) NOT NULL, c1410 Int16 NOT NULL, c1411 Decimal(22,9), c1412 Yson, c1413 Decimal(15,0) NOT NULL, c1414 Timestamp64 NOT NULL, c1415 Timestamp NOT NULL, c1416 Interval64 NOT NULL, c1417 Int32 NOT NULL, c1418 JsonDocument NOT NULL, c1419 JsonDocument NOT NULL, c1420 Int64 NOT NULL, c1421 Uint32 NOT NULL, c1422 Decimal(35,10) NOT NULL, c1423 Int16, c1424 Date32 NOT NULL, c1425 Uint8, c1426 Datetime NOT NULL, c1427 JsonDocument NOT NULL, c1428 Datetime NOT NULL, c1429 JsonDocument NOT NULL, c1430 Decimal(35,10) NOT NULL, c1431 Uint64, c1432 Yson, c1433 Uint16, c1434 Int32 NOT NULL, c1435 Utf8, c1436 Decimal(35,10) NOT NULL, c1437 Utf8 NOT NULL, c1438 Decimal(15,0), c1439 Utf8, c1440 Uint32 NOT NULL, c1441 Double, c1442 Uint64, c1443 Int16, c1444 Utf8, c1445 Int32, c1446 Decimal(15,0) NOT NULL, c1447 Int64, c1448 Yson, c1449 JsonDocument, c1450 Int8, c1451 Decimal(22,9) NOT NULL, c1452 Int64, c1453 String NOT NULL, c1454 Decimal(15,0), c1455 Utf8 NOT NULL, c1456 Int8, c1457 Float, c1458 Timestamp NOT NULL, c1459 Date32, c1460 Uint16 NOT NULL, c1461 Date32, c1462 Int16, c1463 Date32, c1464 Uint8, c1465 Date, c1466 Int8, c1467 Datetime NOT NULL, c1468 Yson, c1469 Decimal(15,0), c1470 Json, c1471 Utf8, c1472 Int16, c1473 Uint64, c1474 Int16 NOT NULL, c1475 Uint16 NOT NULL, c1476 Uint32 NOT NULL, c1477 Datetime NOT NULL, c1478 Int32 NOT NULL, c1479 Double, c1480 Double NOT NULL, c1481 Int8, c1482 Timestamp64 NOT NULL, c1483 Timestamp64 NOT NULL, c1484 Interval64, c1485 String, c1486 String, c1487 Decimal(15,0), c1488 Interval64, c1489 Utf8 NOT NULL, c1490 Int64, c1491 Uint32, c1492 Int8 NOT NULL, c1493 Timestamp, c1494 Int64, c1495 Int64, c1496 Timestamp64 NOT NULL, c1497 Datetime64 NOT NULL, c1498 String, c1499 Decimal(22,9), c1500 JsonDocument, c1501 Double NOT NULL, c1502 Timestamp NOT NULL, c1503 Yson, c1504 Uint8, c1505 Json NOT NULL, c1506 Json, c1507 Decimal(15,0), c1508 Int8, c1509 Decimal(15,0) NOT NULL, c1510 Int16 NOT NULL, c1511 Decimal(35,10) NOT NULL, c1512 Datetime64, c1513 Int32 NOT NULL, c1514 Double, c1515 String, c1516 Uint16 NOT NULL, c1517 Date NOT NULL, c1518 Uint64 NOT NULL, c1519 Timestamp64, c1520 Decimal(22,9), c1521 String NOT NULL, c1522 Float NOT NULL, c1523 Int32, c1524 String NOT NULL, c1525 Date NOT NULL, c1526 Decimal(15,0) NOT NULL, c1527 Int64 NOT NULL, c1528 Decimal(35,10) NOT NULL, c1529 Json NOT NULL, c1530 Uint8, c1531 Float NOT NULL, c1532 Json, c1533 Float NOT NULL, c1534 Datetime NOT NULL, c1535 Yson NOT NULL, c1536 Decimal(22,9), c1537 Datetime64, c1538 Int32 NOT NULL, c1539 Json NOT NULL, c1540 Utf8 NOT NULL, c1541 Decimal(15,0) NOT NULL, c1542 Yson, c1543 Timestamp, c1544 Datetime64 NOT NULL, c1545 Json, c1546 Timestamp NOT NULL, c1547 Timestamp64, c1548 Decimal(35,10), c1549 Int8, c1550 Decimal(35,10) NOT NULL, c1551 Yson NOT NULL, c1552 Uint8, c1553 Int64, c1554 Interval64, c1555 Yson NOT NULL, c1556 Int8 NOT NULL, c1557 Yson, c1558 Date NOT NULL, c1559 Int8, c1560 Decimal(22,9) NOT NULL, c1561 Decimal(35,10), c1562 Utf8 NOT NULL, c1563 Date32, c1564 Interval64 NOT NULL, c1565 Int64, c1566 Decimal(15,0), c1567 Int64 NOT NULL, c1568 String NOT NULL, c1569 Datetime64, c1570 Decimal(35,10), c1571 Uint8, c1572 Date, c1573 Datetime64, c1574 Utf8, c1575 Uint8, c1576 Int16, c1577 Int64, c1578 Date, c1579 JsonDocument NOT NULL, c1580 Uint8, c1581 Decimal(15,0) NOT NULL, c1582 Decimal(15,0), c1583 Datetime, c1584 Float NOT NULL, c1585 Json, c1586 Uint8 NOT NULL, c1587 Datetime64 NOT NULL, c1588 Timestamp, c1589 Utf8 NOT NULL, c1590 Interval64, c1591 Uint64 NOT NULL, c1592 Int64 NOT NULL, c1593 Utf8 NOT NULL, c1594 JsonDocument NOT NULL, c1595 Json NOT NULL, c1596 Float, c1597 Timestamp, c1598 JsonDocument, c1599 Date32, c1600 Double, c1601 Decimal(35,10), c1602 Datetime, c1603 Uint32, c1604 Datetime64 NOT NULL, c1605 Date32, c1606 Int16 NOT NULL, c1607 Int64, c1608 Datetime64, c1609 Timestamp NOT NULL, c1610 String, c1611 Uint16, c1612 String NOT NULL, c1613 Date32 NOT NULL, c1614 Int8 NOT NULL, c1615 Uint16 NOT NULL, c1616 Uint16 NOT NULL, c1617 Int32, c1618 Datetime NOT NULL, c1619 Datetime NOT NULL, c1620 Int64, c1621 String, c1622 Uint8 NOT NULL, c1623 Uint8, c1624 Yson, c1625 Float NOT NULL, c1626 JsonDocument, c1627 Uint8 NOT NULL, c1628 Int64, c1629 Uint32 NOT NULL, c1630 Decimal(35,10) NOT NULL, c1631 Decimal(22,9) NOT NULL, c1632 Interval64, c1633 Int32, c1634 Datetime, c1635 Int16 NOT NULL, c1636 Json, c1637 Interval64, c1638 Date, c1639 Timestamp64, c1640 Int8 NOT NULL, c1641 Uint8 NOT NULL, c1642 Int16, c1643 Date32, c1644 Uint64 NOT NULL, c1645 Double, c1646 Date NOT NULL, c1647 Uint8 NOT NULL, c1648 Uint8, c1649 Uint64, c1650 Utf8 NOT NULL, c1651 Float NOT NULL, c1652 Utf8 NOT NULL, c1653 Int64, c1654 Uint64, c1655 Date32, c1656 Uint8 NOT NULL, c1657 Utf8 NOT NULL, c1658 Int8, c1659 Json, c1660 Double NOT NULL, c1661 Int64 NOT NULL, c1662 Int64, c1663 Uint32, c1664 Int16 NOT NULL, c1665 Int64, c1666 Int64 NOT NULL, c1667 Uint64, c1668 Uint8 NOT NULL, c1669 Int64 NOT NULL, c1670 Int32, c1671 JsonDocument, c1672 Date, c1673 Datetime64, c1674 Int16, c1675 Decimal(22,9) NOT NULL, c1676 Uint16, c1677 Timestamp64 NOT NULL, c1678 Int16, c1679 String NOT NULL, c1680 Datetime NOT NULL, c1681 Decimal(22,9), c1682 Decimal(35,10), c1683 Date32, c1684 Timestamp64 NOT NULL, c1685 Decimal(22,9), c1686 Interval64, c1687 Yson, c1688 Uint64 NOT NULL, c1689 Datetime, c1690 Int16 NOT NULL, c1691 Uint8 NOT NULL, c1692 Uint32 NOT NULL, c1693 Timestamp NOT NULL, c1694 Int64, c1695 Int32 NOT NULL, c1696 Int64, c1697 Date32 NOT NULL, c1698 Interval64, c1699 Datetime64, c1700 Utf8, c1701 Uint32, c1702 JsonDocument, c1703 Date32 NOT NULL, c1704 Decimal(35,10), c1705 Uint16, c1706 JsonDocument NOT NULL, c1707 Uint16 NOT NULL, c1708 Date32 NOT NULL, c1709 Datetime64 NOT NULL, c1710 Uint8, c1711 Int16, c1712 Int32 NOT NULL, c1713 Timestamp NOT NULL, c1714 Yson NOT NULL, c1715 Timestamp64 NOT NULL, c1716 JsonDocument NOT NULL, c1717 Datetime64, c1718 Int32 NOT NULL, c1719 Uint8 NOT NULL, c1720 Datetime NOT NULL, c1721 Date, c1722 Uint32 NOT NULL, c1723 Double, c1724 Datetime NOT NULL, c1725 Yson NOT NULL, c1726 Decimal(15,0) NOT NULL, c1727 JsonDocument NOT NULL, c1728 Json NOT NULL, c1729 Utf8, c1730 Int32 NOT NULL, c1731 Uint64 NOT NULL, c1732 Decimal(15,0), c1733 Float, c1734 JsonDocument NOT NULL, c1735 Timestamp64 NOT NULL, c1736 Json NOT NULL, c1737 Decimal(15,0) NOT NULL, c1738 Int16 NOT NULL, c1739 Json NOT NULL, c1740 Uint32 NOT NULL, c1741 Decimal(22,9), c1742 Timestamp, c1743 Datetime NOT NULL, c1744 Datetime64 NOT NULL, c1745 Utf8, c1746 Json NOT NULL, c1747 Decimal(22,9), c1748 Decimal(35,10), c1749 Timestamp, c1750 Datetime64, c1751 Uint16, c1752 Decimal(22,9), c1753 JsonDocument, c1754 Int64, c1755 Int16 NOT NULL, c1756 Float, c1757 Int16 NOT NULL, c1758 Uint32, c1759 Double, c1760 Date, c1761 Float NOT NULL, c1762 Date32 NOT NULL, c1763 Decimal(35,10) NOT NULL, c1764 Date, c1765 Timestamp64 NOT NULL, c1766 Date, c1767 Int64, c1768 Int8 NOT NULL, c1769 Utf8, c1770 Int64 NOT NULL, c1771 Float, c1772 Int16 NOT NULL, c1773 Uint16 NOT NULL, c1774 Utf8 NOT NULL, c1775 Int32, c1776 Yson, c1777 Double NOT NULL, c1778 Datetime, c1779 Double, c1780 Uint64, c1781 Json, c1782 Int64 NOT NULL, c1783 Json NOT NULL, c1784 Uint32, c1785 Float NOT NULL, c1786 Datetime NOT NULL, c1787 Json NOT NULL, c1788 Json, c1789 Int32, c1790 Json NOT NULL, c1791 Decimal(22,9) NOT NULL, c1792 Decimal(22,9) NOT NULL, c1793 Double, c1794 Int16, c1795 Json, c1796 Utf8 NOT NULL, c1797 Int64 NOT NULL, c1798 Interval64 NOT NULL, c1799 Int64 NOT NULL, c1800 Json, c1801 JsonDocument, c1802 Decimal(22,9) NOT NULL, c1803 Timestamp64, c1804 Datetime, c1805 Timestamp, c1806 Json NOT NULL, c1807 Interval64, c1808 JsonDocument NOT NULL, c1809 Timestamp64 NOT NULL, c1810 Uint8, c1811 Double NOT NULL, c1812 Utf8, c1813 Float NOT NULL, c1814 Uint8, c1815 Datetime NOT NULL, c1816 Int64 NOT NULL, c1817 Decimal(22,9) NOT NULL, c1818 Float, c1819 Datetime64 NOT NULL, c1820 Date NOT NULL, c1821 Uint8, c1822 Interval64 NOT NULL, c1823 Int32 NOT NULL, c1824 Int32, c1825 String NOT NULL, c1826 Int32 NOT NULL, c1827 Datetime64, c1828 Uint32 NOT NULL, c1829 Date32 NOT NULL, c1830 Interval64, c1831 Json, c1832 Uint64 NOT NULL, c1833 Json NOT NULL, c1834 Timestamp64, c1835 Decimal(15,0) NOT NULL, c1836 Yson, c1837 Decimal(15,0) NOT NULL, c1838 Float NOT NULL, c1839 Int8, c1840 String, c1841 JsonDocument, c1842 Timestamp64, c1843 Datetime, c1844 Uint32, c1845 Date32 NOT NULL, c1846 Uint32 NOT NULL, c1847 Uint64 NOT NULL, c1848 Decimal(22,9) NOT NULL, c1849 Decimal(15,0) NOT NULL, c1850 Decimal(22,9), c1851 Yson NOT NULL, c1852 Uint16 NOT NULL, c1853 Uint32 NOT NULL, c1854 Utf8, c1855 Uint64 NOT NULL, c1856 Date32, c1857 Utf8 NOT NULL, c1858 Uint16, c1859 Uint64 NOT NULL, c1860 JsonDocument, c1861 Decimal(35,10), c1862 Utf8, c1863 Uint16, c1864 Int16, c1865 Uint32, c1866 Decimal(22,9), c1867 Json, c1868 Date32, c1869 Uint8, c1870 Timestamp64 NOT NULL, c1871 Uint32 NOT NULL, c1872 JsonDocument, c1873 Float NOT NULL, c1874 Interval64 NOT NULL, c1875 Int8, c1876 Decimal(15,0), c1877 Decimal(15,0), c1878 Datetime64, c1879 Decimal(35,10), c1880 Yson NOT NULL, c1881 Float NOT NULL, c1882 Uint64, c1883 Interval64 NOT NULL, c1884 Datetime NOT NULL, c1885 Uint8 NOT NULL, c1886 Utf8, c1887 Timestamp NOT NULL, c1888 Int64, c1889 Decimal(22,9) NOT NULL, c1890 Interval64 NOT NULL, c1891 Date, c1892 Decimal(15,0) NOT NULL, c1893 Float NOT NULL, c1894 Int64, c1895 Uint8 NOT NULL, c1896 Date32, c1897 Uint8, c1898 Datetime64, c1899 Int32 NOT NULL, c1900 Double, c1901 String, c1902 Date NOT NULL, c1903 Yson, c1904 Float, c1905 Int64 NOT NULL, c1906 String NOT NULL, c1907 Int16 NOT NULL, c1908 Timestamp64 NOT NULL, c1909 Json NOT NULL, c1910 Double, c1911 Decimal(15,0), c1912 Date, c1913 Utf8, c1914 Datetime64, c1915 Decimal(35,10), c1916 Float, c1917 Timestamp, c1918 Uint16, c1919 Uint8, c1920 Date32, c1921 Json, c1922 Uint64 NOT NULL, c1923 Date, c1924 JsonDocument, c1925 Timestamp, c1926 Json NOT NULL, c1927 Int16, c1928 Interval64 NOT NULL, c1929 Timestamp64, c1930 String, c1931 Date, c1932 Uint16 NOT NULL, c1933 Json, c1934 Int64, c1935 Uint16, c1936 Datetime64, c1937 Utf8 NOT NULL, c1938 Uint32, c1939 Decimal(35,10), c1940 Interval64, c1941 Datetime64, c1942 Float NOT NULL, c1943 Double NOT NULL, c1944 Json NOT NULL, c1945 Datetime NOT NULL, c1946 Yson, c1947 Int32, c1948 Datetime64 NOT NULL, c1949 Float, c1950 Int32 NOT NULL, c1951 Decimal(35,10) NOT NULL, c1952 Uint64 NOT NULL, c1953 Timestamp64, c1954 Interval64 NOT NULL, c1955 Datetime64, c1956 Datetime64, c1957 Timestamp64 NOT NULL, c1958 Float, c1959 String NOT NULL, c1960 Uint64 NOT NULL, c1961 Uint32, c1962 Interval64, c1963 Date, c1964 Date NOT NULL, c1965 Yson, c1966 Int32 NOT NULL, c1967 Decimal(35,10) NOT NULL, c1968 Date32, c1969 Datetime, c1970 Int64, c1971 Date32 NOT NULL, c1972 Interval64 NOT NULL, c1973 Uint16 NOT NULL, c1974 Int32 NOT NULL, c1975 Int8, c1976 Float NOT NULL, c1977 Interval64, c1978 Datetime64 NOT NULL, c1979 Uint64, c1980 Timestamp64, c1981 Decimal(22,9), c1982 Int8 NOT NULL, c1983 Int16 NOT NULL, c1984 Timestamp64 NOT NULL, c1985 Int16 NOT NULL, c1986 Double NOT NULL, c1987 Datetime NOT NULL, c1988 Yson NOT NULL, c1989 Utf8 NOT NULL, c1990 Utf8, c1991 Utf8, c1992 String, c1993 Uint16, c1994 Double NOT NULL, c1995 Datetime, c1996 JsonDocument, c1997 Float NOT NULL, c1998 Int64 NOT NULL, c1999 Uint8, c2000 Datetime, c2001 Yson, c2002 Timestamp64, c2003 Int32, c2004 Json NOT NULL, c2005 Decimal(15,0) NOT NULL, c2006 Json NOT NULL, c2007 Utf8, c2008 Int32 NOT NULL, c2009 Int32, c2010 Int32 NOT NULL, c2011 Json, c2012 Int32, c2013 Interval64 NOT NULL, c2014 JsonDocument, c2015 Uint16, c2016 Uint32 NOT NULL, c2017 Double NOT NULL, c2018 Uint64, c2019 Decimal(35,10), c2020 Decimal(15,0) NOT NULL, c2021 Decimal(15,0) NOT NULL, c2022 Timestamp NOT NULL, c2023 Int8, c2024 Int32 NOT NULL, c2025 Uint8 NOT NULL, c2026 Date32 NOT NULL, c2027 Timestamp NOT NULL, c2028 Int32, c2029 Double, c2030 Utf8 NOT NULL, c2031 Yson, c2032 Int8, c2033 Yson, c2034 Uint32, c2035 Datetime, c2036 Timestamp, c2037 Date NOT NULL, c2038 Json, c2039 Date32 NOT NULL, c2040 Decimal(15,0) NOT NULL, c2041 Json, c2042 Uint8, c2043 Uint16, c2044 Datetime64, c2045 Float, c2046 Timestamp64 NOT NULL, c2047 JsonDocument NOT NULL, c2048 Int32 NOT NULL, c2049 Uint16 NOT NULL, c2050 Date32 NOT NULL, c2051 Int32, c2052 Json NOT NULL, c2053 Uint8, c2054 Timestamp NOT NULL, c2055 Datetime64 NOT NULL, c2056 Int8 NOT NULL, c2057 Uint64 NOT NULL, c2058 Float, c2059 Datetime64, c2060 Uint64, c2061 JsonDocument NOT NULL, c2062 Json, c2063 Uint32, c2064 Uint8, c2065 String, c2066 Uint16 NOT NULL, c2067 Decimal(35,10) NOT NULL, c2068 Int64, c2069 Uint64, c2070 Decimal(22,9) NOT NULL, c2071 Yson, c2072 Date, c2073 Utf8 NOT NULL, c2074 Uint32 NOT NULL, c2075 Int16, c2076 Datetime64 NOT NULL, c2077 Int16, c2078 Yson NOT NULL, c2079 String NOT NULL, c2080 Datetime NOT NULL, c2081 Decimal(22,9), c2082 Decimal(22,9), c2083 Timestamp64 NOT NULL, c2084 Double, c2085 Uint16, c2086 Decimal(35,10), c2087 Datetime64 NOT NULL, c2088 Int64, c2089 Yson NOT NULL, c2090 Int32 NOT NULL, c2091 Decimal(35,10), c2092 Utf8, c2093 Datetime, c2094 Decimal(22,9) NOT NULL, c2095 Int8 NOT NULL, c2096 Int32, c2097 Int32 NOT NULL, c2098 Date, c2099 Int64 NOT NULL, c2100 Json, c2101 Float NOT NULL, c2102 Int32 NOT NULL, c2103 Uint8 NOT NULL, c2104 Uint32 NOT NULL, c2105 Double NOT NULL, c2106 Uint8, c2107 Json, c2108 Decimal(35,10), c2109 String, c2110 Timestamp64, c2111 Float, c2112 Decimal(15,0), c2113 Int32, c2114 Decimal(35,10) NOT NULL, c2115 Uint16 NOT NULL, c2116 Int64 NOT NULL, c2117 JsonDocument NOT NULL, c2118 Float NOT NULL, c2119 Decimal(35,10) NOT NULL, c2120 Int64 NOT NULL, c2121 Date32 NOT NULL, c2122 Datetime, c2123 Timestamp64 NOT NULL, c2124 Datetime64 NOT NULL, c2125 Date32, c2126 Uint32, c2127 Decimal(22,9), c2128 Interval64, c2129 Decimal(15,0), c2130 Int16, c2131 Int32, c2132 Interval64, c2133 Date NOT NULL, c2134 Int32 NOT NULL, c2135 Uint16, c2136 Timestamp64, c2137 Datetime NOT NULL, c2138 Uint64 NOT NULL, c2139 Uint32, c2140 Int64 NOT NULL, c2141 Date NOT NULL, c2142 Float, c2143 String, c2144 Timestamp NOT NULL, c2145 Timestamp64, c2146 Decimal(15,0), c2147 Decimal(22,9), c2148 Uint16, c2149 Decimal(22,9), c2150 Int16, c2151 Decimal(35,10) NOT NULL, c2152 Int16 NOT NULL, c2153 Decimal(22,9), c2154 JsonDocument, c2155 Uint32, c2156 Decimal(35,10), c2157 String NOT NULL, c2158 Int32 NOT NULL, c2159 Int32, c2160 Double NOT NULL, c2161 Utf8 NOT NULL, c2162 Interval64, c2163 Int8, c2164 Decimal(22,9), c2165 Timestamp64 NOT NULL, c2166 Uint32, c2167 Int64 NOT NULL, c2168 Timestamp, c2169 Uint16, c2170 Uint16 NOT NULL, c2171 Int8, c2172 JsonDocument NOT NULL, c2173 Json NOT NULL, c2174 Uint8, c2175 Uint64, c2176 JsonDocument, c2177 Decimal(15,0) NOT NULL, c2178 Timestamp64, c2179 Timestamp NOT NULL, c2180 Utf8 NOT NULL, c2181 Datetime64 NOT NULL, c2182 Decimal(15,0) NOT NULL, c2183 Decimal(35,10) NOT NULL, c2184 String NOT NULL, c2185 Int8, c2186 Utf8 NOT NULL, c2187 Utf8 NOT NULL, c2188 Date, c2189 Double NOT NULL, c2190 Uint16 NOT NULL, c2191 Decimal(35,10), c2192 Decimal(15,0) NOT NULL, c2193 Interval64 NOT NULL, c2194 JsonDocument, c2195 Interval64 NOT NULL, c2196 Timestamp64 NOT NULL, c2197 Float NOT NULL, c2198 Datetime64, c2199 Float NOT NULL, c2200 Uint16, c2201 Json, c2202 Int16 NOT NULL, c2203 Yson NOT NULL, c2204 Uint32 NOT NULL, c2205 Int64 NOT NULL, c2206 Datetime64, c2207 Timestamp, c2208 Double NOT NULL, c2209 Yson, c2210 Timestamp NOT NULL, c2211 JsonDocument NOT NULL, c2212 Decimal(22,9), c2213 Uint64 NOT NULL, c2214 Uint64 NOT NULL, c2215 Interval64 NOT NULL, c2216 Timestamp64, c2217 Date NOT NULL, c2218 Uint32, c2219 Int32, c2220 Uint32 NOT NULL, c2221 JsonDocument, c2222 Float NOT NULL, c2223 Utf8, c2224 JsonDocument NOT NULL, c2225 Uint16 NOT NULL, c2226 Datetime64 NOT NULL, c2227 Yson NOT NULL, c2228 Int32, c2229 Decimal(15,0), c2230 JsonDocument NOT NULL, c2231 Date NOT NULL, c2232 Uint8 NOT NULL, c2233 Datetime64 NOT NULL, c2234 Interval64, c2235 Int32, c2236 String NOT NULL, c2237 Int64 NOT NULL, c2238 Decimal(15,0), c2239 Datetime, c2240 Yson, c2241 Int8 NOT NULL, c2242 Utf8 NOT NULL, c2243 Yson, c2244 Interval64 NOT NULL, c2245 Decimal(35,10), c2246 Date32, c2247 Yson NOT NULL, c2248 Int8 NOT NULL, c2249 Yson NOT NULL, c2250 String NOT NULL, c2251 Uint64, c2252 Uint16, c2253 Date NOT NULL, c2254 JsonDocument NOT NULL, c2255 Interval64 NOT NULL, c2256 Uint64 NOT NULL, c2257 Utf8, c2258 Uint64 NOT NULL, c2259 Decimal(35,10) NOT NULL, c2260 Decimal(15,0), c2261 Int8 NOT NULL, c2262 Timestamp NOT NULL, c2263 Double NOT NULL, c2264 Int16, c2265 Uint64 NOT NULL, c2266 Uint32 NOT NULL, c2267 Datetime, c2268 Interval64 NOT NULL, c2269 Decimal(15,0) NOT NULL, c2270 Timestamp, c2271 Date, c2272 Double NOT NULL, c2273 Uint8, c2274 Uint8, c2275 Yson NOT NULL, c2276 Decimal(15,0), c2277 Datetime64 NOT NULL, c2278 Uint64, c2279 Uint64, c2280 Float NOT NULL, c2281 Decimal(15,0), c2282 Decimal(22,9), c2283 Uint16 NOT NULL, c2284 Utf8, c2285 Datetime NOT NULL, c2286 Datetime64 NOT NULL, c2287 Date, c2288 Uint64, c2289 Uint8 NOT NULL, c2290 Decimal(22,9) NOT NULL, c2291 Float, c2292 JsonDocument, c2293 Date NOT NULL, c2294 Decimal(22,9), c2295 Timestamp64 NOT NULL, c2296 Utf8, c2297 Float, c2298 Date NOT NULL, c2299 Float NOT NULL, c2300 Yson, c2301 Datetime NOT NULL, c2302 Utf8 NOT NULL, c2303 Uint64, c2304 Uint8 NOT NULL, c2305 Date32, c2306 Datetime64 NOT NULL, c2307 Yson NOT NULL, c2308 Decimal(35,10), c2309 Datetime NOT NULL, c2310 Interval64, c2311 String, c2312 Interval64, c2313 Float, c2314 Int16, c2315 Int8 NOT NULL, c2316 Decimal(22,9) NOT NULL, c2317 Int64, c2318 Utf8, c2319 Interval64, c2320 Yson, c2321 Datetime64 NOT NULL, c2322 Decimal(22,9), c2323 Uint8, c2324 Decimal(22,9), c2325 Datetime NOT NULL, c2326 Json NOT NULL, c2327 JsonDocument NOT NULL, c2328 Decimal(22,9), c2329 String, c2330 Double, c2331 Datetime NOT NULL, c2332 Timestamp NOT NULL, c2333 Utf8 NOT NULL, c2334 String NOT NULL, c2335 Decimal(22,9) NOT NULL, c2336 Int16 NOT NULL, c2337 String, c2338 Date32, c2339 Double, c2340 Int32 NOT NULL, c2341 Timestamp NOT NULL, c2342 Int8, c2343 Date32 NOT NULL, c2344 Timestamp64, c2345 Json, c2346 Utf8, c2347 Interval64, c2348 Uint8 NOT NULL, c2349 Int64, c2350 Uint64, c2351 Int64, c2352 Int8 NOT NULL, c2353 Timestamp, c2354 Yson, c2355 Timestamp, c2356 Utf8 NOT NULL, c2357 Timestamp, c2358 Yson, c2359 Uint8, c2360 Int16, c2361 String, c2362 Yson NOT NULL, c2363 Uint16, c2364 String, c2365 Int32 NOT NULL, c2366 Yson, c2367 Int8, c2368 Json, c2369 Int32 NOT NULL, c2370 Utf8 NOT NULL, c2371 Float, c2372 Date NOT NULL, c2373 Datetime64, c2374 Decimal(22,9) NOT NULL, c2375 Int32 NOT NULL, c2376 Timestamp, c2377 JsonDocument NOT NULL, c2378 Double NOT NULL, c2379 Float, c2380 Int32 NOT NULL, c2381 Json NOT NULL, c2382 Int8 NOT NULL, c2383 String, c2384 Utf8 NOT NULL, c2385 Json, c2386 JsonDocument NOT NULL, c2387 Json, c2388 Uint32 NOT NULL, c2389 Json, c2390 String NOT NULL, c2391 Int8, c2392 JsonDocument NOT NULL, c2393 Interval64 NOT NULL, c2394 String NOT NULL, c2395 Timestamp, c2396 String NOT NULL, c2397 Decimal(22,9), c2398 Int16 NOT NULL, c2399 Uint8 NOT NULL, c2400 Timestamp64, c2401 Decimal(15,0), c2402 Timestamp, c2403 Uint16, c2404 Uint64 NOT NULL, c2405 Int64, c2406 Decimal(35,10) NOT NULL, c2407 Int16 NOT NULL, c2408 Interval64, c2409 Int16 NOT NULL, c2410 Uint8 NOT NULL, c2411 String, c2412 Timestamp, c2413 Uint16 NOT NULL, c2414 Date NOT NULL, c2415 Uint8 NOT NULL, c2416 Interval64 NOT NULL, c2417 Datetime, c2418 JsonDocument, c2419 Json, c2420 Uint8, c2421 Yson NOT NULL, c2422 Uint16, c2423 Date NOT NULL, c2424 Yson NOT NULL, c2425 Int64 NOT NULL, c2426 Int64 NOT NULL, c2427 Int8 NOT NULL, c2428 Int8 NOT NULL, c2429 Uint16 NOT NULL, c2430 Uint16, c2431 Uint64 NOT NULL, c2432 Decimal(15,0) NOT NULL, c2433 Date32, c2434 Utf8, c2435 Decimal(15,0) NOT NULL, c2436 Utf8, c2437 Uint64 NOT NULL, c2438 Timestamp, c2439 Int32, c2440 Int64 NOT NULL, c2441 Date32, c2442 Json, c2443 Date32, c2444 Datetime, c2445 String NOT NULL, c2446 Int32, c2447 Uint64 NOT NULL, c2448 Decimal(15,0), c2449 Decimal(35,10), c2450 Date32, c2451 Int64, c2452 Json NOT NULL, c2453 Datetime, c2454 Decimal(35,10) NOT NULL, c2455 Date, c2456 Json NOT NULL, c2457 Int64, c2458 Decimal(35,10), c2459 JsonDocument, c2460 Double NOT NULL, c2461 Json NOT NULL, c2462 Date, c2463 Decimal(22,9), c2464 Double, c2465 Utf8, c2466 Uint16 NOT NULL, c2467 String, c2468 String NOT NULL, c2469 Timestamp64, c2470 Uint16, c2471 Datetime64, c2472 Int8 NOT NULL, c2473 Float, c2474 Timestamp64 NOT NULL, c2475 Int32 NOT NULL, c2476 Decimal(15,0) NOT NULL, c2477 Interval64, c2478 Double, c2479 Utf8 NOT NULL, c2480 Json, c2481 Int16 NOT NULL, c2482 Uint8 NOT NULL, c2483 Timestamp64, c2484 Interval64 NOT NULL, c2485 Float NOT NULL, c2486 Utf8, c2487 Int64, c2488 Uint8 NOT NULL, c2489 String NOT NULL, c2490 Yson, c2491 Uint64, c2492 Yson NOT NULL, c2493 Utf8, c2494 Utf8, c2495 Int64, c2496 Uint16, c2497 JsonDocument, c2498 Datetime NOT NULL, c2499 JsonDocument NOT NULL, c2500 Timestamp64 NOT NULL, c2501 String, c2502 Datetime64 NOT NULL, c2503 Uint8, c2504 Int8 NOT NULL, c2505 Uint64, c2506 Datetime64 NOT NULL, c2507 Interval64 NOT NULL, c2508 Double, c2509 Timestamp64, c2510 Timestamp64, c2511 Double, c2512 Interval64, c2513 Datetime NOT NULL, c2514 Uint8, c2515 Json NOT NULL, c2516 Int16 NOT NULL, c2517 Datetime64 NOT NULL, c2518 Timestamp NOT NULL, c2519 Decimal(15,0) NOT NULL, c2520 Json NOT NULL, c2521 Utf8 NOT NULL, c2522 Uint16 NOT NULL, c2523 Float, c2524 Timestamp NOT NULL, c2525 Timestamp, c2526 Date, c2527 String, c2528 Datetime, c2529 Float, c2530 Int32, c2531 Int64 NOT NULL, c2532 Decimal(15,0) NOT NULL, c2533 Float, c2534 Timestamp NOT NULL, c2535 Datetime NOT NULL, c2536 Datetime, c2537 String NOT NULL, c2538 Datetime NOT NULL, c2539 Int64 NOT NULL, c2540 Datetime64 NOT NULL, c2541 Utf8 NOT NULL, c2542 Decimal(15,0), c2543 Decimal(22,9) NOT NULL, c2544 Uint64 NOT NULL, c2545 Int8 NOT NULL, c2546 Timestamp NOT NULL, c2547 Datetime64, c2548 Int64 NOT NULL, c2549 Uint64, c2550 Date32, c2551 Int8 NOT NULL, c2552 Datetime, c2553 Decimal(22,9), c2554 Double NOT NULL, c2555 Uint32 NOT NULL, c2556 Int8 NOT NULL, c2557 Int32 NOT NULL, c2558 Int16, c2559 Decimal(15,0), c2560 Date32, c2561 Int16 NOT NULL, c2562 Date32 NOT NULL, c2563 Int16, c2564 Decimal(15,0) NOT NULL, c2565 Date32, c2566 String, c2567 Utf8, c2568 Date, c2569 Datetime NOT NULL, c2570 Int16, c2571 Yson NOT NULL, c2572 Int64 NOT NULL, c2573 Yson, c2574 Timestamp64 NOT NULL, c2575 Uint32, c2576 Uint64 NOT NULL, c2577 Decimal(15,0), c2578 Decimal(15,0), c2579 Date32, c2580 Int16 NOT NULL, c2581 Int16 NOT NULL, c2582 Decimal(15,0) NOT NULL, c2583 Uint16, c2584 Int16, c2585 String NOT NULL, c2586 Yson, c2587 Interval64, c2588 Int64, c2589 Yson, c2590 Decimal(22,9) NOT NULL, c2591 Date32, c2592 Int8, c2593 Decimal(15,0) NOT NULL, c2594 Datetime64, c2595 Uint32 NOT NULL, c2596 Int8, c2597 Json, c2598 Uint8 NOT NULL, c2599 String NOT NULL, c2600 Float NOT NULL, c2601 Interval64, c2602 Int32 NOT NULL, c2603 Timestamp64, c2604 Decimal(15,0) NOT NULL, c2605 Date32, c2606 Int8, c2607 Double, c2608 Json, c2609 Int64, c2610 Uint32 NOT NULL, c2611 Int8, c2612 Timestamp NOT NULL, c2613 Uint8 NOT NULL, c2614 Float NOT NULL, c2615 Interval64, c2616 Decimal(22,9) NOT NULL, c2617 Timestamp64 NOT NULL, c2618 Timestamp, c2619 Decimal(22,9), c2620 Yson NOT NULL, c2621 Decimal(15,0), c2622 Utf8, c2623 Uint32 NOT NULL, c2624 Uint8, c2625 Double, c2626 JsonDocument, c2627 Int32 NOT NULL, c2628 Uint32 NOT NULL, c2629 Json, c2630 Uint64 NOT NULL, c2631 Date, c2632 Date, c2633 Json, c2634 JsonDocument NOT NULL, c2635 Int16, c2636 Decimal(15,0) NOT NULL, c2637 Int64, c2638 Json, c2639 Int8, c2640 Decimal(35,10) NOT NULL, c2641 Int16 NOT NULL, c2642 Json, c2643 Date32 NOT NULL, c2644 JsonDocument NOT NULL, c2645 Datetime, c2646 Datetime NOT NULL, c2647 Int32 NOT NULL, c2648 Float, c2649 Uint32, c2650 Date32, c2651 Datetime64, c2652 Int64 NOT NULL, c2653 Timestamp NOT NULL, c2654 Int8, c2655 Uint32 NOT NULL, c2656 Datetime, c2657 Decimal(22,9), c2658 Yson, c2659 Uint32 NOT NULL, c2660 Float NOT NULL, c2661 Yson, c2662 Int8, c2663 Datetime NOT NULL, c2664 Timestamp, c2665 Int32, c2666 Int32 NOT NULL, c2667 Uint32, c2668 Uint16 NOT NULL, c2669 Int8, c2670 Utf8, c2671 Uint16 NOT NULL, c2672 Datetime64 NOT NULL, c2673 Utf8 NOT NULL, c2674 Datetime64 NOT NULL, c2675 Int64, c2676 Float, c2677 Timestamp64, c2678 Int64 NOT NULL, c2679 Yson, c2680 JsonDocument, c2681 Decimal(15,0), c2682 Json, c2683 Datetime64 NOT NULL, c2684 Int32, c2685 Date NOT NULL, c2686 Utf8, c2687 Uint64, c2688 Int8 NOT NULL, c2689 Int64, c2690 Uint8, c2691 Interval64, c2692 JsonDocument NOT NULL, c2693 Timestamp64 NOT NULL, c2694 String NOT NULL, c2695 Decimal(22,9), c2696 Timestamp64, c2697 Timestamp NOT NULL, c2698 Timestamp NOT NULL, c2699 Json, c2700 Uint64, c2701 Int32 NOT NULL, c2702 Double NOT NULL, c2703 Datetime64, c2704 Decimal(35,10) NOT NULL, c2705 Timestamp64, c2706 Datetime, c2707 Timestamp NOT NULL, c2708 Utf8, c2709 Date32 NOT NULL, c2710 Decimal(22,9) NOT NULL, c2711 Uint16, c2712 Int16 NOT NULL, c2713 Int8, c2714 Json, c2715 Date32, c2716 Json, c2717 Json, c2718 Int64 NOT NULL, c2719 Datetime64 NOT NULL, c2720 JsonDocument NOT NULL, c2721 Datetime64 NOT NULL, c2722 Decimal(35,10) NOT NULL, c2723 Timestamp NOT NULL, c2724 Double, c2725 Int16, c2726 Datetime64 NOT NULL, c2727 Timestamp, c2728 Uint8 NOT NULL, c2729 Decimal(15,0), c2730 Decimal(22,9) NOT NULL, c2731 Json, c2732 String, c2733 Json NOT NULL, c2734 Yson NOT NULL, c2735 Datetime, c2736 Utf8 NOT NULL, c2737 Datetime, c2738 Yson, c2739 Timestamp, c2740 Utf8, c2741 Timestamp64 NOT NULL, c2742 Datetime, c2743 Datetime64 NOT NULL, c2744 Decimal(15,0), c2745 Utf8 NOT NULL, c2746 Datetime, c2747 Json, c2748 Uint32 NOT NULL, c2749 Utf8, c2750 Utf8, c2751 Datetime, c2752 Int16, c2753 Uint8, c2754 Timestamp64, c2755 Decimal(15,0) NOT NULL, c2756 Timestamp64, c2757 Uint8 NOT NULL, c2758 Uint64, c2759 Uint8 NOT NULL, c2760 Uint16, c2761 Decimal(22,9), c2762 Uint8, c2763 Uint16, c2764 Datetime NOT NULL, c2765 Uint8, c2766 Float NOT NULL, c2767 String, c2768 Int16 NOT NULL, c2769 Datetime NOT NULL, c2770 Uint16, c2771 Date32, c2772 Uint64 NOT NULL, c2773 Decimal(35,10), c2774 Timestamp, c2775 Decimal(15,0) NOT NULL, c2776 Int64, c2777 Uint16 NOT NULL, c2778 Uint64, c2779 Uint64, c2780 Uint32 NOT NULL, c2781 Timestamp, c2782 Utf8, c2783 Decimal(35,10) NOT NULL, c2784 Decimal(35,10), c2785 Uint8, c2786 Decimal(35,10) NOT NULL, c2787 Int64 NOT NULL, c2788 Timestamp64 NOT NULL, c2789 JsonDocument NOT NULL, c2790 Uint16 NOT NULL, c2791 Timestamp64, c2792 Interval64 NOT NULL, c2793 String NOT NULL, c2794 Interval64, c2795 String NOT NULL, c2796 Uint16 NOT NULL, c2797 Uint32, c2798 Int16, c2799 Date32 NOT NULL, c2800 Float NOT NULL, c2801 Timestamp64 NOT NULL, c2802 Uint64 NOT NULL, c2803 Datetime64, c2804 Decimal(35,10) NOT NULL, c2805 Interval64, c2806 Timestamp64, c2807 Int64, c2808 Uint16 NOT NULL, c2809 Int64 NOT NULL, c2810 Datetime64 NOT NULL, c2811 Uint16, c2812 Datetime64, c2813 Timestamp64, c2814 Uint32 NOT NULL, c2815 String NOT NULL, c2816 Timestamp, c2817 Int16, c2818 Timestamp64 NOT NULL, c2819 Timestamp64 NOT NULL, c2820 Decimal(15,0) NOT NULL, c2821 Date32, c2822 Timestamp64 NOT NULL, c2823 JsonDocument, c2824 Uint16 NOT NULL, c2825 Uint64, c2826 Double NOT NULL, c2827 Int8, c2828 Float, c2829 Int8, c2830 Date32, c2831 String NOT NULL, c2832 Interval64 NOT NULL, c2833 Double, c2834 Decimal(22,9) NOT NULL, c2835 Uint8 NOT NULL, c2836 Date, c2837 JsonDocument NOT NULL, c2838 Int16 NOT NULL, c2839 Datetime, c2840 Float NOT NULL, c2841 Int16 NOT NULL, c2842 Int8 NOT NULL, c2843 String, c2844 Int32 NOT NULL, c2845 Datetime, c2846 Int32 NOT NULL, c2847 Datetime64 NOT NULL, c2848 Uint64 NOT NULL, c2849 Uint16 NOT NULL, c2850 Yson, c2851 JsonDocument, c2852 Date32, c2853 Double, c2854 Uint8 NOT NULL, c2855 Decimal(35,10), c2856 Yson NOT NULL, c2857 Utf8, c2858 Int16, c2859 Datetime64, c2860 Double, c2861 Decimal(22,9), c2862 Uint16, c2863 Utf8 NOT NULL, c2864 Date32, c2865 Interval64 NOT NULL, c2866 Uint8 NOT NULL, c2867 Decimal(22,9), c2868 Datetime64, c2869 Float, c2870 String, c2871 Int16 NOT NULL, c2872 Int64 NOT NULL, c2873 JsonDocument NOT NULL, c2874 Double NOT NULL, c2875 Int64 NOT NULL, c2876 Uint8 NOT NULL, c2877 Interval64 NOT NULL, c2878 Decimal(15,0) NOT NULL, c2879 Datetime, c2880 Timestamp64 NOT NULL, c2881 Uint32 NOT NULL, c2882 Float NOT NULL, c2883 Decimal(15,0), c2884 JsonDocument NOT NULL, c2885 Decimal(35,10) NOT NULL, c2886 Utf8 NOT NULL, c2887 Datetime NOT NULL, c2888 Yson, c2889 Int16,
                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349)
                )
                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: Failed to attach session
Traceback (most recent call last):
  File "ydb/tests/stress/common/common.py", line 100, in wrapper
    f()
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop
    self.create_table(str(n))
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table
    self.client.query(stmt, True)
  File "ydb/tests/stress/common/common.py", line 28, in query
    raise e
  File "ydb/tests/stress/common/common.py", line 25, in query
    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
    self._session = self._pool.acquire(self._timeout)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
    session = self._create_new_session(time_left)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
    self._attach()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
    raise e
  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
    raise RuntimeError("Failed to attach session")
RuntimeError: Failed to attach session

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'...15,0) NOT NULL, c497 Interval64 NOT NULL, c498 Decimal(15,0) NOT NULL, c499 Uint64 NOT NULL, c500 Timestamp64 NOT NULL, c501 Utf8 NOT NULL, c502 Uint64 NOT NULL, c503 Date32 NOT NULL, c504 Decimal(15,0) NOT NULL, c505 Timestamp NOT NULL, c506 Decimal(15,0) NOT NULL, c507 Date32 NOT NULL, c508 Datetime64 NOT NULL, c509 Uint32 NOT NULL, c510 Uint16 NOT NULL, c511 Utf8 NOT NULL, c512 Datetime NOT NULL, c513 Int16 NOT NULL, c514 Int64 NOT NULL, c515 Timestamp NOT NULL, c516 Uint32 NOT NULL, c517 Utf8 NOT NULL, c518 Uint8 NOT NULL, c519 Uint32 NOT NULL, c520 Interval64 NOT NULL, c521 Interval64 NOT NULL, c522 Decimal(15,0) NOT NULL, c523 Interval64 NOT NULL, c524 Uint8 NOT NULL, c525 Uint64 NOT NULL, c526 Uint16 NOT NULL, c527 Uint32 NOT NULL, c528 Utf8 NOT NULL, c529 Timestamp NOT NULL, c530 String NOT NULL, c531 Timestamp NOT NULL, c532 Uint16 NOT NULL, c533 Datetime64 NOT NULL, c534 Timestamp64 NOT NULL, c535 Timestamp NOT NULL, c536 Int16 NOT NULL, c537 Date32 NOT NULL, c538 Uint32 NOT NULL, c539 Utf8 NOT NULL, c540 Decimal(22,9) NOT NULL, c541 Uint32 NOT NULL, c542 Date32 NOT NULL, c543 String NOT NULL, c544 Datetime NOT NULL, c545 Timestamp NOT NULL, c546 Decimal(35,10) NOT NULL, c547 Date NOT NULL, c548 Uint64 NOT NULL, c549 Timestamp NOT NULL, c550 Uint8 NOT NULL, c551 Interval64 NOT NULL, c552 Uint8 NOT NULL, c553 Interval64 NOT NULL, c554 Interval64 NOT NULL, c555 Uint16 NOT NULL, c556 Int16 NOT NULL, c557 Datetime64 NOT NULL, c558 Int16 NOT NULL, c559 Int16 NOT NULL, c560 Interval64 NOT NULL, c561 Uint8 NOT NULL, c562 Uint8 NOT NULL, c563 Uint32 NOT NULL, c564 Uint8 NOT NULL, c565 Decimal(22,9) NOT NULL, c566 Timestamp NOT NULL, c567 Int16 NOT NULL, c568 Int8 NOT NULL, c569 Int8 NOT NULL, c570 Date32 NOT NULL, c571 Datetime NOT NULL, c572 Utf8 NOT NULL, c573 Datetime NOT NULL, c574 Uint64 NOT NULL, c575 Uint64 NOT NULL, c576 String NOT NULL, c577 String NOT NULL, c578 Uint32 NOT NULL, c579 Uint64 NOT NULL, c580 Int16 NOT NULL, c581 Uint32 NOT NULL, c582 Date NOT NULL, c583 Date NOT NULL, c584 Decimal(22,9) NOT NULL, c585 String NOT NULL, c586 Utf8 NOT NULL, c587 Int32 NOT NULL, c588 String NOT NULL, c589 Decimal(15,0) NOT NULL, c590 Decimal(22,9) NOT NULL, c591 Datetime NOT NULL, c592 Uint64 NOT NULL, c593 String NOT NULL, c594 Int8 NOT NULL, c595 Int64 NOT NULL, c596 Uint64 NOT NULL, c597 Timestamp NOT NULL, c598 Interval64 NOT NULL, c599 Utf8 NOT NULL, c600 Uint32 NOT NULL, c601 Timestamp64 NOT NULL, c602 Int64 NOT NULL, c603 Decimal(22,9) NOT NULL, c604 Datetime NOT NULL, c605 Uint32 NOT NULL, c606 Uint32 NOT NULL, c607 Date32 NOT NULL, c608 Uint8 NOT NULL, c609 Decimal(15,0) NOT NULL, c610 Decimal(35,10) NOT NULL, c611 Uint16 NOT NULL, c612 Datetime NOT NULL, c613 Timestamp NOT NULL, c614 Uint16 NOT NULL, c615 Decimal(15,0) NOT NULL, c616 Uint64 NOT NULL, c617 Timestamp NOT NULL, c618 Date32 NOT NULL, c619 Int32 NOT NULL, c620 Timestamp64 NOT NULL, c621 String NOT NULL, c622 Int64 NOT NULL, c623 Date32 NOT NULL, c624 Timestamp64 NOT NULL, c625 Timestamp NOT NULL, c626 Date NOT NULL, c627 Uint16 NOT NULL, c628 Timestamp NOT NULL, c629 Datetime64 NOT NULL, c630 Uint8 NOT NULL, c631 String NOT NULL, c632 Utf8 NOT NULL, c633 Uint32 NOT NULL, c634 Int8 NOT NULL, c635 Int32 NOT NULL, c636 Uint8 NOT NULL, c637 Uint16 NOT NULL, c638 Date32 NOT NULL, c639 Date32 NOT NULL, c640 Uint64 NOT NULL, c641 Uint32 NOT NULL, c642 Decimal(15,0) NOT NULL, c643 Interval64 NOT NULL, c644 Int8 NOT NULL, c645 Interval64 NOT NULL, c646 Decimal(35,10) NOT NULL, c647 Datetime64 NOT NULL, c648 Datetime NOT NULL, c649 Date32 NOT NULL, c650 Timestamp64 NOT NULL, c651 Utf8 NOT NULL, c652 Int32 NOT NULL, c653 Timestamp64 NOT NULL, c654 Int8 NOT NULL, c655 Uint16 NOT NULL, c656 Decimal(35,10) NOT NULL, c657 Date32 NOT NULL, c658 Decimal(15,0) NOT NULL, c659 Datetime64 NOT NULL, c660 Utf8 NOT NULL, c661 Date32 NOT NULL, c662 Interval64 NOT NULL, c663 String NOT NULL, c664 Int32 NOT NULL, c665 Int16 NOT NULL, c666 Decimal(22,9) NOT NULL, c667 Datetime64 NOT NULL, c668 Uint64 NOT NULL, c669 Decimal(15,0) NOT NULL, c670 Int8 NOT NULL, c671 Decimal(22,9) NOT NULL, c672 Decimal(22,9) NOT NULL, c673 Uint64 NOT NULL, c674 Datetime64 NOT NULL, c675 Int8 NOT NULL, c676 String NOT NULL, c677 Uint64 NOT NULL, c678 Timestamp NOT NULL, c679 Timestamp64 NOT NULL, c680 Utf8 NOT NULL, c681 Int8 NOT NULL, c682 Int8 NOT NULL, c683 Int32 NOT NULL, c684 Timestamp64 NOT NULL, c685 Datetime64 NOT NULL, c686 Utf8 NOT NULL, c687 Date NOT NULL, c688 Interval64 NOT NULL, c689 Datetime64 NOT NULL, c690 Int16 NOT NULL, c691 Int32 NOT NULL, c692 Uint16 NOT NULL, c693 Interval64 NOT NULL, c694 String NOT NULL, c695 Date NOT NULL, c696 Uint8 NOT NULL, c697 Datetime64 NOT NULL, c698 Date32 NOT NULL, c699 Decimal(22,9) NOT NULL, c700 Timestamp NOT NULL, c701 Int32 NOT NULL, c702 Timestamp NOT NULL, c703 Date NOT NULL, c704 Uint16 NOT NULL, c705 String NOT NULL, c706 Decimal(15,0) NOT NULL, c707 Timestamp64 NOT NULL, c708 Timestamp NOT NULL, c709 Utf8 NOT NULL, c710 Int64 NOT NULL, c711 Decimal(35,10) NOT NULL, c712 Int8 NOT NULL, c713 Uint16 NOT NULL, c714 Int8 NOT NULL, c715 Int8 NOT NULL, c716 Uint16 NOT NULL, c717 Uint8 NOT NULL, c718 Interval64 NOT NULL, c719 String NOT NULL, c720 Date32 NOT NULL, c721 String NOT NULL, c722 Int16 NOT NULL, c723 Decimal(35,10) NOT NULL, c724 Uint64 NOT NULL, c725 Uint64 NOT NULL, c726 Date32 NOT NULL, c727 Int32 NOT NULL, c728 Timestamp NOT NULL, c729 Decimal(22,9) NOT NULL, c730 Decimal(15,0) NOT NULL, c731 Timestamp64 NOT NULL, c732 Int16 NOT NULL, c733 Uint8 NOT NULL, c734 Datetime NOT NULL, c735 Date NOT NULL, c736 Int32 NOT NULL, c737 Int64 NOT NULL, c738 Interval64 NOT NULL, c739 Uint64 NOT NULL, c740 Uint32 NOT NULL, c741 Uint16 NOT NULL, c742 Uint16 NOT NULL, c743 Int64 NOT NULL, c744 String NOT NULL, c745 Uint8 NOT NULL, c746 String NOT NULL, c747 Decimal(15,0) NOT NULL, c748 String NOT NULL, c749 Uint16 NOT NULL, c750 Utf8 NOT NULL, c751 Uint64 NOT NULL, c752 Datetime NOT NULL, c753 Date NOT NULL, c754 Date NOT NULL, c755 Int16 NOT NULL, c756 Date32 NOT NULL, c757 Int16 NOT NULL, c758 Decimal(15,0) NOT NULL, c759 Int64 NOT NULL, c760 Decimal(15,0) NOT NULL, c761 Int64 NOT NULL, c762 Int8 NOT NULL, c763 Decimal(22,9) NOT NULL, c764 Int32 NOT NULL, c765 Decimal(22,9) NOT NULL, c766 Decimal(35,10) NOT NULL, c767 Int8 NOT NULL, c768 Int32 NOT NULL, c769 Uint8 NOT NULL, c770 Int64 NOT NULL, c771 Uint64 NOT NULL, c772 Int64 NOT NULL, c773 Int8 NOT NULL, c774 Int16 NOT NULL, c775 Timestamp64 NOT NULL, c776 Timestamp NOT NULL, c777 Datetime64 NOT NULL, c778 Int64 NOT NULL, c779 Decimal(22,9) NOT NULL, c780 Date32 NOT NULL, c781 String NOT NULL, c782 Utf8 NOT NULL, c783 Interval64 NOT NULL, c784 Interval64 NOT NULL, c785 Uint32 NOT NULL, c786 Uint16 NOT NULL, c787 Int8 NOT NULL, c788 Uint64 NOT NULL, c789 Int16 NOT NULL, c790 Timestamp64 NOT NULL, c791 Int16 NOT NULL, c792 Date NOT NULL, c793 Uint16 NOT NULL, c794 Uint16 NOT NULL, c795 Interval64 NOT NULL, c796 Uint64 NOT NULL, c797 Int32 NOT NULL, c798 Utf8 NOT NULL, c799 Decimal(35,10) NOT NULL, c800 Date32 NOT NULL, c801 Decimal(15,0) NOT NULL, c802 Uint8 NOT NULL, c803 Interval64 NOT NULL, c804 Int16 NOT NULL, c805 Date NOT NULL, c806 Int8 NOT NULL, c807 Utf8 NOT NULL, c808 Timestamp NOT NULL, c809 Decimal(22,9) NOT NULL, c810 Int16 NOT NULL, c811 Int32 NOT NULL, c812 Timestamp64 NOT NULL, c813 Interval64 NOT NULL, c814 Uint64 NOT NULL, c815 Int16 NOT NULL, c816 Uint32 NOT NULL, c817 Int64 NOT NULL, c818 Uint64 NOT NULL, c819 Decimal(35,10) NOT NULL, c820 Uint32 NOT NULL, c821 Timestamp NOT NULL, c822 Datetime NOT NULL, c823 Decimal(35,10) NOT NULL, c824 Utf8 NOT NULL, c825 Datetime NOT NULL, c826 Int16 NOT NULL, c827 Datetime64 NOT NULL, c828 Datetime64 NOT NULL, c829 Int32 NOT NULL, c830 Int16 NOT NULL, c831 Uint64 NOT NULL, c832 Interval64 NOT NULL, c833 Datetime64 NOT NULL, c834 Decimal(35,10) NOT NULL, c835 Date NOT NULL, c836 Int16 NOT NULL, c837 Uint64 NOT NULL, c838 Int32 NOT NULL, c839 Date32 NOT NULL, c840 Date32 NOT NULL, c841 Uint16 NOT NULL, c842 Decimal(22,9) NOT NULL, c843 Interval64 NOT NULL, c844 String NOT NULL, c845 Uint8 NOT NULL, c846 Interval64 NOT NULL, c847 Int8 NOT NULL, c848 Uint32 NOT NULL, c849 Datetime NOT NULL, c850 Interval64 NOT NULL, c851 Decimal(15,0) NOT NULL, c852 Uint16 NOT NULL, c853 Int16 NOT NULL, c854 Int8 NOT NULL, c855 Date32 NOT NULL, c856 Uint8 NOT NULL, c857 Int16 NOT NULL, c858 Uint8 NOT NULL, c859 Uint16 NOT NULL, c860 Uint32 NOT NULL, c861 Uint16 NOT NULL, c862 Date32 NOT NULL, c863 Uint16 NOT NULL, c864 Timestamp NOT NULL, c865 Decimal(35,10) NOT NULL, c866 Timestamp NOT NULL, c867 Int16 NOT NULL, c868 Decimal(35,10) NOT NULL, c869 Int8 NOT NULL, c870 Int16 NOT NULL, c871 Decimal(22,9) NOT NULL, c872 Int64 NOT NULL, c873 Decimal(35,10) NOT NULL, c874 String NOT NULL, c875 Uint16 NOT NULL, c876 Timestamp NOT NULL, c877 Int32 NOT NULL, c878 Date NOT NULL, c879 Uint8 NOT NULL, c880 Uint64 NOT NULL, c881 String NOT NULL, c882 Datetime NOT NULL, c883 Int32 NOT NULL, c884 Uint16 NOT NULL, c885 Decimal(35,10) NOT NULL, c886 Int8 NOT NULL, c887 Interval64 NOT NULL, c888 Date32 NOT NULL, c889 Uint64 NOT NULL, c890 String NOT NULL, c891 Timestamp NOT NULL, c892 Date NOT NULL, c893 Uint16 NOT NULL, c894 Datetime NOT NULL, c895 Decimal(35,10) NOT NULL, c896 Timestamp64 NOT NULL, c897 Timestamp NOT NULL, c898 Decimal(35,10) NOT NULL, c899 Interval64 NOT NULL, c900 Int64 NOT NULL, c901 Decimal(22,9) NOT NULL, c902 Datetime64 NOT NULL, c903 Int16 NOT NULL, c904 Interval64 NOT NULL, c905 Int32 NOT NULL, c906 Timestamp64 NOT NULL, c907 Decimal(15,0) NOT NULL, c908 Decimal(35,10) NOT NULL, c909 Interval64 NOT NULL, c910 Uint64 NOT NULL, c911 Date NOT NULL, c912 Int32 NOT NULL, c913 Decimal(15,0) NOT NULL, c914 String NOT NULL, c915 String NOT NULL, c916 Uint64 NOT NULL, c917 Int16 NOT NULL, c918 Datetime64 NOT NULL, c919 Decimal(22,9) NOT NULL, c920 Date NOT NULL, c921 Timestamp NOT NULL, c922 String NOT NULL, c923 Interval64 NOT NULL, c924 Utf8 NOT NULL, c925 Timestamp NOT NULL, c926 Datetime NOT NULL, c927 Decimal(22,9) NOT NULL, c928 Interval64 NOT NULL, c929 Int32 NOT NULL, c930 Decimal(35,10) NOT NULL, c931 Int64 NOT NULL, c932 Int64 NOT NULL, c933 Uint32 NOT NULL, c934 String NOT NULL, c935 Datetime NOT NULL, c936 Uint16 NOT NULL, c937 Utf8 NOT NULL, c938 Uint16 NOT NULL, c939 Datetime NOT NULL, c940 Utf8 NOT NULL, c941 Int32 NOT NULL, c942 Uint8 NOT NULL, c943 Date NOT NULL, c944 Datetime NOT NULL, c945 Decimal(22,9) NOT NULL, c946 Datetime64 NOT NULL, c947 Interval64 NOT NULL, c948 Uint64 NOT NULL, c949 Uint16 NOT NULL, c950 String NOT NULL, c951 Uint32 NOT NULL, c952 Timestamp NOT NULL, c953 Decimal(22,9) NOT NULL, c954 Decimal(15,0) NOT NULL, c955 Utf8 NOT NULL, c956 Date NOT NULL, c957 Interval64 NOT NULL, c958 Utf8 NOT NULL, c959 Int16 NOT NULL, c960 Uint8 NOT NULL, c961 Int16 NOT NULL, c962 Datetime64 NOT NULL, c963 Datetime64 NOT NULL, c964 Uint16 NOT NULL, c965 Int8 NOT NULL, c966 Int16 NOT NULL, c967 Uint8 NOT NULL, c968 Timestamp NOT NULL, c969 Date32 NOT NULL, c970 Datetime64 NOT NULL, c971 Timestamp64 NOT NULL, c972 Decimal(35,10) NOT NULL, c973 Datetime NOT NULL, c974 Datetime64 NOT NULL, c975 Timestamp NOT NULL, c976 Int32 NOT NULL, c977 Decimal(15,0) NOT NULL, c978 Date NOT NULL, c979 Decimal(35,10) NOT NULL, c980 Decimal(35,10) NOT NULL, c981 Datetime NOT NULL, c982 Int16 NOT NULL, c983 Uint32 NOT NULL, c984 Int8 NOT NULL, c985 Timestamp64 NOT NULL, c986 Int64 NOT NULL, c987 Datetime64 NOT NULL, c988 Timestamp64 NOT NULL, c989 Int8 NOT NULL, c990 Decimal(35,10) NOT NULL, c991 Int64 NOT NULL, c992 Int8 NOT NULL, c993 Int16 NOT NULL, c994 Timestamp64 NOT NULL, c995 Datetime NOT NULL, c996 Decimal(22,9) NOT NULL, c997 Decimal(35,10) NOT NULL, c998 Int8 NOT NULL, c999 Uint8 NOT NULL, c1000 Uint16 NOT NULL, c1001 Decimal(22,9) NOT NULL, c1002 Int32 NOT NULL, c1003 Datetime NOT NULL, c1004 Decimal(15,0) NOT NULL, c1005 Uint64 NOT NULL, c1006 Uint64 NOT NULL, c1007 Int32 NOT NULL, c1008 Datetime64 NOT NULL, c1009 Datetime NOT NULL, c1010 Int16 NOT NULL, c1011 Decimal(35,10) NOT NULL, c1012 Datetime64 NOT NULL, c1013 Interval64 NOT NULL, c1014 Decimal(35,10) NOT NULL, c1015 Date NOT NULL, c1016 Decimal(15,0) NOT NULL, c1017 Uint8 NOT NULL, c1018 Datetime NOT NULL, c1019 Interval64 NOT NULL, c1020 Utf8 NOT NULL, c1021 Uint32 NOT NULL, c1022 Uint8 NOT NULL, c1023 Utf8 NOT NULL, c1024 Int64 NOT NULL, c1025 Timestamp64 NOT NULL, c1026 Timestamp NOT NULL, c1027 Interval64 NOT NULL, c1028 String NOT NULL, c1029 Uint16 NOT NULL, c1030 Decimal(35,10) NOT NULL, c1031 Uint16 NOT NULL, c1032 Date NOT NULL, c1033 String NOT NULL, c1034 Datetime64 NOT NULL, c1035 Uint32 NOT NULL, c1036 Int32 NOT NULL, c1037 Uint64 NOT NULL, c1038 Uint64 NOT NULL, c1039 Datetime64 NOT NULL, c1040 Decimal(35,10) NOT NULL, c1041 Uint32 NOT NULL, c1042 Timestamp64 NOT NULL, c1043 Int32 NOT NULL, c1044 Decimal(22,9) NOT NULL, c1045 Timestamp NOT NULL, c1046 Uint32 NOT NULL, c1047 Int32 NOT NULL, c1048 Datetime64 NOT NULL, c1049 Decimal(22,9) NOT NULL, c1050 Date NOT NULL, c1051 Datetime NOT NULL, c1052 Timestamp64 NOT NULL, c1053 String NOT NULL, c1054 Interval64 NOT NULL, c1055 Int32 NOT NULL, c1056 Utf8 NOT NULL, c1057 Timestamp64 NOT NULL, c1058 Int64 NOT NULL, c1059 Datetime NOT NULL, c1060 Datetime NOT NULL, c1061 Datetime64 NOT NULL, c1062 Uint64 NOT NULL, c1063 Datetime64 NOT NULL, c1064 Utf8 NOT NULL, c1065 Uint32 NOT NULL, c1066 Datetime64 NOT NULL, c1067 Int8 NOT NULL, c1068 Decimal(22,9) NOT NULL, c1069 Uint8 NOT NULL, c1070 String NOT NULL, c1071 Datetime64 NOT NULL, c1072 Int32 NOT NULL, c1073 Date32 NOT NULL, c1074 Decimal(35,10) NOT NULL, c1075 Decimal(35,10) NOT NULL, c1076 Uint32 NOT NULL, c1077 Date NOT NULL, c1078 Date NOT NULL, c1079 Timestamp NOT NULL, c1080 Uint64 NOT NULL, c1081 Int64 NOT NULL, c1082 Date NOT NULL, c1083 Uint8 NOT NULL, c1084 Date NOT NULL, c1085 Interval64 NOT NULL, c1086 Timestamp NOT NULL, c1087 Int64 NOT NULL, c1088 Date NOT NULL, c1089 Decimal(35,10) NOT NULL, c1090 Decimal(15,0) NOT NULL, c1091 Int8 NOT NULL, c1092 Datetime NOT NULL, c1093 Timestamp64 NOT NULL, c1094 Int8 NOT NULL, c1095 Timestamp64 NOT NULL, c1096 Interval64 NOT NULL, c1097 Decimal(35,10) NOT NULL, c1098 Decimal(35,10) NOT NULL, c1099 Uint8 NOT NULL, c1100 Uint8 NOT NULL, c1101 Date32 NOT NULL, c1102 Uint32 NOT NULL, c1103 String NOT NULL, c1104 String NOT NULL, c1105 Date32 NOT NULL, c1106 Uint8 NOT NULL, c1107 Date32 NOT NULL, c1108 Uint8 NOT NULL, c1109 Date32 NOT NULL, c1110 Int8 NOT NULL, c1111 Timestamp NOT NULL, c1112 Int32 NOT NULL, c1113 Date NOT NULL, c1114 Timestamp64 NOT NULL, c1115 Interval64 NOT NULL, c1116 Utf8 NOT NULL, c1117 Decimal(22,9) NOT NULL, c1118 Datetime64 NOT NULL, c1119 String NOT NULL, c1120 Datetime NOT NULL, c1121 Datetime NOT NULL, c1122 Uint64 NOT NULL, c1123 Uint16 NOT NULL, c1124 Uint16 NOT NULL, c1125 Timestamp NOT NULL, c1126 Int32 NOT NULL, c1127 Int16 NOT NULL, c1128 Datetime NOT NULL, c1129 Timestamp64 NOT NULL, c1130 Decimal(35,10) NOT NULL, c1131 Date32 NOT NULL, c1132 Int8 NOT NULL, c1133 Uint32 NOT NULL, c1134 Datetime NOT NULL, c1135 Date32 NOT NULL, c1136 Decimal(35,10) NOT NULL, c1137 Date32 NOT NULL, c1138 Decimal(15,0) NOT NULL, c1139 Int16 NOT NULL, c1140 String NOT NULL, c1141 Datetime NOT NULL, c1142 Uint32 NOT NULL, c1143 Timestamp NOT NULL, c1144 Interval64 NOT NULL, c1145 Interval64 NOT NULL, c1146 Int8 NOT NULL, c1147 Uint32 NOT NULL, c1148 Int32 NOT NULL, c1149 Datetime64 NOT NULL, c1150 Date NOT NULL, c1151 Int8 NOT NULL, c1152 Uint8 NOT NULL, c1153 Interval64 NOT NULL, c1154 String NOT NULL, c1155 Decimal(15,0) NOT NULL, c1156 Interval64 NOT NULL, c1157 Int32 NOT NULL, c1158 Uint32 NOT NULL, c1159 Datetime NOT NULL, c1160 Utf8 NOT NULL, c1161 Int32 NOT NULL, c1162 Uint64 NOT NULL, c1163 Int8 NOT NULL, c1164 Int8 NOT NULL, c1165 Timestamp64 NOT NULL, c1166 Timestamp64 NOT NULL, c1167 Uint64 NOT NULL, c1168 Uint16 NOT NULL, c1169 Int8 NOT NULL, c1170 Int64 NOT NULL, c1171 Decimal(35,10) NOT NULL, c1172 Decimal(15,0) NOT NULL, c1173 Datetime64 NOT NULL, c1174 Date NOT NULL, c1175 Utf8 NOT NULL, c1176 Utf8 NOT NULL, c1177 Uint16 NOT NULL, c1178 Int8 NOT NULL, c1179 Int16 NOT NULL, c1180 String NOT NULL, c1181 String NOT NULL, c1182 Uint8 NOT NULL, c1183 Uint16 NOT NULL, c1184 Date32 NOT NULL, c1185 Decimal(22,9) NOT NULL, c1186 String NOT NULL, c1187 Date32 NOT NULL, c1188 Date NOT NULL, c1189 Utf8 NOT NULL, c1190 Int16 NOT NULL, c1191 Decimal(22,9) NOT NULL, c1192 String NOT NULL, c1193 Date NOT NULL, c1194 Decimal(35,10) NOT NULL, c1195 Utf8 NOT NULL, c1196 Decimal(22,9) NOT NULL, c1197 Uint16 NOT NULL, c1198 Date NOT NULL, c1199 Utf8 NOT NULL, c1200 Timestamp NOT NULL, c1201 Decimal(35,10) NOT NULL, c1202 Datetime64 NOT NULL, c1203 Decimal(15,0) NOT NULL, c1204 Timestamp64 NOT NULL, c1205 Int64 NOT NULL, c1206 Int8 NOT NULL, c1207 Date NOT NULL, c1208 Int8 NOT NULL, c1209 Uint32 NOT NULL, c1210 Decimal(35,10) NOT NULL, c1211 Int16 NOT NULL, c1212 Date NOT NULL, c1213 Utf8 NOT NULL, c1214 Decimal(22,9) NOT NULL, c1215 Uint16 NOT NULL, c1216 Decimal(22,9) NOT NULL, c1217 Datetime NOT NULL, c1218 Datetime64 NOT NULL, c1219 Int32 NOT NULL, c1220 Uint8 NOT NULL, c1221 Date32 NOT NULL, c1222 Date NOT NULL, c1223 Decimal(22,9) NOT NULL, c1224 String NOT NULL, c1225 Int64 NOT NULL, c1226 Int16 NOT NULL, c1227 Uint8 NOT NULL, c1228 Utf8 NOT NULL, c1229 Int16 NOT NULL, c1230 Datetime NOT NULL, c1231 Decimal(15,0) NOT NULL, c1232 Decimal(22,9) NOT NULL, c1233 Datetime64 NOT NULL, c1234 Utf8 NOT NULL, c1235 Date NOT NULL, c1236 Int8 NOT NULL, c1237 Datetime NOT NULL, c1238 Decimal(22,9) NOT NULL, c1239 Utf8 NOT NULL, c1240 Interval64 NOT NULL, c1241 Decimal(15,0) NOT NULL, c1242 Int64 NOT NULL, c1243 Interval64 NOT NULL, c1244 Utf8 NOT NULL, c1245 Uint16 NOT NULL, c1246 Uint8 NOT NULL, c1247 Int16 NOT NULL, c1248 Date32 NOT NULL, c1249 Timestamp64 NOT NULL, c1250 String NOT NULL, c1251 String NOT NULL, c1252 Uint16 NOT NULL, c1253 Timestamp64 NOT NULL, c1254 Date NOT NULL, c1255 Int64 NOT NULL, c1256 Utf8 NOT NULL, c1257 Date32 NOT NULL, c1258 Timestamp64 NOT NULL, c1259 Int64 NOT NULL, c1260 Uint64 NOT NULL, c1261 Decimal(22,9) NOT NULL, c1262 Datetime NOT NULL, c1263 Decimal(22,9) NOT NULL, c1264 String NOT NULL, c1265 Int32 NOT NULL, c1266 Uint16 NOT NULL, c1267 Date NOT NULL, c1268 Uint32 NOT NULL, c1269 Datetime64 NOT NULL, c1270 Int64 NOT NULL, c1271 Interval64 NOT NULL, c1272 Date32 NOT NULL, c1273 Date32 NOT NULL, c1274 Decimal(35,10) NOT NULL, c1275 Interval64 NOT NULL, c1276 Datetime NOT NULL, c1277 Decimal(15,0) NOT NULL, c1278 Uint64 NOT NULL, c1279 String NOT NULL, c1280 Int32 NOT NULL, c1281 Timestamp64 NOT NULL, c1282 Datetime64 NOT NULL, c1283 Int64 NOT NULL, c1284 Int16 NOT NULL, c1285 Uint8 NOT NULL, c1286 Utf8 NOT NULL, c1287 Date32 NOT NULL, c1288 Date NOT NULL, c1289 Int64 NOT NULL, c1290 Timestamp64 NOT NULL, c1291 Date NOT NULL, c1292 Date NOT NULL, c1293 Date NOT NULL, c1294 Datetime64 NOT NULL, c1295 Int16 NOT NULL, c1296 Uint8 NOT NULL, c1297 Int16 NOT NULL, c1298 Date NOT NULL, c1299 Decimal(35,10) NOT NULL, c1300 Timestamp64 NOT NULL, c1301 Decimal(15,0) NOT NULL, c1302 Date32 NOT NULL, c1303 Uint64 NOT NULL, c1304 Timestamp NOT NULL, c1305 Uint32 NOT NULL, c1306 Decimal(15,0) NOT NULL, c1307 Int8 NOT NULL, c1308 Timestamp NOT NULL, c1309 Decimal(15,0) NOT NULL, c1310 Interval64 NOT NULL, c1311 Decimal(35,10) NOT NULL, c1312 Interval64 NOT NULL, c1313 Datetime NOT NULL, c1314 String NOT NULL, c1315 Decimal(22,9) NOT NULL, c1316 Timestamp NOT NULL, c1317 Datetime NOT NULL, c1318 Utf8 NOT NULL, c1319 Int8 NOT NULL, c1320 Int8 NOT NULL, c1321 Int16 NOT NULL, c1322 Decimal(15,0) NOT NULL, c1323 Interval64 NOT NULL, c1324 Int16 NOT NULL, c1325 Datetime NOT NULL, c1326 Timestamp NOT NULL, c1327 Decimal(15,0) NOT NULL, c1328 Timestamp64 NOT NULL, c1329 Date32 NOT NULL, c1330 Timestamp NOT NULL, c1331 Uint8 NOT NULL, c1332 Int32 NOT NULL, c1333 Date32 NOT NULL, c1334 Timestamp64 NOT NULL, c1335 Timestamp64 NOT NULL, c1336 Date32 NOT NULL, c1337 Int32 NOT NULL, c1338 Date32 NOT NULL, c1339 Uint8 NOT NULL, c1340 Int32 NOT NULL, c1341 Decimal(35,10) NOT NULL, c1342 Uint32 NOT NULL, c1343 Int8 NOT NULL, c1344 Uint32 NOT NULL, c1345 Decimal(22,9) NOT NULL, c1346 Int16 NOT NULL, c1347 Date32 NOT NULL, c1348 Uint8 NOT NULL, c1349 Int8 NOT NULL, c1350 Int64 NOT NULL, c1351 Int64 NOT NULL, c1352 Date, c1353 Utf8 NOT NULL, c1354 Interval64, c1355 Utf8, c1356 Utf8 NOT NULL, c1357 Datetime NOT NULL, c1358 Int16 NOT NULL, c1359 Uint64, c1360 Int8 NOT NULL, c1361 Decimal(35,10) NOT NULL, c1362 Uint16, c1363 Decimal(22,9), c1364 Uint8, c1365 Uint8, c1366 Int64 NOT NULL, c1367 Uint8, c1368 Int32 NOT NULL, c1369 Decimal(22,9), c1370 Uint16, c1371 Int32, c1372 Int32, c1373 Uint64, c1374 Decimal(22,9) NOT NULL, c1375 Uint32 NOT NULL, c1376 Yson NOT NULL, c1377 Int64, c1378 Datetime64, c1379 Int32 NOT NULL, c1380 Int64 NOT NULL, c1381 Uint8 NOT NULL, c1382 Int16 NOT NULL, c1383 Int16 NOT NULL, c1384 Timestamp64 NOT NULL, c1385 Uint16 NOT NULL, c1386 Double NOT NULL, c1387 Date32 NOT NULL, c1388 Int16 NOT NULL, c1389 Uint8 NOT NULL, c1390 Interval64, c1391 Date32 NOT NULL, c1392 Int16 NOT NULL, c1393 Yson, c1394 JsonDocument NOT NULL, c1395 Decimal(15,0), c1396 Int32 NOT NULL, c1397 Date32, c1398 Decimal(15,0) NOT NULL, c1399 Int32 NOT NULL, c1400 JsonDocument NOT NULL, c1401 Int64, c1402 Datetime64 NOT NULL, c1403 Float, c1404 Timestamp, c1405 Decimal(35,10), c1406 Date32 NOT NULL, c1407 Float, c1408 Utf8 NOT NULL, c1409 Decimal(35,10) NOT NULL, c1410 Int16 NOT NULL, c1411 Decimal(22,9), c1412 Yson, c1413 Decimal(15,0) NOT NULL, c1414 Timestamp64 NOT NULL, c1415 Timestamp NOT NULL, c1416 Interval64 NOT NULL, c1417 Int32 NOT NULL, c1418 JsonDocument NOT NULL, c1419 JsonDocument NOT NULL, c1420 Int64 NOT NULL, c1421 Uint32 NOT NULL, c1422 Decimal(35,10) NOT NULL, c1423 Int16, c1424 Date32 NOT NULL, c1425 Uint8, c1426 Datetime NOT NULL, c1427 JsonDocument NOT NULL, c1428 Datetime NOT NULL, c1429 JsonDocument NOT NULL, c1430 Decimal(35,10) NOT NULL, c1431 Uint64, c1432 Yson, c1433 Uint16, c1434 Int32 NOT NULL, c1435 Utf8, c1436 Decimal(35,10) NOT NULL, c1437 Utf8 NOT NULL, c1438 Decimal(15,0), c1439 Utf8, c1440 Uint32 NOT NULL, c1441 Double, c1442 Uint64, c1443 Int16, c1444 Utf8, c1445 Int32, c1446 Decimal(15,0) NOT NULL, c1447 Int64, c1448 Yson, c1449 JsonDocument, c1450 Int8, c1451 Decimal(22,9) NOT NULL, c1452 Int64, c1453 String NOT NULL, c1454 Decimal(15,0), c1455 Utf8 NOT NULL, c1456 Int8, c1457 Float, c1458 Timestamp NOT NULL, c1459 Date32, c1460 Uint16 NOT NULL, c1461 Date32, c1462 Int16, c1463 Date32, c1464 Uint8, c1465 Date, c1466 Int8, c1467 Datetime NOT NULL, c1468 Yson, c1469 Decimal(15,0), c1470 Json, c1471 Utf8, c1472 Int16, c1473 Uint64, c1474 Int16 NOT NULL, c1475 Uint16 NOT NULL, c1476 Uint32 NOT NULL, c1477 Datetime NOT NULL, c1478 Int32 NOT NULL, c1479 Double, c1480 Double NOT NULL, c1481 Int8, c1482 Timestamp64 NOT NULL, c1483 Timestamp64 NOT NULL, c1484 Interval64, c1485 String, c1486 String, c1487 Decimal(15,0), c1488 Interval64, c1489 Utf8 NOT NULL, c1490 Int64, c1491 Uint32, c1492 Int8 NOT NULL, c1493 Timestamp, c1494 Int64, c1495 Int64, c1496 Timestamp64 NOT NULL, c1497 Datetime64 NOT NULL, c1498 String, c1499 Decimal(22,9), c1500 JsonDocument, c1501 Double NOT NULL, c1502 Timestamp NOT NULL, c1503 Yson, c1504 Uint8, c1505 Json NOT NULL, c1506 Json, c1507 Decimal(15,0), c1508 Int8, c1509 Decimal(15,0) NOT NULL, c1510 Int16 NOT NULL, c1511 Decimal(35,10) NOT NULL, c1512 Datetime64, c1513 Int32 NOT NULL, c1514 Double, c1515 String, c1516 Uint16 NOT NULL, c1517 Date NOT NULL, c1518 Uint64 NOT NULL, c1519 Timestamp64, c1520 Decimal(22,9), c1521 String NOT NULL, c1522 Float NOT NULL, c1523 Int32, c1524 String NOT NULL, c1525 Date NOT NULL, c1526 Decimal(15,0) NOT NULL, c1527 Int64 NOT NULL, c1528 Decimal(35,10) NOT NULL, c1529 Json NOT NULL, c1530 Uint8, c1531 Float NOT NULL, c1532 Json, c1533 Float NOT NULL, c1534 Datetime NOT NULL, c1535 Yson NOT NULL, c1536 Decimal(22,9), c1537 Datetime64, c1538 Int32 NOT NULL, c1539 Json NOT NULL, c1540 Utf8 NOT NULL, c1541 Decimal(15,0) NOT NULL, c1542 Yson, c1543 Timestamp, c1544 Datetime64 NOT NULL, c1545 Json, c1546 Timestamp NOT NULL, c1547 Timestamp64, c1548 Decimal(35,10), c1549 Int8, c1550 Decimal(35,10) NOT NULL, c1551 Yson NOT NULL, c1552 Uint8, c1553 Int64, c1554 Interval64, c1555 Yson NOT NULL, c1556 Int8 NOT NULL, c1557 Yson, c1558 Date NOT NULL, c1559 Int8, c1560 Decimal(22,9) NOT NULL, c1561 Decimal(35,10), c1562 Utf8 NOT NULL, c1563 Date32, c1564 Interval64 NOT NULL, c1565 Int64, c1566 Decimal(15,0), c1567 Int64 NOT NULL, c1568 String NOT NULL, c1569 Datetime64, c1570 Decimal(35,10), c1571 Uint8, c1572 Date, c1573 Datetime64, c1574 Utf8, c1575 Uint8, c1576 Int16, c1577 Int64, c1578 Date, c1579 JsonDocument NOT NULL, c1580 Uint8, c1581 Decimal(15,0) NOT NULL, c1582 Decimal(15,0), c1583 Datetime, c1584 Float NOT NULL, c1585 Json, c1586 Uint8 NOT NULL, c1587 Datetime64 NOT NULL, c1588 Timestamp, c1589 Utf8 NOT NULL, c1590 Interval64, c1591 Uint64 NOT NULL, c1592 Int64 NOT NULL, c1593 Utf8 NOT NULL, c1594 JsonDocument NOT NULL, c1595 Json NOT NULL, c1596 Float, c1597 Timestamp, c1598 JsonDocument, c1599 Date32, c1600 Double, c1601 Decimal(35,10), c1602 Datetime, c1603 Uint32, c1604 Datetime64 NOT NULL, c1605 Date32, c1606 Int16 NOT NULL, c1607 Int64, c1608 Datetime64, c1609 Timestamp NOT NULL, c1610 String, c1611 Uint16, c1612 String NOT NULL, c1613 Date32 NOT NULL, c1614 Int8 NOT NULL, c1615 Uint16 NOT NULL, c1616 Uint16 NOT NULL, c1617 Int32, c1618 Datetime NOT NULL, c1619 Datetime NOT NULL, c1620 Int64, c1621 String, c1622 Uint8 NOT NULL, c1623 Uint8, c1624 Yson, c1625 Float NOT NULL, c1626 JsonDocument, c1627 Uint8 NOT NULL, c1628 Int64, c1629 Uint32 NOT NULL, c1630 Decimal(35,10) NOT NULL, c1631 Decimal(22,9) NOT NULL, c1632 Interval64, c1633 Int32, c1634 Datetime, c1635 Int16 NOT NULL, c1636 Json, c1637 Interval64, c1638 Date, c1639 Timestamp64, c1640 Int8 NOT NULL, c1641 Uint8 NOT NULL, c1642 Int16, c1643 Date32, c1644 Uint64 NOT NULL, c1645 Double, c1646 Date NOT NULL, c1647 Uint8 NOT NULL, c1648 Uint8, c1649 Uint64, c1650 Utf8 NOT NULL, c1651 Float NOT NULL, c1652 Utf8 NOT NULL, c1653 Int64, c1654 Uint64, c1655 Date32, c1656 Uint8 NOT NULL, c1657 Utf8 NOT NULL, c1658 Int8, c1659 Json, c1660 Double NOT NULL, c1661 Int64 NOT NULL, c1662 Int64, c1663 Uint32, c1664 Int16 NOT NULL, c1665 Int64, c1666 Int64 NOT NULL, c1667 Uint64, c1668 Uint8 NOT NULL, c1669 Int64 NOT NULL, c1670 Int32, c1671 JsonDocument, c1672 Date, c1673 Datetime64, c1674 Int16, c1675 Decimal(22,9) NOT NULL, c1676 Uint16, c1677 Timestamp64 NOT NULL, c1678 Int16, c1679 String NOT NULL, c1680 Datetime NOT NULL, c1681 Decimal(22,9), c1682 Decimal(35,10), c1683 Date32, c1684 Timestamp64 NOT NULL, c1685 Decimal(22,9), c1686 Interval64, c1687 Yson, c1688 Uint64 NOT NULL, c1689 Datetime, c1690 Int16 NOT NULL, c1691 Uint8 NOT NULL, c1692 Uint32 NOT NULL, c1693 Timestamp NOT NULL, c1694 Int64, c1695 Int32 NOT NULL, c1696 Int64, c1697 Date32 NOT NULL, c1698 Interval64, c1699 Datetime64, c1700 Utf8, c1701 Uint32, c1702 JsonDocument, c1703 Date32 NOT NULL, c1704 Decimal(35,10), c1705 Uint16, c1706 JsonDocument NOT NULL, c1707 Uint16 NOT NULL, c1708 Date32 NOT NULL, c1709 Datetime64 NOT NULL, c1710 Uint8, c1711 Int16, c1712 Int32 NOT NULL, c1713 Timestamp NOT NULL, c1714 Yson NOT NULL, c1715 Timestamp64 NOT NULL, c1716 JsonDocument NOT NULL, c1717 Datetime64, c1718 Int32 NOT NULL, c1719 Uint8 NOT NULL, c1720 Datetime NOT NULL, c1721 Date, c1722 Uint32 NOT NULL, c1723 Double, c1724 Datetime NOT NULL, c1725 Yson NOT NULL, c1726 Decimal(15,0) NOT NULL, c1727 JsonDocument NOT NULL, c1728 Json NOT NULL, c1729 Utf8, c1730 Int32 NOT NULL, c1731 Uint64 NOT NULL, c1732 Decimal(15,0), c1733 Float, c1734 JsonDocument NOT NULL, c1735 Timestamp64 NOT NULL, c1736 Json NOT NULL, c1737 Decimal(15,0) NOT NULL, c1738 Int16 NOT NULL, c1739 Json NOT NULL, c1740 Uint32 NOT NULL, c1741 Decimal(22,9), c1742 Timestamp, c1743 Datetime NOT NULL, c1744 Datetime64 NOT NULL, c1745 Utf8, c1746 Json NOT NULL, c1747 Decimal(22,9), c1748 Decimal(35,10), c1749 Timestamp, c1750 Datetime64, c1751 Uint16, c1752 Decimal(22,9), c1753 JsonDocument, c1754 Int64, c1755 Int16 NOT NULL, c1756 Float, c1757 Int16 NOT NULL, c1758 Uint32, c1759 Double, c1760 Date, c1761 Float NOT NULL, c1762 Date32 NOT NULL, c1763 Decimal(35,10) NOT NULL, c1764 Date, c1765 Timestamp64 NOT NULL, c1766 Date, c1767 Int64, c1768 Int8 NOT NULL, c1769 Utf8, c1770 Int64 NOT NULL, c1771 Float, c1772 Int16 NOT NULL, c1773 Uint16 NOT NULL, c1774 Utf8 NOT NULL, c1775 Int32, c1776 Yson, c1777 Double NOT NULL, c1778 Datetime, c1779 Double, c1780 Uint64, c1781 Json, c1782 Int64 NOT NULL, c1783 Json NOT NULL, c1784 Uint32, c1785 Float NOT NULL, c1786 Datetime NOT NULL, c1787 Json NOT NULL, c1788 Json, c1789 Int32, c1790 Json NOT NULL, c1791 Decimal(22,9) NOT NULL, c1792 Decimal(22,9) NOT NULL, c1793 Double, c1794 Int16, c1795 Json, c1796 Utf8 NOT NULL, c1797 Int64 NOT NULL, c1798 Interval64 NOT NULL, c1799 Int64 NOT NULL, c1800 Json, c1801 JsonDocument, c1802 Decimal(22,9) NOT NULL, c1803 Timestamp64, c1804 Datetime, c1805 Timestamp, c1806 Json NOT NULL, c1807 Interval64, c1808 JsonDocument NOT NULL, c1809 Timestamp64 NOT NULL, c1810 Uint8, c1811 Double NOT NULL, c1812 Utf8, c1813 Float NOT NULL, c1814 Uint8, c1815 Datetime NOT NULL, c1816 Int64 NOT NULL, c1817 Decimal(22,9) NOT NULL, c1818 Float, c1819 Datetime64 NOT NULL, c1820 Date NOT NULL, c1821 Uint8, c1822 Interval64 NOT NULL, c1823 Int32 NOT NULL, c1824 Int32, c1825 String NOT NULL, c1826 Int32 NOT NULL, c1827 Datetime64, c1828 Uint32 NOT NULL, c1829 Date32 NOT NULL, c1830 Interval64, c1831 Json, c1832 Uint64 NOT NULL, c1833 Json NOT NULL, c1834 Timestamp64, c1835 Decimal(15,0) NOT NULL, c1836 Yson, c1837 Decimal(15,0) NOT NULL, c1838 Float NOT NULL, c1839 Int8, c1840 String, c1841 JsonDocument, c1842 Timestamp64, c1843 Datetime, c1844 Uint32, c1845 Date32 NOT NULL, c1846 Uint32 NOT NULL, c1847 Uint64 NOT NULL, c1848 Decimal(22,9) NOT NULL, c1849 Decimal(15,0) NOT NULL, c1850 Decimal(22,9), c1851 Yson NOT NULL, c1852 Uint16 NOT NULL, c1853 Uint32 NOT NULL, c1854 Utf8, c1855 Uint64 NOT NULL, c1856 Date32, c1857 Utf8 NOT NULL, c1858 Uint16, c1859 Uint64 NOT NULL, c1860 JsonDocument, c1861 Decimal(35,10), c1862 Utf8, c1863 Uint16, c1864 Int16, c1865 Uint32, c1866 Decimal(22,9), c1867 Json, c1868 Date32, c1869 Uint8, c1870 Timestamp64 NOT NULL, c1871 Uint32 NOT NULL, c1872 JsonDocument, c1873 Float NOT NULL, c1874 Interval64 NOT NULL, c1875 Int8, c1876 Decimal(15,0), c1877 Decimal(15,0), c1878 Datetime64, c1879 Decimal(35,10), c1880 Yson NOT NULL, c1881 Float NOT NULL, c1882 Uint64, c1883 Interval64 NOT NULL, c1884 Datetime NOT NULL, c1885 Uint8 NOT NULL, c1886 Utf8, c1887 Timestamp NOT NULL, c1888 Int64, c1889 Decimal(22,9) NOT NULL, c1890 Interval64 NOT NULL, c1891 Date, c1892 Decimal(15,0) NOT NULL, c1893 Float NOT NULL, c1894 Int64, c1895 Uint8 NOT NULL, c1896 Date32, c1897 Uint8, c1898 Datetime64, c1899 Int32 NOT NULL, c1900 Double, c1901 String, c1902 Date NOT NULL, c1903 Yson, c1904 Float, c1905 Int64 NOT NULL, c1906 String NOT NULL, c1907 Int16 NOT NULL, c1908 Timestamp64 NOT NULL, c1909 Json NOT NULL, c1910 Double, c1911 Decimal(15,0), c1912 Date, c1913 Utf8, c1914 Datetime64, c1915 Decimal(35,10), c1916 Float, c1917 Timestamp, c1918 Uint16, c1919 Uint8, c1920 Date32, c1921 Json, c1922 Uint64 NOT NULL, c1923 Date, c1924 JsonDocument, c1925 Timestamp, c1926 Json NOT NULL, c1927 Int16, c1928 Interval64 NOT NULL, c1929 Timestamp64, c1930 String, c1931 Date, c1932 Uint16 NOT NULL, c1933 Json, c1934 Int64, c1935 Uint16, c1936 Datetime64, c1937 Utf8 NOT NULL, c1938 Uint32, c1939 Decimal(35,10), c1940 Interval64, c1941 Datetime64, c1942 Float NOT NULL, c1943 Double NOT NULL, c1944 Json NOT NULL, c1945 Datetime NOT NULL, c1946 Yson, c1947 Int32, c1948 Datetime64 NOT NULL, c1949 Float, c1950 Int32 NOT NULL, c1951 Decimal(35,10) NOT NULL, c1952 Uint64 NOT NULL, c1953 Timestamp64, c1954 Interval64 NOT NULL, c1955 Datetime64, c1956 Datetime64, c1957 Timestamp64 NOT NULL, c1958 Float, c1959 String NOT NULL, c1960 Uint64 NOT NULL, c1961 Uint32, c1962 Interval64, c1963 Date, c1964 Date NOT NULL, c1965 Yson, c1966 Int32 NOT NULL, c1967 Decimal(35,10) NOT NULL, c1968 Date32, c1969 Datetime, c1970 Int64, c1971 Date32 NOT NULL, c1972 Interval64 NOT NULL, c1973 Uint16 NOT NULL, c1974 Int32 NOT NULL, c1975 Int8, c1976 Float NOT NULL, c1977 Interval64, c1978 Datetime64 NOT NULL, c1979 Uint64, c1980 Timestamp64, c1981 Decimal(22,9), c1982 Int8 NOT NULL, c1983 Int16 NOT NULL, c1984 Timestamp64 NOT NULL, c1985 Int16 NOT NULL, c1986 Double NOT NULL, c1987 Datetime NOT NULL, c1988 Yson NOT NULL, c1989 Utf8 NOT NULL, c1990 Utf8, c1991 Utf8, c1992 String, c1993 Uint16, c1994 Double NOT NULL, c1995 Datetime, c1996 JsonDocument, c1997 Float NOT NULL, c1998 Int64 NOT NULL, c1999 Uint8, c2000 Datetime, c2001 Yson, c2002 Timestamp64, c2003 Int32, c2004 Json NOT NULL, c2005 Decimal(15,0) NOT NULL, c2006 Json NOT NULL, c2007 Utf8, c2008 Int32 NOT NULL, c2009 Int32, c2010 Int32 NOT NULL, c2011 Json, c2012 Int32, c2013 Interval64 NOT NULL, c2014 JsonDocument, c2015 Uint16, c2016 Uint32 NOT NULL, c2017 Double NOT NULL, c2018 Uint64, c2019 Decimal(35,10), c2020 Decimal(15,0) NOT NULL, c2021 Decimal(15,0) NOT NULL, c2022 Timestamp NOT NULL, c2023 Int8, c2024 Int32 NOT NULL, c2025 Uint8 NOT NULL, c2026 Date32 NOT NULL, c2027 Timestamp NOT NULL, c2028 Int32, c2029 Double, c2030 Utf8 NOT NULL, c2031 Yson, c2032 Int8, c2033 Yson, c2034 Uint32, c2035 Datetime, c2036 Timestamp, c2037 Date NOT NULL, c2038 Json, c2039 Date32 NOT NULL, c2040 Decimal(15,0) NOT NULL, c2041 Json, c2042 Uint8, c2043 Uint16, c2044 Datetime64, c2045 Float, c2046 Timestamp64 NOT NULL, c2047 JsonDocument NOT NULL, c2048 Int32 NOT NULL, c2049 Uint16 NOT NULL, c2050 Date32 NOT NULL, c2051 Int32, c2052 Json NOT NULL, c2053 Uint8, c2054 Timestamp NOT NULL, c2055 Datetime64 NOT NULL, c2056 Int8 NOT NULL, c2057 Uint64 NOT NULL, c2058 Float, c2059 Datetime64, c2060 Uint64, c2061 JsonDocument NOT NULL, c2062 Json, c2063 Uint32, c2064 Uint8, c2065 String, c2066 Uint16 NOT NULL, c2067 Decimal(35,10) NOT NULL, c2068 Int64, c2069 Uint64, c2070 Decimal(22,9) NOT NULL, c2071 Yson, c2072 Date, c2073 Utf8 NOT NULL, c2074 Uint32 NOT NULL, c2075 Int16, c2076 Datetime64 NOT NULL, c2077 Int16, c2078 Yson NOT NULL, c2079 String NOT NULL, c2080 Datetime NOT NULL, c2081 Decimal(22,9), c2082 Decimal(22,9), c2083 Timestamp64 NOT NULL, c2084 Double, c2085 Uint16, c2086 Decimal(35,10), c2087 Datetime64 NOT NULL, c2088 Int64, c2089 Yson NOT NULL, c2090 Int32 NOT NULL, c2091 Decimal(35,10), c2092 Utf8, c2093 Datetime, c2094 Decimal(22,9) NOT NULL, c2095 Int8 NOT NULL, c2096 Int32, c2097 Int32 NOT NULL, c2098 Date, c2099 Int64 NOT NULL, c2100 Json, c2101 Float NOT NULL, c2102 Int32 NOT NULL, c2103 Uint8 NOT NULL, c2104 Uint32 NOT NULL, c2105 Double NOT NULL, c2106 Uint8, c2107 Json, c2108 Decimal(35,10), c2109 String, c2110 Timestamp64, c2111 Float, c2112 Decimal(15,0), c2113 Int32, c2114 Decimal(35,10) NOT NULL, c2115 Uint16 NOT NULL, c2116 Int64 NOT NULL, c2117 JsonDocument NOT NULL, c2118 Float NOT NULL, c2119 Decimal(35,10) NOT NULL, c2120 Int64 NOT NULL, c2121 Date32 NOT NULL, c2122 Datetime, c2123 Timestamp64 NOT NULL, c2124 Datetime64 NOT NULL, c2125 Date32, c2126 Uint32, c2127 Decimal(22,9), c2128 Interval64, c2129 Decimal(15,0), c2130 Int16, c2131 Int32, c2132 Interval64, c2133 Date NOT NULL, c2134 Int32 NOT NULL, c2135 Uint16, c2136 Timestamp64, c2137 Datetime NOT NULL, c2138 Uint64 NOT NULL, c2139 Uint32, c2140 Int64 NOT NULL, c2141 Date NOT NULL, c2142 Float, c2143 String, c2144 Timestamp NOT NULL, c2145 Timestamp64, c2146 Decimal(15,0), c2147 Decimal(22,9), c2148 Uint16, c2149 Decimal(22,9), c2150 Int16, c2151 Decimal(35,10) NOT NULL, c2152 Int16 NOT NULL, c2153 Decimal(22,9), c2154 JsonDocument, c2155 Uint32, c2156 Decimal(35,10), c2157 String NOT NULL, c2158 Int32 NOT NULL, c2159 Int32, c2160 Double NOT NULL, c2161 Utf8 NOT NULL, c2162 Interval64, c2163 Int8, c2164 Decimal(22,9), c2165 Timestamp64 NOT NULL, c2166 Uint32, c2167 Int64 NOT NULL, c2168 Timestamp, c2169 Uint16, c2170 Uint16 NOT NULL, c2171 Int8, c2172 JsonDocument NOT NULL, c2173 Json NOT NULL, c2174 Uint8, c2175 Uint64, c2176 JsonDocument, c2177 Decimal(15,0) NOT NULL, c2178 Timestamp64, c2179 Timestamp NOT NULL, c2180 Utf8 NOT NULL, c2181 Datetime64 NOT NULL, c2182 Decimal(15,0) NOT NULL, c2183 Decimal(35,10) NOT NULL, c2184 String NOT NULL, c2185 Int8, c2186 Utf8 NOT NULL, c2187 Utf8 NOT NULL, c2188 Date, c2189 Double NOT NULL, c2190 Uint16 NOT NULL, c2191 Decimal(35,10), c2192 Decimal(15,0) NOT NULL, c2193 Interval64 NOT NULL, c2194 JsonDocument, c2195 Interval64 NOT NULL, c2196 Timestamp64 NOT NULL, c2197 Float NOT NULL, c2198 Datetime64, c2199 Float NOT NULL, c2200 Uint16, c2201 Json, c2202 Int16 NOT NULL, c2203 Yson NOT NULL, c2204 Uint32 NOT NULL, c2205 Int64 NOT NULL, c2206 Datetime64, c2207 Timestamp, c2208 Double NOT NULL, c2209 Yson, c2210 Timestamp NOT NULL, c2211 JsonDocument NOT NULL, c2212 Decimal(22,9), c2213 Uint64 NOT NULL, c2214 Uint64 NOT NULL, c2215 Interval64 NOT NULL, c2216 Timestamp64, c2217 Date NOT NULL, c2218 Uint32, c2219 Int32, c2220 Uint32 NOT NULL, c2221 JsonDocument, c2222 Float NOT NULL, c2223 Utf8, c2224 JsonDocument NOT NULL, c2225 Uint16 NOT NULL, c2226 Datetime64 NOT NULL, c2227 Yson NOT NULL, c2228 Int32, c2229 Decimal(15,0), c2230 JsonDocument NOT NULL, c2231 Date NOT NULL, c2232 Uint8 NOT NULL, c2233 Datetime64 NOT NULL, c2234 Interval64, c2235 Int32, c2236 String NOT NULL, c2237 Int64 NOT NULL, c2238 Decimal(15,0), c2239 Datetime, c2240 Yson, c2241 Int8 NOT NULL, c2242 Utf8 NOT NULL, c2243 Yson, c2244 Interval64 NOT NULL, c2245 Decimal(35,10), c2246 Date32, c2247 Yson NOT NULL, c2248 Int8 NOT NULL, c2249 Yson NOT NULL, c2250 String NOT NULL, c2251 Uint64, c2252 Uint16, c2253 Date NOT NULL, c2254 JsonDocument NOT NULL, c2255 Interval64 NOT NULL, c2256 Uint64 NOT NULL, c2257 Utf8, c2258 Uint64 NOT NULL, c2259 Decimal(35,10) NOT NULL, c2260 Decimal(15,0), c2261 Int8 NOT NULL, c2262 Timestamp NOT NULL, c2263 Double NOT NULL, c2264 Int16, c2265 Uint64 NOT NULL, c2266 Uint32 NOT NULL, c2267 Datetime, c2268 Interval64 NOT NULL, c2269 Decimal(15,0) NOT NULL, c2270 Timestamp, c2271 Date, c2272 Double NOT NULL, c2273 Uint8, c2274 Uint8, c2275 Yson NOT NULL, c2276 Decimal(15,0), c2277 Datetime64 NOT NULL, c2278 Uint64, c2279 Uint64, c2280 Float NOT NULL, c2281 Decimal(15,0), c2282 Decimal(22,9), c2283 Uint16 NOT NULL, c2284 Utf8, c2285 Datetime NOT NULL, c2286 Datetime64 NOT NULL, c2287 Date, c2288 Uint64, c2289 Uint8 NOT NULL, c2290 Decimal(22,9) NOT NULL, c2291 Float, c2292 JsonDocument, c2293 Date NOT NULL, c2294 Decimal(22,9), c2295 Timestamp64 NOT NULL, c2296 Utf8, c2297 Float, c2298 Date NOT NULL, c2299 Float NOT NULL, c2300 Yson, c2301 Datetime NOT NULL, c2302 Utf8 NOT NULL, c2303 Uint64, c2304 Uint8 NOT NULL, c2305 Date32, c2306 Datetime64 NOT NULL, c2307 Yson NOT NULL, c2308 Decimal(35,10), c2309 Datetime NOT NULL, c2310 Interval64, c2311 String, c2312 Interval64, c2313 Float, c2314 Int16, c2315 Int8 NOT NULL, c2316 Decimal(22,9) NOT NULL, c2317 Int64, c2318 Utf8, c2319 Interval64, c2320 Yson, c2321 Datetime64 NOT NULL, c2322 Decimal(22,9), c2323 Uint8, c2324 Decimal(22,9), c2325 Datetime NOT NULL, c2326 Json NOT NULL, c2327 JsonDocument NOT NULL, c2328 Decimal(22,9), c2329 String, c2330 Double, c2331 Datetime NOT NULL, c2332 Timestamp NOT NULL, c2333 Utf8 NOT NULL, c2334 String NOT NULL, c2335 Decimal(22,9) NOT NULL, c2336 Int16 NOT NULL, c2337 String, c2338 Date32, c2339 Double, c2340 Int32 NOT NULL, c2341 Timestamp NOT NULL, c2342 Int8, c2343 Date32 NOT NULL, c2344 Timestamp64, c2345 Json, c2346 Utf8, c2347 Interval64, c2348 Uint8 NOT NULL, c2349 Int64, c2350 Uint64, c2351 Int64, c2352 Int8 NOT NULL, c2353 Timestamp, c2354 Yson, c2355 Timestamp, c2356 Utf8 NOT NULL, c2357 Timestamp, c2358 Yson, c2359 Uint8, c2360 Int16, c2361 String, c2362 Yson NOT NULL, c2363 Uint16, c2364 String, c2365 Int32 NOT NULL, c2366 Yson, c2367 Int8, c2368 Json, c2369 Int32 NOT NULL, c2370 Utf8 NOT NULL, c2371 Float, c2372 Date NOT NULL, c2373 Datetime64, c2374 Decimal(22,9) NOT NULL, c2375 Int32 NOT NULL, c2376 Timestamp, c2377 JsonDocument NOT NULL, c2378 Double NOT NULL, c2379 Float, c2380 Int32 NOT NULL, c2381 Json NOT NULL, c2382 Int8 NOT NULL, c2383 String, c2384 Utf8 NOT NULL, c2385 Json, c2386 JsonDocument NOT NULL, c2387 Json, c2388 Uint32 NOT NULL, c2389 Json, c2390 String NOT NULL, c2391 Int8, c2392 JsonDocument NOT NULL, c2393 Interval64 NOT NULL, c2394 String NOT NULL, c2395 Timestamp, c2396 String NOT NULL, c2397 Decimal(22,9), c2398 Int16 NOT NULL, c2399 Uint8 NOT NULL, c2400 Timestamp64, c2401 Decimal(15,0), c2402 Timestamp, c2403 Uint16, c2404 Uint64 NOT NULL, c2405 Int64, c2406 Decimal(35,10) NOT NULL, c2407 Int16 NOT NULL, c2408 Interval64, c2409 Int16 NOT NULL, c2410 Uint8 NOT NULL, c2411 String, c2412 Timestamp, c2413 Uint16 NOT NULL, c2414 Date NOT NULL, c2415 Uint8 NOT NULL, c2416 Interval64 NOT NULL, c2417 Datetime, c2418 JsonDocument, c2419 Json, c2420 Uint8, c2421 Yson NOT NULL, c2422 Uint16, c2423 Date NOT NULL, c2424 Yson NOT NULL, c2425 Int64 NOT NULL, c2426 Int64 NOT NULL, c2427 Int8 NOT NULL, c2428 Int8 NOT NULL, c2429 Uint16 NOT NULL, c2430 Uint16, c2431 Uint64 NOT NULL, c2432 Decimal(15,0) NOT NULL, c2433 Date32, c2434 Utf8, c2435 Decimal(15,0) NOT NULL, c2436 Utf8, c2437 Uint64 NOT NULL, c2438 Timestamp, c2439 Int32, c2440 Int64 NOT NULL, c2441 Date32, c2442 Json, c2443 Date32, c2444 Datetime, c2445 String NOT NULL, c2446 Int32, c2447 Uint64 NOT NULL, c2448 Decimal(15,0), c2449 Decimal(35,10), c2450 Date32, c2451 Int64, c2452 Json NOT NULL, c2453 Datetime, c2454 Decimal(35,10) NOT NULL, c2455 Date, c2456 Json NOT NULL, c2457 Int64, c2458 Decimal(35,10), c2459 JsonDocument, c2460 Double NOT NULL, c2461 Json NOT NULL, c2462 Date, c2463 Decimal(22,9), c2464 Double, c2465 Utf8, c2466 Uint16 NOT NULL, c2467 String, c2468 String NOT NULL, c2469 Timestamp64, c2470 Uint16, c2471 Datetime64, c2472 Int8 NOT NULL, c2473 Float, c2474 Timestamp64 NOT NULL, c2475 Int32 NOT NULL, c2476 Decimal(15,0) NOT NULL, c2477 Interval64, c2478 Double, c2479 Utf8 NOT NULL, c2480 Json, c2481 Int16 NOT NULL, c2482 Uint8 NOT NULL, c2483 Timestamp64, c2484 Interval64 NOT NULL, c2485 Float NOT NULL, c2486 Utf8, c2487 Int64, c2488 Uint8 NOT NULL, c2489 String NOT NULL, c2490 Yson, c2491 Uint64, c2492 Yson NOT NULL, c2493 Utf8, c2494 Utf8, c2495 Int64, c2496 Uint16, c2497 JsonDocument, c2498 Datetime NOT NULL, c2499 JsonDocument NOT NULL, c2500 Timestamp64 NOT NULL, c2501 String, c2502 Datetime64 NOT NULL, c2503 Uint8, c2504 Int8 NOT NULL, c2505 Uint64, c2506 Datetime64 NOT NULL, c2507 Interval64 NOT NULL, c2508 Double, c2509 Timestamp64, c2510 Timestamp64, c2511 Double, c2512 Interval64, c2513 Datetime NOT NULL, c2514 Uint8, c2515 Json NOT NULL, c2516 Int16 NOT NULL, c2517 Datetime64 NOT NULL, c2518 Timestamp NOT NULL, c2519 Decimal(15,0) NOT NULL, c2520 Json NOT NULL, c2521 Utf8 NOT NULL, c2522 Uint16 NOT NULL, c2523 Float, c2524 Timestamp NOT NULL, c2525 Timestamp, c2526 Date, c2527 String, c2528 Datetime, c2529 Float, c2530 Int32, c2531 Int64 NOT NULL, c2532 Decimal(15,0) NOT NULL, c2533 Float, c2534 Timestamp NOT NULL, c2535 Datetime NOT NULL, c2536 Datetime, c2537 String NOT NULL, c2538 Datetime NOT NULL, c2539 Int64 NOT NULL, c2540 Datetime64 NOT NULL, c2541 Utf8 NOT NULL, c2542 Decimal(15,0), c2543 Decimal(22,9) NOT NULL, c2544 Uint64 NOT NULL, c2545 Int8 NOT NULL, c2546 Timestamp NOT NULL, c2547 Datetime64, c2548 Int64 NOT NULL, c2549 Uint64, c2550 Date32, c2551 Int8 NOT NULL, c2552 Datetime, c2553 Decimal(22,9), c2554 Double NOT NULL, c2555 Uint32 NOT NULL, c2556 Int8 NOT NULL, c2557 Int32 NOT NULL, c2558 Int16, c2559 Decimal(15,0), c2560 Date32, c2561 Int16 NOT NULL, c2562 Date32 NOT NULL, c2563 Int16, c2564 Decimal(15,0) NOT NULL, c2565 Date32, c2566 String, c2567 Utf8, c2568 Date, c2569 Datetime NOT NULL, c2570 Int16, c2571 Yson NOT NULL, c2572 Int64 NOT NULL, c2573 Yson, c2574 Timestamp64 NOT NULL, c2575 Uint32, c2576 Uint64 NOT NULL, c2577 Decimal(15,0), c2578 Decimal(15,0), c2579 Date32, c2580 Int16 NOT NULL, c2581 Int16 NOT NULL, c2582 Decimal(15,0) NOT NULL, c2583 Uint16, c2584 Int16, c2585 String NOT NULL, c2586 Yson, c2587 Interval64, c2588 Int64, c2589 Yson, c2590 Decimal(22,9) NOT NULL, c2591 Date32, c2592 Int8, c2593 Decimal(15,0) NOT NULL, c2594 Datetime64, c2595 Uint32 NOT NULL, c2596 Int8, c2597 Json, c2598 Uint8 NOT NULL, c2599 String NOT NULL, c2600 Float NOT NULL, c2601 Interval64, c2602 Int32 NOT NULL, c2603 Timestamp64, c2604 Decimal(15,0) NOT NULL, c2605 Date32, c2606 Int8, c2607 Double, c2608 Json, c2609 Int64, c2610 Uint32 NOT NULL, c2611 Int8, c2612 Timestamp NOT NULL, c2613 Uint8 NOT NULL, c2614 Float NOT NULL, c2615 Interval64, c2616 Decimal(22,9) NOT NULL, c2617 Timestamp64 NOT NULL, c2618 Timestamp, c2619 Decimal(22,9), c2620 Yson NOT NULL, c2621 Decimal(15,0), c2622 Utf8, c2623 Uint32 NOT NULL, c2624 Uint8, c2625 Double, c2626 JsonDocument, c2627 Int32 NOT NULL, c2628 Uint32 NOT NULL, c2629 Json, c2630 Uint64 NOT NULL, c2631 Date, c2632 Date, c2633 Json, c2634 JsonDocument NOT NULL, c2635 Int16, c2636 Decimal(15,0) NOT NULL, c2637 Int64, c2638 Json, c2639 Int8, c2640 Decimal(35,10) NOT NULL, c2641 Int16 NOT NULL, c2642 Json, c2643 Date32 NOT NULL, c2644 JsonDocument NOT NULL, c2645 Datetime, c2646 Datetime NOT NULL, c2647 Int32 NOT NULL, c2648 Float, c2649 Uint32, c2650 Date32, c2651 Datetime64, c2652 Int64 NOT NULL, c2653 Timestamp NOT NULL, c2654 Int8, c2655 Uint32 NOT NULL, c2656 Datetime, c2657 Decimal(22,9), c2658 Yson, c2659 Uint32 NOT NULL, c2660 Float NOT NULL, c2661 Yson, c2662 Int8, c2663 Datetime NOT NULL, c2664 Timestamp, c2665 Int32, c2666 Int32 NOT NULL, c2667 Uint32, c2668 Uint16 NOT NULL, c2669 Int8, c2670 Utf8, c2671 Uint16 NOT NULL, c2672 Datetime64 NOT NULL, c2673 Utf8 NOT NULL, c2674 Datetime64 NOT NULL, c2675 Int64, c2676 Float, c2677 Timestamp64, c2678 Int64 NOT NULL, c2679 Yson, c2680 JsonDocument, c2681 Decimal(15,0), c2682 Json, c2683 Datetime64 NOT NULL, c2684 Int32, c2685 Date NOT NULL, c2686 Utf8, c2687 Uint64, c2688 Int8 NOT NULL, c2689 Int64, c2690 Uint8, c2691 Interval64, c2692 JsonDocument NOT NULL, c2693 Timestamp64 NOT NULL, c2694 String NOT NULL, c2695 Decimal(22,9), c2696 Timestamp64, c2697 Timestamp NOT NULL, c2698 Timestamp NOT NULL, c2699 Json, c2700 Uint64, c2701 Int32 NOT NULL, c2702 Double NOT NULL, c2703 Datetime64, c2704 Decimal(35,10) NOT NULL, c2705 Timestamp64, c2706 Datetime, c2707 Timestamp NOT NULL, c2708 Utf8, c2709 Date32 NOT NULL, c2710 Decimal(22,9) NOT NULL, c2711 Uint16, c2712 Int16 NOT NULL, c2713 Int8, c2714 Json, c2715 Date32, c2716 Json, c2717 Json, c2718 Int64 NOT NULL, c2719 Datetime64 NOT NULL, c2720 JsonDocument NOT NULL, c2721 Datetime64 NOT NULL, c2722 Decimal(35,10) NOT NULL, c2723 Timestamp NOT NULL, c2724 Double, c2725 Int16, c2726 Datetime64 NOT NULL, c2727 Timestamp, c2728 Uint8 NOT NULL, c2729 Decimal(15,0), c2730 Decimal(22,9) NOT NULL, c2731 Json, c2732 String, c2733 Json NOT NULL, c2734 Yson NOT NULL, c2735 Datetime, c2736 Utf8 NOT NULL, c2737 Datetime, c2738 Yson, c2739 Timestamp, c2740 Utf8, c2741 Timestamp64 NOT NULL, c2742 Datetime, c2743 Datetime64 NOT NULL, c2744 Decimal(15,0), c2745 Utf8 NOT NULL, c2746 Datetime, c2747 Json, c2748 Uint32 NOT NULL, c2749 Utf8, c2750 Utf8, c2751 Datetime, c2752 Int16, c2753 Uint8, c2754 Timestamp64, c2755 Decimal(15,0) NOT NULL, c2756 Timestamp64, c2757 Uint8 NOT NULL, c2758 Uint64, c2759 Uint8 NOT NULL, c2760 Uint16, c2761 Decimal(22,9), c2762 Uint8, c2763 Uint16, c2764 Datetime NOT NULL, c2765 Uint8, c2766 Float NOT NULL, c2767 String, c2768 Int16 NOT NULL, c2769 Datetime NOT NULL, c2770 Uint16, c2771 Date32, c2772 Uint64 NOT NULL, c2773 Decimal(35,10), c2774 Timestamp, c2775 Decimal(15,0) NOT NULL, c2776 Int64, c2777 Uint16 NOT NULL, c2778 Uint64, c2779 Uint64, c2780 Uint32 NOT NULL, c2781 Timestamp, c2782 Utf8, c2783 Decimal(35,10) NOT NULL, c2784 Decimal(35,10), c2785 Uint8, c2786 Decimal(35,10) NOT NULL, c2787 Int64 NOT NULL, c2788 Timestamp64 NOT NULL, c2789 JsonDocument NOT NULL, c2790 Uint16 NOT NULL, c2791 Timestamp64, c2792 Interval64 NOT NULL, c2793 String NOT NULL, c2794 Interval64, c2795 String NOT NULL, c2796 Uint16 NOT NULL, c2797 Uint32, c2798 Int16, c2799 Date32 NOT NULL, c2800 Float NOT NULL, c2801 Timestamp64 NOT NULL, c2802 Uint64 NOT NULL, c2803 Datetime64, c2804 Decimal(35,10) NOT NULL, c2805 Interval64, c2806 Timestamp64, c2807 Int64, c2808 Uint16 NOT NULL, c2809 Int64 NOT NULL, c2810 Datetime64 NOT NULL, c2811 Uint16, c2812 Datetime64, c2813 Timestamp64, c2814 Uint32 NOT NULL, c2815 String NOT NULL, c2816 Timestamp, c2817 Int16, c2818 Timestamp64 NOT NULL, c2819 Timestamp64 NOT NULL, c2820 Decimal(15,0) NOT NULL, c2821 Date32, c2822 Timestamp64 NOT NULL, c2823 JsonDocument, c2824 Uint16 NOT NULL, c2825 Uint64, c2826 Double NOT NULL, c2827 Int8, c2828 Float, c2829 Int8, c2830 Date32, c2831 String NOT NULL, c2832 Interval64 NOT NULL, c2833 Double, c2834 Decimal(22,9) NOT NULL, c2835 Uint8 NOT NULL, c2836 Date, c2837 JsonDocument NOT NULL, c2838 Int16 NOT NULL, c2839 Datetime, c2840 Float NOT NULL, c2841 Int16 NOT NULL, c2842 Int8 NOT NULL, c2843 String, c2844 Int32 NOT NULL, c2845 Datetime, c2846 Int32 NOT NULL, c2847 Datetime64 NOT NULL, c2848 Uint64 NOT NULL, c2849 Uint16 NOT NULL, c2850 Yson, c2851 JsonDocument, c2852 Date32, c2853 Double, c2854 Uint8 NOT NULL, c2855 Decimal(35,10), c2856 Yson NOT NULL, c2857 Utf8, c2858 Int16, c2859 Datetime64, c2860 Double, c2861 Decimal(22,9), c2862 Uint16, c2863 Utf8 NOT NULL, c2864 Date32, c2865 Interval64 NOT NULL, c2866 Uint8 NOT NULL, c2867 Decimal(22,9), c2868 Datetime64, c2869 Float, c2870 String, c2871 Int16 NOT NULL, c2872 Int64 NOT NULL, c2873 JsonDocument NOT NULL, c2874 Double NOT NULL, c2875 Int64 NOT NULL, c2876 Uint8 NOT NULL, c2877 Interval64 NOT NULL, c2878 Decimal(15,0) NOT NULL, c2879 Datetime, c2880 Timestamp64 NOT NULL, c2881 Uint32 NOT NULL, c2882 Float NOT NULL, c2883 Decimal(15,0), c2884 JsonDocument NOT NULL, c2885 Decimal(35,10) NOT NULL, c2886 Utf8 NOT NULL, c2887 Datetime NOT NULL, c2888 Yson, c2889 Int16,\n                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349)\n                )\n                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: Failed to attach session\nTraceback (most recent call last):\n  File "ydb/tests/stress/common/common.py", line 100, in wrapper\n    f()\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop\n    self.create_table(str(n))\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table\n    self.client.query(stmt, True)\n  File "ydb/tests/stress/common/common.py", line 28, in query\n    raise e\n  File "ydb/tests/stress/common/common.py", line 25, in query\n    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries\n    return retry_operation_sync(wrapped_callee, retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync\n    for next_opt in opt_generator:\n                    ^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl\n    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))\n                                          ^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee\n    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__\n    self._session = self._pool.acquire(self._timeout)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire\n    session = self._create_new_session(time_left)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session\n    session.create(settings=BaseRequestSettings().with_timeout(timeout))\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create\n    self._attach()\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach\n    raise e\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach\n    raise RuntimeError("Failed to attach session")\nRuntimeError: Failed to attach session\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 4bf0de79-389c-4a10-b9e7-ab8183da12bc, localhost:12801): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4bf0de79-389c-4a10-b9e7-ab8183da12bc, localhost:12801): request = { database: "/Root" }
INFO     ydb.connection:connection.py:77 RpcState(ListEndpoints, 4bf0de79-389c-4a10-b9e7-ab8183da12bc, localhost:12801): received error, <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-11-19T09:39:43.355482298+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(ListEndpoints, 4bf0de79-389c-4a10-b9e7-ab8183da12bc, localhost:12801): unhandled rpc error, disconnecting channel
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:12801". Error details:
 Rpc error, reason <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-11-19T09:39:43.355482298+00:00"}"
>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:3162/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:20333/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:28320/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:2013/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:15602/9
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:7219/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:13350/7
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:29977/4
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:12801". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:12801/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1836
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27576
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16247
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15602
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5924
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10078
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29981
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2013
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30267
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10121
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5756
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13350
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17969
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12924
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9519
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7219
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62408
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22509
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24792
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28320
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27273
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20946
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27116
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29977
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17982
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24790
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29422
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20333
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27377
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25697
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61477
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3162
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30830
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65480
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1752
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25425
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23363
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23110
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65345
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8212
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17821
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16328
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13963
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13798
=================================== FAILURES ===================================
_____________________________ TestYdbWorkload.test _____________________________
ydb/tests/stress/olap_workload/tests/test_workload.py:26: in test
    yatest.common.execute([
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:12801 --database /Root --duration 120' has failed with code 1.
E   Errors:
E   ...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
E       for next_opt in opt_generator:
E                       ^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
E       result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
E                                             ^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
E       with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
E            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
E       self._session = self._pool.acquire(self._timeout)
E                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
E       session = self._create_new_session(time_left)
E                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
E       session.create(settings=BaseRequestSettings().with_timeout(timeout))
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
E       self._attach()
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
E       raise e
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
E       raise RuntimeError("Failed to attach session")
E   RuntimeError: Failed to attach session
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
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/544h/0010c7/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13798
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13963
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16328
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17821
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8212
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65345
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23110
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23362
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23362
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23363
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25425
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/544h/0010c7/r3tmp/kikimr_cluster_l814afsj
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12801
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1752
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/65480
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30830
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/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/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_45cuslck.log --grpc-port=12801 --mon-port=1752 --ic-port=13798
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3162
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61477
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25697
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27377
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_u97x91na.log --grpc-port=3162 --mon-port=61477 --ic-port=13963
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20333
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29422
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24790
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17982
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_tlbzzvdl.log --grpc-port=20333 --mon-port=29422 --ic-port=16328
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29977
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27116
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20946
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27273
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_d_9c1nzf.log --grpc-port=29977 --mon-port=27116 --ic-port=17821
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28320
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24792
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22509
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62408
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_vsldf_56.log --grpc-port=28320 --mon-port=24792 --ic-port=8212
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7219
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9519
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12924
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17969
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_kc7l6dc9.log --grpc-port=7219 --mon-port=9519 --ic-port=65345
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13350
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5756
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10121
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30267
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c8br_t0w.log --grpc-port=13350 --mon-port=5756 --ic-port=23110
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2013
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29981
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10078
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5924
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_44jj7eee.log --grpc-port=2013 --mon-port=29981 --ic-port=23363
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15602
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16247
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27576
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1836
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_doxl_oq5.log --grpc-port=15602 --mon-port=16247 --ic-port=25425
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:12801/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/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/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_45cuslck.log --grpc-port=12801 --mon-port=1752 --ic-port=13798
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_45cuslck.log', '--grpc-port=12801', '--mon-port=1752', '--ic-port=13798')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1414330
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:12801/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1414331
DEBUG    ya.test:process.py:259 Command (pid 1414331) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1414331) elapsed time (sec): 0.8202023506164551
DEBUG    ya.test:process.py:263 Command (pid 1414331) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) maxrss: 477364
DEBUG    ya.test:process.py:263 Command (pid 1414331) minflt: 45411
DEBUG    ya.test:process.py:263 Command (pid 1414331) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) nivcsw: 88
DEBUG    ya.test:process.py:263 Command (pid 1414331) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1414331) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1414331) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1414331) stime: 0.18406499999999998
DEBUG    ya.test:process.py:263 Command (pid 1414331) utime: 0.49633
DEBUG    ya.test:process.py:263 Command (pid 1414331) wtime: 0.844
DEBUG    ya.test:process.py:275 Command (pid 1414331) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:3162/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=2 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_u97x91na.log --grpc-port=3162 --mon-port=61477 --ic-port=13963
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=2', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_u97x91na.log', '--grpc-port=3162', '--mon-port=61477', '--ic-port=13963')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1414404
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:3162/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1414405
DEBUG    ya.test:process.py:259 Command (pid 1414405) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1414405) elapsed time (sec): 1.4322657585144043
DEBUG    ya.test:process.py:263 Command (pid 1414405) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) maxrss: 477416
DEBUG    ya.test:process.py:263 Command (pid 1414405) minflt: 45389
DEBUG    ya.test:process.py:263 Command (pid 1414405) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) nivcsw: 211
DEBUG    ya.test:process.py:263 Command (pid 1414405) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1414405) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1414405) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1414405) stime: 0.197549
DEBUG    ya.test:process.py:263 Command (pid 1414405) utime: 0.53544
DEBUG    ya.test:process.py:263 Command (pid 1414405) wtime: 1.441
DEBUG    ya.test:process.py:275 Command (pid 1414405) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20333/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=3 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_tlbzzvdl.log --grpc-port=20333 --mon-port=29422 --ic-port=16328
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=3', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_tlbzzvdl.log', '--grpc-port=20333', '--mon-port=29422', '--ic-port=16328')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1414611
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:20333/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1414617
DEBUG    ya.test:process.py:259 Command (pid 1414617) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1414617) elapsed time (sec): 1.8726887702941895
DEBUG    ya.test:process.py:263 Command (pid 1414617) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) maxrss: 477100
DEBUG    ya.test:process.py:263 Command (pid 1414617) minflt: 45291
DEBUG    ya.test:process.py:263 Command (pid 1414617) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) nivcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 1414617) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1414617) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1414617) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1414617) stime: 0.23473
DEBUG    ya.test:process.py:263 Command (pid 1414617) utime: 0.528999
DEBUG    ya.test:process.py:263 Command (pid 1414617) wtime: 1.908
DEBUG    ya.test:process.py:275 Command (pid 1414617) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:29977/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=4 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_d_9c1nzf.log --grpc-port=29977 --mon-port=27116 --ic-port=17821
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=4', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_d_9c1nzf.log', '--grpc-port=29977', '--mon-port=27116', '--ic-port=17821')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1414849
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:29977/4
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/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1414850
DEBUG    ya.test:process.py:259 Command (pid 1414850) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1414850) elapsed time (sec): 1.1192123889923096
DEBUG    ya.test:process.py:263 Command (pid 1414850) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) maxrss: 476916
DEBUG    ya.test:process.py:263 Command (pid 1414850) minflt: 45296
DEBUG    ya.test:process.py:263 Command (pid 1414850) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) nivcsw: 223
DEBUG    ya.test:process.py:263 Command (pid 1414850) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1414850) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1414850) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1414850) stime: 0.22960899999999998
DEBUG    ya.test:process.py:263 Command (pid 1414850) utime: 0.494944
DEBUG    ya.test:process.py:263 Command (pid 1414850) wtime: 1.123
DEBUG    ya.test:process.py:275 Command (pid 1414850) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:28320/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=5 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_vsldf_56.log --grpc-port=28320 --mon-port=24792 --ic-port=8212
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=5', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_vsldf_56.log', '--grpc-port=28320', '--mon-port=24792', '--ic-port=8212')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1415081
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:28320/5
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/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1415083
DEBUG    ya.test:process.py:259 Command (pid 1415083) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1415083) elapsed time (sec): 1.8997621536254883
DEBUG    ya.test:process.py:263 Command (pid 1415083) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) maxrss: 477060
DEBUG    ya.test:process.py:263 Command (pid 1415083) minflt: 45292
DEBUG    ya.test:process.py:263 Command (pid 1415083) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) nivcsw: 255
DEBUG    ya.test:process.py:263 Command (pid 1415083) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1415083) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1415083) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1415083) stime: 0.225485
DEBUG    ya.test:process.py:263 Command (pid 1415083) utime: 0.558372
DEBUG    ya.test:process.py:263 Command (pid 1415083) wtime: 1.946
DEBUG    ya.test:process.py:275 Command (pid 1415083) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 5 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7219/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=6 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_kc7l6dc9.log --grpc-port=7219 --mon-port=9519 --ic-port=65345
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=6', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_kc7l6dc9.log', '--grpc-port=7219', '--mon-port=9519', '--ic-port=65345')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1415517
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:7219/6
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/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1415523
DEBUG    ya.test:process.py:259 Command (pid 1415523) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1415523) elapsed time (sec): 1.3266479969024658
DEBUG    ya.test:process.py:263 Command (pid 1415523) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) maxrss: 477552
DEBUG    ya.test:process.py:263 Command (pid 1415523) minflt: 45344
DEBUG    ya.test:process.py:263 Command (pid 1415523) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) nivcsw: 260
DEBUG    ya.test:process.py:263 Command (pid 1415523) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1415523) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1415523) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1415523) stime: 0.215137
DEBUG    ya.test:process.py:263 Command (pid 1415523) utime: 0.5138619999999999
DEBUG    ya.test:process.py:263 Command (pid 1415523) wtime: 1.336
DEBUG    ya.test:process.py:275 Command (pid 1415523) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 6 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13350/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=7 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c8br_t0w.log --grpc-port=13350 --mon-port=5756 --ic-port=23110
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=7', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c8br_t0w.log', '--grpc-port=13350', '--mon-port=5756', '--ic-port=23110')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1415735
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13350/7
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1415757
DEBUG    ya.test:process.py:259 Command (pid 1415757) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1415757) elapsed time (sec): 1.359192132949829
DEBUG    ya.test:process.py:263 Command (pid 1415757) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) maxrss: 477496
DEBUG    ya.test:process.py:263 Command (pid 1415757) minflt: 45349
DEBUG    ya.test:process.py:263 Command (pid 1415757) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) nivcsw: 583
DEBUG    ya.test:process.py:263 Command (pid 1415757) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1415757) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1415757) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1415757) stime: 0.254214
DEBUG    ya.test:process.py:263 Command (pid 1415757) utime: 0.522844
DEBUG    ya.test:process.py:263 Command (pid 1415757) wtime: 1.391
DEBUG    ya.test:process.py:275 Command (pid 1415757) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 7 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2013/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=8 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_44jj7eee.log --grpc-port=2013 --mon-port=29981 --ic-port=23363
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=8', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_44jj7eee.log', '--grpc-port=2013', '--mon-port=29981', '--ic-port=23363')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1416056
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:2013/8
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1416058
DEBUG    ya.test:process.py:259 Command (pid 1416058) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1416058) elapsed time (sec): 2.6187329292297363
DEBUG    ya.test:process.py:263 Command (pid 1416058) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) maxrss: 477388
DEBUG    ya.test:process.py:263 Command (pid 1416058) minflt: 45416
DEBUG    ya.test:process.py:263 Command (pid 1416058) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) nivcsw: 273
DEBUG    ya.test:process.py:263 Command (pid 1416058) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1416058) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1416058) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1416058) stime: 0.286843
DEBUG    ya.test:process.py:263 Command (pid 1416058) utime: 0.503095
DEBUG    ya.test:process.py:263 Command (pid 1416058) wtime: 2.65
DEBUG    ya.test:process.py:275 Command (pid 1416058) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 8 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15602/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=9 --log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_doxl_oq5.log --grpc-port=15602 --mon-port=16247 --ic-port=25425
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/kikimr_configs/config.yaml', '--node=9', '--log-file-name=/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_doxl_oq5.log', '--grpc-port=15602', '--mon-port=16247', '--ic-port=25425')' in '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1416607
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:15602/9
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1416608
DEBUG    ya.test:process.py:259 Command (pid 1416608) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1416608) elapsed time (sec): 1.843151330947876
DEBUG    ya.test:process.py:263 Command (pid 1416608) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) maxrss: 477636
DEBUG    ya.test:process.py:263 Command (pid 1416608) minflt: 45408
DEBUG    ya.test:process.py:263 Command (pid 1416608) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) nivcsw: 248
DEBUG    ya.test:process.py:263 Command (pid 1416608) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1416608) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 1416608) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1416608) stime: 0.26944599999999996
DEBUG    ya.test:process.py:263 Command (pid 1416608) utime: 0.500707
DEBUG    ya.test:process.py:263 Command (pid 1416608) wtime: 1.868
DEBUG    ya.test:process.py:275 Command (pid 1416608) output:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-a67bk2gvhi
    Host information: 
        Linux ghrun-a67bk2gvhi 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 9 version:
Git info:
    Commit: 91afe8e58951d7973c88c0379c26975e232eae05
    Branch: 
    Author: Aleksandr Dmitriev <monster@ydb.tech>
    Summary: Merge fe30fb18003ec58bccccaee02496595c49b8bb01 into 8d07770f4b82b8182dfd6f649f77a7576d2e289f
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:12801', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\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: 13798\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13963\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16328\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17821\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8212\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 65345\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23110\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23363\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25425\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:12801', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 2\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 3\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 4\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 5\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 6\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 7\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 8\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineHostConfig {\n    HostConfigId: 9\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: 13798\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13963\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16328\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17821\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8212\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 65345\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23110\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23363\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25425\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1418814
DEBUG    ya.test:process.py:259 Command (pid 1418814) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1418814) elapsed time (sec): 1.8749263286590576
DEBUG    ya.test:process.py:263 Command (pid 1418814) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) maxrss: 880176
DEBUG    ya.test:process.py:263 Command (pid 1418814) minflt: 51661
DEBUG    ya.test:process.py:263 Command (pid 1418814) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) nivcsw: 237
DEBUG    ya.test:process.py:263 Command (pid 1418814) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1418814) nvcsw: 436
DEBUG    ya.test:process.py:263 Command (pid 1418814) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1418814) stime: 0.258675
DEBUG    ya.test:process.py:263 Command (pid 1418814) utime: 0.57912
DEBUG    ya.test:process.py:263 Command (pid 1418814) wtime: 1.893
DEBUG    ya.test:process.py:275 Command (pid 1418814) output:
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:12801', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:12801', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "mirror-3-dc"\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: 1418967
DEBUG    ya.test:process.py:259 Command (pid 1418967) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1418967) elapsed time (sec): 1.3502464294433594
DEBUG    ya.test:process.py:263 Command (pid 1418967) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) maxrss: 880176
DEBUG    ya.test:process.py:263 Command (pid 1418967) minflt: 51737
DEBUG    ya.test:process.py:263 Command (pid 1418967) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) nivcsw: 240
DEBUG    ya.test:process.py:263 Command (pid 1418967) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1418967) nvcsw: 482
DEBUG    ya.test:process.py:263 Command (pid 1418967) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1418967) stime: 0.28648999999999997
DEBUG    ya.test:process.py:263 Command (pid 1418967) utime: 0.533542
DEBUG    ya.test:process.py:263 Command (pid 1418967) wtime: 1.356
DEBUG    ya.test:process.py:275 Command (pid 1418967) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:552 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:559 Cluster started and initialized
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, f9991c93-f923-4349-840d-1410f64fd80a, localhost:12801): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f9991c93-f923-4349-840d-1410f64fd80a, localhost:12801): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f9991c93-f923-4349-840d-1410f64fd80a, localhost:12801): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 12801 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 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 29977 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: 4 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 28320 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: "2" node_id: 5 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 2013 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: "2" node_id: 8 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 7219 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: "3" node_id: 6 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 13350 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: 7 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 3162 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: "2" node_id: 2 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 20333 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: "3" node_id: 3 } endpoints { address: "ghrun-a67bk2gvhi.auto.internal" port: 15602 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: "3" node_id: 9 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-a67bk2gvhi.auto.internal:29977, location 1, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:13350, location 1, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:12801, location 1, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:2013, location 2, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:28320, location 2, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:15602, location 3, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:7219, location 3, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:3162, location 2, ssl: False>, <Endpoint ghrun-a67bk2gvhi.auto.internal:20333, location 3, ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbWorkload, test_name: test)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ya.test:process.py:678 Command out will be placed to olap_workload.out
DEBUG    ya.test:process.py:678 Command err will be placed to olap_workload.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:12801', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1419101
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:12801
DEBUG    ya.test:process.py:259 Command (pid 1419101) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1419101) elapsed time (sec): 79.67652535438538
DEBUG    ya.test:process.py:263 Command (pid 1419101) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) inblock: 382624
DEBUG    ya.test:process.py:263 Command (pid 1419101) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) majflt: 41
DEBUG    ya.test:process.py:263 Command (pid 1419101) maxrss: 880176
DEBUG    ya.test:process.py:263 Command (pid 1419101) minflt: 144382
DEBUG    ya.test:process.py:263 Command (pid 1419101) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) nivcsw: 1051
DEBUG    ya.test:process.py:263 Command (pid 1419101) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1419101) nvcsw: 13416
DEBUG    ya.test:process.py:263 Command (pid 1419101) oublock: 152
DEBUG    ya.test:process.py:263 Command (pid 1419101) stime: 0.9762919999999999
DEBUG    ya.test:process.py:263 Command (pid 1419101) utime: 3.41503
DEBUG    ya.test:process.py:263 Command (pid 1419101) wtime: 79.7
DEBUG    ya.test:process.py:275 Command (pid 1419101) output:

DEBUG    ya.test:process.py:276 Command (pid 1419101) errors:
...15,0) NOT NULL, c497 Interval64 NOT NULL, c498 Decimal(15,0) NOT NULL, c499 Uint64 NOT NULL, c500 Timestamp64 NOT NULL, c501 Utf8 NOT NULL, c502 Uint64 NOT NULL, c503 Date32 NOT NULL, c504 Decimal(15,0) NOT NULL, c505 Timestamp NOT NULL, c506 Decimal(15,0) NOT NULL, c507 Date32 NOT NULL, c508 Datetime64 NOT NULL, c509 Uint32 NOT NULL, c510 Uint16 NOT NULL, c511 Utf8 NOT NULL, c512 Datetime NOT NULL, c513 Int16 NOT NULL, c514 Int64 NOT NULL, c515 Timestamp NOT NULL, c516 Uint32 NOT NULL, c517 Utf8 NOT NULL, c518 Uint8 NOT NULL, c519 Uint32 NOT NULL, c520 Interval64 NOT NULL, c521 Interval64 NOT NULL, c522 Decimal(15,0) NOT NULL, c523 Interval64 NOT NULL, c524 Uint8 NOT NULL, c525 Uint64 NOT NULL, c526 Uint16 NOT NULL, c527 Uint32 NOT NULL, c528 Utf8 NOT NULL, c529 Timestamp NOT NULL, c530 String NOT NULL, c531 Timestamp NOT NULL, c532 Uint16 NOT NULL, c533 Datetime64 NOT NULL, c534 Timestamp64 NOT NULL, c535 Timestamp NOT NULL, c536 Int16 NOT NULL, c537 Date32 NOT NULL, c538 Uint32 NOT NULL, c539 Utf8 NOT NULL, c540 Decimal(22,9) NOT NULL, c541 Uint32 NOT NULL, c542 Date32 NOT NULL, c543 String NOT NULL, c544 Datetime NOT NULL, c545 Timestamp NOT NULL, c546 Decimal(35,10) NOT NULL, c547 Date NOT NULL, c548 Uint64 NOT NULL, c549 Timestamp NOT NULL, c550 Uint8 NOT NULL, c551 Interval64 NOT NULL, c552 Uint8 NOT NULL, c553 Interval64 NOT NULL, c554 Interval64 NOT NULL, c555 Uint16 NOT NULL, c556 Int16 NOT NULL, c557 Datetime64 NOT NULL, c558 Int16 NOT NULL, c559 Int16 NOT NULL, c560 Interval64 NOT NULL, c561 Uint8 NOT NULL, c562 Uint8 NOT NULL, c563 Uint32 NOT NULL, c564 Uint8 NOT NULL, c565 Decimal(22,9) NOT NULL, c566 Timestamp NOT NULL, c567 Int16 NOT NULL, c568 Int8 NOT NULL, c569 Int8 NOT NULL, c570 Date32 NOT NULL, c571 Datetime NOT NULL, c572 Utf8 NOT NULL, c573 Datetime NOT NULL, c574 Uint64 NOT NULL, c575 Uint64 NOT NULL, c576 String NOT NULL, c577 String NOT NULL, c578 Uint32 NOT NULL, c579 Uint64 NOT NULL, c580 Int16 NOT NULL, c581 Uint32 NOT NULL, c582 Date NOT NULL, c583 Date NOT NULL, c584 Decimal(22,9) NOT NULL, c585 String NOT NULL, c586 Utf8 NOT NULL, c587 Int32 NOT NULL, c588 String NOT NULL, c589 Decimal(15,0) NOT NULL, c590 Decimal(22,9) NOT NULL, c591 Datetime NOT NULL, c592 Uint64 NOT NULL, c593 String NOT NULL, c594 Int8 NOT NULL, c595 Int64 NOT NULL, c596 Uint64 NOT NULL, c597 Timestamp NOT NULL, c598 Interval64 NOT NULL, c599 Utf8 NOT NULL, c600 Uint32 NOT NULL, c601 Timestamp64 NOT NULL, c602 Int64 NOT NULL, c603 Decimal(22,9) NOT NULL, c604 Datetime NOT NULL, c605 Uint32 NOT NULL, c606 Uint32 NOT NULL, c607 Date32 NOT NULL, c608 Uint8 NOT NULL, c609 Decimal(15,0) NOT NULL, c610 Decimal(35,10) NOT NULL, c611 Uint16 NOT NULL, c612 Datetime NOT NULL, c613 Timestamp NOT NULL, c614 Uint16 NOT NULL, c615 Decimal(15,0) NOT NULL, c616 Uint64 NOT NULL, c617 Timestamp NOT NULL, c618 Date32 NOT NULL, c619 Int32 NOT NULL, c620 Timestamp64 NOT NULL, c621 String NOT NULL, c622 Int64 NOT NULL, c623 Date32 NOT NULL, c624 Timestamp64 NOT NULL, c625 Timestamp NOT NULL, c626 Date NOT NULL, c627 Uint16 NOT NULL, c628 Timestamp NOT NULL, c629 Datetime64 NOT NULL, c630 Uint8 NOT NULL, c631 String NOT NULL, c632 Utf8 NOT NULL, c633 Uint32 NOT NULL, c634 Int8 NOT NULL, c635 Int32 NOT NULL, c636 Uint8 NOT NULL, c637 Uint16 NOT NULL, c638 Date32 NOT NULL, c639 Date32 NOT NULL, c640 Uint64 NOT NULL, c641 Uint32 NOT NULL, c642 Decimal(15,0) NOT NULL, c643 Interval64 NOT NULL, c644 Int8 NOT NULL, c645 Interval64 NOT NULL, c646 Decimal(35,10) NOT NULL, c647 Datetime64 NOT NULL, c648 Datetime NOT NULL, c649 Date32 NOT NULL, c650 Timestamp64 NOT NULL, c651 Utf8 NOT NULL, c652 Int32 NOT NULL, c653 Timestamp64 NOT NULL, c654 Int8 NOT NULL, c655 Uint16 NOT NULL, c656 Decimal(35,10) NOT NULL, c657 Date32 NOT NULL, c658 Decimal(15,0) NOT NULL, c659 Datetime64 NOT NULL, c660 Utf8 NOT NULL, c661 Date32 NOT NULL, c662 Interval64 NOT NULL, c663 String NOT NULL, c664 Int32 NOT NULL, c665 Int16 NOT NULL, c666 Decimal(22,9) NOT NULL, c667 Datetime64 NOT NULL, c668 Uint64 NOT NULL, c669 Decimal(15,0) NOT NULL, c670 Int8 NOT NULL, c671 Decimal(22,9) NOT NULL, c672 Decimal(22,9) NOT NULL, c673 Uint64 NOT NULL, c674 Datetime64 NOT NULL, c675 Int8 NOT NULL, c676 String NOT NULL, c677 Uint64 NOT NULL, c678 Timestamp NOT NULL, c679 Timestamp64 NOT NULL, c680 Utf8 NOT NULL, c681 Int8 NOT NULL, c682 Int8 NOT NULL, c683 Int32 NOT NULL, c684 Timestamp64 NOT NULL, c685 Datetime64 NOT NULL, c686 Utf8 NOT NULL, c687 Date NOT NULL, c688 Interval64 NOT NULL, c689 Datetime64 NOT NULL, c690 Int16 NOT NULL, c691 Int32 NOT NULL, c692 Uint16 NOT NULL, c693 Interval64 NOT NULL, c694 String NOT NULL, c695 Date NOT NULL, c696 Uint8 NOT NULL, c697 Datetime64 NOT NULL, c698 Date32 NOT NULL, c699 Decimal(22,9) NOT NULL, c700 Timestamp NOT NULL, c701 Int32 NOT NULL, c702 Timestamp NOT NULL, c703 Date NOT NULL, c704 Uint16 NOT NULL, c705 String NOT NULL, c706 Decimal(15,0) NOT NULL, c707 Timestamp64 NOT NULL, c708 Timestamp NOT NULL, c709 Utf8 NOT NULL, c710 Int64 NOT NULL, c711 Decimal(35,10) NOT NULL, c712 Int8 NOT NULL, c713 Uint16 NOT NULL, c714 Int8 NOT NULL, c715 Int8 NOT NULL, c716 Uint16 NOT NULL, c717 Uint8 NOT NULL, c718 Interval64 NOT NULL, c719 String NOT NULL, c720 Date32 NOT NULL, c721 String NOT NULL, c722 Int16 NOT NULL, c723 Decimal(35,10) NOT NULL, c724 Uint64 NOT NULL, c725 Uint64 NOT NULL, c726 Date32 NOT NULL, c727 Int32 NOT NULL, c728 Timestamp NOT NULL, c729 Decimal(22,9) NOT NULL, c730 Decimal(15,0) NOT NULL, c731 Timestamp64 NOT NULL, c732 Int16 NOT NULL, c733 Uint8 NOT NULL, c734 Datetime NOT NULL, c735 Date NOT NULL, c736 Int32 NOT NULL, c737 Int64 NOT NULL, c738 Interval64 NOT NULL, c739 Uint64 NOT NULL, c740 Uint32 NOT NULL, c741 Uint16 NOT NULL, c742 Uint16 NOT NULL, c743 Int64 NOT NULL, c744 String NOT NULL, c745 Uint8 NOT NULL, c746 String NOT NULL, c747 Decimal(15,0) NOT NULL, c748 String NOT NULL, c749 Uint16 NOT NULL, c750 Utf8 NOT NULL, c751 Uint64 NOT NULL, c752 Datetime NOT NULL, c753 Date NOT NULL, c754 Date NOT NULL, c755 Int16 NOT NULL, c756 Date32 NOT NULL, c757 Int16 NOT NULL, c758 Decimal(15,0) NOT NULL, c759 Int64 NOT NULL, c760 Decimal(15,0) NOT NULL, c761 Int64 NOT NULL, c762 Int8 NOT NULL, c763 Decimal(22,9) NOT NULL, c764 Int32 NOT NULL, c765 Decimal(22,9) NOT NULL, c766 Decimal(35,10) NOT NULL, c767 Int8 NOT NULL, c768 Int32 NOT NULL, c769 Uint8 NOT NULL, c770 Int64 NOT NULL, c771 Uint64 NOT NULL, c772 Int64 NOT NULL, c773 Int8 NOT NULL, c774 Int16 NOT NULL, c775 Timestamp64 NOT NULL, c776 Timestamp NOT NULL, c777 Datetime64 NOT NULL, c778 Int64 NOT NULL, c779 Decimal(22,9) NOT NULL, c780 Date32 NOT NULL, c781 String NOT NULL, c782 Utf8 NOT NULL, c783 Interval64 NOT NULL, c784 Interval64 NOT NULL, c785 Uint32 NOT NULL, c786 Uint16 NOT NULL, c787 Int8 NOT NULL, c788 Uint64 NOT NULL, c789 Int16 NOT NULL, c790 Timestamp64 NOT NULL, c791 Int16 NOT NULL, c792 Date NOT NULL, c793 Uint16 NOT NULL, c794 Uint16 NOT NULL, c795 Interval64 NOT NULL, c796 Uint64 NOT NULL, c797 Int32 NOT NULL, c798 Utf8 NOT NULL, c799 Decimal(35,10) NOT NULL, c800 Date32 NOT NULL, c801 Decimal(15,0) NOT NULL, c802 Uint8 NOT NULL, c803 Interval64 NOT NULL, c804 Int16 NOT NULL, c805 Date NOT NULL, c806 Int8 NOT NULL, c807 Utf8 NOT NULL, c808 Timestamp NOT NULL, c809 Decimal(22,9) NOT NULL, c810 Int16 NOT NULL, c811 Int32 NOT NULL, c812 Timestamp64 NOT NULL, c813 Interval64 NOT NULL, c814 Uint64 NOT NULL, c815 Int16 NOT NULL, c816 Uint32 NOT NULL, c817 Int64 NOT NULL, c818 Uint64 NOT NULL, c819 Decimal(35,10) NOT NULL, c820 Uint32 NOT NULL, c821 Timestamp NOT NULL, c822 Datetime NOT NULL, c823 Decimal(35,10) NOT NULL, c824 Utf8 NOT NULL, c825 Datetime NOT NULL, c826 Int16 NOT NULL, c827 Datetime64 NOT NULL, c828 Datetime64 NOT NULL, c829 Int32 NOT NULL, c830 Int16 NOT NULL, c831 Uint64 NOT NULL, c832 Interval64 NOT NULL, c833 Datetime64 NOT NULL, c834 Decimal(35,10) NOT NULL, c835 Date NOT NULL, c836 Int16 NOT NULL, c837 Uint64 NOT NULL, c838 Int32 NOT NULL, c839 Date32 NOT NULL, c840 Date32 NOT NULL, c841 Uint16 NOT NULL, c842 Decimal(22,9) NOT NULL, c843 Interval64 NOT NULL, c844 String NOT NULL, c845 Uint8 NOT NULL, c846 Interval64 NOT NULL, c847 Int8 NOT NULL, c848 Uint32 NOT NULL, c849 Datetime NOT NULL, c850 Interval64 NOT NULL, c851 Decimal(15,0) NOT NULL, c852 Uint16 NOT NULL, c853 Int16 NOT NULL, c854 Int8 NOT NULL, c855 Date32 NOT NULL, c856 Uint8 NOT NULL, c857 Int16 NOT NULL, c858 Uint8 NOT NULL, c859 Uint16 NOT NULL, c860 Uint32 NOT NULL, c861 Uint16 NOT NULL, c862 Date32 NOT NULL, c863 Uint16 NOT NULL, c864 Timestamp NOT NULL, c865 Decimal(35,10) NOT NULL, c866 Timestamp NOT NULL, c867 Int16 NOT NULL, c868 Decimal(35,10) NOT NULL, c869 Int8 NOT NULL, c870 Int16 NOT NULL, c871 Decimal(22,9) NOT NULL, c872 Int64 NOT NULL, c873 Decimal(35,10) NOT NULL, c874 String NOT NULL, c875 Uint16 NOT NULL, c876 Timestamp NOT NULL, c877 Int32 NOT NULL, c878 Date NOT NULL, c879 Uint8 NOT NULL, c880 Uint64 NOT NULL, c881 String NOT NULL, c882 Datetime NOT NULL, c883 Int32 NOT NULL, c884 Uint16 NOT NULL, c885 Decimal(35,10) NOT NULL, c886 Int8 NOT NULL, c887 Interval64 NOT NULL, c888 Date32 NOT NULL, c889 Uint64 NOT NULL, c890 String NOT NULL, c891 Timestamp NOT NULL, c892 Date NOT NULL, c893 Uint16 NOT NULL, c894 Datetime NOT NULL, c895 Decimal(35,10) NOT NULL, c896 Timestamp64 NOT NULL, c897 Timestamp NOT NULL, c898 Decimal(35,10) NOT NULL, c899 Interval64 NOT NULL, c900 Int64 NOT NULL, c901 Decimal(22,9) NOT NULL, c902 Datetime64 NOT NULL, c903 Int16 NOT NULL, c904 Interval64 NOT NULL, c905 Int32 NOT NULL, c906 Timestamp64 NOT NULL, c907 Decimal(15,0) NOT NULL, c908 Decimal(35,10) NOT NULL, c909 Interval64 NOT NULL, c910 Uint64 NOT NULL, c911 Date NOT NULL, c912 Int32 NOT NULL, c913 Decimal(15,0) NOT NULL, c914 String NOT NULL, c915 String NOT NULL, c916 Uint64 NOT NULL, c917 Int16 NOT NULL, c918 Datetime64 NOT NULL, c919 Decimal(22,9) NOT NULL, c920 Date NOT NULL, c921 Timestamp NOT NULL, c922 String NOT NULL, c923 Interval64 NOT NULL, c924 Utf8 NOT NULL, c925 Timestamp NOT NULL, c926 Datetime NOT NULL, c927 Decimal(22,9) NOT NULL, c928 Interval64 NOT NULL, c929 Int32 NOT NULL, c930 Decimal(35,10) NOT NULL, c931 Int64 NOT NULL, c932 Int64 NOT NULL, c933 Uint32 NOT NULL, c934 String NOT NULL, c935 Datetime NOT NULL, c936 Uint16 NOT NULL, c937 Utf8 NOT NULL, c938 Uint16 NOT NULL, c939 Datetime NOT NULL, c940 Utf8 NOT NULL, c941 Int32 NOT NULL, c942 Uint8 NOT NULL, c943 Date NOT NULL, c944 Datetime NOT NULL, c945 Decimal(22,9) NOT NULL, c946 Datetime64 NOT NULL, c947 Interval64 NOT NULL, c948 Uint64 NOT NULL, c949 Uint16 NOT NULL, c950 String NOT NULL, c951 Uint32 NOT NULL, c952 Timestamp NOT NULL, c953 Decimal(22,9) NOT NULL, c954 Decimal(15,0) NOT NULL, c955 Utf8 NOT NULL, c956 Date NOT NULL, c957 Interval64 NOT NULL, c958 Utf8 NOT NULL, c959 Int16 NOT NULL, c960 Uint8 NOT NULL, c961 Int16 NOT NULL, c962 Datetime64 NOT NULL, c963 Datetime64 NOT NULL, c964 Uint16 NOT NULL, c965 Int8 NOT NULL, c966 Int16 NOT NULL, c967 Uint8 NOT NULL, c968 Timestamp NOT NULL, c969 Date32 NOT NULL, c970 Datetime64 NOT NULL, c971 Timestamp64 NOT NULL, c972 Decimal(35,10) NOT NULL, c973 Datetime NOT NULL, c974 Datetime64 NOT NULL, c975 Timestamp NOT NULL, c976 Int32 NOT NULL, c977 Decimal(15,0) NOT NULL, c978 Date NOT NULL, c979 Decimal(35,10) NOT NULL, c980 Decimal(35,10) NOT NULL, c981 Datetime NOT NULL, c982 Int16 NOT NULL, c983 Uint32 NOT NULL, c984 Int8 NOT NULL, c985 Timestamp64 NOT NULL, c986 Int64 NOT NULL, c987 Datetime64 NOT NULL, c988 Timestamp64 NOT NULL, c989 Int8 NOT NULL, c990 Decimal(35,10) NOT NULL, c991 Int64 NOT NULL, c992 Int8 NOT NULL, c993 Int16 NOT NULL, c994 Timestamp64 NOT NULL, c995 Datetime NOT NULL, c996 Decimal(22,9) NOT NULL, c997 Decimal(35,10) NOT NULL, c998 Int8 NOT NULL, c999 Uint8 NOT NULL, c1000 Uint16 NOT NULL, c1001 Decimal(22,9) NOT NULL, c1002 Int32 NOT NULL, c1003 Datetime NOT NULL, c1004 Decimal(15,0) NOT NULL, c1005 Uint64 NOT NULL, c1006 Uint64 NOT NULL, c1007 Int32 NOT NULL, c1008 Datetime64 NOT NULL, c1009 Datetime NOT NULL, c1010 Int16 NOT NULL, c1011 Decimal(35,10) NOT NULL, c1012 Datetime64 NOT NULL, c1013 Interval64 NOT NULL, c1014 Decimal(35,10) NOT NULL, c1015 Date NOT NULL, c1016 Decimal(15,0) NOT NULL, c1017 Uint8 NOT NULL, c1018 Datetime NOT NULL, c1019 Interval64 NOT NULL, c1020 Utf8 NOT NULL, c1021 Uint32 NOT NULL, c1022 Uint8 NOT NULL, c1023 Utf8 NOT NULL, c1024 Int64 NOT NULL, c1025 Timestamp64 NOT NULL, c1026 Timestamp NOT NULL, c1027 Interval64 NOT NULL, c1028 String NOT NULL, c1029 Uint16 NOT NULL, c1030 Decimal(35,10) NOT NULL, c1031 Uint16 NOT NULL, c1032 Date NOT NULL, c1033 String NOT NULL, c1034 Datetime64 NOT NULL, c1035 Uint32 NOT NULL, c1036 Int32 NOT NULL, c1037 Uint64 NOT NULL, c1038 Uint64 NOT NULL, c1039 Datetime64 NOT NULL, c1040 Decimal(35,10) NOT NULL, c1041 Uint32 NOT NULL, c1042 Timestamp64 NOT NULL, c1043 Int32 NOT NULL, c1044 Decimal(22,9) NOT NULL, c1045 Timestamp NOT NULL, c1046 Uint32 NOT NULL, c1047 Int32 NOT NULL, c1048 Datetime64 NOT NULL, c1049 Decimal(22,9) NOT NULL, c1050 Date NOT NULL, c1051 Datetime NOT NULL, c1052 Timestamp64 NOT NULL, c1053 String NOT NULL, c1054 Interval64 NOT NULL, c1055 Int32 NOT NULL, c1056 Utf8 NOT NULL, c1057 Timestamp64 NOT NULL, c1058 Int64 NOT NULL, c1059 Datetime NOT NULL, c1060 Datetime NOT NULL, c1061 Datetime64 NOT NULL, c1062 Uint64 NOT NULL, c1063 Datetime64 NOT NULL, c1064 Utf8 NOT NULL, c1065 Uint32 NOT NULL, c1066 Datetime64 NOT NULL, c1067 Int8 NOT NULL, c1068 Decimal(22,9) NOT NULL, c1069 Uint8 NOT NULL, c1070 String NOT NULL, c1071 Datetime64 NOT NULL, c1072 Int32 NOT NULL, c1073 Date32 NOT NULL, c1074 Decimal(35,10) NOT NULL, c1075 Decimal(35,10) NOT NULL, c1076 Uint32 NOT NULL, c1077 Date NOT NULL, c1078 Date NOT NULL, c1079 Timestamp NOT NULL, c1080 Uint64 NOT NULL, c1081 Int64 NOT NULL, c1082 Date NOT NULL, c1083 Uint8 NOT NULL, c1084 Date NOT NULL, c1085 Interval64 NOT NULL, c1086 Timestamp NOT NULL, c1087 Int64 NOT NULL, c1088 Date NOT NULL, c1089 Decimal(35,10) NOT NULL, c1090 Decimal(15,0) NOT NULL, c1091 Int8 NOT NULL, c1092 Datetime NOT NULL, c1093 Timestamp64 NOT NULL, c1094 Int8 NOT NULL, c1095 Timestamp64 NOT NULL, c1096 Interval64 NOT NULL, c1097 Decimal(35,10) NOT NULL, c1098 Decimal(35,10) NOT NULL, c1099 Uint8 NOT NULL, c1100 Uint8 NOT NULL, c1101 Date32 NOT NULL, c1102 Uint32 NOT NULL, c1103 String NOT NULL, c1104 String NOT NULL, c1105 Date32 NOT NULL, c1106 Uint8 NOT NULL, c1107 Date32 NOT NULL, c1108 Uint8 NOT NULL, c1109 Date32 NOT NULL, c1110 Int8 NOT NULL, c1111 Timestamp NOT NULL, c1112 Int32 NOT NULL, c1113 Date NOT NULL, c1114 Timestamp64 NOT NULL, c1115 Interval64 NOT NULL, c1116 Utf8 NOT NULL, c1117 Decimal(22,9) NOT NULL, c1118 Datetime64 NOT NULL, c1119 String NOT NULL, c1120 Datetime NOT NULL, c1121 Datetime NOT NULL, c1122 Uint64 NOT NULL, c1123 Uint16 NOT NULL, c1124 Uint16 NOT NULL, c1125 Timestamp NOT NULL, c1126 Int32 NOT NULL, c1127 Int16 NOT NULL, c1128 Datetime NOT NULL, c1129 Timestamp64 NOT NULL, c1130 Decimal(35,10) NOT NULL, c1131 Date32 NOT NULL, c1132 Int8 NOT NULL, c1133 Uint32 NOT NULL, c1134 Datetime NOT NULL, c1135 Date32 NOT NULL, c1136 Decimal(35,10) NOT NULL, c1137 Date32 NOT NULL, c1138 Decimal(15,0) NOT NULL, c1139 Int16 NOT NULL, c1140 String NOT NULL, c1141 Datetime NOT NULL, c1142 Uint32 NOT NULL, c1143 Timestamp NOT NULL, c1144 Interval64 NOT NULL, c1145 Interval64 NOT NULL, c1146 Int8 NOT NULL, c1147 Uint32 NOT NULL, c1148 Int32 NOT NULL, c1149 Datetime64 NOT NULL, c1150 Date NOT NULL, c1151 Int8 NOT NULL, c1152 Uint8 NOT NULL, c1153 Interval64 NOT NULL, c1154 String NOT NULL, c1155 Decimal(15,0) NOT NULL, c1156 Interval64 NOT NULL, c1157 Int32 NOT NULL, c1158 Uint32 NOT NULL, c1159 Datetime NOT NULL, c1160 Utf8 NOT NULL, c1161 Int32 NOT NULL, c1162 Uint64 NOT NULL, c1163 Int8 NOT NULL, c1164 Int8 NOT NULL, c1165 Timestamp64 NOT NULL, c1166 Timestamp64 NOT NULL, c1167 Uint64 NOT NULL, c1168 Uint16 NOT NULL, c1169 Int8 NOT NULL, c1170 Int64 NOT NULL, c1171 Decimal(35,10) NOT NULL, c1172 Decimal(15,0) NOT NULL, c1173 Datetime64 NOT NULL, c1174 Date NOT NULL, c1175 Utf8 NOT NULL, c1176 Utf8 NOT NULL, c1177 Uint16 NOT NULL, c1178 Int8 NOT NULL, c1179 Int16 NOT NULL, c1180 String NOT NULL, c1181 String NOT NULL, c1182 Uint8 NOT NULL, c1183 Uint16 NOT NULL, c1184 Date32 NOT NULL, c1185 Decimal(22,9) NOT NULL, c1186 String NOT NULL, c1187 Date32 NOT NULL, c1188 Date NOT NULL, c1189 Utf8 NOT NULL, c1190 Int16 NOT NULL, c1191 Decimal(22,9) NOT NULL, c1192 String NOT NULL, c1193 Date NOT NULL, c1194 Decimal(35,10) NOT NULL, c1195 Utf8 NOT NULL, c1196 Decimal(22,9) NOT NULL, c1197 Uint16 NOT NULL, c1198 Date NOT NULL, c1199 Utf8 NOT NULL, c1200 Timestamp NOT NULL, c1201 Decimal(35,10) NOT NULL, c1202 Datetime64 NOT NULL, c1203 Decimal(15,0) NOT NULL, c1204 Timestamp64 NOT NULL, c1205 Int64 NOT NULL, c1206 Int8 NOT NULL, c1207 Date NOT NULL, c1208 Int8 NOT NULL, c1209 Uint32 NOT NULL, c1210 Decimal(35,10) NOT NULL, c1211 Int16 NOT NULL, c1212 Date NOT NULL, c1213 Utf8 NOT NULL, c1214 Decimal(22,9) NOT NULL, c1215 Uint16 NOT NULL, c1216 Decimal(22,9) NOT NULL, c1217 Datetime NOT NULL, c1218 Datetime64 NOT NULL, c1219 Int32 NOT NULL, c1220 Uint8 NOT NULL, c1221 Date32 NOT NULL, c1222 Date NOT NULL, c1223 Decimal(22,9) NOT NULL, c1224 String NOT NULL, c1225 Int64 NOT NULL, c1226 Int16 NOT NULL, c1227 Uint8 NOT NULL, c1228 Utf8 NOT NULL, c1229 Int16 NOT NULL, c1230 Datetime NOT NULL, c1231 Decimal(15,0) NOT NULL, c1232 Decimal(22,9) NOT NULL, c1233 Datetime64 NOT NULL, c1234 Utf8 NOT NULL, c1235 Date NOT NULL, c1236 Int8 NOT NULL, c1237 Datetime NOT NULL, c1238 Decimal(22,9) NOT NULL, c1239 Utf8 NOT NULL, c1240 Interval64 NOT NULL, c1241 Decimal(15,0) NOT NULL, c1242 Int64 NOT NULL, c1243 Interval64 NOT NULL, c1244 Utf8 NOT NULL, c1245 Uint16 NOT NULL, c1246 Uint8 NOT NULL, c1247 Int16 NOT NULL, c1248 Date32 NOT NULL, c1249 Timestamp64 NOT NULL, c1250 String NOT NULL, c1251 String NOT NULL, c1252 Uint16 NOT NULL, c1253 Timestamp64 NOT NULL, c1254 Date NOT NULL, c1255 Int64 NOT NULL, c1256 Utf8 NOT NULL, c1257 Date32 NOT NULL, c1258 Timestamp64 NOT NULL, c1259 Int64 NOT NULL, c1260 Uint64 NOT NULL, c1261 Decimal(22,9) NOT NULL, c1262 Datetime NOT NULL, c1263 Decimal(22,9) NOT NULL, c1264 String NOT NULL, c1265 Int32 NOT NULL, c1266 Uint16 NOT NULL, c1267 Date NOT NULL, c1268 Uint32 NOT NULL, c1269 Datetime64 NOT NULL, c1270 Int64 NOT NULL, c1271 Interval64 NOT NULL, c1272 Date32 NOT NULL, c1273 Date32 NOT NULL, c1274 Decimal(35,10) NOT NULL, c1275 Interval64 NOT NULL, c1276 Datetime NOT NULL, c1277 Decimal(15,0) NOT NULL, c1278 Uint64 NOT NULL, c1279 String NOT NULL, c1280 Int32 NOT NULL, c1281 Timestamp64 NOT NULL, c1282 Datetime64 NOT NULL, c1283 Int64 NOT NULL, c1284 Int16 NOT NULL, c1285 Uint8 NOT NULL, c1286 Utf8 NOT NULL, c1287 Date32 NOT NULL, c1288 Date NOT NULL, c1289 Int64 NOT NULL, c1290 Timestamp64 NOT NULL, c1291 Date NOT NULL, c1292 Date NOT NULL, c1293 Date NOT NULL, c1294 Datetime64 NOT NULL, c1295 Int16 NOT NULL, c1296 Uint8 NOT NULL, c1297 Int16 NOT NULL, c1298 Date NOT NULL, c1299 Decimal(35,10) NOT NULL, c1300 Timestamp64 NOT NULL, c1301 Decimal(15,0) NOT NULL, c1302 Date32 NOT NULL, c1303 Uint64 NOT NULL, c1304 Timestamp NOT NULL, c1305 Uint32 NOT NULL, c1306 Decimal(15,0) NOT NULL, c1307 Int8 NOT NULL, c1308 Timestamp NOT NULL, c1309 Decimal(15,0) NOT NULL, c1310 Interval64 NOT NULL, c1311 Decimal(35,10) NOT NULL, c1312 Interval64 NOT NULL, c1313 Datetime NOT NULL, c1314 String NOT NULL, c1315 Decimal(22,9) NOT NULL, c1316 Timestamp NOT NULL, c1317 Datetime NOT NULL, c1318 Utf8 NOT NULL, c1319 Int8 NOT NULL, c1320 Int8 NOT NULL, c1321 Int16 NOT NULL, c1322 Decimal(15,0) NOT NULL, c1323 Interval64 NOT NULL, c1324 Int16 NOT NULL, c1325 Datetime NOT NULL, c1326 Timestamp NOT NULL, c1327 Decimal(15,0) NOT NULL, c1328 Timestamp64 NOT NULL, c1329 Date32 NOT NULL, c1330 Timestamp NOT NULL, c1331 Uint8 NOT NULL, c1332 Int32 NOT NULL, c1333 Date32 NOT NULL, c1334 Timestamp64 NOT NULL, c1335 Timestamp64 NOT NULL, c1336 Date32 NOT NULL, c1337 Int32 NOT NULL, c1338 Date32 NOT NULL, c1339 Uint8 NOT NULL, c1340 Int32 NOT NULL, c1341 Decimal(35,10) NOT NULL, c1342 Uint32 NOT NULL, c1343 Int8 NOT NULL, c1344 Uint32 NOT NULL, c1345 Decimal(22,9) NOT NULL, c1346 Int16 NOT NULL, c1347 Date32 NOT NULL, c1348 Uint8 NOT NULL, c1349 Int8 NOT NULL, c1350 Int64 NOT NULL, c1351 Int64 NOT NULL, c1352 Date, c1353 Utf8 NOT NULL, c1354 Interval64, c1355 Utf8, c1356 Utf8 NOT NULL, c1357 Datetime NOT NULL, c1358 Int16 NOT NULL, c1359 Uint64, c1360 Int8 NOT NULL, c1361 Decimal(35,10) NOT NULL, c1362 Uint16, c1363 Decimal(22,9), c1364 Uint8, c1365 Uint8, c1366 Int64 NOT NULL, c1367 Uint8, c1368 Int32 NOT NULL, c1369 Decimal(22,9), c1370 Uint16, c1371 Int32, c1372 Int32, c1373 Uint64, c1374 Decimal(22,9) NOT NULL, c1375 Uint32 NOT NULL, c1376 Yson NOT NULL, c1377 Int64, c1378 Datetime64, c1379 Int32 NOT NULL, c1380 Int64 NOT NULL, c1381 Uint8 NOT NULL, c1382 Int16 NOT NULL, c1383 Int16 NOT NULL, c1384 Timestamp64 NOT NULL, c1385 Uint16 NOT NULL, c1386 Double NOT NULL, c1387 Date32 NOT NULL, c1388 Int16 NOT NULL, c1389 Uint8 NOT NULL, c1390 Interval64, c1391 Date32 NOT NULL, c1392 Int16 NOT NULL, c1393 Yson, c1394 JsonDocument NOT NULL, c1395 Decimal(15,0), c1396 Int32 NOT NULL, c1397 Date32, c1398 Decimal(15,0) NOT NULL, c1399 Int32 NOT NULL, c1400 JsonDocument NOT NULL, c1401 Int64, c1402 Datetime64 NOT NULL, c1403 Float, c1404 Timestamp, c1405 Decimal(35,10), c1406 Date32 NOT NULL, c1407 Float, c1408 Utf8 NOT NULL, c1409 Decimal(35,10) NOT NULL, c1410 Int16 NOT NULL, c1411 Decimal(22,9), c1412 Yson, c1413 Decimal(15,0) NOT NULL, c1414 Timestamp64 NOT NULL, c1415 Timestamp NOT NULL, c1416 Interval64 NOT NULL, c1417 Int32 NOT NULL, c1418 JsonDocument NOT NULL, c1419 JsonDocument NOT NULL, c1420 Int64 NOT NULL, c1421 Uint32 NOT NULL, c1422 Decimal(35,10) NOT NULL, c1423 Int16, c1424 Date32 NOT NULL, c1425 Uint8, c1426 Datetime NOT NULL, c1427 JsonDocument NOT NULL, c1428 Datetime NOT NULL, c1429 JsonDocument NOT NULL, c1430 Decimal(35,10) NOT NULL, c1431 Uint64, c1432 Yson, c1433 Uint16, c1434 Int32 NOT NULL, c1435 Utf8, c1436 Decimal(35,10) NOT NULL, c1437 Utf8 NOT NULL, c1438 Decimal(15,0), c1439 Utf8, c1440 Uint32 NOT NULL, c1441 Double, c1442 Uint64, c1443 Int16, c1444 Utf8, c1445 Int32, c1446 Decimal(15,0) NOT NULL, c1447 Int64, c1448 Yson, c1449 JsonDocument, c1450 Int8, c1451 Decimal(22,9) NOT NULL, c1452 Int64, c1453 String NOT NULL, c1454 Decimal(15,0), c1455 Utf8 NOT NULL, c1456 Int8, c1457 Float, c1458 Timestamp NOT NULL, c1459 Date32, c1460 Uint16 NOT NULL, c1461 Date32, c1462 Int16, c1463 Date32, c1464 Uint8, c1465 Date, c1466 Int8, c1467 Datetime NOT NULL, c1468 Yson, c1469 Decimal(15,0), c1470 Json, c1471 Utf8, c1472 Int16, c1473 Uint64, c1474 Int16 NOT NULL, c1475 Uint16 NOT NULL, c1476 Uint32 NOT NULL, c1477 Datetime NOT NULL, c1478 Int32 NOT NULL, c1479 Double, c1480 Double NOT NULL, c1481 Int8, c1482 Timestamp64 NOT NULL, c1483 Timestamp64 NOT NULL, c1484 Interval64, c1485 String, c1486 String, c1487 Decimal(15,0), c1488 Interval64, c1489 Utf8 NOT NULL, c1490 Int64, c1491 Uint32, c1492 Int8 NOT NULL, c1493 Timestamp, c1494 Int64, c1495 Int64, c1496 Timestamp64 NOT NULL, c1497 Datetime64 NOT NULL, c1498 String, c1499 Decimal(22,9), c1500 JsonDocument, c1501 Double NOT NULL, c1502 Timestamp NOT NULL, c1503 Yson, c1504 Uint8, c1505 Json NOT NULL, c1506 Json, c1507 Decimal(15,0), c1508 Int8, c1509 Decimal(15,0) NOT NULL, c1510 Int16 NOT NULL, c1511 Decimal(35,10) NOT NULL, c1512 Datetime64, c1513 Int32 NOT NULL, c1514 Double, c1515 String, c1516 Uint16 NOT NULL, c1517 Date NOT NULL, c1518 Uint64 NOT NULL, c1519 Timestamp64, c1520 Decimal(22,9), c1521 String NOT NULL, c1522 Float NOT NULL, c1523 Int32, c1524 String NOT NULL, c1525 Date NOT NULL, c1526 Decimal(15,0) NOT NULL, c1527 Int64 NOT NULL, c1528 Decimal(35,10) NOT NULL, c1529 Json NOT NULL, c1530 Uint8, c1531 Float NOT NULL, c1532 Json, c1533 Float NOT NULL, c1534 Datetime NOT NULL, c1535 Yson NOT NULL, c1536 Decimal(22,9), c1537 Datetime64, c1538 Int32 NOT NULL, c1539 Json NOT NULL, c1540 Utf8 NOT NULL, c1541 Decimal(15,0) NOT NULL, c1542 Yson, c1543 Timestamp, c1544 Datetime64 NOT NULL, c1545 Json, c1546 Timestamp NOT NULL, c1547 Timestamp64, c1548 Decimal(35,10), c1549 Int8, c1550 Decimal(35,10) NOT NULL, c1551 Yson NOT NULL, c1552 Uint8, c1553 Int64, c1554 Interval64, c1555 Yson NOT NULL, c1556 Int8 NOT NULL, c1557 Yson, c1558 Date NOT NULL, c1559 Int8, c1560 Decimal(22,9) NOT NULL, c1561 Decimal(35,10), c1562 Utf8 NOT NULL, c1563 Date32, c1564 Interval64 NOT NULL, c1565 Int64, c1566 Decimal(15,0), c1567 Int64 NOT NULL, c1568 String NOT NULL, c1569 Datetime64, c1570 Decimal(35,10), c1571 Uint8, c1572 Date, c1573 Datetime64, c1574 Utf8, c1575 Uint8, c1576 Int16, c1577 Int64, c1578 Date, c1579 JsonDocument NOT NULL, c1580 Uint8, c1581 Decimal(15,0) NOT NULL, c1582 Decimal(15,0), c1583 Datetime, c1584 Float NOT NULL, c1585 Json, c1586 Uint8 NOT NULL, c1587 Datetime64 NOT NULL, c1588 Timestamp, c1589 Utf8 NOT NULL, c1590 Interval64, c1591 Uint64 NOT NULL, c1592 Int64 NOT NULL, c1593 Utf8 NOT NULL, c1594 JsonDocument NOT NULL, c1595 Json NOT NULL, c1596 Float, c1597 Timestamp, c1598 JsonDocument, c1599 Date32, c1600 Double, c1601 Decimal(35,10), c1602 Datetime, c1603 Uint32, c1604 Datetime64 NOT NULL, c1605 Date32, c1606 Int16 NOT NULL, c1607 Int64, c1608 Datetime64, c1609 Timestamp NOT NULL, c1610 String, c1611 Uint16, c1612 String NOT NULL, c1613 Date32 NOT NULL, c1614 Int8 NOT NULL, c1615 Uint16 NOT NULL, c1616 Uint16 NOT NULL, c1617 Int32, c1618 Datetime NOT NULL, c1619 Datetime NOT NULL, c1620 Int64, c1621 String, c1622 Uint8 NOT NULL, c1623 Uint8, c1624 Yson, c1625 Float NOT NULL, c1626 JsonDocument, c1627 Uint8 NOT NULL, c1628 Int64, c1629 Uint32 NOT NULL, c1630 Decimal(35,10) NOT NULL, c1631 Decimal(22,9) NOT NULL, c1632 Interval64, c1633 Int32, c1634 Datetime, c1635 Int16 NOT NULL, c1636 Json, c1637 Interval64, c1638 Date, c1639 Timestamp64, c1640 Int8 NOT NULL, c1641 Uint8 NOT NULL, c1642 Int16, c1643 Date32, c1644 Uint64 NOT NULL, c1645 Double, c1646 Date NOT NULL, c1647 Uint8 NOT NULL, c1648 Uint8, c1649 Uint64, c1650 Utf8 NOT NULL, c1651 Float NOT NULL, c1652 Utf8 NOT NULL, c1653 Int64, c1654 Uint64, c1655 Date32, c1656 Uint8 NOT NULL, c1657 Utf8 NOT NULL, c1658 Int8, c1659 Json, c1660 Double NOT NULL, c1661 Int64 NOT NULL, c1662 Int64, c1663 Uint32, c1664 Int16 NOT NULL, c1665 Int64, c1666 Int64 NOT NULL, c1667 Uint64, c1668 Uint8 NOT NULL, c1669 Int64 NOT NULL, c1670 Int32, c1671 JsonDocument, c1672 Date, c1673 Datetime64, c1674 Int16, c1675 Decimal(22,9) NOT NULL, c1676 Uint16, c1677 Timestamp64 NOT NULL, c1678 Int16, c1679 String NOT NULL, c1680 Datetime NOT NULL, c1681 Decimal(22,9), c1682 Decimal(35,10), c1683 Date32, c1684 Timestamp64 NOT NULL, c1685 Decimal(22,9), c1686 Interval64, c1687 Yson, c1688 Uint64 NOT NULL, c1689 Datetime, c1690 Int16 NOT NULL, c1691 Uint8 NOT NULL, c1692 Uint32 NOT NULL, c1693 Timestamp NOT NULL, c1694 Int64, c1695 Int32 NOT NULL, c1696 Int64, c1697 Date32 NOT NULL, c1698 Interval64, c1699 Datetime64, c1700 Utf8, c1701 Uint32, c1702 JsonDocument, c1703 Date32 NOT NULL, c1704 Decimal(35,10), c1705 Uint16, c1706 JsonDocument NOT NULL, c1707 Uint16 NOT NULL, c1708 Date32 NOT NULL, c1709 Datetime64 NOT NULL, c1710 Uint8, c1711 Int16, c1712 Int32 NOT NULL, c1713 Timestamp NOT NULL, c1714 Yson NOT NULL, c1715 Timestamp64 NOT NULL, c1716 JsonDocument NOT NULL, c1717 Datetime64, c1718 Int32 NOT NULL, c1719 Uint8 NOT NULL, c1720 Datetime NOT NULL, c1721 Date, c1722 Uint32 NOT NULL, c1723 Double, c1724 Datetime NOT NULL, c1725 Yson NOT NULL, c1726 Decimal(15,0) NOT NULL, c1727 JsonDocument NOT NULL, c1728 Json NOT NULL, c1729 Utf8, c1730 Int32 NOT NULL, c1731 Uint64 NOT NULL, c1732 Decimal(15,0), c1733 Float, c1734 JsonDocument NOT NULL, c1735 Timestamp64 NOT NULL, c1736 Json NOT NULL, c1737 Decimal(15,0) NOT NULL, c1738 Int16 NOT NULL, c1739 Json NOT NULL, c1740 Uint32 NOT NULL, c1741 Decimal(22,9), c1742 Timestamp, c1743 Datetime NOT NULL, c1744 Datetime64 NOT NULL, c1745 Utf8, c1746 Json NOT NULL, c1747 Decimal(22,9), c1748 Decimal(35,10), c1749 Timestamp, c1750 Datetime64, c1751 Uint16, c1752 Decimal(22,9), c1753 JsonDocument, c1754 Int64, c1755 Int16 NOT NULL, c1756 Float, c1757 Int16 NOT NULL, c1758 Uint32, c1759 Double, c1760 Date, c1761 Float NOT NULL, c1762 Date32 NOT NULL, c1763 Decimal(35,10) NOT NULL, c1764 Date, c1765 Timestamp64 NOT NULL, c1766 Date, c1767 Int64, c1768 Int8 NOT NULL, c1769 Utf8, c1770 Int64 NOT NULL, c1771 Float, c1772 Int16 NOT NULL, c1773 Uint16 NOT NULL, c1774 Utf8 NOT NULL, c1775 Int32, c1776 Yson, c1777 Double NOT NULL, c1778 Datetime, c1779 Double, c1780 Uint64, c1781 Json, c1782 Int64 NOT NULL, c1783 Json NOT NULL, c1784 Uint32, c1785 Float NOT NULL, c1786 Datetime NOT NULL, c1787 Json NOT NULL, c1788 Json, c1789 Int32, c1790 Json NOT NULL, c1791 Decimal(22,9) NOT NULL, c1792 Decimal(22,9) NOT NULL, c1793 Double, c1794 Int16, c1795 Json, c1796 Utf8 NOT NULL, c1797 Int64 NOT NULL, c1798 Interval64 NOT NULL, c1799 Int64 NOT NULL, c1800 Json, c1801 JsonDocument, c1802 Decimal(22,9) NOT NULL, c1803 Timestamp64, c1804 Datetime, c1805 Timestamp, c1806 Json NOT NULL, c1807 Interval64, c1808 JsonDocument NOT NULL, c1809 Timestamp64 NOT NULL, c1810 Uint8, c1811 Double NOT NULL, c1812 Utf8, c1813 Float NOT NULL, c1814 Uint8, c1815 Datetime NOT NULL, c1816 Int64 NOT NULL, c1817 Decimal(22,9) NOT NULL, c1818 Float, c1819 Datetime64 NOT NULL, c1820 Date NOT NULL, c1821 Uint8, c1822 Interval64 NOT NULL, c1823 Int32 NOT NULL, c1824 Int32, c1825 String NOT NULL, c1826 Int32 NOT NULL, c1827 Datetime64, c1828 Uint32 NOT NULL, c1829 Date32 NOT NULL, c1830 Interval64, c1831 Json, c1832 Uint64 NOT NULL, c1833 Json NOT NULL, c1834 Timestamp64, c1835 Decimal(15,0) NOT NULL, c1836 Yson, c1837 Decimal(15,0) NOT NULL, c1838 Float NOT NULL, c1839 Int8, c1840 String, c1841 JsonDocument, c1842 Timestamp64, c1843 Datetime, c1844 Uint32, c1845 Date32 NOT NULL, c1846 Uint32 NOT NULL, c1847 Uint64 NOT NULL, c1848 Decimal(22,9) NOT NULL, c1849 Decimal(15,0) NOT NULL, c1850 Decimal(22,9), c1851 Yson NOT NULL, c1852 Uint16 NOT NULL, c1853 Uint32 NOT NULL, c1854 Utf8, c1855 Uint64 NOT NULL, c1856 Date32, c1857 Utf8 NOT NULL, c1858 Uint16, c1859 Uint64 NOT NULL, c1860 JsonDocument, c1861 Decimal(35,10), c1862 Utf8, c1863 Uint16, c1864 Int16, c1865 Uint32, c1866 Decimal(22,9), c1867 Json, c1868 Date32, c1869 Uint8, c1870 Timestamp64 NOT NULL, c1871 Uint32 NOT NULL, c1872 JsonDocument, c1873 Float NOT NULL, c1874 Interval64 NOT NULL, c1875 Int8, c1876 Decimal(15,0), c1877 Decimal(15,0), c1878 Datetime64, c1879 Decimal(35,10), c1880 Yson NOT NULL, c1881 Float NOT NULL, c1882 Uint64, c1883 Interval64 NOT NULL, c1884 Datetime NOT NULL, c1885 Uint8 NOT NULL, c1886 Utf8, c1887 Timestamp NOT NULL, c1888 Int64, c1889 Decimal(22,9) NOT NULL, c1890 Interval64 NOT NULL, c1891 Date, c1892 Decimal(15,0) NOT NULL, c1893 Float NOT NULL, c1894 Int64, c1895 Uint8 NOT NULL, c1896 Date32, c1897 Uint8, c1898 Datetime64, c1899 Int32 NOT NULL, c1900 Double, c1901 String, c1902 Date NOT NULL, c1903 Yson, c1904 Float, c1905 Int64 NOT NULL, c1906 String NOT NULL, c1907 Int16 NOT NULL, c1908 Timestamp64 NOT NULL, c1909 Json NOT NULL, c1910 Double, c1911 Decimal(15,0), c1912 Date, c1913 Utf8, c1914 Datetime64, c1915 Decimal(35,10), c1916 Float, c1917 Timestamp, c1918 Uint16, c1919 Uint8, c1920 Date32, c1921 Json, c1922 Uint64 NOT NULL, c1923 Date, c1924 JsonDocument, c1925 Timestamp, c1926 Json NOT NULL, c1927 Int16, c1928 Interval64 NOT NULL, c1929 Timestamp64, c1930 String, c1931 Date, c1932 Uint16 NOT NULL, c1933 Json, c1934 Int64, c1935 Uint16, c1936 Datetime64, c1937 Utf8 NOT NULL, c1938 Uint32, c1939 Decimal(35,10), c1940 Interval64, c1941 Datetime64, c1942 Float NOT NULL, c1943 Double NOT NULL, c1944 Json NOT NULL, c1945 Datetime NOT NULL, c1946 Yson, c1947 Int32, c1948 Datetime64 NOT NULL, c1949 Float, c1950 Int32 NOT NULL, c1951 Decimal(35,10) NOT NULL, c1952 Uint64 NOT NULL, c1953 Timestamp64, c1954 Interval64 NOT NULL, c1955 Datetime64, c1956 Datetime64, c1957 Timestamp64 NOT NULL, c1958 Float, c1959 String NOT NULL, c1960 Uint64 NOT NULL, c1961 Uint32, c1962 Interval64, c1963 Date, c1964 Date NOT NULL, c1965 Yson, c1966 Int32 NOT NULL, c1967 Decimal(35,10) NOT NULL, c1968 Date32, c1969 Datetime, c1970 Int64, c1971 Date32 NOT NULL, c1972 Interval64 NOT NULL, c1973 Uint16 NOT NULL, c1974 Int32 NOT NULL, c1975 Int8, c1976 Float NOT NULL, c1977 Interval64, c1978 Datetime64 NOT NULL, c1979 Uint64, c1980 Timestamp64, c1981 Decimal(22,9), c1982 Int8 NOT NULL, c1983 Int16 NOT NULL, c1984 Timestamp64 NOT NULL, c1985 Int16 NOT NULL, c1986 Double NOT NULL, c1987 Datetime NOT NULL, c1988 Yson NOT NULL, c1989 Utf8 NOT NULL, c1990 Utf8, c1991 Utf8, c1992 String, c1993 Uint16, c1994 Double NOT NULL, c1995 Datetime, c1996 JsonDocument, c1997 Float NOT NULL, c1998 Int64 NOT NULL, c1999 Uint8, c2000 Datetime, c2001 Yson, c2002 Timestamp64, c2003 Int32, c2004 Json NOT NULL, c2005 Decimal(15,0) NOT NULL, c2006 Json NOT NULL, c2007 Utf8, c2008 Int32 NOT NULL, c2009 Int32, c2010 Int32 NOT NULL, c2011 Json, c2012 Int32, c2013 Interval64 NOT NULL, c2014 JsonDocument, c2015 Uint16, c2016 Uint32 NOT NULL, c2017 Double NOT NULL, c2018 Uint64, c2019 Decimal(35,10), c2020 Decimal(15,0) NOT NULL, c2021 Decimal(15,0) NOT NULL, c2022 Timestamp NOT NULL, c2023 Int8, c2024 Int32 NOT NULL, c2025 Uint8 NOT NULL, c2026 Date32 NOT NULL, c2027 Timestamp NOT NULL, c2028 Int32, c2029 Double, c2030 Utf8 NOT NULL, c2031 Yson, c2032 Int8, c2033 Yson, c2034 Uint32, c2035 Datetime, c2036 Timestamp, c2037 Date NOT NULL, c2038 Json, c2039 Date32 NOT NULL, c2040 Decimal(15,0) NOT NULL, c2041 Json, c2042 Uint8, c2043 Uint16, c2044 Datetime64, c2045 Float, c2046 Timestamp64 NOT NULL, c2047 JsonDocument NOT NULL, c2048 Int32 NOT NULL, c2049 Uint16 NOT NULL, c2050 Date32 NOT NULL, c2051 Int32, c2052 Json NOT NULL, c2053 Uint8, c2054 Timestamp NOT NULL, c2055 Datetime64 NOT NULL, c2056 Int8 NOT NULL, c2057 Uint64 NOT NULL, c2058 Float, c2059 Datetime64, c2060 Uint64, c2061 JsonDocument NOT NULL, c2062 Json, c2063 Uint32, c2064 Uint8, c2065 String, c2066 Uint16 NOT NULL, c2067 Decimal(35,10) NOT NULL, c2068 Int64, c2069 Uint64, c2070 Decimal(22,9) NOT NULL, c2071 Yson, c2072 Date, c2073 Utf8 NOT NULL, c2074 Uint32 NOT NULL, c2075 Int16, c2076 Datetime64 NOT NULL, c2077 Int16, c2078 Yson NOT NULL, c2079 String NOT NULL, c2080 Datetime NOT NULL, c2081 Decimal(22,9), c2082 Decimal(22,9), c2083 Timestamp64 NOT NULL, c2084 Double, c2085 Uint16, c2086 Decimal(35,10), c2087 Datetime64 NOT NULL, c2088 Int64, c2089 Yson NOT NULL, c2090 Int32 NOT NULL, c2091 Decimal(35,10), c2092 Utf8, c2093 Datetime, c2094 Decimal(22,9) NOT NULL, c2095 Int8 NOT NULL, c2096 Int32, c2097 Int32 NOT NULL, c2098 Date, c2099 Int64 NOT NULL, c2100 Json, c2101 Float NOT NULL, c2102 Int32 NOT NULL, c2103 Uint8 NOT NULL, c2104 Uint32 NOT NULL, c2105 Double NOT NULL, c2106 Uint8, c2107 Json, c2108 Decimal(35,10), c2109 String, c2110 Timestamp64, c2111 Float, c2112 Decimal(15,0), c2113 Int32, c2114 Decimal(35,10) NOT NULL, c2115 Uint16 NOT NULL, c2116 Int64 NOT NULL, c2117 JsonDocument NOT NULL, c2118 Float NOT NULL, c2119 Decimal(35,10) NOT NULL, c2120 Int64 NOT NULL, c2121 Date32 NOT NULL, c2122 Datetime, c2123 Timestamp64 NOT NULL, c2124 Datetime64 NOT NULL, c2125 Date32, c2126 Uint32, c2127 Decimal(22,9), c2128 Interval64, c2129 Decimal(15,0), c2130 Int16, c2131 Int32, c2132 Interval64, c2133 Date NOT NULL, c2134 Int32 NOT NULL, c2135 Uint16, c2136 Timestamp64, c2137 Datetime NOT NULL, c2138 Uint64 NOT NULL, c2139 Uint32, c2140 Int64 NOT NULL, c2141 Date NOT NULL, c2142 Float, c2143 String, c2144 Timestamp NOT NULL, c2145 Timestamp64, c2146 Decimal(15,0), c2147 Decimal(22,9), c2148 Uint16, c2149 Decimal(22,9), c2150 Int16, c2151 Decimal(35,10) NOT NULL, c2152 Int16 NOT NULL, c2153 Decimal(22,9), c2154 JsonDocument, c2155 Uint32, c2156 Decimal(35,10), c2157 String NOT NULL, c2158 Int32 NOT NULL, c2159 Int32, c2160 Double NOT NULL, c2161 Utf8 NOT NULL, c2162 Interval64, c2163 Int8, c2164 Decimal(22,9), c2165 Timestamp64 NOT NULL, c2166 Uint32, c2167 Int64 NOT NULL, c2168 Timestamp, c2169 Uint16, c2170 Uint16 NOT NULL, c2171 Int8, c2172 JsonDocument NOT NULL, c2173 Json NOT NULL, c2174 Uint8, c2175 Uint64, c2176 JsonDocument, c2177 Decimal(15,0) NOT NULL, c2178 Timestamp64, c2179 Timestamp NOT NULL, c2180 Utf8 NOT NULL, c2181 Datetime64 NOT NULL, c2182 Decimal(15,0) NOT NULL, c2183 Decimal(35,10) NOT NULL, c2184 String NOT NULL, c2185 Int8, c2186 Utf8 NOT NULL, c2187 Utf8 NOT NULL, c2188 Date, c2189 Double NOT NULL, c2190 Uint16 NOT NULL, c2191 Decimal(35,10), c2192 Decimal(15,0) NOT NULL, c2193 Interval64 NOT NULL, c2194 JsonDocument, c2195 Interval64 NOT NULL, c2196 Timestamp64 NOT NULL, c2197 Float NOT NULL, c2198 Datetime64, c2199 Float NOT NULL, c2200 Uint16, c2201 Json, c2202 Int16 NOT NULL, c2203 Yson NOT NULL, c2204 Uint32 NOT NULL, c2205 Int64 NOT NULL, c2206 Datetime64, c2207 Timestamp, c2208 Double NOT NULL, c2209 Yson, c2210 Timestamp NOT NULL, c2211 JsonDocument NOT NULL, c2212 Decimal(22,9), c2213 Uint64 NOT NULL, c2214 Uint64 NOT NULL, c2215 Interval64 NOT NULL, c2216 Timestamp64, c2217 Date NOT NULL, c2218 Uint32, c2219 Int32, c2220 Uint32 NOT NULL, c2221 JsonDocument, c2222 Float NOT NULL, c2223 Utf8, c2224 JsonDocument NOT NULL, c2225 Uint16 NOT NULL, c2226 Datetime64 NOT NULL, c2227 Yson NOT NULL, c2228 Int32, c2229 Decimal(15,0), c2230 JsonDocument NOT NULL, c2231 Date NOT NULL, c2232 Uint8 NOT NULL, c2233 Datetime64 NOT NULL, c2234 Interval64, c2235 Int32, c2236 String NOT NULL, c2237 Int64 NOT NULL, c2238 Decimal(15,0), c2239 Datetime, c2240 Yson, c2241 Int8 NOT NULL, c2242 Utf8 NOT NULL, c2243 Yson, c2244 Interval64 NOT NULL, c2245 Decimal(35,10), c2246 Date32, c2247 Yson NOT NULL, c2248 Int8 NOT NULL, c2249 Yson NOT NULL, c2250 String NOT NULL, c2251 Uint64, c2252 Uint16, c2253 Date NOT NULL, c2254 JsonDocument NOT NULL, c2255 Interval64 NOT NULL, c2256 Uint64 NOT NULL, c2257 Utf8, c2258 Uint64 NOT NULL, c2259 Decimal(35,10) NOT NULL, c2260 Decimal(15,0), c2261 Int8 NOT NULL, c2262 Timestamp NOT NULL, c2263 Double NOT NULL, c2264 Int16, c2265 Uint64 NOT NULL, c2266 Uint32 NOT NULL, c2267 Datetime, c2268 Interval64 NOT NULL, c2269 Decimal(15,0) NOT NULL, c2270 Timestamp, c2271 Date, c2272 Double NOT NULL, c2273 Uint8, c2274 Uint8, c2275 Yson NOT NULL, c2276 Decimal(15,0), c2277 Datetime64 NOT NULL, c2278 Uint64, c2279 Uint64, c2280 Float NOT NULL, c2281 Decimal(15,0), c2282 Decimal(22,9), c2283 Uint16 NOT NULL, c2284 Utf8, c2285 Datetime NOT NULL, c2286 Datetime64 NOT NULL, c2287 Date, c2288 Uint64, c2289 Uint8 NOT NULL, c2290 Decimal(22,9) NOT NULL, c2291 Float, c2292 JsonDocument, c2293 Date NOT NULL, c2294 Decimal(22,9), c2295 Timestamp64 NOT NULL, c2296 Utf8, c2297 Float, c2298 Date NOT NULL, c2299 Float NOT NULL, c2300 Yson, c2301 Datetime NOT NULL, c2302 Utf8 NOT NULL, c2303 Uint64, c2304 Uint8 NOT NULL, c2305 Date32, c2306 Datetime64 NOT NULL, c2307 Yson NOT NULL, c2308 Decimal(35,10), c2309 Datetime NOT NULL, c2310 Interval64, c2311 String, c2312 Interval64, c2313 Float, c2314 Int16, c2315 Int8 NOT NULL, c2316 Decimal(22,9) NOT NULL, c2317 Int64, c2318 Utf8, c2319 Interval64, c2320 Yson, c2321 Datetime64 NOT NULL, c2322 Decimal(22,9), c2323 Uint8, c2324 Decimal(22,9), c2325 Datetime NOT NULL, c2326 Json NOT NULL, c2327 JsonDocument NOT NULL, c2328 Decimal(22,9), c2329 String, c2330 Double, c2331 Datetime NOT NULL, c2332 Timestamp NOT NULL, c2333 Utf8 NOT NULL, c2334 String NOT NULL, c2335 Decimal(22,9) NOT NULL, c2336 Int16 NOT NULL, c2337 String, c2338 Date32, c2339 Double, c2340 Int32 NOT NULL, c2341 Timestamp NOT NULL, c2342 Int8, c2343 Date32 NOT NULL, c2344 Timestamp64, c2345 Json, c2346 Utf8, c2347 Interval64, c2348 Uint8 NOT NULL, c2349 Int64, c2350 Uint64, c2351 Int64, c2352 Int8 NOT NULL, c2353 Timestamp, c2354 Yson, c2355 Timestamp, c2356 Utf8 NOT NULL, c2357 Timestamp, c2358 Yson, c2359 Uint8, c2360 Int16, c2361 String, c2362 Yson NOT NULL, c2363 Uint16, c2364 String, c2365 Int32 NOT NULL, c2366 Yson, c2367 Int8, c2368 Json, c2369 Int32 NOT NULL, c2370 Utf8 NOT NULL, c2371 Float, c2372 Date NOT NULL, c2373 Datetime64, c2374 Decimal(22,9) NOT NULL, c2375 Int32 NOT NULL, c2376 Timestamp, c2377 JsonDocument NOT NULL, c2378 Double NOT NULL, c2379 Float, c2380 Int32 NOT NULL, c2381 Json NOT NULL, c2382 Int8 NOT NULL, c2383 String, c2384 Utf8 NOT NULL, c2385 Json, c2386 JsonDocument NOT NULL, c2387 Json, c2388 Uint32 NOT NULL, c2389 Json, c2390 String NOT NULL, c2391 Int8, c2392 JsonDocument NOT NULL, c2393 Interval64 NOT NULL, c2394 String NOT NULL, c2395 Timestamp, c2396 String NOT NULL, c2397 Decimal(22,9), c2398 Int16 NOT NULL, c2399 Uint8 NOT NULL, c2400 Timestamp64, c2401 Decimal(15,0), c2402 Timestamp, c2403 Uint16, c2404 Uint64 NOT NULL, c2405 Int64, c2406 Decimal(35,10) NOT NULL, c2407 Int16 NOT NULL, c2408 Interval64, c2409 Int16 NOT NULL, c2410 Uint8 NOT NULL, c2411 String, c2412 Timestamp, c2413 Uint16 NOT NULL, c2414 Date NOT NULL, c2415 Uint8 NOT NULL, c2416 Interval64 NOT NULL, c2417 Datetime, c2418 JsonDocument, c2419 Json, c2420 Uint8, c2421 Yson NOT NULL, c2422 Uint16, c2423 Date NOT NULL, c2424 Yson NOT NULL, c2425 Int64 NOT NULL, c2426 Int64 NOT NULL, c2427 Int8 NOT NULL, c2428 Int8 NOT NULL, c2429 Uint16 NOT NULL, c2430 Uint16, c2431 Uint64 NOT NULL, c2432 Decimal(15,0) NOT NULL, c2433 Date32, c2434 Utf8, c2435 Decimal(15,0) NOT NULL, c2436 Utf8, c2437 Uint64 NOT NULL, c2438 Timestamp, c2439 Int32, c2440 Int64 NOT NULL, c2441 Date32, c2442 Json, c2443 Date32, c2444 Datetime, c2445 String NOT NULL, c2446 Int32, c2447 Uint64 NOT NULL, c2448 Decimal(15,0), c2449 Decimal(35,10), c2450 Date32, c2451 Int64, c2452 Json NOT NULL, c2453 Datetime, c2454 Decimal(35,10) NOT NULL, c2455 Date, c2456 Json NOT NULL, c2457 Int64, c2458 Decimal(35,10), c2459 JsonDocument, c2460 Double NOT NULL, c2461 Json NOT NULL, c2462 Date, c2463 Decimal(22,9), c2464 Double, c2465 Utf8, c2466 Uint16 NOT NULL, c2467 String, c2468 String NOT NULL, c2469 Timestamp64, c2470 Uint16, c2471 Datetime64, c2472 Int8 NOT NULL, c2473 Float, c2474 Timestamp64 NOT NULL, c2475 Int32 NOT NULL, c2476 Decimal(15,0) NOT NULL, c2477 Interval64, c2478 Double, c2479 Utf8 NOT NULL, c2480 Json, c2481 Int16 NOT NULL, c2482 Uint8 NOT NULL, c2483 Timestamp64, c2484 Interval64 NOT NULL, c2485 Float NOT NULL, c2486 Utf8, c2487 Int64, c2488 Uint8 NOT NULL, c2489 String NOT NULL, c2490 Yson, c2491 Uint64, c2492 Yson NOT NULL, c2493 Utf8, c2494 Utf8, c2495 Int64, c2496 Uint16, c2497 JsonDocument, c2498 Datetime NOT NULL, c2499 JsonDocument NOT NULL, c2500 Timestamp64 NOT NULL, c2501 String, c2502 Datetime64 NOT NULL, c2503 Uint8, c2504 Int8 NOT NULL, c2505 Uint64, c2506 Datetime64 NOT NULL, c2507 Interval64 NOT NULL, c2508 Double, c2509 Timestamp64, c2510 Timestamp64, c2511 Double, c2512 Interval64, c2513 Datetime NOT NULL, c2514 Uint8, c2515 Json NOT NULL, c2516 Int16 NOT NULL, c2517 Datetime64 NOT NULL, c2518 Timestamp NOT NULL, c2519 Decimal(15,0) NOT NULL, c2520 Json NOT NULL, c2521 Utf8 NOT NULL, c2522 Uint16 NOT NULL, c2523 Float, c2524 Timestamp NOT NULL, c2525 Timestamp, c2526 Date, c2527 String, c2528 Datetime, c2529 Float, c2530 Int32, c2531 Int64 NOT NULL, c2532 Decimal(15,0) NOT NULL, c2533 Float, c2534 Timestamp NOT NULL, c2535 Datetime NOT NULL, c2536 Datetime, c2537 String NOT NULL, c2538 Datetime NOT NULL, c2539 Int64 NOT NULL, c2540 Datetime64 NOT NULL, c2541 Utf8 NOT NULL, c2542 Decimal(15,0), c2543 Decimal(22,9) NOT NULL, c2544 Uint64 NOT NULL, c2545 Int8 NOT NULL, c2546 Timestamp NOT NULL, c2547 Datetime64, c2548 Int64 NOT NULL, c2549 Uint64, c2550 Date32, c2551 Int8 NOT NULL, c2552 Datetime, c2553 Decimal(22,9), c2554 Double NOT NULL, c2555 Uint32 NOT NULL, c2556 Int8 NOT NULL, c2557 Int32 NOT NULL, c2558 Int16, c2559 Decimal(15,0), c2560 Date32, c2561 Int16 NOT NULL, c2562 Date32 NOT NULL, c2563 Int16, c2564 Decimal(15,0) NOT NULL, c2565 Date32, c2566 String, c2567 Utf8, c2568 Date, c2569 Datetime NOT NULL, c2570 Int16, c2571 Yson NOT NULL, c2572 Int64 NOT NULL, c2573 Yson, c2574 Timestamp64 NOT NULL, c2575 Uint32, c2576 Uint64 NOT NULL, c2577 Decimal(15,0), c2578 Decimal(15,0), c2579 Date32, c2580 Int16 NOT NULL, c2581 Int16 NOT NULL, c2582 Decimal(15,0) NOT NULL, c2583 Uint16, c2584 Int16, c2585 String NOT NULL, c2586 Yson, c2587 Interval64, c2588 Int64, c2589 Yson, c2590 Decimal(22,9) NOT NULL, c2591 Date32, c2592 Int8, c2593 Decimal(15,0) NOT NULL, c2594 Datetime64, c2595 Uint32 NOT NULL, c2596 Int8, c2597 Json, c2598 Uint8 NOT NULL, c2599 String NOT NULL, c2600 Float NOT NULL, c2601 Interval64, c2602 Int32 NOT NULL, c2603 Timestamp64, c2604 Decimal(15,0) NOT NULL, c2605 Date32, c2606 Int8, c2607 Double, c2608 Json, c2609 Int64, c2610 Uint32 NOT NULL, c2611 Int8, c2612 Timestamp NOT NULL, c2613 Uint8 NOT NULL, c2614 Float NOT NULL, c2615 Interval64, c2616 Decimal(22,9) NOT NULL, c2617 Timestamp64 NOT NULL, c2618 Timestamp, c2619 Decimal(22,9), c2620 Yson NOT NULL, c2621 Decimal(15,0), c2622 Utf8, c2623 Uint32 NOT NULL, c2624 Uint8, c2625 Double, c2626 JsonDocument, c2627 Int32 NOT NULL, c2628 Uint32 NOT NULL, c2629 Json, c2630 Uint64 NOT NULL, c2631 Date, c2632 Date, c2633 Json, c2634 JsonDocument NOT NULL, c2635 Int16, c2636 Decimal(15,0) NOT NULL, c2637 Int64, c2638 Json, c2639 Int8, c2640 Decimal(35,10) NOT NULL, c2641 Int16 NOT NULL, c2642 Json, c2643 Date32 NOT NULL, c2644 JsonDocument NOT NULL, c2645 Datetime, c2646 Datetime NOT NULL, c2647 Int32 NOT NULL, c2648 Float, c2649 Uint32, c2650 Date32, c2651 Datetime64, c2652 Int64 NOT NULL, c2653 Timestamp NOT NULL, c2654 Int8, c2655 Uint32 NOT NULL, c2656 Datetime, c2657 Decimal(22,9), c2658 Yson, c2659 Uint32 NOT NULL, c2660 Float NOT NULL, c2661 Yson, c2662 Int8, c2663 Datetime NOT NULL, c2664 Timestamp, c2665 Int32, c2666 Int32 NOT NULL, c2667 Uint32, c2668 Uint16 NOT NULL, c2669 Int8, c2670 Utf8, c2671 Uint16 NOT NULL, c2672 Datetime64 NOT NULL, c2673 Utf8 NOT NULL, c2674 Datetime64 NOT NULL, c2675 Int64, c2676 Float, c2677 Timestamp64, c2678 Int64 NOT NULL, c2679 Yson, c2680 JsonDocument, c2681 Decimal(15,0), c2682 Json, c2683 Datetime64 NOT NULL, c2684 Int32, c2685 Date NOT NULL, c2686 Utf8, c2687 Uint64, c2688 Int8 NOT NULL, c2689 Int64, c2690 Uint8, c2691 Interval64, c2692 JsonDocument NOT NULL, c2693 Timestamp64 NOT NULL, c2694 String NOT NULL, c2695 Decimal(22,9), c2696 Timestamp64, c2697 Timestamp NOT NULL, c2698 Timestamp NOT NULL, c2699 Json, c2700 Uint64, c2701 Int32 NOT NULL, c2702 Double NOT NULL, c2703 Datetime64, c2704 Decimal(35,10) NOT NULL, c2705 Timestamp64, c2706 Datetime, c2707 Timestamp NOT NULL, c2708 Utf8, c2709 Date32 NOT NULL, c2710 Decimal(22,9) NOT NULL, c2711 Uint16, c2712 Int16 NOT NULL, c2713 Int8, c2714 Json, c2715 Date32, c2716 Json, c2717 Json, c2718 Int64 NOT NULL, c2719 Datetime64 NOT NULL, c2720 JsonDocument NOT NULL, c2721 Datetime64 NOT NULL, c2722 Decimal(35,10) NOT NULL, c2723 Timestamp NOT NULL, c2724 Double, c2725 Int16, c2726 Datetime64 NOT NULL, c2727 Timestamp, c2728 Uint8 NOT NULL, c2729 Decimal(15,0), c2730 Decimal(22,9) NOT NULL, c2731 Json, c2732 String, c2733 Json NOT NULL, c2734 Yson NOT NULL, c2735 Datetime, c2736 Utf8 NOT NULL, c2737 Datetime, c2738 Yson, c2739 Timestamp, c2740 Utf8, c2741 Timestamp64 NOT NULL, c2742 Datetime, c2743 Datetime64 NOT NULL, c2744 Decimal(15,0), c2745 Utf8 NOT NULL, c2746 Datetime, c2747 Json, c2748 Uint32 NOT NULL, c2749 Utf8, c2750 Utf8, c2751 Datetime, c2752 Int16, c2753 Uint8, c2754 Timestamp64, c2755 Decimal(15,0) NOT NULL, c2756 Timestamp64, c2757 Uint8 NOT NULL, c2758 Uint64, c2759 Uint8 NOT NULL, c2760 Uint16, c2761 Decimal(22,9), c2762 Uint8, c2763 Uint16, c2764 Datetime NOT NULL, c2765 Uint8, c2766 Float NOT NULL, c2767 String, c2768 Int16 NOT NULL, c2769 Datetime NOT NULL, c2770 Uint16, c2771 Date32, c2772 Uint64 NOT NULL, c2773 Decimal(35,10), c2774 Timestamp, c2775 Decimal(15,0) NOT NULL, c2776 Int64, c2777 Uint16 NOT NULL, c2778 Uint64, c2779 Uint64, c2780 Uint32 NOT NULL, c2781 Timestamp, c2782 Utf8, c2783 Decimal(35,10) NOT NULL, c2784 Decimal(35,10), c2785 Uint8, c2786 Decimal(35,10) NOT NULL, c2787 Int64 NOT NULL, c2788 Timestamp64 NOT NULL, c2789 JsonDocument NOT NULL, c2790 Uint16 NOT NULL, c2791 Timestamp64, c2792 Interval64 NOT NULL, c2793 String NOT NULL, c2794 Interval64, c2795 String NOT NULL, c2796 Uint16 NOT NULL, c2797 Uint32, c2798 Int16, c2799 Date32 NOT NULL, c2800 Float NOT NULL, c2801 Timestamp64 NOT NULL, c2802 Uint64 NOT NULL, c2803 Datetime64, c2804 Decimal(35,10) NOT NULL, c2805 Interval64, c2806 Timestamp64, c2807 Int64, c2808 Uint16 NOT NULL, c2809 Int64 NOT NULL, c2810 Datetime64 NOT NULL, c2811 Uint16, c2812 Datetime64, c2813 Timestamp64, c2814 Uint32 NOT NULL, c2815 String NOT NULL, c2816 Timestamp, c2817 Int16, c2818 Timestamp64 NOT NULL, c2819 Timestamp64 NOT NULL, c2820 Decimal(15,0) NOT NULL, c2821 Date32, c2822 Timestamp64 NOT NULL, c2823 JsonDocument, c2824 Uint16 NOT NULL, c2825 Uint64, c2826 Double NOT NULL, c2827 Int8, c2828 Float, c2829 Int8, c2830 Date32, c2831 String NOT NULL, c2832 Interval64 NOT NULL, c2833 Double, c2834 Decimal(22,9) NOT NULL, c2835 Uint8 NOT NULL, c2836 Date, c2837 JsonDocument NOT NULL, c2838 Int16 NOT NULL, c2839 Datetime, c2840 Float NOT NULL, c2841 Int16 NOT NULL, c2842 Int8 NOT NULL, c2843 String, c2844 Int32 NOT NULL, c2845 Datetime, c2846 Int32 NOT NULL, c2847 Datetime64 NOT NULL, c2848 Uint64 NOT NULL, c2849 Uint16 NOT NULL, c2850 Yson, c2851 JsonDocument, c2852 Date32, c2853 Double, c2854 Uint8 NOT NULL, c2855 Decimal(35,10), c2856 Yson NOT NULL, c2857 Utf8, c2858 Int16, c2859 Datetime64, c2860 Double, c2861 Decimal(22,9), c2862 Uint16, c2863 Utf8 NOT NULL, c2864 Date32, c2865 Interval64 NOT NULL, c2866 Uint8 NOT NULL, c2867 Decimal(22,9), c2868 Datetime64, c2869 Float, c2870 String, c2871 Int16 NOT NULL, c2872 Int64 NOT NULL, c2873 JsonDocument NOT NULL, c2874 Double NOT NULL, c2875 Int64 NOT NULL, c2876 Uint8 NOT NULL, c2877 Interval64 NOT NULL, c2878 Decimal(15,0) NOT NULL, c2879 Datetime, c2880 Timestamp64 NOT NULL, c2881 Uint32 NOT NULL, c2882 Float NOT NULL, c2883 Decimal(15,0), c2884 JsonDocument NOT NULL, c2885 Decimal(35,10) NOT NULL, c2886 Utf8 NOT NULL, c2887 Datetime NOT NULL, c2888 Yson, c2889 Int16,
                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349)
                )
                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: Failed to attach session
Traceback (most recent call last):
  File "ydb/tests/stress/common/common.py", line 100, in wrapper
    f()
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop
    self.create_table(str(n))
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table
    self.client.query(stmt, True)
  File "ydb/tests/stress/common/common.py", line 28, in query
    raise e
  File "ydb/tests/stress/common/common.py", line 25, in query
    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
    self._session = self._pool.acquire(self._timeout)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
    session = self._create_new_session(time_left)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
    self._attach()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
    raise e
  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
    raise RuntimeError("Failed to attach session")
RuntimeError: Failed to attach session

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'...15,0) NOT NULL, c497 Interval64 NOT NULL, c498 Decimal(15,0) NOT NULL, c499 Uint64 NOT NULL, c500 Timestamp64 NOT NULL, c501 Utf8 NOT NULL, c502 Uint64 NOT NULL, c503 Date32 NOT NULL, c504 Decimal(15,0) NOT NULL, c505 Timestamp NOT NULL, c506 Decimal(15,0) NOT NULL, c507 Date32 NOT NULL, c508 Datetime64 NOT NULL, c509 Uint32 NOT NULL, c510 Uint16 NOT NULL, c511 Utf8 NOT NULL, c512 Datetime NOT NULL, c513 Int16 NOT NULL, c514 Int64 NOT NULL, c515 Timestamp NOT NULL, c516 Uint32 NOT NULL, c517 Utf8 NOT NULL, c518 Uint8 NOT NULL, c519 Uint32 NOT NULL, c520 Interval64 NOT NULL, c521 Interval64 NOT NULL, c522 Decimal(15,0) NOT NULL, c523 Interval64 NOT NULL, c524 Uint8 NOT NULL, c525 Uint64 NOT NULL, c526 Uint16 NOT NULL, c527 Uint32 NOT NULL, c528 Utf8 NOT NULL, c529 Timestamp NOT NULL, c530 String NOT NULL, c531 Timestamp NOT NULL, c532 Uint16 NOT NULL, c533 Datetime64 NOT NULL, c534 Timestamp64 NOT NULL, c535 Timestamp NOT NULL, c536 Int16 NOT NULL, c537 Date32 NOT NULL, c538 Uint32 NOT NULL, c539 Utf8 NOT NULL, c540 Decimal(22,9) NOT NULL, c541 Uint32 NOT NULL, c542 Date32 NOT NULL, c543 String NOT NULL, c544 Datetime NOT NULL, c545 Timestamp NOT NULL, c546 Decimal(35,10) NOT NULL, c547 Date NOT NULL, c548 Uint64 NOT NULL, c549 Timestamp NOT NULL, c550 Uint8 NOT NULL, c551 Interval64 NOT NULL, c552 Uint8 NOT NULL, c553 Interval64 NOT NULL, c554 Interval64 NOT NULL, c555 Uint16 NOT NULL, c556 Int16 NOT NULL, c557 Datetime64 NOT NULL, c558 Int16 NOT NULL, c559 Int16 NOT NULL, c560 Interval64 NOT NULL, c561 Uint8 NOT NULL, c562 Uint8 NOT NULL, c563 Uint32 NOT NULL, c564 Uint8 NOT NULL, c565 Decimal(22,9) NOT NULL, c566 Timestamp NOT NULL, c567 Int16 NOT NULL, c568 Int8 NOT NULL, c569 Int8 NOT NULL, c570 Date32 NOT NULL, c571 Datetime NOT NULL, c572 Utf8 NOT NULL, c573 Datetime NOT NULL, c574 Uint64 NOT NULL, c575 Uint64 NOT NULL, c576 String NOT NULL, c577 String NOT NULL, c578 Uint32 NOT NULL, c579 Uint64 NOT NULL, c580 Int16 NOT NULL, c581 Uint32 NOT NULL, c582 Date NOT NULL, c583 Date NOT NULL, c584 Decimal(22,9) NOT NULL, c585 String NOT NULL, c586 Utf8 NOT NULL, c587 Int32 NOT NULL, c588 String NOT NULL, c589 Decimal(15,0) NOT NULL, c590 Decimal(22,9) NOT NULL, c591 Datetime NOT NULL, c592 Uint64 NOT NULL, c593 String NOT NULL, c594 Int8 NOT NULL, c595 Int64 NOT NULL, c596 Uint64 NOT NULL, c597 Timestamp NOT NULL, c598 Interval64 NOT NULL, c599 Utf8 NOT NULL, c600 Uint32 NOT NULL, c601 Timestamp64 NOT NULL, c602 Int64 NOT NULL, c603 Decimal(22,9) NOT NULL, c604 Datetime NOT NULL, c605 Uint32 NOT NULL, c606 Uint32 NOT NULL, c607 Date32 NOT NULL, c608 Uint8 NOT NULL, c609 Decimal(15,0) NOT NULL, c610 Decimal(35,10) NOT NULL, c611 Uint16 NOT NULL, c612 Datetime NOT NULL, c613 Timestamp NOT NULL, c614 Uint16 NOT NULL, c615 Decimal(15,0) NOT NULL, c616 Uint64 NOT NULL, c617 Timestamp NOT NULL, c618 Date32 NOT NULL, c619 Int32 NOT NULL, c620 Timestamp64 NOT NULL, c621 String NOT NULL, c622 Int64 NOT NULL, c623 Date32 NOT NULL, c624 Timestamp64 NOT NULL, c625 Timestamp NOT NULL, c626 Date NOT NULL, c627 Uint16 NOT NULL, c628 Timestamp NOT NULL, c629 Datetime64 NOT NULL, c630 Uint8 NOT NULL, c631 String NOT NULL, c632 Utf8 NOT NULL, c633 Uint32 NOT NULL, c634 Int8 NOT NULL, c635 Int32 NOT NULL, c636 Uint8 NOT NULL, c637 Uint16 NOT NULL, c638 Date32 NOT NULL, c639 Date32 NOT NULL, c640 Uint64 NOT NULL, c641 Uint32 NOT NULL, c642 Decimal(15,0) NOT NULL, c643 Interval64 NOT NULL, c644 Int8 NOT NULL, c645 Interval64 NOT NULL, c646 Decimal(35,10) NOT NULL, c647 Datetime64 NOT NULL, c648 Datetime NOT NULL, c649 Date32 NOT NULL, c650 Timestamp64 NOT NULL, c651 Utf8 NOT NULL, c652 Int32 NOT NULL, c653 Timestamp64 NOT NULL, c654 Int8 NOT NULL, c655 Uint16 NOT NULL, c656 Decimal(35,10) NOT NULL, c657 Date32 NOT NULL, c658 Decimal(15,0) NOT NULL, c659 Datetime64 NOT NULL, c660 Utf8 NOT NULL, c661 Date32 NOT NULL, c662 Interval64 NOT NULL, c663 String NOT NULL, c664 Int32 NOT NULL, c665 Int16 NOT NULL, c666 Decimal(22,9) NOT NULL, c667 Datetime64 NOT NULL, c668 Uint64 NOT NULL, c669 Decimal(15,0) NOT NULL, c670 Int8 NOT NULL, c671 Decimal(22,9) NOT NULL, c672 Decimal(22,9) NOT NULL, c673 Uint64 NOT NULL, c674 Datetime64 NOT NULL, c675 Int8 NOT NULL, c676 String NOT NULL, c677 Uint64 NOT NULL, c678 Timestamp NOT NULL, c679 Timestamp64 NOT NULL, c680 Utf8 NOT NULL, c681 Int8 NOT NULL, c682 Int8 NOT NULL, c683 Int32 NOT NULL, c684 Timestamp64 NOT NULL, c685 Datetime64 NOT NULL, c686 Utf8 NOT NULL, c687 Date NOT NULL, c688 Interval64 NOT NULL, c689 Datetime64 NOT NULL, c690 Int16 NOT NULL, c691 Int32 NOT NULL, c692 Uint16 NOT NULL, c693 Interval64 NOT NULL, c694 String NOT NULL, c695 Date NOT NULL, c696 Uint8 NOT NULL, c697 Datetime64 NOT NULL, c698 Date32 NOT NULL, c699 Decimal(22,9) NOT NULL, c700 Timestamp NOT NULL, c701 Int32 NOT NULL, c702 Timestamp NOT NULL, c703 Date NOT NULL, c704 Uint16 NOT NULL, c705 String NOT NULL, c706 Decimal(15,0) NOT NULL, c707 Timestamp64 NOT NULL, c708 Timestamp NOT NULL, c709 Utf8 NOT NULL, c710 Int64 NOT NULL, c711 Decimal(35,10) NOT NULL, c712 Int8 NOT NULL, c713 Uint16 NOT NULL, c714 Int8 NOT NULL, c715 Int8 NOT NULL, c716 Uint16 NOT NULL, c717 Uint8 NOT NULL, c718 Interval64 NOT NULL, c719 String NOT NULL, c720 Date32 NOT NULL, c721 String NOT NULL, c722 Int16 NOT NULL, c723 Decimal(35,10) NOT NULL, c724 Uint64 NOT NULL, c725 Uint64 NOT NULL, c726 Date32 NOT NULL, c727 Int32 NOT NULL, c728 Timestamp NOT NULL, c729 Decimal(22,9) NOT NULL, c730 Decimal(15,0) NOT NULL, c731 Timestamp64 NOT NULL, c732 Int16 NOT NULL, c733 Uint8 NOT NULL, c734 Datetime NOT NULL, c735 Date NOT NULL, c736 Int32 NOT NULL, c737 Int64 NOT NULL, c738 Interval64 NOT NULL, c739 Uint64 NOT NULL, c740 Uint32 NOT NULL, c741 Uint16 NOT NULL, c742 Uint16 NOT NULL, c743 Int64 NOT NULL, c744 String NOT NULL, c745 Uint8 NOT NULL, c746 String NOT NULL, c747 Decimal(15,0) NOT NULL, c748 String NOT NULL, c749 Uint16 NOT NULL, c750 Utf8 NOT NULL, c751 Uint64 NOT NULL, c752 Datetime NOT NULL, c753 Date NOT NULL, c754 Date NOT NULL, c755 Int16 NOT NULL, c756 Date32 NOT NULL, c757 Int16 NOT NULL, c758 Decimal(15,0) NOT NULL, c759 Int64 NOT NULL, c760 Decimal(15,0) NOT NULL, c761 Int64 NOT NULL, c762 Int8 NOT NULL, c763 Decimal(22,9) NOT NULL, c764 Int32 NOT NULL, c765 Decimal(22,9) NOT NULL, c766 Decimal(35,10) NOT NULL, c767 Int8 NOT NULL, c768 Int32 NOT NULL, c769 Uint8 NOT NULL, c770 Int64 NOT NULL, c771 Uint64 NOT NULL, c772 Int64 NOT NULL, c773 Int8 NOT NULL, c774 Int16 NOT NULL, c775 Timestamp64 NOT NULL, c776 Timestamp NOT NULL, c777 Datetime64 NOT NULL, c778 Int64 NOT NULL, c779 Decimal(22,9) NOT NULL, c780 Date32 NOT NULL, c781 String NOT NULL, c782 Utf8 NOT NULL, c783 Interval64 NOT NULL, c784 Interval64 NOT NULL, c785 Uint32 NOT NULL, c786 Uint16 NOT NULL, c787 Int8 NOT NULL, c788 Uint64 NOT NULL, c789 Int16 NOT NULL, c790 Timestamp64 NOT NULL, c791 Int16 NOT NULL, c792 Date NOT NULL, c793 Uint16 NOT NULL, c794 Uint16 NOT NULL, c795 Interval64 NOT NULL, c796 Uint64 NOT NULL, c797 Int32 NOT NULL, c798 Utf8 NOT NULL, c799 Decimal(35,10) NOT NULL, c800 Date32 NOT NULL, c801 Decimal(15,0) NOT NULL, c802 Uint8 NOT NULL, c803 Interval64 NOT NULL, c804 Int16 NOT NULL, c805 Date NOT NULL, c806 Int8 NOT NULL, c807 Utf8 NOT NULL, c808 Timestamp NOT NULL, c809 Decimal(22,9) NOT NULL, c810 Int16 NOT NULL, c811 Int32 NOT NULL, c812 Timestamp64 NOT NULL, c813 Interval64 NOT NULL, c814 Uint64 NOT NULL, c815 Int16 NOT NULL, c816 Uint32 NOT NULL, c817 Int64 NOT NULL, c818 Uint64 NOT NULL, c819 Decimal(35,10) NOT NULL, c820 Uint32 NOT NULL, c821 Timestamp NOT NULL, c822 Datetime NOT NULL, c823 Decimal(35,10) NOT NULL, c824 Utf8 NOT NULL, c825 Datetime NOT NULL, c826 Int16 NOT NULL, c827 Datetime64 NOT NULL, c828 Datetime64 NOT NULL, c829 Int32 NOT NULL, c830 Int16 NOT NULL, c831 Uint64 NOT NULL, c832 Interval64 NOT NULL, c833 Datetime64 NOT NULL, c834 Decimal(35,10) NOT NULL, c835 Date NOT NULL, c836 Int16 NOT NULL, c837 Uint64 NOT NULL, c838 Int32 NOT NULL, c839 Date32 NOT NULL, c840 Date32 NOT NULL, c841 Uint16 NOT NULL, c842 Decimal(22,9) NOT NULL, c843 Interval64 NOT NULL, c844 String NOT NULL, c845 Uint8 NOT NULL, c846 Interval64 NOT NULL, c847 Int8 NOT NULL, c848 Uint32 NOT NULL, c849 Datetime NOT NULL, c850 Interval64 NOT NULL, c851 Decimal(15,0) NOT NULL, c852 Uint16 NOT NULL, c853 Int16 NOT NULL, c854 Int8 NOT NULL, c855 Date32 NOT NULL, c856 Uint8 NOT NULL, c857 Int16 NOT NULL, c858 Uint8 NOT NULL, c859 Uint16 NOT NULL, c860 Uint32 NOT NULL, c861 Uint16 NOT NULL, c862 Date32 NOT NULL, c863 Uint16 NOT NULL, c864 Timestamp NOT NULL, c865 Decimal(35,10) NOT NULL, c866 Timestamp NOT NULL, c867 Int16 NOT NULL, c868 Decimal(35,10) NOT NULL, c869 Int8 NOT NULL, c870 Int16 NOT NULL, c871 Decimal(22,9) NOT NULL, c872 Int64 NOT NULL, c873 Decimal(35,10) NOT NULL, c874 String NOT NULL, c875 Uint16 NOT NULL, c876 Timestamp NOT NULL, c877 Int32 NOT NULL, c878 Date NOT NULL, c879 Uint8 NOT NULL, c880 Uint64 NOT NULL, c881 String NOT NULL, c882 Datetime NOT NULL, c883 Int32 NOT NULL, c884 Uint16 NOT NULL, c885 Decimal(35,10) NOT NULL, c886 Int8 NOT NULL, c887 Interval64 NOT NULL, c888 Date32 NOT NULL, c889 Uint64 NOT NULL, c890 String NOT NULL, c891 Timestamp NOT NULL, c892 Date NOT NULL, c893 Uint16 NOT NULL, c894 Datetime NOT NULL, c895 Decimal(35,10) NOT NULL, c896 Timestamp64 NOT NULL, c897 Timestamp NOT NULL, c898 Decimal(35,10) NOT NULL, c899 Interval64 NOT NULL, c900 Int64 NOT NULL, c901 Decimal(22,9) NOT NULL, c902 Datetime64 NOT NULL, c903 Int16 NOT NULL, c904 Interval64 NOT NULL, c905 Int32 NOT NULL, c906 Timestamp64 NOT NULL, c907 Decimal(15,0) NOT NULL, c908 Decimal(35,10) NOT NULL, c909 Interval64 NOT NULL, c910 Uint64 NOT NULL, c911 Date NOT NULL, c912 Int32 NOT NULL, c913 Decimal(15,0) NOT NULL, c914 String NOT NULL, c915 String NOT NULL, c916 Uint64 NOT NULL, c917 Int16 NOT NULL, c918 Datetime64 NOT NULL, c919 Decimal(22,9) NOT NULL, c920 Date NOT NULL, c921 Timestamp NOT NULL, c922 String NOT NULL, c923 Interval64 NOT NULL, c924 Utf8 NOT NULL, c925 Timestamp NOT NULL, c926 Datetime NOT NULL, c927 Decimal(22,9) NOT NULL, c928 Interval64 NOT NULL, c929 Int32 NOT NULL, c930 Decimal(35,10) NOT NULL, c931 Int64 NOT NULL, c932 Int64 NOT NULL, c933 Uint32 NOT NULL, c934 String NOT NULL, c935 Datetime NOT NULL, c936 Uint16 NOT NULL, c937 Utf8 NOT NULL, c938 Uint16 NOT NULL, c939 Datetime NOT NULL, c940 Utf8 NOT NULL, c941 Int32 NOT NULL, c942 Uint8 NOT NULL, c943 Date NOT NULL, c944 Datetime NOT NULL, c945 Decimal(22,9) NOT NULL, c946 Datetime64 NOT NULL, c947 Interval64 NOT NULL, c948 Uint64 NOT NULL, c949 Uint16 NOT NULL, c950 String NOT NULL, c951 Uint32 NOT NULL, c952 Timestamp NOT NULL, c953 Decimal(22,9) NOT NULL, c954 Decimal(15,0) NOT NULL, c955 Utf8 NOT NULL, c956 Date NOT NULL, c957 Interval64 NOT NULL, c958 Utf8 NOT NULL, c959 Int16 NOT NULL, c960 Uint8 NOT NULL, c961 Int16 NOT NULL, c962 Datetime64 NOT NULL, c963 Datetime64 NOT NULL, c964 Uint16 NOT NULL, c965 Int8 NOT NULL, c966 Int16 NOT NULL, c967 Uint8 NOT NULL, c968 Timestamp NOT NULL, c969 Date32 NOT NULL, c970 Datetime64 NOT NULL, c971 Timestamp64 NOT NULL, c972 Decimal(35,10) NOT NULL, c973 Datetime NOT NULL, c974 Datetime64 NOT NULL, c975 Timestamp NOT NULL, c976 Int32 NOT NULL, c977 Decimal(15,0) NOT NULL, c978 Date NOT NULL, c979 Decimal(35,10) NOT NULL, c980 Decimal(35,10) NOT NULL, c981 Datetime NOT NULL, c982 Int16 NOT NULL, c983 Uint32 NOT NULL, c984 Int8 NOT NULL, c985 Timestamp64 NOT NULL, c986 Int64 NOT NULL, c987 Datetime64 NOT NULL, c988 Timestamp64 NOT NULL, c989 Int8 NOT NULL, c990 Decimal(35,10) NOT NULL, c991 Int64 NOT NULL, c992 Int8 NOT NULL, c993 Int16 NOT NULL, c994 Timestamp64 NOT NULL, c995 Datetime NOT NULL, c996 Decimal(22,9) NOT NULL, c997 Decimal(35,10) NOT NULL, c998 Int8 NOT NULL, c999 Uint8 NOT NULL, c1000 Uint16 NOT NULL, c1001 Decimal(22,9) NOT NULL, c1002 Int32 NOT NULL, c1003 Datetime NOT NULL, c1004 Decimal(15,0) NOT NULL, c1005 Uint64 NOT NULL, c1006 Uint64 NOT NULL, c1007 Int32 NOT NULL, c1008 Datetime64 NOT NULL, c1009 Datetime NOT NULL, c1010 Int16 NOT NULL, c1011 Decimal(35,10) NOT NULL, c1012 Datetime64 NOT NULL, c1013 Interval64 NOT NULL, c1014 Decimal(35,10) NOT NULL, c1015 Date NOT NULL, c1016 Decimal(15,0) NOT NULL, c1017 Uint8 NOT NULL, c1018 Datetime NOT NULL, c1019 Interval64 NOT NULL, c1020 Utf8 NOT NULL, c1021 Uint32 NOT NULL, c1022 Uint8 NOT NULL, c1023 Utf8 NOT NULL, c1024 Int64 NOT NULL, c1025 Timestamp64 NOT NULL, c1026 Timestamp NOT NULL, c1027 Interval64 NOT NULL, c1028 String NOT NULL, c1029 Uint16 NOT NULL, c1030 Decimal(35,10) NOT NULL, c1031 Uint16 NOT NULL, c1032 Date NOT NULL, c1033 String NOT NULL, c1034 Datetime64 NOT NULL, c1035 Uint32 NOT NULL, c1036 Int32 NOT NULL, c1037 Uint64 NOT NULL, c1038 Uint64 NOT NULL, c1039 Datetime64 NOT NULL, c1040 Decimal(35,10) NOT NULL, c1041 Uint32 NOT NULL, c1042 Timestamp64 NOT NULL, c1043 Int32 NOT NULL, c1044 Decimal(22,9) NOT NULL, c1045 Timestamp NOT NULL, c1046 Uint32 NOT NULL, c1047 Int32 NOT NULL, c1048 Datetime64 NOT NULL, c1049 Decimal(22,9) NOT NULL, c1050 Date NOT NULL, c1051 Datetime NOT NULL, c1052 Timestamp64 NOT NULL, c1053 String NOT NULL, c1054 Interval64 NOT NULL, c1055 Int32 NOT NULL, c1056 Utf8 NOT NULL, c1057 Timestamp64 NOT NULL, c1058 Int64 NOT NULL, c1059 Datetime NOT NULL, c1060 Datetime NOT NULL, c1061 Datetime64 NOT NULL, c1062 Uint64 NOT NULL, c1063 Datetime64 NOT NULL, c1064 Utf8 NOT NULL, c1065 Uint32 NOT NULL, c1066 Datetime64 NOT NULL, c1067 Int8 NOT NULL, c1068 Decimal(22,9) NOT NULL, c1069 Uint8 NOT NULL, c1070 String NOT NULL, c1071 Datetime64 NOT NULL, c1072 Int32 NOT NULL, c1073 Date32 NOT NULL, c1074 Decimal(35,10) NOT NULL, c1075 Decimal(35,10) NOT NULL, c1076 Uint32 NOT NULL, c1077 Date NOT NULL, c1078 Date NOT NULL, c1079 Timestamp NOT NULL, c1080 Uint64 NOT NULL, c1081 Int64 NOT NULL, c1082 Date NOT NULL, c1083 Uint8 NOT NULL, c1084 Date NOT NULL, c1085 Interval64 NOT NULL, c1086 Timestamp NOT NULL, c1087 Int64 NOT NULL, c1088 Date NOT NULL, c1089 Decimal(35,10) NOT NULL, c1090 Decimal(15,0) NOT NULL, c1091 Int8 NOT NULL, c1092 Datetime NOT NULL, c1093 Timestamp64 NOT NULL, c1094 Int8 NOT NULL, c1095 Timestamp64 NOT NULL, c1096 Interval64 NOT NULL, c1097 Decimal(35,10) NOT NULL, c1098 Decimal(35,10) NOT NULL, c1099 Uint8 NOT NULL, c1100 Uint8 NOT NULL, c1101 Date32 NOT NULL, c1102 Uint32 NOT NULL, c1103 String NOT NULL, c1104 String NOT NULL, c1105 Date32 NOT NULL, c1106 Uint8 NOT NULL, c1107 Date32 NOT NULL, c1108 Uint8 NOT NULL, c1109 Date32 NOT NULL, c1110 Int8 NOT NULL, c1111 Timestamp NOT NULL, c1112 Int32 NOT NULL, c1113 Date NOT NULL, c1114 Timestamp64 NOT NULL, c1115 Interval64 NOT NULL, c1116 Utf8 NOT NULL, c1117 Decimal(22,9) NOT NULL, c1118 Datetime64 NOT NULL, c1119 String NOT NULL, c1120 Datetime NOT NULL, c1121 Datetime NOT NULL, c1122 Uint64 NOT NULL, c1123 Uint16 NOT NULL, c1124 Uint16 NOT NULL, c1125 Timestamp NOT NULL, c1126 Int32 NOT NULL, c1127 Int16 NOT NULL, c1128 Datetime NOT NULL, c1129 Timestamp64 NOT NULL, c1130 Decimal(35,10) NOT NULL, c1131 Date32 NOT NULL, c1132 Int8 NOT NULL, c1133 Uint32 NOT NULL, c1134 Datetime NOT NULL, c1135 Date32 NOT NULL, c1136 Decimal(35,10) NOT NULL, c1137 Date32 NOT NULL, c1138 Decimal(15,0) NOT NULL, c1139 Int16 NOT NULL, c1140 String NOT NULL, c1141 Datetime NOT NULL, c1142 Uint32 NOT NULL, c1143 Timestamp NOT NULL, c1144 Interval64 NOT NULL, c1145 Interval64 NOT NULL, c1146 Int8 NOT NULL, c1147 Uint32 NOT NULL, c1148 Int32 NOT NULL, c1149 Datetime64 NOT NULL, c1150 Date NOT NULL, c1151 Int8 NOT NULL, c1152 Uint8 NOT NULL, c1153 Interval64 NOT NULL, c1154 String NOT NULL, c1155 Decimal(15,0) NOT NULL, c1156 Interval64 NOT NULL, c1157 Int32 NOT NULL, c1158 Uint32 NOT NULL, c1159 Datetime NOT NULL, c1160 Utf8 NOT NULL, c1161 Int32 NOT NULL, c1162 Uint64 NOT NULL, c1163 Int8 NOT NULL, c1164 Int8 NOT NULL, c1165 Timestamp64 NOT NULL, c1166 Timestamp64 NOT NULL, c1167 Uint64 NOT NULL, c1168 Uint16 NOT NULL, c1169 Int8 NOT NULL, c1170 Int64 NOT NULL, c1171 Decimal(35,10) NOT NULL, c1172 Decimal(15,0) NOT NULL, c1173 Datetime64 NOT NULL, c1174 Date NOT NULL, c1175 Utf8 NOT NULL, c1176 Utf8 NOT NULL, c1177 Uint16 NOT NULL, c1178 Int8 NOT NULL, c1179 Int16 NOT NULL, c1180 String NOT NULL, c1181 String NOT NULL, c1182 Uint8 NOT NULL, c1183 Uint16 NOT NULL, c1184 Date32 NOT NULL, c1185 Decimal(22,9) NOT NULL, c1186 String NOT NULL, c1187 Date32 NOT NULL, c1188 Date NOT NULL, c1189 Utf8 NOT NULL, c1190 Int16 NOT NULL, c1191 Decimal(22,9) NOT NULL, c1192 String NOT NULL, c1193 Date NOT NULL, c1194 Decimal(35,10) NOT NULL, c1195 Utf8 NOT NULL, c1196 Decimal(22,9) NOT NULL, c1197 Uint16 NOT NULL, c1198 Date NOT NULL, c1199 Utf8 NOT NULL, c1200 Timestamp NOT NULL, c1201 Decimal(35,10) NOT NULL, c1202 Datetime64 NOT NULL, c1203 Decimal(15,0) NOT NULL, c1204 Timestamp64 NOT NULL, c1205 Int64 NOT NULL, c1206 Int8 NOT NULL, c1207 Date NOT NULL, c1208 Int8 NOT NULL, c1209 Uint32 NOT NULL, c1210 Decimal(35,10) NOT NULL, c1211 Int16 NOT NULL, c1212 Date NOT NULL, c1213 Utf8 NOT NULL, c1214 Decimal(22,9) NOT NULL, c1215 Uint16 NOT NULL, c1216 Decimal(22,9) NOT NULL, c1217 Datetime NOT NULL, c1218 Datetime64 NOT NULL, c1219 Int32 NOT NULL, c1220 Uint8 NOT NULL, c1221 Date32 NOT NULL, c1222 Date NOT NULL, c1223 Decimal(22,9) NOT NULL, c1224 String NOT NULL, c1225 Int64 NOT NULL, c1226 Int16 NOT NULL, c1227 Uint8 NOT NULL, c1228 Utf8 NOT NULL, c1229 Int16 NOT NULL, c1230 Datetime NOT NULL, c1231 Decimal(15,0) NOT NULL, c1232 Decimal(22,9) NOT NULL, c1233 Datetime64 NOT NULL, c1234 Utf8 NOT NULL, c1235 Date NOT NULL, c1236 Int8 NOT NULL, c1237 Datetime NOT NULL, c1238 Decimal(22,9) NOT NULL, c1239 Utf8 NOT NULL, c1240 Interval64 NOT NULL, c1241 Decimal(15,0) NOT NULL, c1242 Int64 NOT NULL, c1243 Interval64 NOT NULL, c1244 Utf8 NOT NULL, c1245 Uint16 NOT NULL, c1246 Uint8 NOT NULL, c1247 Int16 NOT NULL, c1248 Date32 NOT NULL, c1249 Timestamp64 NOT NULL, c1250 String NOT NULL, c1251 String NOT NULL, c1252 Uint16 NOT NULL, c1253 Timestamp64 NOT NULL, c1254 Date NOT NULL, c1255 Int64 NOT NULL, c1256 Utf8 NOT NULL, c1257 Date32 NOT NULL, c1258 Timestamp64 NOT NULL, c1259 Int64 NOT NULL, c1260 Uint64 NOT NULL, c1261 Decimal(22,9) NOT NULL, c1262 Datetime NOT NULL, c1263 Decimal(22,9) NOT NULL, c1264 String NOT NULL, c1265 Int32 NOT NULL, c1266 Uint16 NOT NULL, c1267 Date NOT NULL, c1268 Uint32 NOT NULL, c1269 Datetime64 NOT NULL, c1270 Int64 NOT NULL, c1271 Interval64 NOT NULL, c1272 Date32 NOT NULL, c1273 Date32 NOT NULL, c1274 Decimal(35,10) NOT NULL, c1275 Interval64 NOT NULL, c1276 Datetime NOT NULL, c1277 Decimal(15,0) NOT NULL, c1278 Uint64 NOT NULL, c1279 String NOT NULL, c1280 Int32 NOT NULL, c1281 Timestamp64 NOT NULL, c1282 Datetime64 NOT NULL, c1283 Int64 NOT NULL, c1284 Int16 NOT NULL, c1285 Uint8 NOT NULL, c1286 Utf8 NOT NULL, c1287 Date32 NOT NULL, c1288 Date NOT NULL, c1289 Int64 NOT NULL, c1290 Timestamp64 NOT NULL, c1291 Date NOT NULL, c1292 Date NOT NULL, c1293 Date NOT NULL, c1294 Datetime64 NOT NULL, c1295 Int16 NOT NULL, c1296 Uint8 NOT NULL, c1297 Int16 NOT NULL, c1298 Date NOT NULL, c1299 Decimal(35,10) NOT NULL, c1300 Timestamp64 NOT NULL, c1301 Decimal(15,0) NOT NULL, c1302 Date32 NOT NULL, c1303 Uint64 NOT NULL, c1304 Timestamp NOT NULL, c1305 Uint32 NOT NULL, c1306 Decimal(15,0) NOT NULL, c1307 Int8 NOT NULL, c1308 Timestamp NOT NULL, c1309 Decimal(15,0) NOT NULL, c1310 Interval64 NOT NULL, c1311 Decimal(35,10) NOT NULL, c1312 Interval64 NOT NULL, c1313 Datetime NOT NULL, c1314 String NOT NULL, c1315 Decimal(22,9) NOT NULL, c1316 Timestamp NOT NULL, c1317 Datetime NOT NULL, c1318 Utf8 NOT NULL, c1319 Int8 NOT NULL, c1320 Int8 NOT NULL, c1321 Int16 NOT NULL, c1322 Decimal(15,0) NOT NULL, c1323 Interval64 NOT NULL, c1324 Int16 NOT NULL, c1325 Datetime NOT NULL, c1326 Timestamp NOT NULL, c1327 Decimal(15,0) NOT NULL, c1328 Timestamp64 NOT NULL, c1329 Date32 NOT NULL, c1330 Timestamp NOT NULL, c1331 Uint8 NOT NULL, c1332 Int32 NOT NULL, c1333 Date32 NOT NULL, c1334 Timestamp64 NOT NULL, c1335 Timestamp64 NOT NULL, c1336 Date32 NOT NULL, c1337 Int32 NOT NULL, c1338 Date32 NOT NULL, c1339 Uint8 NOT NULL, c1340 Int32 NOT NULL, c1341 Decimal(35,10) NOT NULL, c1342 Uint32 NOT NULL, c1343 Int8 NOT NULL, c1344 Uint32 NOT NULL, c1345 Decimal(22,9) NOT NULL, c1346 Int16 NOT NULL, c1347 Date32 NOT NULL, c1348 Uint8 NOT NULL, c1349 Int8 NOT NULL, c1350 Int64 NOT NULL, c1351 Int64 NOT NULL, c1352 Date, c1353 Utf8 NOT NULL, c1354 Interval64, c1355 Utf8, c1356 Utf8 NOT NULL, c1357 Datetime NOT NULL, c1358 Int16 NOT NULL, c1359 Uint64, c1360 Int8 NOT NULL, c1361 Decimal(35,10) NOT NULL, c1362 Uint16, c1363 Decimal(22,9), c1364 Uint8, c1365 Uint8, c1366 Int64 NOT NULL, c1367 Uint8, c1368 Int32 NOT NULL, c1369 Decimal(22,9), c1370 Uint16, c1371 Int32, c1372 Int32, c1373 Uint64, c1374 Decimal(22,9) NOT NULL, c1375 Uint32 NOT NULL, c1376 Yson NOT NULL, c1377 Int64, c1378 Datetime64, c1379 Int32 NOT NULL, c1380 Int64 NOT NULL, c1381 Uint8 NOT NULL, c1382 Int16 NOT NULL, c1383 Int16 NOT NULL, c1384 Timestamp64 NOT NULL, c1385 Uint16 NOT NULL, c1386 Double NOT NULL, c1387 Date32 NOT NULL, c1388 Int16 NOT NULL, c1389 Uint8 NOT NULL, c1390 Interval64, c1391 Date32 NOT NULL, c1392 Int16 NOT NULL, c1393 Yson, c1394 JsonDocument NOT NULL, c1395 Decimal(15,0), c1396 Int32 NOT NULL, c1397 Date32, c1398 Decimal(15,0) NOT NULL, c1399 Int32 NOT NULL, c1400 JsonDocument NOT NULL, c1401 Int64, c1402 Datetime64 NOT NULL, c1403 Float, c1404 Timestamp, c1405 Decimal(35,10), c1406 Date32 NOT NULL, c1407 Float, c1408 Utf8 NOT NULL, c1409 Decimal(35,10) NOT NULL, c1410 Int16 NOT NULL, c1411 Decimal(22,9), c1412 Yson, c1413 Decimal(15,0) NOT NULL, c1414 Timestamp64 NOT NULL, c1415 Timestamp NOT NULL, c1416 Interval64 NOT NULL, c1417 Int32 NOT NULL, c1418 JsonDocument NOT NULL, c1419 JsonDocument NOT NULL, c1420 Int64 NOT NULL, c1421 Uint32 NOT NULL, c1422 Decimal(35,10) NOT NULL, c1423 Int16, c1424 Date32 NOT NULL, c1425 Uint8, c1426 Datetime NOT NULL, c1427 JsonDocument NOT NULL, c1428 Datetime NOT NULL, c1429 JsonDocument NOT NULL, c1430 Decimal(35,10) NOT NULL, c1431 Uint64, c1432 Yson, c1433 Uint16, c1434 Int32 NOT NULL, c1435 Utf8, c1436 Decimal(35,10) NOT NULL, c1437 Utf8 NOT NULL, c1438 Decimal(15,0), c1439 Utf8, c1440 Uint32 NOT NULL, c1441 Double, c1442 Uint64, c1443 Int16, c1444 Utf8, c1445 Int32, c1446 Decimal(15,0) NOT NULL, c1447 Int64, c1448 Yson, c1449 JsonDocument, c1450 Int8, c1451 Decimal(22,9) NOT NULL, c1452 Int64, c1453 String NOT NULL, c1454 Decimal(15,0), c1455 Utf8 NOT NULL, c1456 Int8, c1457 Float, c1458 Timestamp NOT NULL, c1459 Date32, c1460 Uint16 NOT NULL, c1461 Date32, c1462 Int16, c1463 Date32, c1464 Uint8, c1465 Date, c1466 Int8, c1467 Datetime NOT NULL, c1468 Yson, c1469 Decimal(15,0), c1470 Json, c1471 Utf8, c1472 Int16, c1473 Uint64, c1474 Int16 NOT NULL, c1475 Uint16 NOT NULL, c1476 Uint32 NOT NULL, c1477 Datetime NOT NULL, c1478 Int32 NOT NULL, c1479 Double, c1480 Double NOT NULL, c1481 Int8, c1482 Timestamp64 NOT NULL, c1483 Timestamp64 NOT NULL, c1484 Interval64, c1485 String, c1486 String, c1487 Decimal(15,0), c1488 Interval64, c1489 Utf8 NOT NULL, c1490 Int64, c1491 Uint32, c1492 Int8 NOT NULL, c1493 Timestamp, c1494 Int64, c1495 Int64, c1496 Timestamp64 NOT NULL, c1497 Datetime64 NOT NULL, c1498 String, c1499 Decimal(22,9), c1500 JsonDocument, c1501 Double NOT NULL, c1502 Timestamp NOT NULL, c1503 Yson, c1504 Uint8, c1505 Json NOT NULL, c1506 Json, c1507 Decimal(15,0), c1508 Int8, c1509 Decimal(15,0) NOT NULL, c1510 Int16 NOT NULL, c1511 Decimal(35,10) NOT NULL, c1512 Datetime64, c1513 Int32 NOT NULL, c1514 Double, c1515 String, c1516 Uint16 NOT NULL, c1517 Date NOT NULL, c1518 Uint64 NOT NULL, c1519 Timestamp64, c1520 Decimal(22,9), c1521 String NOT NULL, c1522 Float NOT NULL, c1523 Int32, c1524 String NOT NULL, c1525 Date NOT NULL, c1526 Decimal(15,0) NOT NULL, c1527 Int64 NOT NULL, c1528 Decimal(35,10) NOT NULL, c1529 Json NOT NULL, c1530 Uint8, c1531 Float NOT NULL, c1532 Json, c1533 Float NOT NULL, c1534 Datetime NOT NULL, c1535 Yson NOT NULL, c1536 Decimal(22,9), c1537 Datetime64, c1538 Int32 NOT NULL, c1539 Json NOT NULL, c1540 Utf8 NOT NULL, c1541 Decimal(15,0) NOT NULL, c1542 Yson, c1543 Timestamp, c1544 Datetime64 NOT NULL, c1545 Json, c1546 Timestamp NOT NULL, c1547 Timestamp64, c1548 Decimal(35,10), c1549 Int8, c1550 Decimal(35,10) NOT NULL, c1551 Yson NOT NULL, c1552 Uint8, c1553 Int64, c1554 Interval64, c1555 Yson NOT NULL, c1556 Int8 NOT NULL, c1557 Yson, c1558 Date NOT NULL, c1559 Int8, c1560 Decimal(22,9) NOT NULL, c1561 Decimal(35,10), c1562 Utf8 NOT NULL, c1563 Date32, c1564 Interval64 NOT NULL, c1565 Int64, c1566 Decimal(15,0), c1567 Int64 NOT NULL, c1568 String NOT NULL, c1569 Datetime64, c1570 Decimal(35,10), c1571 Uint8, c1572 Date, c1573 Datetime64, c1574 Utf8, c1575 Uint8, c1576 Int16, c1577 Int64, c1578 Date, c1579 JsonDocument NOT NULL, c1580 Uint8, c1581 Decimal(15,0) NOT NULL, c1582 Decimal(15,0), c1583 Datetime, c1584 Float NOT NULL, c1585 Json, c1586 Uint8 NOT NULL, c1587 Datetime64 NOT NULL, c1588 Timestamp, c1589 Utf8 NOT NULL, c1590 Interval64, c1591 Uint64 NOT NULL, c1592 Int64 NOT NULL, c1593 Utf8 NOT NULL, c1594 JsonDocument NOT NULL, c1595 Json NOT NULL, c1596 Float, c1597 Timestamp, c1598 JsonDocument, c1599 Date32, c1600 Double, c1601 Decimal(35,10), c1602 Datetime, c1603 Uint32, c1604 Datetime64 NOT NULL, c1605 Date32, c1606 Int16 NOT NULL, c1607 Int64, c1608 Datetime64, c1609 Timestamp NOT NULL, c1610 String, c1611 Uint16, c1612 String NOT NULL, c1613 Date32 NOT NULL, c1614 Int8 NOT NULL, c1615 Uint16 NOT NULL, c1616 Uint16 NOT NULL, c1617 Int32, c1618 Datetime NOT NULL, c1619 Datetime NOT NULL, c1620 Int64, c1621 String, c1622 Uint8 NOT NULL, c1623 Uint8, c1624 Yson, c1625 Float NOT NULL, c1626 JsonDocument, c1627 Uint8 NOT NULL, c1628 Int64, c1629 Uint32 NOT NULL, c1630 Decimal(35,10) NOT NULL, c1631 Decimal(22,9) NOT NULL, c1632 Interval64, c1633 Int32, c1634 Datetime, c1635 Int16 NOT NULL, c1636 Json, c1637 Interval64, c1638 Date, c1639 Timestamp64, c1640 Int8 NOT NULL, c1641 Uint8 NOT NULL, c1642 Int16, c1643 Date32, c1644 Uint64 NOT NULL, c1645 Double, c1646 Date NOT NULL, c1647 Uint8 NOT NULL, c1648 Uint8, c1649 Uint64, c1650 Utf8 NOT NULL, c1651 Float NOT NULL, c1652 Utf8 NOT NULL, c1653 Int64, c1654 Uint64, c1655 Date32, c1656 Uint8 NOT NULL, c1657 Utf8 NOT NULL, c1658 Int8, c1659 Json, c1660 Double NOT NULL, c1661 Int64 NOT NULL, c1662 Int64, c1663 Uint32, c1664 Int16 NOT NULL, c1665 Int64, c1666 Int64 NOT NULL, c1667 Uint64, c1668 Uint8 NOT NULL, c1669 Int64 NOT NULL, c1670 Int32, c1671 JsonDocument, c1672 Date, c1673 Datetime64, c1674 Int16, c1675 Decimal(22,9) NOT NULL, c1676 Uint16, c1677 Timestamp64 NOT NULL, c1678 Int16, c1679 String NOT NULL, c1680 Datetime NOT NULL, c1681 Decimal(22,9), c1682 Decimal(35,10), c1683 Date32, c1684 Timestamp64 NOT NULL, c1685 Decimal(22,9), c1686 Interval64, c1687 Yson, c1688 Uint64 NOT NULL, c1689 Datetime, c1690 Int16 NOT NULL, c1691 Uint8 NOT NULL, c1692 Uint32 NOT NULL, c1693 Timestamp NOT NULL, c1694 Int64, c1695 Int32 NOT NULL, c1696 Int64, c1697 Date32 NOT NULL, c1698 Interval64, c1699 Datetime64, c1700 Utf8, c1701 Uint32, c1702 JsonDocument, c1703 Date32 NOT NULL, c1704 Decimal(35,10), c1705 Uint16, c1706 JsonDocument NOT NULL, c1707 Uint16 NOT NULL, c1708 Date32 NOT NULL, c1709 Datetime64 NOT NULL, c1710 Uint8, c1711 Int16, c1712 Int32 NOT NULL, c1713 Timestamp NOT NULL, c1714 Yson NOT NULL, c1715 Timestamp64 NOT NULL, c1716 JsonDocument NOT NULL, c1717 Datetime64, c1718 Int32 NOT NULL, c1719 Uint8 NOT NULL, c1720 Datetime NOT NULL, c1721 Date, c1722 Uint32 NOT NULL, c1723 Double, c1724 Datetime NOT NULL, c1725 Yson NOT NULL, c1726 Decimal(15,0) NOT NULL, c1727 JsonDocument NOT NULL, c1728 Json NOT NULL, c1729 Utf8, c1730 Int32 NOT NULL, c1731 Uint64 NOT NULL, c1732 Decimal(15,0), c1733 Float, c1734 JsonDocument NOT NULL, c1735 Timestamp64 NOT NULL, c1736 Json NOT NULL, c1737 Decimal(15,0) NOT NULL, c1738 Int16 NOT NULL, c1739 Json NOT NULL, c1740 Uint32 NOT NULL, c1741 Decimal(22,9), c1742 Timestamp, c1743 Datetime NOT NULL, c1744 Datetime64 NOT NULL, c1745 Utf8, c1746 Json NOT NULL, c1747 Decimal(22,9), c1748 Decimal(35,10), c1749 Timestamp, c1750 Datetime64, c1751 Uint16, c1752 Decimal(22,9), c1753 JsonDocument, c1754 Int64, c1755 Int16 NOT NULL, c1756 Float, c1757 Int16 NOT NULL, c1758 Uint32, c1759 Double, c1760 Date, c1761 Float NOT NULL, c1762 Date32 NOT NULL, c1763 Decimal(35,10) NOT NULL, c1764 Date, c1765 Timestamp64 NOT NULL, c1766 Date, c1767 Int64, c1768 Int8 NOT NULL, c1769 Utf8, c1770 Int64 NOT NULL, c1771 Float, c1772 Int16 NOT NULL, c1773 Uint16 NOT NULL, c1774 Utf8 NOT NULL, c1775 Int32, c1776 Yson, c1777 Double NOT NULL, c1778 Datetime, c1779 Double, c1780 Uint64, c1781 Json, c1782 Int64 NOT NULL, c1783 Json NOT NULL, c1784 Uint32, c1785 Float NOT NULL, c1786 Datetime NOT NULL, c1787 Json NOT NULL, c1788 Json, c1789 Int32, c1790 Json NOT NULL, c1791 Decimal(22,9) NOT NULL, c1792 Decimal(22,9) NOT NULL, c1793 Double, c1794 Int16, c1795 Json, c1796 Utf8 NOT NULL, c1797 Int64 NOT NULL, c1798 Interval64 NOT NULL, c1799 Int64 NOT NULL, c1800 Json, c1801 JsonDocument, c1802 Decimal(22,9) NOT NULL, c1803 Timestamp64, c1804 Datetime, c1805 Timestamp, c1806 Json NOT NULL, c1807 Interval64, c1808 JsonDocument NOT NULL, c1809 Timestamp64 NOT NULL, c1810 Uint8, c1811 Double NOT NULL, c1812 Utf8, c1813 Float NOT NULL, c1814 Uint8, c1815 Datetime NOT NULL, c1816 Int64 NOT NULL, c1817 Decimal(22,9) NOT NULL, c1818 Float, c1819 Datetime64 NOT NULL, c1820 Date NOT NULL, c1821 Uint8, c1822 Interval64 NOT NULL, c1823 Int32 NOT NULL, c1824 Int32, c1825 String NOT NULL, c1826 Int32 NOT NULL, c1827 Datetime64, c1828 Uint32 NOT NULL, c1829 Date32 NOT NULL, c1830 Interval64, c1831 Json, c1832 Uint64 NOT NULL, c1833 Json NOT NULL, c1834 Timestamp64, c1835 Decimal(15,0) NOT NULL, c1836 Yson, c1837 Decimal(15,0) NOT NULL, c1838 Float NOT NULL, c1839 Int8, c1840 String, c1841 JsonDocument, c1842 Timestamp64, c1843 Datetime, c1844 Uint32, c1845 Date32 NOT NULL, c1846 Uint32 NOT NULL, c1847 Uint64 NOT NULL, c1848 Decimal(22,9) NOT NULL, c1849 Decimal(15,0) NOT NULL, c1850 Decimal(22,9), c1851 Yson NOT NULL, c1852 Uint16 NOT NULL, c1853 Uint32 NOT NULL, c1854 Utf8, c1855 Uint64 NOT NULL, c1856 Date32, c1857 Utf8 NOT NULL, c1858 Uint16, c1859 Uint64 NOT NULL, c1860 JsonDocument, c1861 Decimal(35,10), c1862 Utf8, c1863 Uint16, c1864 Int16, c1865 Uint32, c1866 Decimal(22,9), c1867 Json, c1868 Date32, c1869 Uint8, c1870 Timestamp64 NOT NULL, c1871 Uint32 NOT NULL, c1872 JsonDocument, c1873 Float NOT NULL, c1874 Interval64 NOT NULL, c1875 Int8, c1876 Decimal(15,0), c1877 Decimal(15,0), c1878 Datetime64, c1879 Decimal(35,10), c1880 Yson NOT NULL, c1881 Float NOT NULL, c1882 Uint64, c1883 Interval64 NOT NULL, c1884 Datetime NOT NULL, c1885 Uint8 NOT NULL, c1886 Utf8, c1887 Timestamp NOT NULL, c1888 Int64, c1889 Decimal(22,9) NOT NULL, c1890 Interval64 NOT NULL, c1891 Date, c1892 Decimal(15,0) NOT NULL, c1893 Float NOT NULL, c1894 Int64, c1895 Uint8 NOT NULL, c1896 Date32, c1897 Uint8, c1898 Datetime64, c1899 Int32 NOT NULL, c1900 Double, c1901 String, c1902 Date NOT NULL, c1903 Yson, c1904 Float, c1905 Int64 NOT NULL, c1906 String NOT NULL, c1907 Int16 NOT NULL, c1908 Timestamp64 NOT NULL, c1909 Json NOT NULL, c1910 Double, c1911 Decimal(15,0), c1912 Date, c1913 Utf8, c1914 Datetime64, c1915 Decimal(35,10), c1916 Float, c1917 Timestamp, c1918 Uint16, c1919 Uint8, c1920 Date32, c1921 Json, c1922 Uint64 NOT NULL, c1923 Date, c1924 JsonDocument, c1925 Timestamp, c1926 Json NOT NULL, c1927 Int16, c1928 Interval64 NOT NULL, c1929 Timestamp64, c1930 String, c1931 Date, c1932 Uint16 NOT NULL, c1933 Json, c1934 Int64, c1935 Uint16, c1936 Datetime64, c1937 Utf8 NOT NULL, c1938 Uint32, c1939 Decimal(35,10), c1940 Interval64, c1941 Datetime64, c1942 Float NOT NULL, c1943 Double NOT NULL, c1944 Json NOT NULL, c1945 Datetime NOT NULL, c1946 Yson, c1947 Int32, c1948 Datetime64 NOT NULL, c1949 Float, c1950 Int32 NOT NULL, c1951 Decimal(35,10) NOT NULL, c1952 Uint64 NOT NULL, c1953 Timestamp64, c1954 Interval64 NOT NULL, c1955 Datetime64, c1956 Datetime64, c1957 Timestamp64 NOT NULL, c1958 Float, c1959 String NOT NULL, c1960 Uint64 NOT NULL, c1961 Uint32, c1962 Interval64, c1963 Date, c1964 Date NOT NULL, c1965 Yson, c1966 Int32 NOT NULL, c1967 Decimal(35,10) NOT NULL, c1968 Date32, c1969 Datetime, c1970 Int64, c1971 Date32 NOT NULL, c1972 Interval64 NOT NULL, c1973 Uint16 NOT NULL, c1974 Int32 NOT NULL, c1975 Int8, c1976 Float NOT NULL, c1977 Interval64, c1978 Datetime64 NOT NULL, c1979 Uint64, c1980 Timestamp64, c1981 Decimal(22,9), c1982 Int8 NOT NULL, c1983 Int16 NOT NULL, c1984 Timestamp64 NOT NULL, c1985 Int16 NOT NULL, c1986 Double NOT NULL, c1987 Datetime NOT NULL, c1988 Yson NOT NULL, c1989 Utf8 NOT NULL, c1990 Utf8, c1991 Utf8, c1992 String, c1993 Uint16, c1994 Double NOT NULL, c1995 Datetime, c1996 JsonDocument, c1997 Float NOT NULL, c1998 Int64 NOT NULL, c1999 Uint8, c2000 Datetime, c2001 Yson, c2002 Timestamp64, c2003 Int32, c2004 Json NOT NULL, c2005 Decimal(15,0) NOT NULL, c2006 Json NOT NULL, c2007 Utf8, c2008 Int32 NOT NULL, c2009 Int32, c2010 Int32 NOT NULL, c2011 Json, c2012 Int32, c2013 Interval64 NOT NULL, c2014 JsonDocument, c2015 Uint16, c2016 Uint32 NOT NULL, c2017 Double NOT NULL, c2018 Uint64, c2019 Decimal(35,10), c2020 Decimal(15,0) NOT NULL, c2021 Decimal(15,0) NOT NULL, c2022 Timestamp NOT NULL, c2023 Int8, c2024 Int32 NOT NULL, c2025 Uint8 NOT NULL, c2026 Date32 NOT NULL, c2027 Timestamp NOT NULL, c2028 Int32, c2029 Double, c2030 Utf8 NOT NULL, c2031 Yson, c2032 Int8, c2033 Yson, c2034 Uint32, c2035 Datetime, c2036 Timestamp, c2037 Date NOT NULL, c2038 Json, c2039 Date32 NOT NULL, c2040 Decimal(15,0) NOT NULL, c2041 Json, c2042 Uint8, c2043 Uint16, c2044 Datetime64, c2045 Float, c2046 Timestamp64 NOT NULL, c2047 JsonDocument NOT NULL, c2048 Int32 NOT NULL, c2049 Uint16 NOT NULL, c2050 Date32 NOT NULL, c2051 Int32, c2052 Json NOT NULL, c2053 Uint8, c2054 Timestamp NOT NULL, c2055 Datetime64 NOT NULL, c2056 Int8 NOT NULL, c2057 Uint64 NOT NULL, c2058 Float, c2059 Datetime64, c2060 Uint64, c2061 JsonDocument NOT NULL, c2062 Json, c2063 Uint32, c2064 Uint8, c2065 String, c2066 Uint16 NOT NULL, c2067 Decimal(35,10) NOT NULL, c2068 Int64, c2069 Uint64, c2070 Decimal(22,9) NOT NULL, c2071 Yson, c2072 Date, c2073 Utf8 NOT NULL, c2074 Uint32 NOT NULL, c2075 Int16, c2076 Datetime64 NOT NULL, c2077 Int16, c2078 Yson NOT NULL, c2079 String NOT NULL, c2080 Datetime NOT NULL, c2081 Decimal(22,9), c2082 Decimal(22,9), c2083 Timestamp64 NOT NULL, c2084 Double, c2085 Uint16, c2086 Decimal(35,10), c2087 Datetime64 NOT NULL, c2088 Int64, c2089 Yson NOT NULL, c2090 Int32 NOT NULL, c2091 Decimal(35,10), c2092 Utf8, c2093 Datetime, c2094 Decimal(22,9) NOT NULL, c2095 Int8 NOT NULL, c2096 Int32, c2097 Int32 NOT NULL, c2098 Date, c2099 Int64 NOT NULL, c2100 Json, c2101 Float NOT NULL, c2102 Int32 NOT NULL, c2103 Uint8 NOT NULL, c2104 Uint32 NOT NULL, c2105 Double NOT NULL, c2106 Uint8, c2107 Json, c2108 Decimal(35,10), c2109 String, c2110 Timestamp64, c2111 Float, c2112 Decimal(15,0), c2113 Int32, c2114 Decimal(35,10) NOT NULL, c2115 Uint16 NOT NULL, c2116 Int64 NOT NULL, c2117 JsonDocument NOT NULL, c2118 Float NOT NULL, c2119 Decimal(35,10) NOT NULL, c2120 Int64 NOT NULL, c2121 Date32 NOT NULL, c2122 Datetime, c2123 Timestamp64 NOT NULL, c2124 Datetime64 NOT NULL, c2125 Date32, c2126 Uint32, c2127 Decimal(22,9), c2128 Interval64, c2129 Decimal(15,0), c2130 Int16, c2131 Int32, c2132 Interval64, c2133 Date NOT NULL, c2134 Int32 NOT NULL, c2135 Uint16, c2136 Timestamp64, c2137 Datetime NOT NULL, c2138 Uint64 NOT NULL, c2139 Uint32, c2140 Int64 NOT NULL, c2141 Date NOT NULL, c2142 Float, c2143 String, c2144 Timestamp NOT NULL, c2145 Timestamp64, c2146 Decimal(15,0), c2147 Decimal(22,9), c2148 Uint16, c2149 Decimal(22,9), c2150 Int16, c2151 Decimal(35,10) NOT NULL, c2152 Int16 NOT NULL, c2153 Decimal(22,9), c2154 JsonDocument, c2155 Uint32, c2156 Decimal(35,10), c2157 String NOT NULL, c2158 Int32 NOT NULL, c2159 Int32, c2160 Double NOT NULL, c2161 Utf8 NOT NULL, c2162 Interval64, c2163 Int8, c2164 Decimal(22,9), c2165 Timestamp64 NOT NULL, c2166 Uint32, c2167 Int64 NOT NULL, c2168 Timestamp, c2169 Uint16, c2170 Uint16 NOT NULL, c2171 Int8, c2172 JsonDocument NOT NULL, c2173 Json NOT NULL, c2174 Uint8, c2175 Uint64, c2176 JsonDocument, c2177 Decimal(15,0) NOT NULL, c2178 Timestamp64, c2179 Timestamp NOT NULL, c2180 Utf8 NOT NULL, c2181 Datetime64 NOT NULL, c2182 Decimal(15,0) NOT NULL, c2183 Decimal(35,10) NOT NULL, c2184 String NOT NULL, c2185 Int8, c2186 Utf8 NOT NULL, c2187 Utf8 NOT NULL, c2188 Date, c2189 Double NOT NULL, c2190 Uint16 NOT NULL, c2191 Decimal(35,10), c2192 Decimal(15,0) NOT NULL, c2193 Interval64 NOT NULL, c2194 JsonDocument, c2195 Interval64 NOT NULL, c2196 Timestamp64 NOT NULL, c2197 Float NOT NULL, c2198 Datetime64, c2199 Float NOT NULL, c2200 Uint16, c2201 Json, c2202 Int16 NOT NULL, c2203 Yson NOT NULL, c2204 Uint32 NOT NULL, c2205 Int64 NOT NULL, c2206 Datetime64, c2207 Timestamp, c2208 Double NOT NULL, c2209 Yson, c2210 Timestamp NOT NULL, c2211 JsonDocument NOT NULL, c2212 Decimal(22,9), c2213 Uint64 NOT NULL, c2214 Uint64 NOT NULL, c2215 Interval64 NOT NULL, c2216 Timestamp64, c2217 Date NOT NULL, c2218 Uint32, c2219 Int32, c2220 Uint32 NOT NULL, c2221 JsonDocument, c2222 Float NOT NULL, c2223 Utf8, c2224 JsonDocument NOT NULL, c2225 Uint16 NOT NULL, c2226 Datetime64 NOT NULL, c2227 Yson NOT NULL, c2228 Int32, c2229 Decimal(15,0), c2230 JsonDocument NOT NULL, c2231 Date NOT NULL, c2232 Uint8 NOT NULL, c2233 Datetime64 NOT NULL, c2234 Interval64, c2235 Int32, c2236 String NOT NULL, c2237 Int64 NOT NULL, c2238 Decimal(15,0), c2239 Datetime, c2240 Yson, c2241 Int8 NOT NULL, c2242 Utf8 NOT NULL, c2243 Yson, c2244 Interval64 NOT NULL, c2245 Decimal(35,10), c2246 Date32, c2247 Yson NOT NULL, c2248 Int8 NOT NULL, c2249 Yson NOT NULL, c2250 String NOT NULL, c2251 Uint64, c2252 Uint16, c2253 Date NOT NULL, c2254 JsonDocument NOT NULL, c2255 Interval64 NOT NULL, c2256 Uint64 NOT NULL, c2257 Utf8, c2258 Uint64 NOT NULL, c2259 Decimal(35,10) NOT NULL, c2260 Decimal(15,0), c2261 Int8 NOT NULL, c2262 Timestamp NOT NULL, c2263 Double NOT NULL, c2264 Int16, c2265 Uint64 NOT NULL, c2266 Uint32 NOT NULL, c2267 Datetime, c2268 Interval64 NOT NULL, c2269 Decimal(15,0) NOT NULL, c2270 Timestamp, c2271 Date, c2272 Double NOT NULL, c2273 Uint8, c2274 Uint8, c2275 Yson NOT NULL, c2276 Decimal(15,0), c2277 Datetime64 NOT NULL, c2278 Uint64, c2279 Uint64, c2280 Float NOT NULL, c2281 Decimal(15,0), c2282 Decimal(22,9), c2283 Uint16 NOT NULL, c2284 Utf8, c2285 Datetime NOT NULL, c2286 Datetime64 NOT NULL, c2287 Date, c2288 Uint64, c2289 Uint8 NOT NULL, c2290 Decimal(22,9) NOT NULL, c2291 Float, c2292 JsonDocument, c2293 Date NOT NULL, c2294 Decimal(22,9), c2295 Timestamp64 NOT NULL, c2296 Utf8, c2297 Float, c2298 Date NOT NULL, c2299 Float NOT NULL, c2300 Yson, c2301 Datetime NOT NULL, c2302 Utf8 NOT NULL, c2303 Uint64, c2304 Uint8 NOT NULL, c2305 Date32, c2306 Datetime64 NOT NULL, c2307 Yson NOT NULL, c2308 Decimal(35,10), c2309 Datetime NOT NULL, c2310 Interval64, c2311 String, c2312 Interval64, c2313 Float, c2314 Int16, c2315 Int8 NOT NULL, c2316 Decimal(22,9) NOT NULL, c2317 Int64, c2318 Utf8, c2319 Interval64, c2320 Yson, c2321 Datetime64 NOT NULL, c2322 Decimal(22,9), c2323 Uint8, c2324 Decimal(22,9), c2325 Datetime NOT NULL, c2326 Json NOT NULL, c2327 JsonDocument NOT NULL, c2328 Decimal(22,9), c2329 String, c2330 Double, c2331 Datetime NOT NULL, c2332 Timestamp NOT NULL, c2333 Utf8 NOT NULL, c2334 String NOT NULL, c2335 Decimal(22,9) NOT NULL, c2336 Int16 NOT NULL, c2337 String, c2338 Date32, c2339 Double, c2340 Int32 NOT NULL, c2341 Timestamp NOT NULL, c2342 Int8, c2343 Date32 NOT NULL, c2344 Timestamp64, c2345 Json, c2346 Utf8, c2347 Interval64, c2348 Uint8 NOT NULL, c2349 Int64, c2350 Uint64, c2351 Int64, c2352 Int8 NOT NULL, c2353 Timestamp, c2354 Yson, c2355 Timestamp, c2356 Utf8 NOT NULL, c2357 Timestamp, c2358 Yson, c2359 Uint8, c2360 Int16, c2361 String, c2362 Yson NOT NULL, c2363 Uint16, c2364 String, c2365 Int32 NOT NULL, c2366 Yson, c2367 Int8, c2368 Json, c2369 Int32 NOT NULL, c2370 Utf8 NOT NULL, c2371 Float, c2372 Date NOT NULL, c2373 Datetime64, c2374 Decimal(22,9) NOT NULL, c2375 Int32 NOT NULL, c2376 Timestamp, c2377 JsonDocument NOT NULL, c2378 Double NOT NULL, c2379 Float, c2380 Int32 NOT NULL, c2381 Json NOT NULL, c2382 Int8 NOT NULL, c2383 String, c2384 Utf8 NOT NULL, c2385 Json, c2386 JsonDocument NOT NULL, c2387 Json, c2388 Uint32 NOT NULL, c2389 Json, c2390 String NOT NULL, c2391 Int8, c2392 JsonDocument NOT NULL, c2393 Interval64 NOT NULL, c2394 String NOT NULL, c2395 Timestamp, c2396 String NOT NULL, c2397 Decimal(22,9), c2398 Int16 NOT NULL, c2399 Uint8 NOT NULL, c2400 Timestamp64, c2401 Decimal(15,0), c2402 Timestamp, c2403 Uint16, c2404 Uint64 NOT NULL, c2405 Int64, c2406 Decimal(35,10) NOT NULL, c2407 Int16 NOT NULL, c2408 Interval64, c2409 Int16 NOT NULL, c2410 Uint8 NOT NULL, c2411 String, c2412 Timestamp, c2413 Uint16 NOT NULL, c2414 Date NOT NULL, c2415 Uint8 NOT NULL, c2416 Interval64 NOT NULL, c2417 Datetime, c2418 JsonDocument, c2419 Json, c2420 Uint8, c2421 Yson NOT NULL, c2422 Uint16, c2423 Date NOT NULL, c2424 Yson NOT NULL, c2425 Int64 NOT NULL, c2426 Int64 NOT NULL, c2427 Int8 NOT NULL, c2428 Int8 NOT NULL, c2429 Uint16 NOT NULL, c2430 Uint16, c2431 Uint64 NOT NULL, c2432 Decimal(15,0) NOT NULL, c2433 Date32, c2434 Utf8, c2435 Decimal(15,0) NOT NULL, c2436 Utf8, c2437 Uint64 NOT NULL, c2438 Timestamp, c2439 Int32, c2440 Int64 NOT NULL, c2441 Date32, c2442 Json, c2443 Date32, c2444 Datetime, c2445 String NOT NULL, c2446 Int32, c2447 Uint64 NOT NULL, c2448 Decimal(15,0), c2449 Decimal(35,10), c2450 Date32, c2451 Int64, c2452 Json NOT NULL, c2453 Datetime, c2454 Decimal(35,10) NOT NULL, c2455 Date, c2456 Json NOT NULL, c2457 Int64, c2458 Decimal(35,10), c2459 JsonDocument, c2460 Double NOT NULL, c2461 Json NOT NULL, c2462 Date, c2463 Decimal(22,9), c2464 Double, c2465 Utf8, c2466 Uint16 NOT NULL, c2467 String, c2468 String NOT NULL, c2469 Timestamp64, c2470 Uint16, c2471 Datetime64, c2472 Int8 NOT NULL, c2473 Float, c2474 Timestamp64 NOT NULL, c2475 Int32 NOT NULL, c2476 Decimal(15,0) NOT NULL, c2477 Interval64, c2478 Double, c2479 Utf8 NOT NULL, c2480 Json, c2481 Int16 NOT NULL, c2482 Uint8 NOT NULL, c2483 Timestamp64, c2484 Interval64 NOT NULL, c2485 Float NOT NULL, c2486 Utf8, c2487 Int64, c2488 Uint8 NOT NULL, c2489 String NOT NULL, c2490 Yson, c2491 Uint64, c2492 Yson NOT NULL, c2493 Utf8, c2494 Utf8, c2495 Int64, c2496 Uint16, c2497 JsonDocument, c2498 Datetime NOT NULL, c2499 JsonDocument NOT NULL, c2500 Timestamp64 NOT NULL, c2501 String, c2502 Datetime64 NOT NULL, c2503 Uint8, c2504 Int8 NOT NULL, c2505 Uint64, c2506 Datetime64 NOT NULL, c2507 Interval64 NOT NULL, c2508 Double, c2509 Timestamp64, c2510 Timestamp64, c2511 Double, c2512 Interval64, c2513 Datetime NOT NULL, c2514 Uint8, c2515 Json NOT NULL, c2516 Int16 NOT NULL, c2517 Datetime64 NOT NULL, c2518 Timestamp NOT NULL, c2519 Decimal(15,0) NOT NULL, c2520 Json NOT NULL, c2521 Utf8 NOT NULL, c2522 Uint16 NOT NULL, c2523 Float, c2524 Timestamp NOT NULL, c2525 Timestamp, c2526 Date, c2527 String, c2528 Datetime, c2529 Float, c2530 Int32, c2531 Int64 NOT NULL, c2532 Decimal(15,0) NOT NULL, c2533 Float, c2534 Timestamp NOT NULL, c2535 Datetime NOT NULL, c2536 Datetime, c2537 String NOT NULL, c2538 Datetime NOT NULL, c2539 Int64 NOT NULL, c2540 Datetime64 NOT NULL, c2541 Utf8 NOT NULL, c2542 Decimal(15,0), c2543 Decimal(22,9) NOT NULL, c2544 Uint64 NOT NULL, c2545 Int8 NOT NULL, c2546 Timestamp NOT NULL, c2547 Datetime64, c2548 Int64 NOT NULL, c2549 Uint64, c2550 Date32, c2551 Int8 NOT NULL, c2552 Datetime, c2553 Decimal(22,9), c2554 Double NOT NULL, c2555 Uint32 NOT NULL, c2556 Int8 NOT NULL, c2557 Int32 NOT NULL, c2558 Int16, c2559 Decimal(15,0), c2560 Date32, c2561 Int16 NOT NULL, c2562 Date32 NOT NULL, c2563 Int16, c2564 Decimal(15,0) NOT NULL, c2565 Date32, c2566 String, c2567 Utf8, c2568 Date, c2569 Datetime NOT NULL, c2570 Int16, c2571 Yson NOT NULL, c2572 Int64 NOT NULL, c2573 Yson, c2574 Timestamp64 NOT NULL, c2575 Uint32, c2576 Uint64 NOT NULL, c2577 Decimal(15,0), c2578 Decimal(15,0), c2579 Date32, c2580 Int16 NOT NULL, c2581 Int16 NOT NULL, c2582 Decimal(15,0) NOT NULL, c2583 Uint16, c2584 Int16, c2585 String NOT NULL, c2586 Yson, c2587 Interval64, c2588 Int64, c2589 Yson, c2590 Decimal(22,9) NOT NULL, c2591 Date32, c2592 Int8, c2593 Decimal(15,0) NOT NULL, c2594 Datetime64, c2595 Uint32 NOT NULL, c2596 Int8, c2597 Json, c2598 Uint8 NOT NULL, c2599 String NOT NULL, c2600 Float NOT NULL, c2601 Interval64, c2602 Int32 NOT NULL, c2603 Timestamp64, c2604 Decimal(15,0) NOT NULL, c2605 Date32, c2606 Int8, c2607 Double, c2608 Json, c2609 Int64, c2610 Uint32 NOT NULL, c2611 Int8, c2612 Timestamp NOT NULL, c2613 Uint8 NOT NULL, c2614 Float NOT NULL, c2615 Interval64, c2616 Decimal(22,9) NOT NULL, c2617 Timestamp64 NOT NULL, c2618 Timestamp, c2619 Decimal(22,9), c2620 Yson NOT NULL, c2621 Decimal(15,0), c2622 Utf8, c2623 Uint32 NOT NULL, c2624 Uint8, c2625 Double, c2626 JsonDocument, c2627 Int32 NOT NULL, c2628 Uint32 NOT NULL, c2629 Json, c2630 Uint64 NOT NULL, c2631 Date, c2632 Date, c2633 Json, c2634 JsonDocument NOT NULL, c2635 Int16, c2636 Decimal(15,0) NOT NULL, c2637 Int64, c2638 Json, c2639 Int8, c2640 Decimal(35,10) NOT NULL, c2641 Int16 NOT NULL, c2642 Json, c2643 Date32 NOT NULL, c2644 JsonDocument NOT NULL, c2645 Datetime, c2646 Datetime NOT NULL, c2647 Int32 NOT NULL, c2648 Float, c2649 Uint32, c2650 Date32, c2651 Datetime64, c2652 Int64 NOT NULL, c2653 Timestamp NOT NULL, c2654 Int8, c2655 Uint32 NOT NULL, c2656 Datetime, c2657 Decimal(22,9), c2658 Yson, c2659 Uint32 NOT NULL, c2660 Float NOT NULL, c2661 Yson, c2662 Int8, c2663 Datetime NOT NULL, c2664 Timestamp, c2665 Int32, c2666 Int32 NOT NULL, c2667 Uint32, c2668 Uint16 NOT NULL, c2669 Int8, c2670 Utf8, c2671 Uint16 NOT NULL, c2672 Datetime64 NOT NULL, c2673 Utf8 NOT NULL, c2674 Datetime64 NOT NULL, c2675 Int64, c2676 Float, c2677 Timestamp64, c2678 Int64 NOT NULL, c2679 Yson, c2680 JsonDocument, c2681 Decimal(15,0), c2682 Json, c2683 Datetime64 NOT NULL, c2684 Int32, c2685 Date NOT NULL, c2686 Utf8, c2687 Uint64, c2688 Int8 NOT NULL, c2689 Int64, c2690 Uint8, c2691 Interval64, c2692 JsonDocument NOT NULL, c2693 Timestamp64 NOT NULL, c2694 String NOT NULL, c2695 Decimal(22,9), c2696 Timestamp64, c2697 Timestamp NOT NULL, c2698 Timestamp NOT NULL, c2699 Json, c2700 Uint64, c2701 Int32 NOT NULL, c2702 Double NOT NULL, c2703 Datetime64, c2704 Decimal(35,10) NOT NULL, c2705 Timestamp64, c2706 Datetime, c2707 Timestamp NOT NULL, c2708 Utf8, c2709 Date32 NOT NULL, c2710 Decimal(22,9) NOT NULL, c2711 Uint16, c2712 Int16 NOT NULL, c2713 Int8, c2714 Json, c2715 Date32, c2716 Json, c2717 Json, c2718 Int64 NOT NULL, c2719 Datetime64 NOT NULL, c2720 JsonDocument NOT NULL, c2721 Datetime64 NOT NULL, c2722 Decimal(35,10) NOT NULL, c2723 Timestamp NOT NULL, c2724 Double, c2725 Int16, c2726 Datetime64 NOT NULL, c2727 Timestamp, c2728 Uint8 NOT NULL, c2729 Decimal(15,0), c2730 Decimal(22,9) NOT NULL, c2731 Json, c2732 String, c2733 Json NOT NULL, c2734 Yson NOT NULL, c2735 Datetime, c2736 Utf8 NOT NULL, c2737 Datetime, c2738 Yson, c2739 Timestamp, c2740 Utf8, c2741 Timestamp64 NOT NULL, c2742 Datetime, c2743 Datetime64 NOT NULL, c2744 Decimal(15,0), c2745 Utf8 NOT NULL, c2746 Datetime, c2747 Json, c2748 Uint32 NOT NULL, c2749 Utf8, c2750 Utf8, c2751 Datetime, c2752 Int16, c2753 Uint8, c2754 Timestamp64, c2755 Decimal(15,0) NOT NULL, c2756 Timestamp64, c2757 Uint8 NOT NULL, c2758 Uint64, c2759 Uint8 NOT NULL, c2760 Uint16, c2761 Decimal(22,9), c2762 Uint8, c2763 Uint16, c2764 Datetime NOT NULL, c2765 Uint8, c2766 Float NOT NULL, c2767 String, c2768 Int16 NOT NULL, c2769 Datetime NOT NULL, c2770 Uint16, c2771 Date32, c2772 Uint64 NOT NULL, c2773 Decimal(35,10), c2774 Timestamp, c2775 Decimal(15,0) NOT NULL, c2776 Int64, c2777 Uint16 NOT NULL, c2778 Uint64, c2779 Uint64, c2780 Uint32 NOT NULL, c2781 Timestamp, c2782 Utf8, c2783 Decimal(35,10) NOT NULL, c2784 Decimal(35,10), c2785 Uint8, c2786 Decimal(35,10) NOT NULL, c2787 Int64 NOT NULL, c2788 Timestamp64 NOT NULL, c2789 JsonDocument NOT NULL, c2790 Uint16 NOT NULL, c2791 Timestamp64, c2792 Interval64 NOT NULL, c2793 String NOT NULL, c2794 Interval64, c2795 String NOT NULL, c2796 Uint16 NOT NULL, c2797 Uint32, c2798 Int16, c2799 Date32 NOT NULL, c2800 Float NOT NULL, c2801 Timestamp64 NOT NULL, c2802 Uint64 NOT NULL, c2803 Datetime64, c2804 Decimal(35,10) NOT NULL, c2805 Interval64, c2806 Timestamp64, c2807 Int64, c2808 Uint16 NOT NULL, c2809 Int64 NOT NULL, c2810 Datetime64 NOT NULL, c2811 Uint16, c2812 Datetime64, c2813 Timestamp64, c2814 Uint32 NOT NULL, c2815 String NOT NULL, c2816 Timestamp, c2817 Int16, c2818 Timestamp64 NOT NULL, c2819 Timestamp64 NOT NULL, c2820 Decimal(15,0) NOT NULL, c2821 Date32, c2822 Timestamp64 NOT NULL, c2823 JsonDocument, c2824 Uint16 NOT NULL, c2825 Uint64, c2826 Double NOT NULL, c2827 Int8, c2828 Float, c2829 Int8, c2830 Date32, c2831 String NOT NULL, c2832 Interval64 NOT NULL, c2833 Double, c2834 Decimal(22,9) NOT NULL, c2835 Uint8 NOT NULL, c2836 Date, c2837 JsonDocument NOT NULL, c2838 Int16 NOT NULL, c2839 Datetime, c2840 Float NOT NULL, c2841 Int16 NOT NULL, c2842 Int8 NOT NULL, c2843 String, c2844 Int32 NOT NULL, c2845 Datetime, c2846 Int32 NOT NULL, c2847 Datetime64 NOT NULL, c2848 Uint64 NOT NULL, c2849 Uint16 NOT NULL, c2850 Yson, c2851 JsonDocument, c2852 Date32, c2853 Double, c2854 Uint8 NOT NULL, c2855 Decimal(35,10), c2856 Yson NOT NULL, c2857 Utf8, c2858 Int16, c2859 Datetime64, c2860 Double, c2861 Decimal(22,9), c2862 Uint16, c2863 Utf8 NOT NULL, c2864 Date32, c2865 Interval64 NOT NULL, c2866 Uint8 NOT NULL, c2867 Decimal(22,9), c2868 Datetime64, c2869 Float, c2870 String, c2871 Int16 NOT NULL, c2872 Int64 NOT NULL, c2873 JsonDocument NOT NULL, c2874 Double NOT NULL, c2875 Int64 NOT NULL, c2876 Uint8 NOT NULL, c2877 Interval64 NOT NULL, c2878 Decimal(15,0) NOT NULL, c2879 Datetime, c2880 Timestamp64 NOT NULL, c2881 Uint32 NOT NULL, c2882 Float NOT NULL, c2883 Decimal(15,0), c2884 JsonDocument NOT NULL, c2885 Decimal(35,10) NOT NULL, c2886 Utf8 NOT NULL, c2887 Datetime NOT NULL, c2888 Yson, c2889 Int16,\n                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349)\n                )\n                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: Failed to attach session\nTraceback (most recent call last):\n  File "ydb/tests/stress/common/common.py", line 100, in wrapper\n    f()\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop\n    self.create_table(str(n))\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table\n    self.client.query(stmt, True)\n  File "ydb/tests/stress/common/common.py", line 28, in query\n    raise e\n  File "ydb/tests/stress/common/common.py", line 25, in query\n    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries\n    return retry_operation_sync(wrapped_callee, retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync\n    for next_opt in opt_generator:\n                    ^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl\n    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))\n                                          ^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee\n    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__\n    self._session = self._pool.acquire(self._timeout)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire\n    session = self._create_new_session(time_left)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session\n    session.create(settings=BaseRequestSettings().with_timeout(timeout))\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create\n    self._attach()\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach\n    raise e\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach\n    raise RuntimeError("Failed to attach session")\nRuntimeError: Failed to attach session\n'
============================== slowest durations ===============================
172.89s teardown test_workload.py::TestYdbWorkload::test
79.89s call     test_workload.py::TestYdbWorkload::test
41.03s setup    test_workload.py::TestYdbWorkload::test
=========================== short test summary info ============================
FAILED test_workload.py::TestYdbWorkload::test - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:12801 --database /Root --duration 120' has failed with code 1.
Errors:
...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
    self._session = self._pool.acquire(self._timeout)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
    session = self._create_new_session(time_left)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
    self._attach()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
    raise e
  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
    raise RuntimeError("Failed to attach session")
RuntimeError: Failed to attach session
ERROR test_workload.py::TestYdbWorkload::test - 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/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/544h/0010c7/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/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: 4.92313 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 8.370898 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 11.7434 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 15.027289 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 18.306333 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 21.565363 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 24.803144 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 28.093357 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.006084 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1414330==ERROR: LeakSanitizer: detected memory leaks

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

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

Indirect leak of 11224 byte(s) in 214 object(s) allocated from:
#0 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c34dab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c34dab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c34dab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c34dab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c34dab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c34dab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c34dab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c34dab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c34dab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c34dab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034e5901c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034e5901c 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 0x000034e5901c 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 0x00003b6cddbf 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 0x00003b6c14b1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#21 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#22 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#23 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#24 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#25 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001fa8a066 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
#0 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c34da34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c34da34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c34da34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034e5901c in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034e5901c 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 0x000034e5901c 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 0x00003b6cddbf 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 0x00003b6c14b1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#14 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#15 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#16 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#17 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#18 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001fa8a066 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
#0 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034e5900a 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 0x000034e5900a 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 0x00003b6cddbf 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 0x00003b6c14b1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001fa8a066 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 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000345d7c34 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000345d7c34 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000345d7c34 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000345d7c34 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000345d7c34 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x0000345d7c34 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x0000345d7c34 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x0000345d7c34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x0000345d7c34 in TBasicString /-S/util/generic/string.h:491:18
#10 0x0000345d7c34 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x0000345d7c34 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 0x0000345d6a02 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x0000345d6a02 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x0000345dcf20 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x000034639168 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 0x000034e63d56 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003b6cb0bb 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 0x00003b6c0f22 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#24 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#25 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#26 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#27 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#28 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001fa8a066 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 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000345d7b92 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x0000345d7b92 in TBasicString /-S/util/generic/string.h:491:18
#3 0x0000345d7b92 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x0000345d7b92 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 0x0000345d6a02 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x0000345d6a02 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x0000345dcf20 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x000034639168 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 0x000034e63d56 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003b6cb0bb 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 0x00003b6c0f22 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003b6b1199 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x00004222a279 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x0000422292d0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x0000422292d0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x00002256c17b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#17 0x000022623f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#18 0x00002262db64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#19 0x00002262d11d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#20 0x00002262f18e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#21 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001fa8a066 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 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027c8eda8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027c8eda8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027c8eda8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027c8eda8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027c8eda8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027c8eda8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027c8eda8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027c8eda8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027c8ea4f 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 0x000027c8d8a8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b7759ea in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b7759ea 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 0x00003b7759ea 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 0x00003b7759ea in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003b7759ea 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 0x00001fb5dddf in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003b763d8f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003b763d8f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x00003b763d8f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
#20 0x0000455b8aee in NYdbGrpc::TGRpcRequestImpl<Ydb::DataStreams::V1::DeleteStreamRequest, Ydb::DataStreams::V1::DeleteStreamResponse, NKikimr::NGRpcService::TGRpcDataStreamsService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
#21 0x00003b6b946c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00003b6b946c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00003b6b946c 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 0x00003b6b946c 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 0x00003b6b946c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00003b6b946c 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 0x0000221ed24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#28 0x0000221ed24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#29 0x0000221ed24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#30 0x0000221ed7ac in Execute /-S/util/thread/factory.h:15:13
#31 0x0000221ed7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#32 0x00001fdec7a4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#33 0x00001fa8a066 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 0x00001fac654d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027c8eda8 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027c8eda8 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027c8eda8 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027c8eda8 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027c8eda8 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027c8eda8 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027c8eda8 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027c8eda8 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027c8ea4f 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 0x000027c8d8a8 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b7759ea in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b7759ea 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
==================== 1 failed, 1 error in 297.97s (0:04:57) ====================
