============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/thb5/000f38/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:658: 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/thb5/000f38/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/thb5/000f38/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   Current KQP shutdown state: spent 3.044856 seconds, 1 sessions to shutdown
E   GRpc shutdown warning: left infly: 1, spent: 4.448562 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 7.74053 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 11.023251 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 14.286416 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 17.545547 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 20.845604 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 24.172629 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 27.483708 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.007636 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1428959==ERROR: LeakSanitizer: detected memory leaks
E   
E   Too many leaks! Only the first 5000 leaks encountered will be reported.
E   Indirect leak of 37840 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034cde282 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034cde282 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034cde282 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034cde282 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 0x000034cde282 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034cde282 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034cde282 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034cde282 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034cde282 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034cecefe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x000041888d67 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00004187a6e4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #15 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #16 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #18 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #19 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #20 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #21 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #22 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f737876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 18920 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034cde19c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034cde19c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034cecefe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x000041888d67 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00004187a6e4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #8 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #9 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #11 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #12 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #13 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #14 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #15 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f737876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 11280 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c223a77 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c223a77 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c223a77 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c223a77 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c223a77 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c223a77 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c223a77 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c223a77 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c223a77 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c223a77 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034ce1afc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034ce1afc 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 0x000034ce1afc 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 0x000041886c5f 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 0x00004187a351 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #18 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #19 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #21 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #22 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #23 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #24 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #25 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f737876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c2239f4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c2239f4 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c2239f4 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034ce1afc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034ce1afc 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 0x000034ce1afc 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 0x000041886c5f 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 0x00004187a351 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #11 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #12 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #14 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #15 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #16 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #17 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #18 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f737876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
E   #0 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034ce1aea 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 0x000034ce1aea 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 0x000041886c5f 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 0x00004187a351 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #7 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #8 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #10 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #11 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #12 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #13 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #14 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f737876 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 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034460714 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034460714 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034460714 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034460714 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000034460714 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x000034460714 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x000034460714 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x000034460714 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x000034460714 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x000034460714 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x000034460714 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 0x00003445f4e2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x00003445f4e2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000034465a00 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x0000344c1c48 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 0x000034cec836 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x000041883f5b 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 0x000041879dc2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #21 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #22 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #24 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #25 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #26 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #27 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #28 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f737876 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 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034460672 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000034460672 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000034460672 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000034460672 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 0x00003445f4e2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x00003445f4e2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000034465a00 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x0000344c1c48 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 0x000034cec836 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x000041883f5b 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 0x000041879dc2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
E   #14 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
E   #15 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
E   #17 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
E   #18 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
E   #19 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
E   #20 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
E   #21 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f737876 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 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000279ad568 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000279ad568 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000279ad568 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000279ad568 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000279ad568 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x0000279ad568 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x0000279ad568 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x0000279ad568 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x0000279ad20f 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 0x0000279ac068 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00004192e88a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00004192e88a 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 0x00004192e88a 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 0x00004192e88a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00004192e88a 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 0x00001f80b5ef in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00004191cc2f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00004191cc2f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x00004191cc2f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
E   #20 0x000046d33f72 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::ExplainDataQueryRequest, Ydb::Table::ExplainDataQueryResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
E   #21 0x00004187230c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00004187230c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00004187230c 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 0x00004187230c 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 0x00004187230c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00004187230c 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 0x000021e9d24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #28 0x000021e9d24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #29 0x000021e9d24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #30 0x000021e9d7ac in Execute /-S/util/thread/factory.h:15:13
E   #31 0x000021e9d7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #32 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #33 0x00001f737876 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 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000279ad568 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000279ad568 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000279ad568 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000279ad568 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000279ad568 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x0000279ad568 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x0000279ad568 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x0000279ad568 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x0000279ad20f 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 0x0000279ac068 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00004192e88a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
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/thb5/000f38/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15172
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8073
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12799
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20597
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23449
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22044
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17211
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28970
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16578
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:446 Working directory: /home/runner/.ya/build/build_root/thb5/000f38/r3tmp/kikimr_cluster_7pfwg_f0
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3584
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3584
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3585
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13686
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29931
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6425
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_1_9ketf2.log --grpc-port=3585 --mon-port=13686 --ic-port=15172 --module=1
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11610
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24084
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1725
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22640
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_p736f5cg.log --grpc-port=11610 --mon-port=24084 --ic-port=8073 --module=2
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22960
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6263
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16945
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16030
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_wnbla37o.log --grpc-port=22960 --mon-port=6263 --ic-port=12799 --module=3
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28406
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18556
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17334
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8886
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_m5tzwq7a.log --grpc-port=28406 --mon-port=18556 --ic-port=20597 --module=4
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10377
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8822
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4066
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18273
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_55w23n_6.log --grpc-port=10377 --mon-port=8822 --ic-port=23449 --module=5
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19146
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10292
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27082
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3844
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_uevfojq5.log --grpc-port=19146 --mon-port=10292 --ic-port=22044 --module=6
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23752
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27447
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17934
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9573
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_o2fbwlfr.log --grpc-port=23752 --mon-port=27447 --ic-port=17211 --module=7
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27167
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2037
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11663
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11664
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2117
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_chdz27dx.log --grpc-port=27167 --mon-port=2037 --ic-port=28970 --module=8
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6858
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9570
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64552
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2091
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_jbyrspmv.log --grpc-port=6858 --mon-port=9570 --ic-port=16578 --module=9
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:3585/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_1_9ketf2.log --grpc-port=3585 --mon-port=13686 --ic-port=15172 --module=1
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_1_9ketf2.log', '--grpc-port=3585', '--mon-port=13686', '--ic-port=15172', '--module=1')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1428959
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:3585/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1428968
DEBUG    ya.test:process.py:259 Command (pid 1428968) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1428968) elapsed time (sec): 0.7478282451629639
DEBUG    ya.test:process.py:263 Command (pid 1428968) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1428968) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1428968) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1428968) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1428968) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1428968) maxrss: 475352
DEBUG    ya.test:process.py:263 Command (pid 1428968) minflt: 45164
DEBUG    ya.test:process.py:263 Command (pid 1428968) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1428968) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1428968) nivcsw: 172
DEBUG    ya.test:process.py:263 Command (pid 1428968) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1428968) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1428968) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1428968) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1428968) stime: 0.145581
DEBUG    ya.test:process.py:263 Command (pid 1428968) utime: 0.504172
DEBUG    ya.test:process.py:263 Command (pid 1428968) wtime: 0.76
DEBUG    ya.test:process.py:275 Command (pid 1428968) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:11610/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_p736f5cg.log --grpc-port=11610 --mon-port=24084 --ic-port=8073 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_p736f5cg.log', '--grpc-port=11610', '--mon-port=24084', '--ic-port=8073', '--module=2')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1429228
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:11610/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1429235
DEBUG    ya.test:process.py:259 Command (pid 1429235) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1429235) elapsed time (sec): 0.9656150341033936
DEBUG    ya.test:process.py:263 Command (pid 1429235) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) maxrss: 476044
DEBUG    ya.test:process.py:263 Command (pid 1429235) minflt: 45161
DEBUG    ya.test:process.py:263 Command (pid 1429235) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) nivcsw: 182
DEBUG    ya.test:process.py:263 Command (pid 1429235) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1429235) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1429235) stime: 0.231739
DEBUG    ya.test:process.py:263 Command (pid 1429235) utime: 0.427237
DEBUG    ya.test:process.py:263 Command (pid 1429235) wtime: 0.97
DEBUG    ya.test:process.py:275 Command (pid 1429235) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 2 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:22960/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_wnbla37o.log --grpc-port=22960 --mon-port=6263 --ic-port=12799 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_wnbla37o.log', '--grpc-port=22960', '--mon-port=6263', '--ic-port=12799', '--module=3')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1429612
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:22960/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1429638
DEBUG    ya.test:process.py:259 Command (pid 1429638) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1429638) elapsed time (sec): 1.229874849319458
DEBUG    ya.test:process.py:263 Command (pid 1429638) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) maxrss: 477304
DEBUG    ya.test:process.py:263 Command (pid 1429638) minflt: 45218
DEBUG    ya.test:process.py:263 Command (pid 1429638) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) nivcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 1429638) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1429638) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1429638) stime: 0.175252
DEBUG    ya.test:process.py:263 Command (pid 1429638) utime: 0.498847
DEBUG    ya.test:process.py:263 Command (pid 1429638) wtime: 1.233
DEBUG    ya.test:process.py:275 Command (pid 1429638) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 3 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:28406/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_m5tzwq7a.log --grpc-port=28406 --mon-port=18556 --ic-port=20597 --module=4
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_m5tzwq7a.log', '--grpc-port=28406', '--mon-port=18556', '--ic-port=20597', '--module=4')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1430262
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:28406/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1430268
DEBUG    ya.test:process.py:259 Command (pid 1430268) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1430268) elapsed time (sec): 1.2644562721252441
DEBUG    ya.test:process.py:263 Command (pid 1430268) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) maxrss: 478920
DEBUG    ya.test:process.py:263 Command (pid 1430268) minflt: 45195
DEBUG    ya.test:process.py:263 Command (pid 1430268) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) nivcsw: 226
DEBUG    ya.test:process.py:263 Command (pid 1430268) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1430268) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1430268) stime: 0.206589
DEBUG    ya.test:process.py:263 Command (pid 1430268) utime: 0.45708099999999996
DEBUG    ya.test:process.py:263 Command (pid 1430268) wtime: 1.28
DEBUG    ya.test:process.py:275 Command (pid 1430268) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 4 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:10377/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_55w23n_6.log --grpc-port=10377 --mon-port=8822 --ic-port=23449 --module=5
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_55w23n_6.log', '--grpc-port=10377', '--mon-port=8822', '--ic-port=23449', '--module=5')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1430780
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:10377/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1430904
DEBUG    ya.test:process.py:259 Command (pid 1430904) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1430904) elapsed time (sec): 1.3745958805084229
DEBUG    ya.test:process.py:263 Command (pid 1430904) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) maxrss: 480436
DEBUG    ya.test:process.py:263 Command (pid 1430904) minflt: 45134
DEBUG    ya.test:process.py:263 Command (pid 1430904) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) nivcsw: 182
DEBUG    ya.test:process.py:263 Command (pid 1430904) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1430904) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1430904) stime: 0.18284899999999998
DEBUG    ya.test:process.py:263 Command (pid 1430904) utime: 0.48151499999999997
DEBUG    ya.test:process.py:263 Command (pid 1430904) wtime: 1.402
DEBUG    ya.test:process.py:275 Command (pid 1430904) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 5 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:19146/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_uevfojq5.log --grpc-port=19146 --mon-port=10292 --ic-port=22044 --module=6
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_uevfojq5.log', '--grpc-port=19146', '--mon-port=10292', '--ic-port=22044', '--module=6')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1431331
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:19146/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1431345
DEBUG    ya.test:process.py:259 Command (pid 1431345) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1431345) elapsed time (sec): 1.1919078826904297
DEBUG    ya.test:process.py:263 Command (pid 1431345) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) maxrss: 481988
DEBUG    ya.test:process.py:263 Command (pid 1431345) minflt: 45177
DEBUG    ya.test:process.py:263 Command (pid 1431345) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) nivcsw: 285
DEBUG    ya.test:process.py:263 Command (pid 1431345) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1431345) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1431345) stime: 0.184806
DEBUG    ya.test:process.py:263 Command (pid 1431345) utime: 0.48341599999999996
DEBUG    ya.test:process.py:263 Command (pid 1431345) wtime: 1.2
DEBUG    ya.test:process.py:275 Command (pid 1431345) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 6 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:23752/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_o2fbwlfr.log --grpc-port=23752 --mon-port=27447 --ic-port=17211 --module=7
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_o2fbwlfr.log', '--grpc-port=23752', '--mon-port=27447', '--ic-port=17211', '--module=7')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1431906
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:23752/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1431913
DEBUG    ya.test:process.py:259 Command (pid 1431913) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1431913) elapsed time (sec): 1.239976167678833
DEBUG    ya.test:process.py:263 Command (pid 1431913) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) maxrss: 483644
DEBUG    ya.test:process.py:263 Command (pid 1431913) minflt: 45186
DEBUG    ya.test:process.py:263 Command (pid 1431913) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) nivcsw: 261
DEBUG    ya.test:process.py:263 Command (pid 1431913) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1431913) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1431913) stime: 0.206672
DEBUG    ya.test:process.py:263 Command (pid 1431913) utime: 0.45887799999999995
DEBUG    ya.test:process.py:263 Command (pid 1431913) wtime: 1.245
DEBUG    ya.test:process.py:275 Command (pid 1431913) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 7 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:27167/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_chdz27dx.log --grpc-port=27167 --mon-port=2037 --ic-port=28970 --module=8
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_chdz27dx.log', '--grpc-port=27167', '--mon-port=2037', '--ic-port=28970', '--module=8')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1432338
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:27167/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1432353
DEBUG    ya.test:process.py:259 Command (pid 1432353) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1432353) elapsed time (sec): 1.0740878582000732
DEBUG    ya.test:process.py:263 Command (pid 1432353) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) maxrss: 485172
DEBUG    ya.test:process.py:263 Command (pid 1432353) minflt: 45157
DEBUG    ya.test:process.py:263 Command (pid 1432353) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) nivcsw: 289
DEBUG    ya.test:process.py:263 Command (pid 1432353) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1432353) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1432353) stime: 0.244216
DEBUG    ya.test:process.py:263 Command (pid 1432353) utime: 0.44676099999999996
DEBUG    ya.test:process.py:263 Command (pid 1432353) wtime: 1.089
DEBUG    ya.test:process.py:275 Command (pid 1432353) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 8 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:6858/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_jbyrspmv.log --grpc-port=6858 --mon-port=9570 --ic-port=16578 --module=9
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_jbyrspmv.log', '--grpc-port=6858', '--mon-port=9570', '--ic-port=16578', '--module=9')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1432786
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:6858/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1432790
DEBUG    ya.test:process.py:259 Command (pid 1432790) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1432790) elapsed time (sec): 1.0414726734161377
DEBUG    ya.test:process.py:263 Command (pid 1432790) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) maxrss: 485748
DEBUG    ya.test:process.py:263 Command (pid 1432790) minflt: 45182
DEBUG    ya.test:process.py:263 Command (pid 1432790) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) nivcsw: 274
DEBUG    ya.test:process.py:263 Command (pid 1432790) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) nvcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 1432790) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1432790) stime: 0.182954
DEBUG    ya.test:process.py:263 Command (pid 1432790) utime: 0.46785499999999997
DEBUG    ya.test:process.py:263 Command (pid 1432790) wtime: 1.044
DEBUG    ya.test:process.py:275 Command (pid 1432790) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 9 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:406 Executing command = ['/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:3585', '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: 15172\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8073\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12799\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 20597\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23449\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22044\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17211\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28970\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16578\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/thb5/000f38/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:3585', '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: 15172\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8073\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12799\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 20597\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23449\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22044\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17211\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28970\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16578\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1436653
DEBUG    ya.test:process.py:259 Command (pid 1436653) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1436653) elapsed time (sec): 1.6036295890808105
DEBUG    ya.test:process.py:263 Command (pid 1436653) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) maxrss: 875036
DEBUG    ya.test:process.py:263 Command (pid 1436653) minflt: 51577
DEBUG    ya.test:process.py:263 Command (pid 1436653) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) nivcsw: 292
DEBUG    ya.test:process.py:263 Command (pid 1436653) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) nvcsw: 854
DEBUG    ya.test:process.py:263 Command (pid 1436653) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1436653) stime: 0.277928
DEBUG    ya.test:process.py:263 Command (pid 1436653) utime: 0.526798
DEBUG    ya.test:process.py:263 Command (pid 1436653) wtime: 1.617
DEBUG    ya.test:process.py:275 Command (pid 1436653) 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 1436653) errors:

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:406 Executing command = ['/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:3585', '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/thb5/000f38/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:3585', '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: 1436850
DEBUG    ya.test:process.py:259 Command (pid 1436850) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1436850) elapsed time (sec): 1.4354605674743652
DEBUG    ya.test:process.py:263 Command (pid 1436850) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) maxrss: 875036
DEBUG    ya.test:process.py:263 Command (pid 1436850) minflt: 51499
DEBUG    ya.test:process.py:263 Command (pid 1436850) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) nivcsw: 238
DEBUG    ya.test:process.py:263 Command (pid 1436850) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) nvcsw: 386
DEBUG    ya.test:process.py:263 Command (pid 1436850) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1436850) stime: 0.238471
DEBUG    ya.test:process.py:263 Command (pid 1436850) utime: 0.5040939999999999
DEBUG    ya.test:process.py:263 Command (pid 1436850) wtime: 1.444
DEBUG    ya.test:process.py:275 Command (pid 1436850) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:520 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 97a5e52c-6d06-452b-9966-a828c6105008, localhost:3585): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 97a5e52c-6d06-452b-9966-a828c6105008, localhost:3585): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 97a5e52c-6d06-452b-9966-a828c6105008, localhost:3585): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ret5l7fy2i.auto.internal" port: 19146 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-ret5l7fy2i.auto.internal" port: 10377 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-ret5l7fy2i.auto.internal" port: 3585 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-ret5l7fy2i.auto.internal" port: 22960 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-ret5l7fy2i.auto.internal" port: 27167 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-ret5l7fy2i.auto.internal" port: 6858 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 } endpoints { address: "ghrun-ret5l7fy2i.auto.internal" port: 28406 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-ret5l7fy2i.auto.internal" port: 11610 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-ret5l7fy2i.auto.internal" port: 23752 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 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-ret5l7fy2i.auto.internal:28406, location 1, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:23752, location 1, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:3585, location 1, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:19146, location 3, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:22960, location 3, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:11610, location 2, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:6858, location 3, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:10377, location 2, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:27167, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ 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/thb5/000f38/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py: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/thb5/000f38/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:3585', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437248
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:3585
DEBUG    ya.test:process.py:259 Command (pid 1437248) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1437248) elapsed time (sec): 44.6760995388031
DEBUG    ya.test:process.py:263 Command (pid 1437248) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) inblock: 383856
DEBUG    ya.test:process.py:263 Command (pid 1437248) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) majflt: 39
DEBUG    ya.test:process.py:263 Command (pid 1437248) maxrss: 875036
DEBUG    ya.test:process.py:263 Command (pid 1437248) minflt: 136186
DEBUG    ya.test:process.py:263 Command (pid 1437248) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) nivcsw: 937
DEBUG    ya.test:process.py:263 Command (pid 1437248) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) nvcsw: 6370
DEBUG    ya.test:process.py:263 Command (pid 1437248) oublock: 120
DEBUG    ya.test:process.py:263 Command (pid 1437248) stime: 0.680292
DEBUG    ya.test:process.py:263 Command (pid 1437248) utime: 2.5433209999999997
DEBUG    ya.test:process.py:263 Command (pid 1437248) wtime: 44.707
DEBUG    ya.test:process.py:275 Command (pid 1437248) output:

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

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

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 1 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:11610/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_p736f5cg.log --grpc-port=11610 --mon-port=24084 --ic-port=8073 --module=2
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_p736f5cg.log', '--grpc-port=11610', '--mon-port=24084', '--ic-port=8073', '--module=2')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1429228
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:11610/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1429235
DEBUG    ya.test:process.py:259 Command (pid 1429235) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1429235) elapsed time (sec): 0.9656150341033936
DEBUG    ya.test:process.py:263 Command (pid 1429235) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) maxrss: 476044
DEBUG    ya.test:process.py:263 Command (pid 1429235) minflt: 45161
DEBUG    ya.test:process.py:263 Command (pid 1429235) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) nivcsw: 182
DEBUG    ya.test:process.py:263 Command (pid 1429235) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1429235) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1429235) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1429235) stime: 0.231739
DEBUG    ya.test:process.py:263 Command (pid 1429235) utime: 0.427237
DEBUG    ya.test:process.py:263 Command (pid 1429235) wtime: 0.97
DEBUG    ya.test:process.py:275 Command (pid 1429235) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 2 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:22960/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_wnbla37o.log --grpc-port=22960 --mon-port=6263 --ic-port=12799 --module=3
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_wnbla37o.log', '--grpc-port=22960', '--mon-port=6263', '--ic-port=12799', '--module=3')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1429612
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:22960/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1429638
DEBUG    ya.test:process.py:259 Command (pid 1429638) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1429638) elapsed time (sec): 1.229874849319458
DEBUG    ya.test:process.py:263 Command (pid 1429638) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) maxrss: 477304
DEBUG    ya.test:process.py:263 Command (pid 1429638) minflt: 45218
DEBUG    ya.test:process.py:263 Command (pid 1429638) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) nivcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 1429638) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1429638) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1429638) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1429638) stime: 0.175252
DEBUG    ya.test:process.py:263 Command (pid 1429638) utime: 0.498847
DEBUG    ya.test:process.py:263 Command (pid 1429638) wtime: 1.233
DEBUG    ya.test:process.py:275 Command (pid 1429638) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 3 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:28406/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_m5tzwq7a.log --grpc-port=28406 --mon-port=18556 --ic-port=20597 --module=4
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_m5tzwq7a.log', '--grpc-port=28406', '--mon-port=18556', '--ic-port=20597', '--module=4')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1430262
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:28406/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1430268
DEBUG    ya.test:process.py:259 Command (pid 1430268) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1430268) elapsed time (sec): 1.2644562721252441
DEBUG    ya.test:process.py:263 Command (pid 1430268) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) maxrss: 478920
DEBUG    ya.test:process.py:263 Command (pid 1430268) minflt: 45195
DEBUG    ya.test:process.py:263 Command (pid 1430268) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) nivcsw: 226
DEBUG    ya.test:process.py:263 Command (pid 1430268) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1430268) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1430268) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1430268) stime: 0.206589
DEBUG    ya.test:process.py:263 Command (pid 1430268) utime: 0.45708099999999996
DEBUG    ya.test:process.py:263 Command (pid 1430268) wtime: 1.28
DEBUG    ya.test:process.py:275 Command (pid 1430268) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 4 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:10377/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_55w23n_6.log --grpc-port=10377 --mon-port=8822 --ic-port=23449 --module=5
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_55w23n_6.log', '--grpc-port=10377', '--mon-port=8822', '--ic-port=23449', '--module=5')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1430780
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:10377/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1430904
DEBUG    ya.test:process.py:259 Command (pid 1430904) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1430904) elapsed time (sec): 1.3745958805084229
DEBUG    ya.test:process.py:263 Command (pid 1430904) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) maxrss: 480436
DEBUG    ya.test:process.py:263 Command (pid 1430904) minflt: 45134
DEBUG    ya.test:process.py:263 Command (pid 1430904) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) nivcsw: 182
DEBUG    ya.test:process.py:263 Command (pid 1430904) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1430904) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 1430904) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1430904) stime: 0.18284899999999998
DEBUG    ya.test:process.py:263 Command (pid 1430904) utime: 0.48151499999999997
DEBUG    ya.test:process.py:263 Command (pid 1430904) wtime: 1.402
DEBUG    ya.test:process.py:275 Command (pid 1430904) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 5 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:19146/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_uevfojq5.log --grpc-port=19146 --mon-port=10292 --ic-port=22044 --module=6
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_uevfojq5.log', '--grpc-port=19146', '--mon-port=10292', '--ic-port=22044', '--module=6')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1431331
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:19146/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1431345
DEBUG    ya.test:process.py:259 Command (pid 1431345) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1431345) elapsed time (sec): 1.1919078826904297
DEBUG    ya.test:process.py:263 Command (pid 1431345) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) maxrss: 481988
DEBUG    ya.test:process.py:263 Command (pid 1431345) minflt: 45177
DEBUG    ya.test:process.py:263 Command (pid 1431345) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) nivcsw: 285
DEBUG    ya.test:process.py:263 Command (pid 1431345) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1431345) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1431345) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1431345) stime: 0.184806
DEBUG    ya.test:process.py:263 Command (pid 1431345) utime: 0.48341599999999996
DEBUG    ya.test:process.py:263 Command (pid 1431345) wtime: 1.2
DEBUG    ya.test:process.py:275 Command (pid 1431345) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 6 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:23752/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_o2fbwlfr.log --grpc-port=23752 --mon-port=27447 --ic-port=17211 --module=7
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_o2fbwlfr.log', '--grpc-port=23752', '--mon-port=27447', '--ic-port=17211', '--module=7')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1431906
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:23752/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1431913
DEBUG    ya.test:process.py:259 Command (pid 1431913) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1431913) elapsed time (sec): 1.239976167678833
DEBUG    ya.test:process.py:263 Command (pid 1431913) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) maxrss: 483644
DEBUG    ya.test:process.py:263 Command (pid 1431913) minflt: 45186
DEBUG    ya.test:process.py:263 Command (pid 1431913) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) nivcsw: 261
DEBUG    ya.test:process.py:263 Command (pid 1431913) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1431913) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1431913) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1431913) stime: 0.206672
DEBUG    ya.test:process.py:263 Command (pid 1431913) utime: 0.45887799999999995
DEBUG    ya.test:process.py:263 Command (pid 1431913) wtime: 1.245
DEBUG    ya.test:process.py:275 Command (pid 1431913) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 7 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:27167/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_chdz27dx.log --grpc-port=27167 --mon-port=2037 --ic-port=28970 --module=8
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_chdz27dx.log', '--grpc-port=27167', '--mon-port=2037', '--ic-port=28970', '--module=8')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1432338
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:27167/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1432353
DEBUG    ya.test:process.py:259 Command (pid 1432353) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1432353) elapsed time (sec): 1.0740878582000732
DEBUG    ya.test:process.py:263 Command (pid 1432353) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) maxrss: 485172
DEBUG    ya.test:process.py:263 Command (pid 1432353) minflt: 45157
DEBUG    ya.test:process.py:263 Command (pid 1432353) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) nivcsw: 289
DEBUG    ya.test:process.py:263 Command (pid 1432353) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1432353) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1432353) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1432353) stime: 0.244216
DEBUG    ya.test:process.py:263 Command (pid 1432353) utime: 0.44676099999999996
DEBUG    ya.test:process.py:263 Command (pid 1432353) wtime: 1.089
DEBUG    ya.test:process.py:275 Command (pid 1432353) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 8 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:172 Formatting pdisk SectorMap:1:64 on node localhost:6858/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 CFG_DIR_PATH="/home/runner/.ya/build/build_root/thb5/000f38/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:265 Final command: /home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_jbyrspmv.log --grpc-port=6858 --mon-port=9570 --ic-port=16578 --module=9
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/thb5/000f38/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/thb5/000f38/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_jbyrspmv.log', '--grpc-port=6858', '--mon-port=9570', '--ic-port=16578', '--module=9')' in '/home/runner/.ya/build/build_root/thb5/000f38/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: 1432786
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Started node localhost:6858/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/thb5/000f38/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1432790
DEBUG    ya.test:process.py:259 Command (pid 1432790) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1432790) elapsed time (sec): 1.0414726734161377
DEBUG    ya.test:process.py:263 Command (pid 1432790) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) maxrss: 485748
DEBUG    ya.test:process.py:263 Command (pid 1432790) minflt: 45182
DEBUG    ya.test:process.py:263 Command (pid 1432790) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) nivcsw: 274
DEBUG    ya.test:process.py:263 Command (pid 1432790) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1432790) nvcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 1432790) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1432790) stime: 0.182954
DEBUG    ya.test:process.py:263 Command (pid 1432790) utime: 0.46785499999999997
DEBUG    ya.test:process.py:263 Command (pid 1432790) wtime: 1.044
DEBUG    ya.test:process.py:275 Command (pid 1432790) output:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Node 9 version:
Git info:
    Commit: 1efffb94984d6c9fbfc4f162021a0dd6cb745815
    Branch: 
    Author: Copilot <198982749+Copilot@users.noreply.github.com>
    Summary: Merge 31152bb165be15e6926568ddc7a900d2de10f9b2 into fcdbfe782a06d365c27b68a34d713e1a7c528c82
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:406 Executing command = ['/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:3585', '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: 15172\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8073\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12799\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 20597\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23449\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22044\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17211\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28970\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16578\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/thb5/000f38/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:3585', '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: 15172\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8073\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12799\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 20597\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 23449\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 22044\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17211\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28970\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16578\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1436653
DEBUG    ya.test:process.py:259 Command (pid 1436653) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1436653) elapsed time (sec): 1.6036295890808105
DEBUG    ya.test:process.py:263 Command (pid 1436653) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) maxrss: 875036
DEBUG    ya.test:process.py:263 Command (pid 1436653) minflt: 51577
DEBUG    ya.test:process.py:263 Command (pid 1436653) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) nivcsw: 292
DEBUG    ya.test:process.py:263 Command (pid 1436653) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1436653) nvcsw: 854
DEBUG    ya.test:process.py:263 Command (pid 1436653) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1436653) stime: 0.277928
DEBUG    ya.test:process.py:263 Command (pid 1436653) utime: 0.526798
DEBUG    ya.test:process.py:263 Command (pid 1436653) wtime: 1.617
DEBUG    ya.test:process.py:275 Command (pid 1436653) 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 1436653) errors:

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:406 Executing command = ['/home/runner/.ya/build/build_root/thb5/000f38/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:3585', '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/thb5/000f38/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:3585', '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: 1436850
DEBUG    ya.test:process.py:259 Command (pid 1436850) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1436850) elapsed time (sec): 1.4354605674743652
DEBUG    ya.test:process.py:263 Command (pid 1436850) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) maxrss: 875036
DEBUG    ya.test:process.py:263 Command (pid 1436850) minflt: 51499
DEBUG    ya.test:process.py:263 Command (pid 1436850) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) nivcsw: 238
DEBUG    ya.test:process.py:263 Command (pid 1436850) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1436850) nvcsw: 386
DEBUG    ya.test:process.py:263 Command (pid 1436850) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1436850) stime: 0.238471
DEBUG    ya.test:process.py:263 Command (pid 1436850) utime: 0.5040939999999999
DEBUG    ya.test:process.py:263 Command (pid 1436850) wtime: 1.444
DEBUG    ya.test:process.py:275 Command (pid 1436850) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:520 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:527 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 97a5e52c-6d06-452b-9966-a828c6105008, localhost:3585): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 97a5e52c-6d06-452b-9966-a828c6105008, localhost:3585): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 97a5e52c-6d06-452b-9966-a828c6105008, localhost:3585): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ret5l7fy2i.auto.internal" port: 19146 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-ret5l7fy2i.auto.internal" port: 10377 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-ret5l7fy2i.auto.internal" port: 3585 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-ret5l7fy2i.auto.internal" port: 22960 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-ret5l7fy2i.auto.internal" port: 27167 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-ret5l7fy2i.auto.internal" port: 6858 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 } endpoints { address: "ghrun-ret5l7fy2i.auto.internal" port: 28406 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-ret5l7fy2i.auto.internal" port: 11610 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-ret5l7fy2i.auto.internal" port: 23752 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 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-ret5l7fy2i.auto.internal:28406, location 1, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:23752, location 1, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:3585, location 1, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:19146, location 3, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:22960, location 3, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:11610, location 2, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:6858, location 3, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:10377, location 2, ssl: False>, <Endpoint ghrun-ret5l7fy2i.auto.internal:27167, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ 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/thb5/000f38/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py: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/thb5/000f38/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:3585', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437248
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:3585
DEBUG    ya.test:process.py:259 Command (pid 1437248) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1437248) elapsed time (sec): 44.6760995388031
DEBUG    ya.test:process.py:263 Command (pid 1437248) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) inblock: 383856
DEBUG    ya.test:process.py:263 Command (pid 1437248) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) majflt: 39
DEBUG    ya.test:process.py:263 Command (pid 1437248) maxrss: 875036
DEBUG    ya.test:process.py:263 Command (pid 1437248) minflt: 136186
DEBUG    ya.test:process.py:263 Command (pid 1437248) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) nivcsw: 937
DEBUG    ya.test:process.py:263 Command (pid 1437248) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437248) nvcsw: 6370
DEBUG    ya.test:process.py:263 Command (pid 1437248) oublock: 120
DEBUG    ya.test:process.py:263 Command (pid 1437248) stime: 0.680292
DEBUG    ya.test:process.py:263 Command (pid 1437248) utime: 2.5433209999999997
DEBUG    ya.test:process.py:263 Command (pid 1437248) wtime: 44.707
DEBUG    ya.test:process.py:275 Command (pid 1437248) output:

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

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

=================================================================
==1428959==ERROR: LeakSanitizer: detected memory leaks

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

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

Indirect leak of 11280 byte(s) in 215 object(s) allocated from:
#0 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c223a77 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c223a77 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c223a77 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c223a77 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c223a77 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c223a77 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c223a77 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c223a77 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c223a77 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c223a77 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034ce1afc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034ce1afc 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 0x000034ce1afc 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 0x000041886c5f 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 0x00004187a351 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#18 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#19 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#21 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#22 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#23 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#24 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#25 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f737876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
#0 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c2239f4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c2239f4 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c2239f4 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034ce1afc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034ce1afc 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 0x000034ce1afc 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 0x000041886c5f 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 0x00004187a351 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#11 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#12 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#14 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#15 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#16 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#17 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#18 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f737876 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6880 byte(s) in 215 object(s) allocated from:
#0 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034ce1aea 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 0x000034ce1aea 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 0x000041886c5f 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 0x00004187a351 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#7 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#8 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#10 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#11 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#12 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#13 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#14 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f737876 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 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034460714 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034460714 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034460714 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034460714 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034460714 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x000034460714 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x000034460714 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x000034460714 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x000034460714 in TBasicString /-S/util/generic/string.h:491:18
#10 0x000034460714 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x000034460714 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 0x00003445f4e2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x00003445f4e2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x000034465a00 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x0000344c1c48 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 0x000034cec836 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x000041883f5b 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 0x000041879dc2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#21 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#22 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#24 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#25 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#26 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#27 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#28 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f737876 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 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034460672 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000034460672 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000034460672 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000034460672 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 0x00003445f4e2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x00003445f4e2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x000034465a00 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x0000344c1c48 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 0x000034cec836 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x000041883f5b 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 0x000041879dc2 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00004186a039 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x000046856a89 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:275:21
#14 0x000046855ae0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:227:9
#15 0x000046855ae0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x00002221bc07 in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:350:17
#17 0x0000222d1ca1 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:267:28
#18 0x0000222db8c6 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:455:39
#19 0x0000222dae7d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:507:13
#20 0x0000222dceee in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:533:9
#21 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f737876 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 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000279ad568 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000279ad568 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000279ad568 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000279ad568 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000279ad568 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x0000279ad568 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x0000279ad568 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x0000279ad568 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x0000279ad20f 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 0x0000279ac068 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00004192e88a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00004192e88a 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 0x00004192e88a 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 0x00004192e88a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00004192e88a 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 0x00001f80b5ef in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00004191cc2f in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00004191cc2f in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x00004191cc2f in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
#20 0x000046d33f72 in NYdbGrpc::TGRpcRequestImpl<Ydb::Table::ExplainDataQueryRequest, Ydb::Table::ExplainDataQueryResponse, NKikimr::NGRpcService::TGRpcYdbTableService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
#21 0x00004187230c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00004187230c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00004187230c 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 0x00004187230c 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 0x00004187230c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00004187230c 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 0x000021e9d24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#28 0x000021e9d24e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#29 0x000021e9d24e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#30 0x000021e9d7ac in Execute /-S/util/thread/factory.h:15:13
#31 0x000021e9d7ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#32 0x00001fa9a164 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#33 0x00001f737876 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 0x00001f773d5d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000279ad568 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000279ad568 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000279ad568 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000279ad568 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000279ad568 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x0000279ad568 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x0000279ad568 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x0000279ad568 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x0000279ad20f 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 0x0000279ac068 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00004192e88a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
==================== 1 failed, 1 error in 246.48s (0:04:06) ====================
